GCompletion

Type Alias GCompletion 

Source
pub type GCompletion = _GCompletion;

Aliased Type§

#[repr(C)]
pub struct GCompletion { pub items: *mut _GList, pub func: Option<unsafe extern "C" fn(*mut c_void) -> *mut u8>, pub prefix: *mut u8, pub cache: *mut _GList, pub strncmp_func: Option<unsafe extern "C" fn(*const u8, *const u8, u64) -> i32>, }

Fields§

§items: *mut _GList§func: Option<unsafe extern "C" fn(*mut c_void) -> *mut u8>§prefix: *mut u8§cache: *mut _GList§strncmp_func: Option<unsafe extern "C" fn(*const u8, *const u8, u64) -> i32>