Fixes regression introduced by commit
5d6c21cebd3c5a.
Fixes bug 654785.
pango_glyph_string_x_to_index.index_ is_out="1"
pango_glyph_string_x_to_index.trailing is_out="1"
PangoGlyphVisAttr is_value_type="1"
-pango_language_from_string transfer_ownership="1" nullable="1"
+pango_language_from_string nullable="1"
pango_language_get_scripts is_array="1"
pango_language_get_scripts.num_scripts hidden="1"
pango_layout_get_cursor_pos.strong_pos is_out="1"
[Compact]
[CCode (type_id = "PANGO_TYPE_LANGUAGE", cheader_filename = "pango/pango.h")]
public class Language {
- public static Pango.Language? from_string (string language);
+ public static unowned Pango.Language? from_string (string language);
public static unowned Pango.Language get_default ();
public unowned string get_sample_string ();
public unowned Pango.Script[] get_scripts ();