pub type GBusAcquiredCallback = Option<unsafe extern "C" fn(connection: *mut GDBusConnection, name: *const gchar, user_data: gpointer)>;Expand description
GBusAcquiredCallback: @connection: The #GDBusConnection to a message bus. @name: The name that is requested to be owned. @user_data: User data passed to g_bus_own_name().
Invoked when a connection to a message bus has been obtained.
Since: 2.26
Aliased Type§
pub enum GBusAcquiredCallback {
None,
Some(unsafe extern "C" fn(*mut _GDBusConnection, *const i8, *mut c_void)),
}