]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
atk: Update to 2.9.3
authorRico Tzschichholz <ricotz@ubuntu.com>
Wed, 17 Jul 2013 18:15:08 +0000 (20:15 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 17 Jul 2013 18:15:08 +0000 (20:15 +0200)
vapi/atk.vapi

index 7ad7d18ae0bdf560fbce5401a5af20b30e5495fc..d200154331883127d193a3c29593fb2b41d631fa 100644 (file)
@@ -65,7 +65,7 @@ namespace Atk {
                protected Object ();
                public bool add_relationship (Atk.RelationType relationship, Atk.Object target);
                public virtual uint connect_property_change_handler (Atk.PropertyChangeHandler handler);
-               public virtual unowned Atk.AttributeSet get_attributes ();
+               public virtual Atk.AttributeSet get_attributes ();
                public virtual unowned string get_description ();
                public virtual int get_index_in_parent ();
                [NoWrapper]
@@ -459,6 +459,7 @@ namespace Atk {
                public uint state;
                public uint keyval;
                public int length;
+               [CCode (cname = "string")]
                public weak string str;
                public uint16 keycode;
                public uint32 timestamp;