Class

CallyClone

Description [src]

class Cally.Clone : Cally.Actor {
  /* No available fields */
}

The CallyClone structure contains only private data and should be accessed using the provided API.

Available since:1.4

Hierarchy

hierarchy this CallyClone implements_0 AtkAction this--implements_0 implements_1 AtkComponent this--implements_1 ancestor_0 CallyActor ancestor_0--this ancestor_1 AtkGObjectAccessible ancestor_1--ancestor_0 ancestor_2 AtkObject ancestor_2--ancestor_1 ancestor_3 GObject ancestor_3--ancestor_2

Ancestors

  • CallyActor
  • AtkGObjectAccessible
  • AtkObject
  • GObject

Implements

  • AtkAction
  • AtkComponent

Constructors

cally_clone_new

Creates a new CallyClone for the given actor. actor must be a ClutterClone.

Available since: 1.4

Class structure

struct CallyCloneClass {
  /* no available fields */
}