Function

Agsstrv_equal

since: 3.2.1

Declaration [src]

gboolean
ags_strv_equal (
  gchar** strv1,
  gchar** strv2
)

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.

Return value

Type: gboolean

TRUE on success, otherwise FALSE.