Function

Birbutf8_equal

since: 0.9

Declaration [src]

gboolean
birb_utf8_equal (
  const char* str1,
  const char* str2
)

Description [src]

Checks if strings are equal.

This is a simple wrapper around birb_utf8_compare().

Available since: 0.9

Parameters

str1

Type: const char*

The first string.

The argument can be NULL.
The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
str2

Type: const char*

The second string.

The argument can be NULL.
The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: gboolean

True if the strings are equal.