Class

MetaLaters

Description

final class Meta.Laters : GObject.Object
{
  /* No available fields */
}

No description available.

Hierarchy

hierarchy this MetaLaters ancestor_0 GObject ancestor_0--this

Ancestors

Instance methods

meta_laters_add

Sets up a callback to be called at some later time. when determines the particular later occasion at which it is called. This is much like g_idle_add(), except that the functions interact properly with clutter event handling. If a “later” function is added from a clutter event handler, and is supposed to be run before the stage is redrawn, it will be run before that redraw of the stage, not the next one.

meta_laters_remove

Removes a callback added with meta_later_add().

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct MetaLatersClass {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.