Signal

GioDBusObjectManager::object-added

since: 2.30

Declaration

void
object_added (
  GDBusObjectManager* self,
  GDBusObject* object,
  gpointer user_data
)

Description

Emitted when object is added to manager.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Available since: 2.30

Parameters

object

Type: GDBusObject

The GDBusObject that was added.

The data is owned by the caller of the function.