Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gio/giotypes.h>
Go to the source code of this file.
Data Structures | |
struct | _GListModelInterface |
Macros | |
#define | G_TYPE_LIST_MODEL g_list_model_get_type () |
Functions | |
GIO_AVAILABLE_IN_2_44 GType | g_list_model_get_item_type (GListModel *list) |
GIO_AVAILABLE_IN_2_44 guint | g_list_model_get_n_items (GListModel *list) |
GIO_AVAILABLE_IN_2_44 gpointer | g_list_model_get_item (GListModel *list, guint position) |
GIO_AVAILABLE_IN_2_44 GObject * | g_list_model_get_object (GListModel *list, guint position) |
GIO_AVAILABLE_IN_2_44 void | g_list_model_items_changed (GListModel *list, guint position, guint removed, guint added) |
#define G_TYPE_LIST_MODEL g_list_model_get_type () |
Definition at line 36 of file glistmodel.h.
GIO_AVAILABLE_IN_2_44 gpointer g_list_model_get_item | ( | GListModel * | list, |
guint | position ) |
GIO_AVAILABLE_IN_2_44 GType g_list_model_get_item_type | ( | GListModel * | list | ) |
GIO_AVAILABLE_IN_2_44 guint g_list_model_get_n_items | ( | GListModel * | list | ) |
GIO_AVAILABLE_IN_2_44 GObject * g_list_model_get_object | ( | GListModel * | list, |
guint | position ) |
GIO_AVAILABLE_IN_2_44 void g_list_model_items_changed | ( | GListModel * | list, |
guint | position, | ||
guint | removed, | ||
guint | added ) |