> +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.
Thanks, will correct that. -- 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#r75811403