Class

VarlinkServerRegistry

Description [src]

final class Varlink.ServerRegistry : GObject.Object
{
  /* No available fields */
}

VarlinkServerRegistry stores the interfaces and method handlers exported by a varlink server.

Server protocols use the registry to resolve incoming method names to their interface metadata and dispatch callbacks.

Hierarchy

hierarchy this VarlinkServerRegistry ancestor_0 GObject ancestor_0--this

Ancestors

Constructors

varlink_server_registry_new
No description available.

Instance methods

varlink_server_registry_add_interface

Adds interface to self.

varlink_server_registry_add_interface_static

Adds interface to self without copying it.

varlink_server_registry_add_method

Adds method to self.

varlink_server_registry_add_method_static

Adds method to self without copying interface.

varlink_server_registry_set_service_info

Sets the service metadata returned by org.varlink.service.GetInfo.

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 VarlinkServerRegistryClass {
  /* no available fields */
}

No description available.