<p>In <a href="https://github.com/geany/geany/pull/1093#discussion_r68968954">tagmanager/src/tm_tag.h</a>:</p>
<pre style='color:#555'>> @@ -80,7 +80,10 @@ typedef enum
>  #define TAG_IMPL_VIRTUAL 'v' /**< Virtual implementation */
>  #define TAG_IMPL_UNKNOWN 'x' /**< Unknown implementation */
>  
> -typedef struct _TMTag
> +/**
> + * The TMTag structure represents a single tag in the tag manager.
> + **/
> +typedef struct TMTag
</pre>
<p>Hum, good point indeed, the struct name itself is exposed.  So yeah maybe it's good this way.</p>

<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/1093/files/659b277ef6861ea1b55e996e62ece24f9134a94b#r68968954">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/ABDrJwf1d7AZVt-Bx6MKUqmLyaCJHwdFks5qQo8dgaJpZM4I_gWR">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ52YSEcewGOCeK9VM7gesd3c7Np7ks5qQo8dgaJpZM4I_gWR.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/1093/files/659b277ef6861ea1b55e996e62ece24f9134a94b#r68968954"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>