GtkWrapper

converts and wrap the GTK libs

Constructors

this
this(string apiRoot)
Undocumented in source.

Members

Enums

ERR_NONE
anonymousenum ERR_NONE
Undocumented in source.

Functions

buildLoaderTable
void buildLoaderTable(string loaderTableName, string[] declarations)
Undocumented in source. Be warned that the author may not have intended to support it.
buildTypedefs
void buildTypedefs(string outPack)
Undocumented in source. Be warned that the author may not have intended to support it.
getAliases
string[string] getAliases()
Undocumented in source. Be warned that the author may not have intended to support it.
getEnumTypes
string[string] getEnumTypes()
Undocumented in source. Be warned that the author may not have intended to support it.
getLicense
string getLicense()
Undocumented in source. Be warned that the author may not have intended to support it.
includeComments
bool includeComments()
Undocumented in source. Be warned that the author may not have intended to support it.
printErrors
void printErrors()
Undocumented in source. Be warned that the author may not have intended to support it.
process
int process(string apiLookupDefinition)
Undocumented in source. Be warned that the author may not have intended to support it.
writeBuildText
void writeBuildText()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

license
string license;
Undocumented in source.

Variables

aliases
string[string] aliases;
Undocumented in source.
apiRoot
string apiRoot;
Undocumented in source.
bindingsDir
string bindingsDir;
Undocumented in source.
buildDir
string buildDir;
Undocumented in source.
buildFile
string buildFile;
Undocumented in source.
buildPath
string buildPath;
Undocumented in source.
defReader
DefReader defReader;
Undocumented in source.
defReaders
DefReader[] defReaders;
Undocumented in source.
enumTypes
string[string] enumTypes;
Undocumented in source.
errors
WError*[] errors;
Undocumented in source.
inputRoot
string inputRoot;
Undocumented in source.
outputRoot
string outputRoot;
Undocumented in source.
packages
string[string] packages;
Undocumented in source.
srcDir
string srcDir;
Undocumented in source.
srcOut
string srcOut;

the src output directory

Inherited Members

From WrapperIF

getLicense
string getLicense()

the global license in of files

getAliases
string[string] getAliases()

the simple token subsitution

getEnumTypes
string[string] getEnumTypes()

the referenced enum type table

includeComments
bool includeComments()

switch on or off the comments enbeded on the source

Meta