Function

ClutterMarginnew

Declaration [src]

ClutterMargin*
clutter_margin_new (
  void
)

Description [src]

Creates a new ClutterMargin.

Available since:1.10

Return value

Returns: ClutterMargin
 

A newly allocated ClutterMargin. Use clutter_margin_free() to free the resources associated with it when done.

 The caller of the function takes ownership of the data, and is responsible for freeing it.