Method

ClutterActorget_margin

Declaration [src]

void
clutter_actor_get_margin (
  ClutterActor* self,
  ClutterMargin* margin
)

Description [src]

Retrieves all the components of the margin of a ClutterActor.

Available since:1.10

Parameters

margin ClutterMargin
 

Return location for a ClutterMargin.

 The argument will be set by the function.
 The data is owned by the caller of the function.