language_t

Data type for languages. Each #hb_language_t corresponds to a BCP 47 language tag.

Constructors

this
this(hb_language_t* hb_language, bool ownedRef)

Sets our main struct and passes it to the parent class.

Members

Functions

String
string String()

Converts an #hb_language_t to a string.

getStruct
void* getStruct()

the main Gtk struct as a void*

getlanguage_tStruct
hb_language_t* getlanguage_tStruct(bool transferOwnership)

Get the main Gtk struct

Variables

hb_language
hb_language_t* hb_language;

the main Gtk struct

ownedRef
bool ownedRef;
Undocumented in source.

Meta