Class

AgsGenericMainLoop

[]

Description

class Ags.GenericMainLoop : Ags.Thread
  implements Ags.Connectable, Ags.MainLoop {
  tree_lock: GRecMutex,
  is_syncing: volatile gboolean,
  is_critical_region: volatile gboolean,
  critical_region_ref: volatile guint
}

No description available.

[]

Constructors

ags_generic_main_loop_new

Create a new AgsGenericMainLoop.

since: 3.0.0

[]

Instance methods

Methods inherited from AgsThread (45)
Methods inherited from GObject (43)
Methods inherited from AgsConnectable (13)
Methods inherited from AgsMainLoop (9)
[]

Properties

Properties inherited from AgsThread (3)
[]

Signals

Signals inherited from AgsThread (4)
Signals inherited from GObject (1)
Signals inherited from AgsMainLoop (1)

Class structure