From: Rico Tzschichholz Date: Wed, 17 Jul 2013 18:15:08 +0000 (+0200) Subject: atk: Update to 2.9.3 X-Git-Tag: 0.21.1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=427d84627ad457e1f1fa924e1ae72a85790b4226;p=thirdparty%2Fvala.git atk: Update to 2.9.3 --- diff --git a/vapi/atk.vapi b/vapi/atk.vapi index 7ad7d18ae..d20015433 100644 --- a/vapi/atk.vapi +++ b/vapi/atk.vapi @@ -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;