GtkType

Represent sthe type of an field or a parameter.

Constructors

this
this(GtkWrapper wrapper)
Undocumented in source.

Members

Functions

isArray
bool isArray()
Undocumented in source. Be warned that the author may not have intended to support it.
parse
void parse(XMLReader!T reader)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

cType
string cType;
Undocumented in source.
constType
bool constType;
Undocumented in source.
dType
string dType;
Undocumented in source.
doc
string doc;
Undocumented in source.
elementType
GtkType elementType;

The type of the array elements, also set for Glib.List, Glib.SList Glib.Array and GLib.HashTable.

keyType
GtkType keyType;

The key type of a HashTable;

length
int length;

The index of the param representing the length, not counting the instance param.

name
string name;
Undocumented in source.
size
int size;

The size of a fixed size array.

wrapper
GtkWrapper wrapper;
Undocumented in source.
zeroTerminated
bool zeroTerminated;

Is this array zero-terminated.

Meta