Method
GioDBusObjectManagerClientget_connection
since: 2.30
Declaration [src]
GDBusConnection*
g_dbus_object_manager_client_get_connection (
GDBusObjectManagerClient* manager
)
Description [src]
Gets the GDBusConnection
used by manager
.
Available since: 2.30
Gets property | Gio.DBusObjectManagerClient:connection |
Return value
Type: GDBusConnection
A GDBusConnection
object. Do not free,
the object belongs to manager
.
The returned data is owned by the instance. |