Method
GioDBusObjectManagerServerset_connection
Declaration
void
g_dbus_object_manager_server_set_connection (
GDBusObjectManagerServer* manager,
GDBusConnection* connection
)
Description
Exports all objects managed by manager
on connection
. If
connection
is NULL
, stops exporting objects.
Sets property | Gio.DBusObjectManagerServer:connection |
Parameters
connection |
GDBusConnection |
A |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |