<p>In <a href="https://github.com/geany/geany/pull/1093#discussion_r68956406">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>Any identifier starting with an underscore followed by an upper-case letter is reserved for the implementation, I believe.</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#r68956406">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/ABDrJ3y0gvuwcG-g8y8GkYenw-grD1axks5qQoH6gaJpZM4I_gWR">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJxhVJDtDOWFmjXV54m02biBF1nypks5qQoH6gaJpZM4I_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#r68956406"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>