aboutsummaryrefslogblamecommitdiffstats
path: root/wombat/Evolution-Wombat.idl
blob: 3f2569359969843c163d0ca844cab4dec0f3eeb4 (plain) (tree)
1
2
3
4
5
6
7
8
9
  
                     
  
                                               

   

                     
              


                          
          
 

                                                           

          
  
/*
 * 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;
    };
};
};