Signal

EBackendDBusServer::bus-acquired

Declaration

void
bus_acquired (
  EDBusServer* self,
  GDBusConnection* connection,
  gpointer user_data
)

Description [src]

Emitted when server acquires a connection to the session bus.

Default handler:

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

Parameters

connection

Type: GDBusConnection

The GDBusConnection to the session bus.

The data is owned by the caller of the function.