- gIface
GTypeInterface gIface;
- getItem
void* function(GListModel* list, uint position) getItem;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getItemType
GType function(GListModel* list) getItemType;
- getNItems
uint function(GListModel* list) getNItems;
The virtual function table for #GListModel.