GDBusInterfaceMethodCallFunc

Type Alias GDBusInterfaceMethodCallFunc 

Source
pub type GDBusInterfaceMethodCallFunc = Option<unsafe extern "C" fn(*mut GDBusConnection, *const c_char, *const c_char, *const c_char, *const c_char, *mut GVariant, *mut GDBusMethodInvocation, gpointer)>;

Aliased Type§

pub enum GDBusInterfaceMethodCallFunc {
    None,
    Some(unsafe extern "C" fn(*mut GDBusConnection, *const i8, *const i8, *const i8, *const i8, *mut GVariant, *mut GDBusMethodInvocation, *mut c_void)),
}

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 GVariant, *mut GDBusMethodInvocation, *mut c_void))

Some value of type T.