<p>In <a href="https://github.com/geany/geany/pull/957#discussion_r61928171">tagmanager/src/tm_source_file.c</a>:</p>
<pre style='color:#555'>> +            return TAG_ACCESS_PRIVATE;
> +  else if (0 == strcmp("friend", access))
> +          return TAG_ACCESS_FRIEND;
> +  else if (0 == strcmp("default", access))
> +          return TAG_ACCESS_DEFAULT;
> +
> +#ifdef TM_DEBUG
> +  g_warning("Unknown access type %s", access);
> +#endif
> +  return TAG_ACCESS_UNKNOWN;
> +}
> +
> +/*
> + Initializes a TMTag structure with information from a tagEntryInfo struct
> + used by the ctags parsers. Note that the TMTag structure must be malloc()ed
> + before calling this function. This function is called by tm_tag_new() - you
</pre>
<p>not called by <code>tm_tag_new()</code> anymore</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 or <a href="https://github.com/geany/geany/pull/957/files/4dcc829e724a9018f92a8ef5201c2c0f257eeaa7..103d2c535862ae2682022dcfd714c2ffd983c42f#r61928171">view it on GitHub</a><img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ8hUohxeXg4WYxw94zsk7_cI_ahfks5p94-xgaJpZM4Ht-Ad.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/957/files/4dcc829e724a9018f92a8ef5201c2c0f257eeaa7..103d2c535862ae2682022dcfd714c2ffd983c42f#r61928171"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>