@b4n true, or having the script generate:
/* GTK-DOC comment with annotations here */
#define msgwin_compiler_add_string(s) msgwin_compiler_add("%s", s)
Or whatever the buggy GI can actually understand, instead of all the manual duplication. My worry is that each time we add hacks to the public API to work around bugs in GI we make the API worse (ex. more confusing, more maintenance, etc) for the common use case.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.