summaryrefslogtreecommitdiff
path: root/atk-types.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-types.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-types.defs')
-rw-r--r--atk-types.defs4
1 files changed, 2 insertions, 2 deletions
diff --git a/atk-types.defs b/atk-types.defs
index 1cdd432a..becb6ed2 100644
--- a/atk-types.defs
+++ b/atk-types.defs
@@ -113,9 +113,9 @@
(gtype-id "ATK_TYPE_IMAGE")
)
-(define-interface Implementor
+(define-interface ImplementorIface
(in-module "Atk")
- (c-name "AtkImplementor")
+ (c-name "AtkImplementorIface")
(gtype-id "ATK_TYPE_IMPLEMENTOR")
)