mirror of
https://github.com/brl/mutter.git
synced 2024-12-25 04:22:05 +00:00
fix ClutterContainer docs
This commit is contained in:
parent
6bb81a542f
commit
4197bada42
@ -80,8 +80,8 @@ typedef struct _ClutterContainerIface ClutterContainerIface;
|
|||||||
* @destroy_child_meta: virtual function that gets called when a child is
|
* @destroy_child_meta: virtual function that gets called when a child is
|
||||||
* removed; it shuld release all resources held by the record
|
* removed; it shuld release all resources held by the record
|
||||||
* @get_child_meta: return the record for a container child
|
* @get_child_meta: return the record for a container child
|
||||||
* @actor_added: class handler for #ClutterContainer::actor_added
|
* @actor_added: class handler for #ClutterContainer::actor-added
|
||||||
* @actor_removed: class handler for #ClutterContainer::actor_removed
|
* @actor_removed: class handler for #ClutterContainer::actor-removed
|
||||||
* @child_notify: class handler for #ClutterContainer::child-notify
|
* @child_notify: class handler for #ClutterContainer::child-notify
|
||||||
*
|
*
|
||||||
* Base interface for container actors. The @add, @remove and @foreach
|
* Base interface for container actors. The @add, @remove and @foreach
|
||||||
|
Loading…
Reference in New Issue
Block a user