Constructor

ClutterTransitionGroupnew

since: 1.12

Declaration [src]

ClutterTransition*
clutter_transition_group_new (
  void
)

Description [src]

Creates a new ClutterTransitionGroup instance.

Available since: 1.12

Return value

Type: 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.