GDBusObjectManagerIface

Base type for D-Bus object managers.

Members

Variables

getInterface
GDBusInterface* function(GDBusObjectManager* manager, const(char)* objectPath, const(char)* interfaceName) getInterface;
getObject
GDBusObject* function(GDBusObjectManager* manager, const(char)* objectPath) getObject;
getObjectPath
const(char)* function(GDBusObjectManager* manager) getObjectPath;
getObjects
GList* function(GDBusObjectManager* manager) getObjects;
interfaceAdded
void function(GDBusObjectManager* manager, GDBusObject* object, GDBusInterface* iface) interfaceAdded;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
interfaceRemoved
void function(GDBusObjectManager* manager, GDBusObject* object, GDBusInterface* iface) interfaceRemoved;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
objectAdded
void function(GDBusObjectManager* manager, GDBusObject* object) objectAdded;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
objectRemoved
void function(GDBusObjectManager* manager, GDBusObject* object) objectRemoved;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
parentIface
GTypeInterface parentIface;

The parent interface.

Meta

Since

2.30