Gio.DBusObjectManager::object-added
connect('object-added', function (dBusObjectManager, object: Gio.DBusObject, ): void);
Emitted when object is added to @manager.
Since 2.30
- dBusObjectManager
instance of Gio.DBusObjectManager that is emitting the signal
- object
The Gio.DBusObject that was added.