Warning
g_strcasecmp has been deprecated since version 2.2 and should not be used in newly-written code. See g_strncasecmp() for a discussion of why this function
is deprecated and how to replace it.
A case-insensitive string comparison, corresponding to the standard
strcasecmp() function on platforms which support it.
Warning g_strcasecmp has been deprecated since version 2.2 and should not be used in newly-written code. See g_strncasecmp() for a discussion of why this function is deprecated and how to replace it. A case-insensitive string comparison, corresponding to the standard strcasecmp() function on platforms which support it.