Function
ClutterContainerclass_find_child_property
Declaration [src]
GParamSpec*
clutter_container_class_find_child_property (
GObjectClass* klass,
const gchar* property_name
)
Parameters
klass
-
Type:
GObjectClass
A
GObjectClass
implementing theClutterContainer
interface.The data is owned by the caller of the function. property_name
-
Type:
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
Type: GParamSpec
The GParamSpec
for the property or NULL
if no such property exist.
The data is owned by the called function. |