Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <glistmodel.h>
Data Fields | |
GTypeInterface | g_iface |
GType(* | get_item_type )(GListModel *list) |
guint(* | get_n_items )(GListModel *list) |
gpointer(* | get_item )(GListModel *list, guint position) |
Definition at line 40 of file glistmodel.h.
GTypeInterface _GListModelInterface::g_iface |
Definition at line 42 of file glistmodel.h.
Definition at line 48 of file glistmodel.h.
GType(* _GListModelInterface::get_item_type) (GListModel *list) |
Definition at line 44 of file glistmodel.h.
guint(* _GListModelInterface::get_n_items) (GListModel *list) |
Definition at line 46 of file glistmodel.h.