API Version: 1.2
Library Version: 3.57.3
Generated by gi-docgen 2025.4
gint e_util_utf8_strcasecmp ( const gchar* s1, const gchar* s2 )
Compares two UTF-8 strings using approximate case-insensitive ordering.
s1
Type: const gchar*
const gchar*
A UTF-8 string.
s2
Another UTF-8 string.
Type: gint
gint
< 0 if s1 compares before s2, 0 if they compare equal, > 0 if s1 compares after s2.