gtkd-developers / GtkD

GtkD is a D binding and OO wrapper of GTK+ originally created by Antonio Monteiro
http://gtkd.org
Other
322 stars 71 forks source link

MainContext.defaulx? #247

Closed refi64 closed 6 years ago

refi64 commented 6 years ago

g_main_context_default is bound as MainContext.defaulx. Is this a typo?

MikeWey commented 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.

refi64 commented 6 years ago

Maybe default_ or getDefault?

MikeWey commented 6 years ago

Commit 9dbd03e replaces 'defaulx' with 'default'.