<p>In <a href="https://github.com/geany/geany/pull/890#discussion_r53342021">scripts/gen-api-gtkdoc.py</a>:</p>
<pre style='color:#555'>> +            words = str.split(" ", 2);
> +            self.annot = []
> +        elif (type == "return"):
> +            self.annot = []
> +        elif (type == "since"):
> +            self.since = str.rstrip()
> +        elif (type == "geany:skip"):
> +            self.annot.append("skip")
> +        elif (type == "geany:nullable") or (type == "geany:skip"):
> +            self.annot.append(type.split(":")[1])
> +        elif (type == "geany:cb"):
> +            self.annot.append("scope notified")
> +        elif (type == "geany:cbdata"):
> +            self.annot.append("closure")
> +        elif (type == "geany:cbfree"):
> +            self.annot.append("destroy")
</pre>
<p>these two are the old version, now should be <code>geany:closure</code> and <code>geany:destroy</code>.  So, can be merged with the generic <code>geany:</code> prefix stripping handling.</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/pull/890/files#r53342021">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJy2QGSEReqA3juBSwPsC9esLrOT1ks5plevjgaJpZM4HM9VD.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/pull/890/files#r53342021"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>