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