<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 06/09/2013 03:47 AM, Lex Trotman
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAKhWKDNbPDWZqeRKbd4jirEJfR+pkfcLQ3STttNqdsWDL=B5Kg@mail.gmail.com"
      type="cite">
      <div dir="ltr">[...]<br>
        <div class="gmail_extra">
          <div class="gmail_quote">
            <blockquote class="gmail_quote" style="margin:0 0 0
              .8ex;border-left:1px #ccc solid;padding-left:1ex">
              Sorry, but I didn't understand exactly what you were
              attempting to demonstrate in your example.<br>
              Please take pity on an admitted moron here and expand a
              bit on what is going on in the example.<br>
              <br>
              Main questions:<br>
                  where does the magic number 211 come from?
              GEANY_VERSION_CHECK(211...)<br>
                      Lex says we're supposed to use API numbers, like
              0.19. Please, as a demo, convert that to an int.<br>
                      When I try, I get zero. But, like I said, I'm a
              moron.<br>
            </blockquote>
            <div><br>
            </div>
            <div style="">Ahhh, theres the confusion, API numbers are
              not version numbers, version numbers can be all over the
              place, 1.23, 1.23.1 etc.  API numbers are nice numbers
              that simply increase whenever something is chnaged in the
              API, currently the numbers are in the 2xx region, or for
              the experimental GTK3 version of Geany 3xx.</div>
            <div style=""><br>
            </div>
            <div style="">The current git geany has an API of 216, the
              API versions for releases are given in the table inthe
              wiki.</div>
            <div style=""><br>
            </div>
            <div style="">Cheers</div>
            <div style="">Lex</div>
            <div><br>
            </div>
            <div> </div>
          </div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Devel@lists.geany.org">Devel@lists.geany.org</a>
<a class="moz-txt-link-freetext" href="https://lists.geany.org/cgi-bin/mailman/listinfo/devel">https://lists.geany.org/cgi-bin/mailman/listinfo/devel</a>
</pre>
    </blockquote>
    OK, so to recap, we have<br>
    <br>
        version numbers, which are documented on the web site<br>
        API number, which I don't know how to determine<br>
        ABI number, which I don't need to worry about<br>
    <br>
    Is that about it?<br>
    <br>
    Bottom line:<br>
    <br>
        I use a function from Geany.<br>
        How do I know what number to plug in to GEANY_VERSION_CHECK()?<br>
  </body>
</html>