Function
GLibstrncasecmp
Description
A case-insensitive string comparison, corresponding to the standard
strncasecmp()
function on platforms which support it. It is similar
to g_strcasecmp()
except it only compares the first n
characters of
the strings.
Deprecated since: | 2.2 |
The problem with
|
Parameters
s1 |
const gchar* |
A string. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
s2 |
const gchar* |
A string to compare with |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
n |
guint |
The maximum number of characters to compare. |