Method

BirbStringListequal

since: 0.8

Declaration [src]

gboolean
birb_string_list_equal (
  BirbStringList* list1,
  BirbStringList* list2
)

Description [src]

Checks if two string lists are equal.

Available since: 0.8

Parameters

list1

Type: BirbStringList

The first instance.

The argument can be NULL.
list2

Type: BirbStringList

The second instance.

The argument can be NULL.
The data is owned by the caller of the method.

Return value

Type: gboolean

True if the string lists contain the same items in the same order.