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