[Github-comments] [geany/geany] New tagmanager query module (#1187)

Matthew Brush notifications at xxxxx
Tue Aug 23 00:27:49 UTC 2016


> +gint tm_query_add_lang(TMQuery *q, TMParserType lang)
> +{
> +	g_array_append_val(q->langs, lang);
> +
> +	return 0;
> +}
> +
> +
> +/** Set the tag type filter of a query.
> + *
> + * The query results will be restricted to tags match any of the given types.
> + * You can only set this filter because the @a type is a bitmask containing
> + * multiple values.
> + *
> + * @param q The query to operate on.
> + * @param type Bitmasp of the tag time to filter, see @a TMTagType.

`s/Bitmasp/Bitmask/` `s/tag time/tag type/` ?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1187/files/386006313a0b78c614bd1ac522ac121e093df58d#r75784661
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160822/0d06525d/attachment.html>


More information about the Github-comments mailing list