@rdipardo commented on this pull request.
In projectorganizer/src/prjorg-project.c:
> @@ -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?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.