]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
pango: fix ownership of GlyphItem.split return value
authorEvan Nemerson <evan@coeus-group.com>
Tue, 2 Nov 2010 03:24:30 +0000 (20:24 -0700)
committerJürg Billeter <j@bitron.ch>
Thu, 23 Dec 2010 14:26:40 +0000 (15:26 +0100)
vapi/packages/pango/pango.metadata
vapi/pango.vapi

index 76efe5b46eb612566d58f1cf65564c5d451ef047..7e9b43bed599c927417370f97b6bdc06ee3be971 100644 (file)
@@ -67,6 +67,7 @@ PangoFontDescription is_immutable="1"
 pango_font_description_from_string transfer_ownership="1"
 PangoGlyphInfo is_value_type="1"
 pango_glyph_item_letter_space.log_attrs is_array="1"
+pango_glyph_item_split transfer_ownership="1"
 PangoGlyphItemIter is_value_type="1"
 PangoGlyphGeometry is_value_type="1"
 pango_glyph_string_extents.ink_rect is_out="1"
index 2fd1642bc273aeed905efbfced1d4d038a7a58b8..48ec293e4584491a4b73255a7d0cc6ccfd39c696 100644 (file)
@@ -267,7 +267,7 @@ namespace Pango {
                public Pango.GlyphItem copy ();
                public void get_logical_widths (string text, int logical_widths);
                public void letter_space (string text, Pango.LogAttr[] log_attrs, int letter_spacing);
-               public unowned Pango.GlyphItem split (string text, int split_index);
+               public Pango.GlyphItem split (string text, int split_index);
        }
        [Compact]
        [CCode (copy_function = "pango_glyph_string_copy", type_id = "PANGO_TYPE_GLYPH_STRING", cheader_filename = "pango/pango.h")]