GCompletionStrncmpFunc

Type Alias GCompletionStrncmpFunc 

Source
pub type GCompletionStrncmpFunc = Option<unsafe extern "C" fn(s1: *const gchar, s2: *const gchar, n: gsize) -> gint>;

Aliased Type§

pub enum GCompletionStrncmpFunc {
    None,
    Some(unsafe extern "C" fn(*const u8, *const u8, u64) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const u8, *const u8, u64) -> i32)

Some value of type T.