Signal
GioDBusObjectManager::interface-added
Declaration
void
interface_added (
GDBusObjectManager* self,
GDBusObject* object,
GDBusInterface* interface,
gpointer user_data
)
Description
Emitted when interface
is added to object
.
This signal exists purely as a convenience to avoid having to
connect signals to all objects managed by manager
.
Default handler: | The default handler is called after the handlers added via |
Available since: | 2.30 |
Parameters
object |
GDBusObject |
The |
|
The data is owned by the caller of the function. | |
interface |
GDBusInterface |
The |
|
The data is owned by the caller of the function. |