GDBusSubtreeDispatchFunc

Type Alias GDBusSubtreeDispatchFunc 

Source
pub type GDBusSubtreeDispatchFunc = Option<unsafe extern "C" fn(*mut GDBusConnection, *const c_char, *const c_char, *const c_char, *const c_char, *mut gpointer, gpointer) -> *const GDBusInterfaceVTable>;

Aliased Type§

pub enum GDBusSubtreeDispatchFunc {
    None,
    Some(unsafe extern "C" fn(*mut GDBusConnection, *const u8, *const u8, *const u8, *const u8, *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 u8, *const u8, *const u8, *const u8, *mut *mut c_void, *mut c_void) -> *const GDBusInterfaceVTable)

Some value of type T.