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.
https://github.com/geany/geany/pull/1748
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.