Function
GLibstrcasecmp
deprecated: 2.2
Declaration [src]
gint
g_strcasecmp (
const gchar* s1,
const gchar* s2
)
Description [src]
A case-insensitive string comparison, corresponding to the standard
strcasecmp()
function on platforms which support it.
Deprecated since: 2.2
See g_strncasecmp()
for a discussion of why this
function is deprecated and how to replace it.