Closed csoriano1618 closed 7 years ago
This is how the enum is defined in the gir files, and in c it is also the only one that contains FLAGS. https://developer.gnome.org/gio/stable/GApplication.html#GApplicationFlags
Although in D you end up with ApplicationFlags.FLAGS_NONE i don't think it's worth it to add an exception to for this enum. And leave is as is the enum member names from C minus there common prefix.
I promise I triple checked :/ Not sure how I missed this... Closing
So it's inconsistent with the other flags, like GApplicationFlags.HANDLES_COMMAN_LINE which doesn't prefix the FLAGS.