Method

BirbLocalizedStringequal

since: 0.5

Declaration [src]

gboolean
birb_localized_string_equal (
  BirbLocalizedString* str1,
  BirbLocalizedString* str2
)

Description [src]

Checks if two string objects have the same id.

Available since: 0.5

Parameters

str1

Type: BirbLocalizedString

The first instance.

The argument can be NULL.
str2

Type: BirbLocalizedString

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 strings have the same id.