gtd.GirWrapper

Undocumented in source.

Members

Classes

GirWrapper
class GirWrapper
Undocumented in source.

Enums

PrintFileMethod
enum PrintFileMethod
Undocumented in source.

Functions

removeUnderscore
string removeUnderscore(string token)
Undocumented in source. Be warned that the author may not have intended to support it.
stringToGtkD
string stringToGtkD(string str, string[string] aliases, string[string] localAliases)

Apply aliasses to the tokens in the string, and camelCase underscore separated tokens.

tokenToGtkD
string tokenToGtkD(string token, string[string] aliases, bool caseConvert)
Undocumented in source. Be warned that the author may not have intended to support it.
tokenToGtkD
string tokenToGtkD(string token, string[string] aliases, string[string] localAliases, bool caseConvert)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta