diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-03-29 05:41:44 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-03-29 05:41:44 +0800 |
commit | 132fc1149479104a340578924341438f5f0c53b0 (patch) | |
tree | 2c0023a22905a836cbfa92e437e3e9ccaf0d03be /wombat/Evolution-Wombat.idl | |
parent | 0dadd716b3f82e2c2ec278850d1166688d03d6fe (diff) | |
download | gsoc2013-evolution-132fc1149479104a340578924341438f5f0c53b0.tar.gz gsoc2013-evolution-132fc1149479104a340578924341438f5f0c53b0.tar.zst gsoc2013-evolution-132fc1149479104a340578924341438f5f0c53b0.zip |
Add InterfaceCheck object. Likewise.
* GNOME_Evolution_WombatLDAP.server.in.in: Add InterfaceCheck
object.
* GNOME_Evolution_WombatNOLDAP.server.in.in: Likewise.
* wombat-interface-check.c: New, from evolution-1-2-branch.
* wombat-interface-check.h: Likewise.
* wombat.c (setup_pas): Removed argc/argv args.
(setup_pcs): Likewise.
(setup_interface_check): New interface to set up the
InterfaceCheck object.
(main): Call the latter.
svn path=/trunk/; revision=20563
Diffstat (limited to 'wombat/Evolution-Wombat.idl')
-rw-r--r-- | wombat/Evolution-Wombat.idl | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/wombat/Evolution-Wombat.idl b/wombat/Evolution-Wombat.idl index 2c9538bfce..ec951c5f1e 100644 --- a/wombat/Evolution-Wombat.idl +++ b/wombat/Evolution-Wombat.idl @@ -1,9 +1,11 @@ /* - * The Evolution Personal Organization Server. + * Wombat interfaces. * - * Copyright 2000, Ximian, Inc. + * Copyright (C) 2000, 2001, 2002, Ximian, Inc. */ +#include <Bonobo.idl> + module GNOME { module Evolution { @@ -13,7 +15,10 @@ module Evolution { }; interface Config { + }; + interface WombatInterfaceCheck : Bonobo::Unknown { + readonly attribute string interfaceVersion; }; }; }; |