GnuCash c935c2f+
Loading...
Searching...
No Matches
Data Fields
GTable Struct Reference

Data Fields

GArray * array
 
guint entry_size
 
int rows
 
int cols
 
g_table_entry_constructor constructor
 
g_table_entry_destroyer destroyer
 
gpointer user_data
 

Detailed Description

Definition at line 28 of file gtable.c.

Field Documentation

◆ array

GArray* GTable::array

Definition at line 30 of file gtable.c.

◆ cols

int GTable::cols

Definition at line 35 of file gtable.c.

◆ constructor

g_table_entry_constructor GTable::constructor

Definition at line 37 of file gtable.c.

◆ destroyer

g_table_entry_destroyer GTable::destroyer

Definition at line 38 of file gtable.c.

◆ entry_size

guint GTable::entry_size

Definition at line 32 of file gtable.c.

◆ rows

int GTable::rows

Definition at line 34 of file gtable.c.

◆ user_data

gpointer GTable::user_data

Definition at line 40 of file gtable.c.


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