pub type GtkEntryCompletionMatchFunc = Option<unsafe extern "C" fn(*mut GtkEntryCompletion, *const c_char, *mut GtkTreeIter, gpointer) -> gboolean>;
Aliased Type§
pub enum GtkEntryCompletionMatchFunc {
None,
Some(unsafe extern "C" fn(*mut GtkEntryCompletion, *const i8, *mut GtkTreeIter, *mut c_void) -> i32),
}