Class

XemeLocalizedString

unstable since: 0.1

Description [src]

final class Xeme.LocalizedString : GObject.Object
{
  /* No available fields */
}

A string that has a language associated with it.

Available since: 0.1

Ancestors

Constructors

xeme_localized_string_new

Creates a new localized string.

unstable since: 0.1

Instance methods

xeme_localized_string_equal

Checks if two localized strings are equal.

unstable since: 0.1

xeme_localized_string_get_language

Gets the language of the string.

unstable since: 0.1

xeme_localized_string_get_string

Gets the string.

unstable since: 0.1

xeme_localized_string_set_language

Sets the language for a string.

unstable since: 0.1

xeme_localized_string_set_string

Sets the string.

unstable since: 0.1

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Xeme.LocalizedString:language

The language for this string.

unstable since: 0.1

Xeme.LocalizedString:string

The string.

unstable since: 0.1

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct XemeLocalizedStringClass {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.