Closed refi64 closed 6 years ago
'default' is a keyword in D so we can't use that name. But 'defaulx' is a odd replacement, i'll check if it can be brought more in line with the replacements for the other keywords.
Maybe default_
or getDefault
?
Commit 9dbd03e replaces 'defaulx' with 'default'.
g_main_context_default
is bound asMainContext.defaulx
. Is this a typo?