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.
Instance methods
varlink_server_registry_set_service_info
Sets the service metadata returned by org.varlink.service.GetInfo.
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.