Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
glistmodel.h File Reference
#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 GObjectg_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)
 

Macro Definition Documentation

◆ G_TYPE_LIST_MODEL

#define G_TYPE_LIST_MODEL   g_list_model_get_type ()

Definition at line 36 of file glistmodel.h.

Function Documentation

◆ g_list_model_get_item()

GIO_AVAILABLE_IN_2_44 gpointer g_list_model_get_item ( GListModel * list,
guint position )

◆ g_list_model_get_item_type()

GIO_AVAILABLE_IN_2_44 GType g_list_model_get_item_type ( GListModel * list)

◆ g_list_model_get_n_items()

GIO_AVAILABLE_IN_2_44 guint g_list_model_get_n_items ( GListModel * list)

◆ g_list_model_get_object()

GIO_AVAILABLE_IN_2_44 GObject * g_list_model_get_object ( GListModel * list,
guint position )

◆ g_list_model_items_changed()

GIO_AVAILABLE_IN_2_44 void g_list_model_items_changed ( GListModel * list,
guint position,
guint removed,
guint added )