Gio.DBusConnection.prototype.unregister_subtree

function unregister_subtree(registration_id: Number(guint)): Boolean {
    // Gjs wrapper for g_dbus_connection_unregister_subtree()
}
  

Unregisters a subtree.

Since 2.26

registration_id

a subtree registration id obtained from Gio.DBusConnection.prototype.register_subtree

Returns

true if the subtree was unregistered, false otherwise