Type Definition gtk_sys::GtkTranslateFunc

source · []
pub type GtkTranslateFunc = Option<unsafe extern "C" fn(_: *const c_char, _: gpointer) -> *mut c_char>;