Function

ClutterContainerclass_find_child_property

Declaration [src]

GParamSpec*
clutter_container_class_find_child_property (
  GObjectClass* klass,
  const gchar* property_name
)

Description [src]

Looks up the GParamSpec for a child property of klass.

Available since:0.8

Parameters

klass GObjectClass
 

A GObjectClass implementing the ClutterContainer interface.

 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 GParamSpec for the property or NULL if no such property exist.

 The data is owned by the called function.