<p>In <a href="https://github.com/geany/geany/pull/1038#discussion_r66086644">src/geanyobject.c</a>:</p>
<pre style='color:#555'>> @@ -32,6 +32,10 @@
>   * Emitted just after loading main keyfile settings.
>   */
>  
> +/**
> + * @file geanyobject.h
> + * Definition of the global GeanyObject */
> +
</pre>
<div class="email-fragment">Am 06.06.2016 um 03:27 schrieb Matthew Brush:</div>
<div class="email-quoted-reply"> In src/geanyobject.c
 <<a href="https://github.com/geany/geany/pull/1038#discussion_r65829764" class="issue-link js-issue-link" data-url="https://github.com/geany/geany/issues/1038" data-id="155136104" data-error-text="Failed to load issue title" data-permission-text="Issue title is private">#1038 (comment)</a>>:

> @@ -32,6 +32,10 @@
>   * Emitted just after loading main keyfile settings.
>   */
>
> +/**
> + * <a href="https://github.com/file" class="user-mention">@file</a> geanyobject.h
> + * Definition of the global GeanyObject */
> +

 No point in adding this if the stuff in this file is @gironly.

</div>
<div class="email-fragment">Corrected that.</div>
<div class="email-quoted-reply">
>
> +#define GEANY_TYPE_DOCUMENT (document_get_type())
> +GType document_get_type (void);

 Do these need to go in the headers if only used by g-ir-scanner?</div>
<div class="email-fragment">Is also used inside Geany for g_signal_new() calls.</div>
<div class="email-quoted-reply">> +
> +static void        *copy_(void *src) { return src; }
> +static void         free_(void *doc) { }
> +
> +/** Gets the GBOxed-derived type of GeanyDocument

 Should make this and the others @gironly or not doxygen-commented.</div>
<div class="email-fragment">Why? I don't want GI-scanned API and actual API to diverge. The
_get_type() functions can be exported without problems. _get_type()
itself doesn't imply GBoxed or GObject or anything, nor does it imply
any memory management. It just says there's a an associated GType to
that type name.

I did change the comment that the GType is derived from GBoxed so that
we can freely change these things to GObject later on.</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/112ef938ff8c100b62c3ca12a608ed44daa365cf#r66086644">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/ABDrJxs7Z6k5oSSUl1v6fu4ygY9w6dJgks5qJYZVgaJpZM4Ifw_7">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ0iVNyB-dzPI86uT3pFSYpDfZTz-ks5qJYZVgaJpZM4Ifw_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/112ef938ff8c100b62c3ca12a608ed44daa365cf#r66086644"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>