Struct gio_2_0_sys::GListModelInterface [] [src]

#[repr(C)]
pub struct GListModelInterface { pub g_iface: GTypeInterface, pub get_item_type: Option<extern "C" fn(_: *mut GListModel) -> GType>, pub get_n_items: Option<extern "C" fn(_: *mut GListModel) -> guint>, pub get_item: Option<extern "C" fn(_: *mut GListModel, _: guint) -> gpointer>, }

Fields