diff options
author | Jürg Billeter <j@bitron.ch> | 2009-04-08 20:09:01 +0200 |
---|---|---|
committer | Jürg Billeter <j@bitron.ch> | 2009-04-08 20:09:01 +0200 |
commit | 37080cc3a26bc587b1f629f699b6369476b2c95c (patch) | |
tree | b5b62770781bbbdbbcbd758869d9a6644ab8d187 /vapi/packages/atk/atk.gi | |
parent | 17be5c9d02480f466db9249d7af87b7d9b556c92 (diff) | |
download | vala-37080cc3a26bc587b1f629f699b6369476b2c95c.tar.gz |
Regenerate GTK+ bindings
Diffstat (limited to 'vapi/packages/atk/atk.gi')
-rw-r--r-- | vapi/packages/atk/atk.gi | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/vapi/packages/atk/atk.gi b/vapi/packages/atk/atk.gi index 45ee57921..1d7fd5a74 100644 --- a/vapi/packages/atk/atk.gi +++ b/vapi/packages/atk/atk.gi @@ -573,16 +573,16 @@ </object> <object name="AtkNoOpObject" parent="AtkObject" type-name="AtkNoOpObject" get-type="atk_no_op_object_get_type"> <implements> + <interface name="AtkValue"/> + <interface name="AtkDocument"/> + <interface name="AtkComponent"/> <interface name="AtkText"/> <interface name="AtkAction"/> <interface name="AtkHypertext"/> <interface name="AtkSelection"/> <interface name="AtkTable"/> <interface name="AtkImage"/> - <interface name="AtkValue"/> - <interface name="AtkComponent"/> <interface name="AtkEditableText"/> - <interface name="AtkDocument"/> </implements> <constructor name="new" symbol="atk_no_op_object_new"> <return-type type="AtkObject*"/> @@ -1020,6 +1020,13 @@ <parameter name="relationship" type="AtkRelationType"/> </parameters> </constructor> + <method name="remove_target" symbol="atk_relation_remove_target"> + <return-type type="gboolean"/> + <parameters> + <parameter name="relation" type="AtkRelation*"/> + <parameter name="target" type="AtkObject*"/> + </parameters> + </method> <method name="type_for_name" symbol="atk_relation_type_for_name"> <return-type type="AtkRelationType"/> <parameters> |