Gio.DBusObjectManager.prototype.get_objects
function get_objects(): Array(Gio.DBusObject) {
// Gjs wrapper for g_dbus_object_manager_get_objects()
}
Gets all Gio.DBusObject objects known to manager.
Since 2.30
- Returns
A list of Gio.DBusObject objects. The returned list should be freed with GLib.List.free after each element has been freed with GObject.Object.prototype.unref.