> + 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: https://github.com/geany/geany/pull/957/files/5d9376ea801a6e6c3ec22748741362a3a2eff7ac#r61961079
