Class

AgsRegistry

Description

class Ags.Registry : GObject.Object {
  gobject: GObject,
  flags: guint,
  obj_mutex: GRecMutex,
  server: GObject*,
  counter: guint,
  entry: GList*
}
No description available.

Ancestors

Constructors

ags_registry_new
No description available.

Instance methods

ags_registry_add_entry

Add registry_entry to registry.

since: 3.0.0

ags_registry_find_entry

Find id as AgsRegistryEntry-struct in registry.

since: 3.0.0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Ags.Registry:server

The assigned AgsServer.

since: 3.0.0

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 AgsRegistryClass {
  GObjectClass gobject;
  
}
No description available.
Class members
gobject: GObjectClass
No description available.