1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
/* * Wombat interfaces. * * Copyright (C) 2000, 2001, 2002, Ximian, Inc. */ #include <Bonobo.idl> module GNOME { module Evolution { interface Config { }; interface WombatInterfaceCheck : Bonobo::Unknown { readonly attribute string interfaceVersion; }; }; };