Type Alias glib_sys::GCompletionFunc
source · pub type GCompletionFunc = Option<unsafe extern "C" fn(_: gpointer) -> *mut c_char>;
Aliased Type§
enum GCompletionFunc {
None,
Some(unsafe extern "C" fn(_: *mut c_void) -> *mut i8),
}