Function
GioBusNameLostCallback
Declaration
void
(* GBusNameLostCallback) (
GDBusConnection* connection,
const gchar* name,
gpointer user_data
)
Parameters
connection |
GDBusConnection |
The |
|
The data is owned by the caller of the function. | |
name |
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 |
gpointer |
User data passed to |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |