summaryrefslogtreecommitdiff
path: root/atk.defs
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2005-08-26 18:29:48 +0000
committerJohan Dahlin <johan@src.gnome.org>2005-08-26 18:29:48 +0000
commit9118b2befcf50989361ee3da976a240782473c8b (patch)
treecdbf8a3089e0e1ef3ddc76c87f2570cd7d21c64b /atk.defs
parentfbd3828e7ff974eb61197767e8fb630ac21d17bf (diff)
downloadpygtk-9118b2befcf50989361ee3da976a240782473c8b.tar.gz
Make it a type on dynamically created subclasses implementing the
* atk-types.defs (ImplementorIface): Make it a type on dynamically created subclasses implementing the interface to possibly avoid MRO issues.
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 50fd412b..c7ca10ed 100644
--- a/atk.defs
+++ b/atk.defs
@@ -499,7 +499,7 @@
)
(define-method ref_accessible
- (of-object "AtkImplementor")
+ (of-object "AtkImplementorIface")
(c-name "atk_implementor_ref_accessible")
(return-type "AtkObject*")
)