Signal

EBackendDBusServer::bus-name-acquired

Declaration

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

Description [src]

Emitted when server acquires its well-known session bus name.

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.