GtkDClass.stringToGtkD

Converts a GTK strin to a GtkD string. This removes the "_" and capitalises the next letter and converts the basic types

class GtkDClass
static
string
stringToGtkD
(
string gString
,,
string[string] aliases
,
bool caseConvert = true
)

Parameters

gString string

Return Value

Type: string

Meta