Method

XemeLocalizedStringset_string

unstable since: 0.1

Declaration [src]

void
xeme_localized_string_set_string (
  XemeLocalizedString* l10nstr,
  const char* str
)

Description [src]

Sets the string.

Available since: 0.1

Parameters

str

Type: const char*

The string.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.