GDBusSubtreeEnumerateFunc

Type Alias GDBusSubtreeEnumerateFunc 

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.