GPtrArray

Main Gtk struct. Contains the public fields of a pointer array. gpointer *pdata; points to the array of pointers, which may be moved when the array grows. guint len; number of pointers in the array.

struct GPtrArray {}

Members

Variables

len
uint len;
Undocumented in source.
pdata
void** pdata;
Undocumented in source.

Meta