Class

BirbLocalizedString

since: 0.5

Description [src]

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

A string object that contains an identifier and a translated label.

It was created to be used in a GListModel.

Available since: 0.5

Ancestors

Constructors

birb_localized_string_new

Creates a new localized string.

since: 0.5

Instance methods

birb_localized_string_equal

Checks if two string objects have the same id.

since: 0.5

birb_localized_string_get_id

Gets the id.

since: 0.5

birb_localized_string_get_label

Gets the label.

since: 0.5

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Birb.LocalizedString:id

The id of the string.

since: 0.5

Birb.LocalizedString:label

The localized label to display.

since: 0.5

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 BirbLocalizedStringClass {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.