Function
ClutterContainerclass_find_child_property
Declaration [src]
GParamSpec*
clutter_container_class_find_child_property (
GObjectClass* klass,
const gchar* property_name
)
Parameters
klass |
GObjectClass |
A |
|
The data is owned by the caller of the function. | |
property_name |
const gchar* |
A property name. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |
Return value
Returns: | GParamSpec |
The |
|
The data is owned by the called function. |