Miscellaneous fixes to make gtk-doc scanner happy
This commit is contained in:
parent
f90638ead4
commit
5724178685
@ -898,7 +898,7 @@ clutter_behaviour_ellipse_get_angle_tiltx (ClutterBehaviourEllipse *self)
|
||||
|
||||
/**
|
||||
* clutter_behaviour_ellipse_get_direction:
|
||||
* @ellipse: a #ClutterBehaviourEllipse
|
||||
* @self: a #ClutterBehaviourEllipse
|
||||
*
|
||||
* Retrieves the #ClutterRotateDirection used by the ellipse behaviour.
|
||||
*
|
||||
@ -917,7 +917,7 @@ clutter_behaviour_ellipse_get_direction (ClutterBehaviourEllipse *self)
|
||||
|
||||
/**
|
||||
* clutter_behaviour_ellipse_set_direction:
|
||||
* @ellipse: a #ClutterBehaviourEllipse
|
||||
* @self: a #ClutterBehaviourEllipse
|
||||
* @direction: the rotation direction
|
||||
*
|
||||
* Sets the rotation direction used by the ellipse behaviour.
|
||||
@ -926,7 +926,7 @@ clutter_behaviour_ellipse_get_direction (ClutterBehaviourEllipse *self)
|
||||
*/
|
||||
void
|
||||
clutter_behaviour_ellipse_set_direction (ClutterBehaviourEllipse *self,
|
||||
ClutterRotateDirection direction)
|
||||
ClutterRotateDirection direction)
|
||||
{
|
||||
ClutterBehaviourEllipsePrivate *priv;
|
||||
|
||||
|
@ -114,7 +114,7 @@ void clutter_behaviour_actors_foreach (ClutterBehaviour *beh
|
||||
gpointer data);
|
||||
gint clutter_behaviour_get_n_actors (ClutterBehaviour *behave);
|
||||
ClutterActor *clutter_behaviour_get_nth_actor (ClutterBehaviour *behave,
|
||||
gint index);
|
||||
gint index_);
|
||||
GSList * clutter_behaviour_get_actors (ClutterBehaviour *behave);
|
||||
ClutterAlpha *clutter_behaviour_get_alpha (ClutterBehaviour *behave);
|
||||
void clutter_behaviour_set_alpha (ClutterBehaviour *behave,
|
||||
|
@ -433,7 +433,6 @@ clutter_event_put (ClutterEvent *event)
|
||||
|
||||
/**
|
||||
* clutter_events_pending:
|
||||
* @event: a #ClutterEvent
|
||||
*
|
||||
* Checks if events are pending in the event queue.
|
||||
*
|
||||
|
@ -113,7 +113,7 @@ void clutter_texture_get_base_size (ClutterTexture *texture,
|
||||
/* Below mainly for subclassed texture based actors */
|
||||
|
||||
void clutter_texture_bind_tile (ClutterTexture *texture,
|
||||
gint index);
|
||||
gint index_);
|
||||
void clutter_texture_get_n_tiles (ClutterTexture *texture,
|
||||
gint *n_x_tiles,
|
||||
gint *n_y_tiles);
|
||||
|
Loading…
Reference in New Issue
Block a user