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