prefs_register_uint_preference

Function prefs_register_uint_preference 

Source
pub unsafe extern "C" fn prefs_register_uint_preference(
    module: *mut module_t,
    name: *const c_char,
    title: *const c_char,
    description: *const c_char,
    base: guint,
    var: *mut guint,
)