Function
GioBusNameLostCallback
since: 2.26
Declaration
void
(* GBusNameLostCallback) (
  GDBusConnection* connection,
  const gchar* name,
  gpointer user_data
)
Description [src]
Invoked when the name is lost or connection has been closed.
Available since: 2.26
Parameters
- connection
- 
            Type: GDBusConnectionThe connect on which to acquire the name or NULLif the connection was disconnected.The data is owned by the caller of the function. 
- name
- 
            Type: const gchar*The name being owned. The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. 
- user_data
- 
            Type: gpointerUser data passed to g_bus_own_name()org_bus_own_name_on_connection().The argument can be NULL.The data is owned by the caller of the function.