IMO it would be better to fix [the script](https://github.com/geany/geany/blob/master/scripts/gen-api-gtkdoc.py) to automatically generate the needed signatures than duplicate every API function that has varargs with a non-vararg version. This should be relatively easy, at least where the varargs are format strings (ie. have the script replace `...` with `const char*`).
-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/1748#issuecomment-379129907
