Function
Agsstrv_equal
since: 3.2.1
[−]
Description [src]
Check strv1
and strv2
to be equal. The arrays don’t have to be sorted.
Available since: 3.2.1
[−]
Parameters
strv1
-
Type:
gchar**
The string vector.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. strv2
-
Type:
gchar**
An other string vector.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.