In tagmanager/src/tm_ctags_wrappers.h:

> +	const gchar *file_name, TMParserType lang, tm_ctags_callback callback,
> +	gpointer user_data);
> +
> +const gchar *tm_ctags_get_lang_name(TMParserType lang);
> +
> +TMParserType tm_ctags_get_named_lang(const gchar *name);
> +
> +const gchar *tm_ctags_get_lang_kinds(TMParserType lang);
> +
> +const gchar *tm_ctags_get_kind_name(gchar kind, TMParserType lang);
> +
> +gchar tm_ctags_get_kind_from_name(const gchar *name, TMParserType lang);
> +
> +gboolean tm_ctags_is_using_regex_parser(TMParserType lang);
> +
> +guint tm_ctags_get_lang_count();

(void)


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub