GDBusProxyTypeFunc

Type Alias GDBusProxyTypeFunc 

Source
pub type GDBusProxyTypeFunc = Option<unsafe extern "C" fn(manager: *mut GDBusObjectManagerClient, object_path: *const gchar, interface_name: *const gchar, data: gpointer) -> GType>;

Aliased Type§

pub enum GDBusProxyTypeFunc {
    None,
    Some(unsafe extern "C" fn(*mut _GDBusObjectManagerClient, *const i8, *const i8, *mut c_void) -> u64),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.