/* -*- Mode: IDL; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Interface for the Evolution's StorageSetView control. * * Authors: * Ettore Perazzoli * * Copyright (C) 2000, 2001 Ximian, Inc. */ #include module GNOME { module Evolution { interface StorageSetViewListener { void notifyFolderSelected (in string uri); void notifyStorageSelected (in string name); }; /* FIXME: Maybe we should have a generic Bonobo::Listener interface. */ interface StorageSetView : Bonobo::Unknown { exception AlreadyListening {}; exception NotFound {}; attribute boolean showFolders; void addListener (in StorageSetViewListener listener) raises (AlreadyListening); void removeListener (in StorageSetViewListener listener) raises (NotFound); }; }; }; e Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Mark as broken with gcc4.2 on 64-bit archs.linimon2007-10-011-1/+9
* Now we use USE_FORTRAN=yes to use FORTRAN compiler.maho2007-07-141-3/+1
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
* Build fix on pointyhat.maho2007-01-291-1/+1
* Fix build.maho2007-01-221-1/+1
* move gfortran stuffs in one place.maho2007-01-171-4/+5
* * forgot to commit patches.maho2007-01-173-0/+33
* * Migrate to gfortran.maho2007-01-171-0/+11
* - Add SHA256pav2005-11-251-0/+1
* Unbreak with gcc 3.4.thierry2005-08-1718-7/+453
* Fix homepage in pkg-descrhq2004-11-191-1/+1
* BROKEN on 5.x: Does not compilekris2004-09-191-1/+7
* SIZEify.trevor2004-01-301-0/+1
* . Update to 3.2.1. This also fixes the build on 5.x.glewis2003-11-1514-1446/+234
* . Welcome kaskade to the math category (with a secondary of science).glewis2003-11-081-1/+1