Method
ClutterLayoutManagerfind_child_property
Declaration [src]
GParamSpec*
clutter_layout_manager_find_child_property (
ClutterLayoutManager* manager,
const gchar* name
)
Description [src]
Retrieves the GParamSpec
for the layout property name
inside
the ClutterLayoutMeta
sub-class used by manager
.
Available since: | 1.2 |
Parameters
name |
const gchar* |
The name of the property. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |
Return value
Returns: | GParamSpec |
A |
|
The data is owned by the instance. |