Class

FoundryLanguage

Description

final class Foundry.Language : GObject.Object
{
  /* No available fields */
}

No description available.

Hierarchy

hierarchy this FoundryLanguage ancestor_0 GObject ancestor_0--this

Ancestors

Constructors

foundry_language_new
No description available.

Functions

foundry_language_find
No description available.

foundry_language_list_all
No description available.

Instance methods

foundry_language_equal
No description available.

foundry_language_get_id
No description available.

foundry_language_get_meson_id
No description available.

foundry_language_get_name
No description available.

foundry_language_hash
No description available.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Foundry.Language:id
No description available.

Foundry.Language:meson-id
No description available.

Foundry.Language:name
No description available.

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

No description available.

Class members
parent_class: GObjectClass

No description available.