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 i8, *const i8, *const i8, *const i8, *mut *mut c_void, *mut c_void) -> *const GDBusInterfaceVTable),
}