Method

ClutterLayoutManagerchild_get_property

Declaration [src]

void
clutter_layout_manager_child_get_property (
  ClutterLayoutManager* manager,
  ClutterContainer* container,
  ClutterActor* actor,
  const gchar* property_name,
  GValue* value
)

Description [src]

Gets a property on the ClutterLayoutMeta created by manager and attached to a child of container

The GValue must already be initialized to the type of the property and has to be unset with g_value_unset() after extracting the real value out of it.

Available since:1.2

Parameters

container ClutterContainer
 

A ClutterContainer using manager.

 The data is owned by the caller of the function.
actor ClutterActor
 

A ClutterActor child of container.

 The data is owned by the caller of the function.
property_name const gchar*
 

The name of the property to get.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
value GValue
 

A GValue with the value of the property to get.

 The data is owned by the caller of the function.