@rdipardo commented on this pull request.
> @@ -276,13 +276,24 @@ static GeanyFiletype *filetypes_detect(const gchar
> *utf8_filename)
}
+static gboolean string_exists_in_array(gchar **array, gchar *str) {
> I'm pretty sure this function already exists in glib or somewhere...
Perhaps you mean
[g_strv_contains](https://developer-old.gnome.org/glib/stable/glib-String-Utility-Functions.html#g-strv-contains)?
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1290#discussion_r1382376114
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/1290/review/[email protected]>