pub type GtkStylePropertyParser = Option<unsafe extern "C" fn(*const c_char, *mut GValue, *mut *mut GError) -> gboolean>;
Aliased Type§
pub enum GtkStylePropertyParser {
None,
Some(unsafe extern "C" fn(*const i8, *mut GValue, *mut *mut GError) -> i32),
}