/* -*- 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); }; }; }; ome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SHA256ify (and sometimes SIZEify)edwin2006-01-301-1/+2
* . Update to 1.2.1 [1]glewis2004-07-262-4/+4
* - Add missed dependency on java/jakarta-commons-collectionspav2004-05-261-0/+1
* . Require JDK 1.4 or better (fixes bento build). [1, 2]glewis2004-04-162-5/+7
* SIZEify.clement2004-03-221-0/+1
* . Unbreak the build after the recent changes to ant. I've done it slightlyglewis2004-01-231-1/+2
* . Simplify packing list [1]glewis2003-11-213-73/+2
* Update commons-[dbcp|pool] to 1.1.osa2003-11-113-53/+59
* Add slash to WWW tag.osa2003-10-081-3/+1