<p>Most of the plugins now complain about GeanyFunctions being deprecated which makes the compilation output rather noisy. I have removed GeanyFunctions from my plugins but this requires bumping API to a post-linkage-cleanup build, which is 224.</p>

<p>To get rid of the warnings there are two options:</p>

<ol>
<li>Remove geany_functions and bump the API requirement for every plugin.</li>
<li>Guard the geany_functions declaration with a macro checking the API version.</li>
</ol>

<p>I'd personally vote for (1) otherwise the deprecated declaration gets never removed. Is it a problem to bump the API requirement? Is it common to build new plugin versions with old Geany versions?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany-plugins/issues/382">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJxGQlZ2TSyoNATtAGItKw3M4Goo_ks5pqdBjgaJpZM4HqEAe.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany-plugins/issues/382"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>