Method

XemeLocalizedStringequal

unstable since: 0.1

Declaration [src]

gboolean
xeme_localized_string_equal (
  XemeLocalizedString* l10nstr1,
  XemeLocalizedString* l10nstr2
)

Description [src]

Checks if two localized strings are equal.

This does not take case folding into consideration.

Available since: 0.1

Parameters

l10nstr2

Type: XemeLocalizedString

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 two languages and strings are equal.