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