Method

XemeLocalizedStringget_string

unstable since: 0.1

Declaration [src]

const char*
xeme_localized_string_get_string (
  XemeLocalizedString* str
)

Description [src]

Gets the string.

Available since: 0.1

Return value

Type: const char*

The string.

The returned data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.