- main
void main(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
- 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.