Ags.Registry

g Ags.Registry Ags.Registry GObject.Object GObject.Object GObject.Object->Ags.Registry

Subclasses:

None

Methods

Inherited:

GObject.Object (37)

Structs:

GObject.ObjectClass (5)

class

new ()

add_entry (registry_entry)

Virtual Methods

Inherited:

GObject.Object (7)

Properties

Name

Type

Flags

Short Description

server

Ags.Server

r/w

The assigned server

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Name

Type

Access

Description

counter

int

r

entry

[object]

r

flags

int

r

gobject

GObject.Object

r

obj_mutex

GLib.RecMutex

r

server

GObject.Object

r

Class Details

class Ags.Registry(**kwargs)
Bases:

GObject.Object

Abstract:

No

Structure:

Ags.RegistryClass

classmethod new()
Return type:

Ags.Registry

add_entry(registry_entry)
Parameters:

registry_entry (Ags.RegistryEntry) – the Ags.RegistryEntry-struct to add

Add registry_entry to self.

New in version 3.0.0.

Property Details

Ags.Registry.props.server
Name:

server

Type:

Ags.Server

Default Value:

None

Flags:

READABLE, WRITABLE

The assigned Ags.Server

New in version 3.0.0.