On Sat, 08 Jun 2013 02:54:38 -0700
Roger Booth <rbooth@kabooth.com> wrote:
One thing I could ask for is a reference in the docs to where I can
find the correspondence between api and abi. Maybe thats the wrong
question, but anyway, how do i know which abi version I need? This is
in regards to PLUGIN_VERSION_CHECK(xxx)
A lot of functions have a note at Geany's API documentation, since
which version of Geany they are avaialble. E.g. Since: 0.16 at
utils_str_casecmp().
At http://wiki.geany.org/plugins/development/api-versions you can find
also the connection between API and ABI as well as the corresponding
Geany version.
Cheers,
Frank
_______________________________________________
Devel mailing list
Devel@lists.geany.org
https://lists.geany.org/cgi-bin/mailman/listinfo/devel
I guess what I was asking for was a note in the docs that talk about
writing plugins, and especially in the docs about
PLUGIN_VERSION_CHECK() that points to where the programmer can read
up on the connection between api and abi. Or at least how the
programmer can find out the number.