Emitted when interface is added to object. Since 2.30
Emitted when interface is removed from object. Since 2.30
Gets the D-Bus interface with name interface_name associated with object, if any. Since 2.30 Signal Details The "interface-added" signal void user_function (GDBusObject *object, GDBusInterface *interface, gpointer user_data) : Run Last Emitted when interface is added to object. Since 2.30
Gets the D-Bus interfaces associated with object. Since 2.30
Gets the object path for object. Since 2.30
Get the main Gtk struct
the main Gtk struct
The GDBusObject type is the base type for D-Bus objects on both the service side (see GDBusObjectSkeleton) and the client side (see GDBusObjectProxy). It is essentially just a container of interfaces.