GDBusSubtreeDispatchFunc

Type Alias GDBusSubtreeDispatchFunc 

Source
pub type GDBusSubtreeDispatchFunc = Option<unsafe extern "C" fn(connection: *mut GDBusConnection, sender: *const gchar, object_path: *const gchar, interface_name: *const gchar, node: *const gchar, out_user_data: *mut gpointer, user_data: gpointer) -> *const GDBusInterfaceVTable>;

Aliased Type§

pub enum GDBusSubtreeDispatchFunc {
    None,
    Some(unsafe extern "C" fn(*mut _GDBusConnection, *const i8, *const i8, *const i8, *const i8, *mut *mut c_void, *mut c_void) -> *const _GDBusInterfaceVTable),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut _GDBusConnection, *const i8, *const i8, *const i8, *const i8, *mut *mut c_void, *mut c_void) -> *const _GDBusInterfaceVTable)

Some value of type T.