Function
ClutterContainerclass_list_child_properties
Declaration [src]
GParamSpec**
clutter_container_class_list_child_properties (
GObjectClass* klass,
guint* n_properties
)
Parameters
klass
-
Type:
GObjectClass
A
GObjectClass
implementing theClutterContainer
interface.The data is owned by the caller of the function. n_properties
-
Type:
guint*
Return location for length of returned array.
The argument will be set by the function.