docs: Fixes for the API reference

This commit is contained in:
Emmanuele Bassi 2012-01-03 14:31:06 +00:00 committed by Emmanuele Bassi
parent ea6ddd1534
commit ad2cfc0150
2 changed files with 25 additions and 13 deletions

View File

@ -10274,7 +10274,7 @@ clutter_actor_contains (ClutterActor *self,
}
/**
* clutter_actor_set_above_sibling:
* clutter_actor_set_child_above_sibling:
* @self: a #ClutterActor
* @child: a #ClutterActor child of @self
* @sibling: (allow-none): a #ClutterActor child of @self, or %NULL
@ -14670,6 +14670,20 @@ on_layout_manager_changed (ClutterLayoutManager *manager,
clutter_actor_queue_relayout (self);
}
/**
* clutter_actor_set_layout_manager:
* @self: a #ClutterActor
* @manager: (allow-none): a #ClutterLayoutManager, or %NULL to unset it
*
* Sets the #ClutterLayoutManager delegate object that will be used to
* lay out the children of @self.
*
* The #ClutterActor will take a reference on the passed @manager which
* will be released either when the layout manager is removed, or when
* the actor is destroyed.
*
* Since: 1.10
*/
void
clutter_actor_set_layout_manager (ClutterActor *self,
ClutterLayoutManager *manager)

View File

@ -353,18 +353,12 @@ clutter_actor_set_x_align
clutter_actor_get_x_align
clutter_actor_set_y_align
clutter_actor_get_y_align
clutter_actor_set_x_expand
clutter_actor_get_x_expand
clutter_actor_set_y_expand
clutter_actor_get_y_expand
clutter_actor_needs_x_expand
clutter_actor_needs_y_expand
clutter_actor_queue_compute_expand
ClutterMargin
clutter_margin_copy
clutter_margin_free
clutter_margin_get_type
clutter_margin_new
clutter_actor_set_margin
clutter_actor_get_margin
clutter_actor_set_margin_top
clutter_actor_get_margin_top
clutter_actor_set_margin_right
@ -403,10 +397,9 @@ clutter_actor_get_child_at_index
clutter_actor_get_children
clutter_actor_get_n_children
clutter_actor_get_parent
clutter_actor_raise
clutter_actor_lower
clutter_actor_raise_top
clutter_actor_lower_bottom
clutter_actor_set_child_above_sibling
clutter_actor_set_child_at_index
clutter_actor_set_child_below_sibling
clutter_actor_contains
clutter_actor_get_stage
clutter_actor_push_internal
@ -414,6 +407,10 @@ clutter_actor_pop_internal
clutter_actor_set_parent
clutter_actor_reparent
clutter_actor_unparent
clutter_actor_raise
clutter_actor_lower
clutter_actor_raise_top
clutter_actor_lower_bottom
<SUBSECTION>
clutter_actor_set_depth
@ -560,6 +557,7 @@ ClutterActorPrivate
clutter_actor_get_type
clutter_actor_box_get_type
clutter_geometry_get_type
clutter_margin_get_type
clutter_paint_volume_get_type
clutter_vertex_get_type
</SECTION>