GtkPackage

Undocumented in source.

Constructors

this
this(string pack, GtkWrapper wrapper, string srcDir, string bindDir)
Undocumented in source.

Members

Functions

getEnum
GtkEnum getEnum(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
getStruct
GtkStruct getStruct(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
parseConstant
void parseConstant(XMLReader!T reader)
Undocumented in source. Be warned that the author may not have intended to support it.
parseFunction
void parseFunction(XMLReader!T reader)
Undocumented in source. Be warned that the author may not have intended to support it.
parseGIR
void parseGIR(string girFile)
Undocumented in source. Be warned that the author may not have intended to support it.
writeClasses
void writeClasses()
Undocumented in source. Be warned that the author may not have intended to support it.
writeGdkKeys
void writeGdkKeys()
Undocumented in source. Be warned that the author may not have intended to support it.
writeLoaderTable
void writeLoaderTable()
Undocumented in source. Be warned that the author may not have intended to support it.
writeTypes
void writeTypes()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

namespaces
GtkPackage[string] namespaces;
Undocumented in source.

Variables

GdkKeys
GtkEnum GdkKeys;

The GdkKey enum.

bindDir
string bindDir;
Undocumented in source.
cTypePrefix
string cTypePrefix;
Undocumented in source.
collectedAliases
Map!(string, GtkAlias) collectedAliases;

Aliases defined in the gir file.

collectedCallbacks
Map!(string, GtkFunction) collectedCallbacks;
Undocumented in source.
collectedEnums
Map!(string, GtkEnum) collectedEnums;

Enums defined in the gir file.

collectedFunctions
Map!(string, GtkFunction) collectedFunctions;
Undocumented in source.
collectedStructs
Map!(string, GtkStruct) collectedStructs;
Undocumented in source.
lookupAliases
string[] lookupAliases;

Aliases defined in the lookupfile.

lookupConstants
string[] lookupConstants;

Constants defined in the lookupfile.

lookupEnums
string[] lookupEnums;

Enums defined in the lookupfile.

lookupFuncts
string[] lookupFuncts;

Functions defined in the lookupfile.

lookupStructs
string[] lookupStructs;

Structs defined in the lookupfile.

name
string name;
Undocumented in source.
publicImports
string[] publicImports;
Undocumented in source.
srcDir
string srcDir;
Undocumented in source.
stockIDs
GtkEnum stockIDs;

The StockID enum (Deprecated).

wrapper
GtkWrapper wrapper;
Undocumented in source.

Meta