From 9118b2befcf50989361ee3da976a240782473c8b Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Fri, 26 Aug 2005 18:29:48 +0000 Subject: 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. --- atk-types.defs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'atk-types.defs') diff --git a/atk-types.defs b/atk-types.defs index 222840f0..7904cd34 100644 --- a/atk-types.defs +++ b/atk-types.defs @@ -70,6 +70,12 @@ (gtype-id "ATK_TYPE_UTIL") ) +(define-interface ImplementorIface + (in-module "Atk") + (c-name "AtkImplementorIface") + (gtype-id "ATK_TYPE_IMPLEMENTOR") +) + ;; Enumerations and flags ... (define-enum Role -- cgit v1.2.1