]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
pango: Fix pango_attr_list_change binding
authorJürg Billeter <j@bitron.ch>
Wed, 29 Dec 2010 09:30:19 +0000 (10:30 +0100)
committerJürg Billeter <j@bitron.ch>
Sat, 22 Jan 2011 09:55:31 +0000 (10:55 +0100)
vapi/packages/pango/pango.metadata
vapi/pango.vapi

index 32409635caf3f4eb9b7072fadbeb780f72b1407b..640174455ae45c2fd19c883063e60fc3ef8ea746 100644 (file)
@@ -11,6 +11,7 @@ PangoAttrInt base_class="PangoAttribute" free_function="pango_attribute_destroy"
 PangoAttrInt.attr hidden="1"
 pango_attr_list_copy transfer_ownership="1"
 pango_attr_list_get_iterator transfer_ownership="1"
+pango_attr_list_change.attr transfer_ownership="1"
 pango_attr_list_insert.attr transfer_ownership="1"
 PangoAttrLanguage base_class="PangoAttribute" free_function="pango_attribute_destroy"
 PangoAttrLanguage.attr hidden="1"
index 0cca84e097135f663f0e615ec4445adb1bd3df9c..20d6cdc2ae347f72fe7a1b39ec6e270363d829e9 100644 (file)
@@ -71,7 +71,7 @@ namespace Pango {
        public class AttrList {
                [CCode (has_construct_function = false)]
                public AttrList ();
-               public void change (Pango.Attribute attr);
+               public void change (owned Pango.Attribute attr);
                public Pango.AttrList copy ();
                public unowned Pango.AttrList filter (Pango.AttrFilterFunc func, void* data);
                public Pango.AttrIterator get_iterator ();