#[repr(C)]
pub struct DzlPreferencesInterface {Show 13 fields
pub parent_interface: GTypeInterface,
pub set_page: Option<unsafe extern "C" fn(_: *mut DzlPreferences, _: *const c_char, _: *mut GHashTable)>,
pub add_page: Option<unsafe extern "C" fn(_: *mut DzlPreferences, _: *const c_char, _: *const c_char, _: c_int)>,
pub add_group: Option<unsafe extern "C" fn(_: *mut DzlPreferences, _: *const c_char, _: *const c_char, _: *const c_char, _: c_int)>,
pub add_list_group: Option<unsafe extern "C" fn(_: *mut DzlPreferences, _: *const c_char, _: *const c_char, _: *const c_char, _: GtkSelectionMode, _: c_int)>,
pub add_radio: Option<unsafe extern "C" fn(_: *mut DzlPreferences, _: *const c_char, _: *const c_char, _: *const c_char, _: *const c_char, _: *const c_char, _: *const c_char, _: *const c_char, _: *const c_char, _: *const c_char, _: c_int) -> c_uint>,
pub add_font_button: Option<unsafe extern "C" fn(_: *mut DzlPreferences, _: *const c_char, _: *const c_char, _: *const c_char, _: *const c_char, _: *const c_char, _: *const c_char, _: c_int) -> c_uint>,
pub add_switch: Option<unsafe extern "C" fn(_: *mut DzlPreferences, _: *const c_char, _: *const c_char, _: *const c_char, _: *const c_char, _: *const c_char, _: *const c_char, _: *const c_char, _: *const c_char, _: *const c_char, _: c_int) -> c_uint>,
pub add_spin_button: Option<unsafe extern "C" fn(_: *mut DzlPreferences, _: *const c_char, _: *const c_char, _: *const c_char, _: *const c_char, _: *const c_char, _: *const c_char, _: *const c_char, _: *const c_char, _: c_int) -> c_uint>,
pub add_file_chooser: Option<unsafe extern "C" fn(_: *mut DzlPreferences, _: *const c_char, _: *const c_char, _: *const c_char, _: *const c_char, _: *const c_char, _: *const c_char, _: *const c_char, _: GtkFileChooserAction, _: *const c_char, _: c_int) -> c_uint>,
pub add_custom: Option<unsafe extern "C" fn(_: *mut DzlPreferences, _: *const c_char, _: *const c_char, _: *mut GtkWidget, _: *const c_char, _: c_int) -> c_uint>,
pub remove_id: Option<unsafe extern "C" fn(_: *mut DzlPreferences, _: c_uint) -> gboolean>,
pub get_widget: Option<unsafe extern "C" fn(_: *mut DzlPreferences, _: c_uint) -> *mut GtkWidget>,
/* private fields */
}
Formats the value using the given formatter. Read more
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.