> GPtrArray *tm_tags_extract(GPtrArray *tags_array, gchar *name, gchar *scope, > gboolean prefix, TMParserType lang, TMTagType tag_types);
This is specifically the type of function I want to avoid. This is not extensible at all, so not a good fit for a plugin API. Also, parameter-heavy functions are generally hard to use correctly (it's sometimes necessary but in this case my proposal gives a better solution IMO). -- 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#issuecomment-242225334