GDBusObjectIface

Base object type for D-Bus objects. GTypeInterface parent_iface; The parent interface. get_object_path () Returns the object path. See g_dbus_object_get_object_path(). get_interfaces () Returns all interfaces. See g_dbus_object_get_interfaces(). get_interface () Returns an interface by name. See g_dbus_object_get_interface(). interface_added () Signal handler for the "interface-added" signal. interface_removed () Signal handler for the "interface-removed" signal. Since 2.30

Members

Variables

getInterface
GDBusInterface* function(GDBusObject* object, char* interfaceName) getInterface;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getInterfaces
GList* function(GDBusObject* object) getInterfaces;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getObjectPath
char* function(GDBusObject* object) getObjectPath;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
interfaceAdded
void function(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(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.
parentIface
GTypeInterface parentIface;
Undocumented in source.

Meta