<p>In <a href="https://github.com/geany/geany/pull/862#discussion_r49366909">tagmanager/src/tm_workspace.c</a>:</p>
<pre style='color:#555'>> -/* Returns all matching members tags found in given struct/union/class name.
> - @param name Name of the struct/union/class.
> - @param file_tags A GPtrArray of edited file TMTag pointers (for search speedup, can be NULL).
> - @return A GPtrArray of TMTag pointers to struct/union/class members */
> -const GPtrArray *
> -tm_workspace_find_scope_members (const GPtrArray * file_tags, const char *name,
> -                                                           gboolean search_global, gboolean no_definitions)
> +/* Returns tags with the specified prefix sorted by name. If there are several
> + tags with the same name, only one of them appears in the resulting array.
> + @param prefix The prefix of the tag to find.
> + @param lang Specifies the language(see the table in parsers.h) of the tags to be found,
> +             -1 for all.
> + @param max_num The maximum number of tags to return.
> + @return Array of matching tags sorted by their name.
> +*/
> +GPtrArray *tm_workspace_find_prefix(const char *prefix, langType lang, gint max_num)
</pre>
<p>OK.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany/pull/862/files#r49366909">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ59uZ7tq5TMotKFRtEUO5QkB6-Atks5pY_trgaJpZM4HB6zU.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/862/files#r49366909"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>