[Github-comments] [geany/geany] api: new function geany_api_version (#1406)

Colomban Wendling notifications at xxxxx
Thu Feb 23 13:10:29 UTC 2017


b4n requested changes on this pull request.

OK, why not, although I don't really see so much use case for C plugins: such checks only allow to guard dynamic features, and the only one I can think of would be `GeanyObject` signals.
But it sounds reasonable, so OK I guess.

> @@ -52,6 +52,15 @@ typedef struct
 PluginDocDataProxy;
 
 
+/** Returns the runtime API version Geany was compiled with.
+ *
+ * @return Geany's API version
+ */
+gint geany_api_version(void)

@elextr is right it lacks `GEANY_API_SYMBOL`

-- 
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/1406#pullrequestreview-23471166
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170223/9ed0ec0e/attachment.html>


More information about the Github-comments mailing list