Constructor

ClutterTransitionGroupnew

Declaration [src]

ClutterTransition*
clutter_transition_group_new (
  void
)

Description [src]

Creates a new ClutterTransitionGroup instance.

Available since:1.12

Return value

Returns: ClutterTransition
 

The newly created ClutterTransitionGroup. Use g_object_unref() when done to deallocate the resources it uses.

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