Signal
GioDBusObjectManager::interface-added
since: 2.30
Declaration
void
interface_added (
GDBusObjectManager* self,
GDBusObject* object,
GDBusInterface* interface,
gpointer user_data
)
Description [src]
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
-
Type:
GDBusObject
The
GDBusObject
on which an interface was added.The data is owned by the caller of the function. interface
-
Type:
GDBusInterface
The
GDBusInterface
that was added.The data is owned by the caller of the function.