Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
_GListModelInterface Struct Reference

#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)
 

Detailed Description

Definition at line 40 of file glistmodel.h.

Field Documentation

◆ g_iface

GTypeInterface _GListModelInterface::g_iface

Definition at line 42 of file glistmodel.h.

◆ get_item

gpointer(* _GListModelInterface::get_item) (GListModel *list, guint position)

Definition at line 48 of file glistmodel.h.

◆ get_item_type

GType(* _GListModelInterface::get_item_type) (GListModel *list)

Definition at line 44 of file glistmodel.h.

◆ get_n_items

guint(* _GListModelInterface::get_n_items) (GListModel *list)

Definition at line 46 of file glistmodel.h.


The documentation for this struct was generated from the following file: