summaryrefslogtreecommitdiff
path: root/atk.defs
diff options
context:
space:
mode:
authorJohn Finlay <finlay@src.gnome.org>2006-07-23 05:05:49 +0000
committerJohn Finlay <finlay@src.gnome.org>2006-07-23 05:05:49 +0000
commitf195d395ee47aff555959e96b14d1121f11619fb (patch)
treea03e790ae9ed7f33538dbf727e16856e587920a4 /atk.defs
parent9fb13d3f593e203348aba06d21ad159369a23acc (diff)
downloadpygtk-f195d395ee47aff555959e96b14d1121f11619fb.tar.gz
Attach as AtkImplementorIface method
* atk.defs (atk_implementor_ref_accessible): Attach as AtkImplementorIface method * atk-types.defs (AtkImplementorIface): Revert to registered name. * gtk/gtk-base-types.defs: Annotate interfaces with prerequisites and objects with interface implementations * gtk/gtk-2.10-types.defs: Annotate interfaces with prerequisites and objects with interface implementations. Reorganize.
Diffstat (limited to 'atk.defs')
-rw-r--r--atk.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/atk.defs b/atk.defs
index 12d5d693..d592a3ca 100644
--- a/atk.defs
+++ b/atk.defs
@@ -566,7 +566,7 @@
)
(define-method ref_accessible
- (of-object "AtkImplementor")
+ (of-object "AtkImplementorIface")
(c-name "atk_implementor_ref_accessible")
(return-type "AtkObject*")
)