<p>In <a href="https://github.com/geany/geany/pull/1038#discussion_r67760693">src/document.c</a>:</p>
<pre style='color:#555'>> @@ -3813,3 +3813,14 @@ void document_grab_focus(GeanyDocument *doc)
>  
>    gtk_widget_grab_focus(GTK_WIDGET(doc->editor->sci));
>  }
> +
> +static void        *copy_(void *src) { return src; }
> +static void         free_(void *doc) { }
> +
> +/** Gets the GType of GeanyDocument
> + *
> + * @return the GeanyDocument type */
</pre>
<div class="email-fragment"><rant>
What makes you all think my plugin doesn't want a stable gir interface? It seems to me that there's a notion "let's make it @gironly so we can change it any time", just because these symbols aren't immediately useful for c plugins.

This is not what I wanted. I wanted the gir exposed api to be just a different representation of the original plugin api (baring bugs), with the same stability consideration.

My peasy plugin is depending on the gir in the same way as C API. But you seem to treat it differently, as something that can be broken without consideration.
</rant>

But if that's how it's acceptable for you, so be it. Can add @gironly to this too.</div>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/pull/1038/files/eb3a1a6edf796e71bcd688a1f0e689416856ff25#r67760693">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/ABDrJ9U5l5AFwhN44vHEVdGpdkD2wakTks5qNvjPgaJpZM4Ifw_7">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ8hCE_o1t-S4lmfjWrmLYtVkKJ4cks5qNvjPgaJpZM4Ifw_7.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/1038/files/eb3a1a6edf796e71bcd688a1f0e689416856ff25#r67760693"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>