Struct gio_2_0_sys::GMenuModelClass [] [src]

#[repr(C)]
pub struct GMenuModelClass { pub parent_class: GObjectClass, pub is_mutable: Option<extern "C" fn(_: *mut GMenuModel) -> gboolean>, pub get_n_items: Option<extern "C" fn(_: *mut GMenuModel) -> gint>, pub get_item_attributes: Option<extern "C" fn(_: *mut GMenuModel, _: gint, _: *mut *mut GHashTable)>, pub iterate_item_attributes: Option<extern "C" fn(_: *mut GMenuModel, _: gint) -> *mut GMenuAttributeIter>, pub get_item_attribute_value: Option<extern "C" fn(_: *mut GMenuModel, _: gint, _: *const gchar, _: *const GVariantType) -> *mut GVariant>, pub get_item_links: Option<extern "C" fn(_: *mut GMenuModel, _: gint, _: *mut *mut GHashTable)>, pub iterate_item_links: Option<extern "C" fn(_: *mut GMenuModel, _: gint) -> *mut GMenuLinkIter>, pub get_item_link: Option<extern "C" fn(_: *mut GMenuModel, _: gint, _: *const gchar) -> *mut GMenuModel>, }

Fields