This adds string variants to 3 msgwin{compiler,status,msg}_add(), since those cannot be gobject-introspected (functions with variadic arguments generally can't because the parameters couldn't be marshalled).

So I simply add _string variants which take the string after g_strdup_vprintf(). I found that two of them already existed, so I only needed to add one and export all 3 to plugins.

@sagarchalise wants this in peasy and the functions are currently not available in any form.

GEANY_API_VERSION increment is TODO, will do once this lands.


You can view, comment on, or merge this pull request online at:

  https://github.com/geany/geany/pull/1748

Commit Summary

File Changes

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.