Gio.DBusInterfaceSkeleton.prototype.get_connections

function get_connections(): Array(Gio.DBusConnection) {
    // Gjs wrapper for g_dbus_interface_skeleton_get_connections()
}
  

Gets a list of the connections that interface_ is exported on.

Since 2.32

Returns

A list of all the connections that interface_ is exported on. The returned list should be freed with GLib.List.free after each element has been freed with GObject.Object.prototype.unref.