aboutsummaryrefslogtreecommitdiffstats
path: root/shell/Evolution-Offline.idl
diff options
context:
space:
mode:
Diffstat (limited to 'shell/Evolution-Offline.idl')
-rw-r--r--shell/Evolution-Offline.idl61
1 files changed, 0 insertions, 61 deletions
diff --git a/shell/Evolution-Offline.idl b/shell/Evolution-Offline.idl
deleted file mode 100644
index 4648fd9a7f..0000000000
--- a/shell/Evolution-Offline.idl
+++ /dev/null
@@ -1,61 +0,0 @@
-/* -*- Mode: IDL; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
-/*
- * Interface to allow components to switch between on-line and off-line mode.
- *
- * Authors:
- * Ettore Perazzoli <ettore@ximian.com>
- *
- * Copyright (C) 2001 Ximian, Inc.
- */
-
-#include <Bonobo.idl>
-
-module GNOME {
-module Evolution {
-
-struct Connection {
- string hostName;
- string type;
-};
-typedef sequence<Connection> ConnectionList;
-
-interface OfflineProgressListener {
- /* Update the shell about the progress of going off-line. The
- operation is considered completed when the ConnectionList is empty. */
- void updateProgress (in ConnectionList current_active_connections);
-};
-
-interface Offline : Bonobo::Unknown {
- exception notPrepared {};
- exception notSyncing {};
-
- /* Whether the component is currently off-line. */
- attribute boolean isOffline;
-
- /* Ask the component to prepare to go into off-line mode. The
- component must return a list of the current active connections.
- After this call, the shell is expected to: (in order)
-
- 1. Invoke ::syncFolder for each of the component's folders that
- need to be synchronized to disk for offline usage.
-
- 2. Either invoke ::goOffline (actually complete the operation
- and go off-line) or ::goOnline (operation cancelled).
- */
- void prepareForOffline (out ConnectionList active_connection_list);
-
- /* Request the component to stop syncing the specified folder. This
- has to happen after ::syncFolder. */
- oneway void cancelSyncFolder (in Folder folder);
-
- /* Ask the component to go into off-line mode. This always comes after
- a ::prepareForOffline. */
- void goOffline (in OfflineProgressListener listener)
- raises (notPrepared);
-
- /* Tell the component to go into on-line mode. */
- void goOnline ();
-};
-
-};
-};
gi/freebsd-ports-graphics/commit/audio?id=5cc9e996e491d0e629d69e91fd23e6e88b379778'>Previous maintainer asks to remove his website / name from the portedwin2002-12-112-5/+1 * Private request to drop maintainer-ship for:edwin2002-12-115-5/+5 * Fix fetcharved2002-12-111-1/+1 * Use a description that actually explains what esound is, and what it does.adamw2002-12-101-1/+11 * Upgrade to 1.5.1; this fixes a bug where the search function alwayspetef2002-12-104-36/+9 * Fix MASTER_SITESdinoex2002-12-101-1/+2 * Fix MASTER_SITESdinoex2002-12-101-1/+2 * kdemultimedia3 moved to multimedia.alane2002-12-091-1/+0 * Moved to multimedia category.alane2002-12-0914-1222/+0 * Fix the GTK+ support. This also enables use of GTK+ 2.0.X.trevor2002-12-091-2/+17 * Patch pthread options into flags so library will build.alane2002-12-082-0/+15 * Catch up with the Ruby Application Archive's URL scheme change.knu2002-12-081-1/+1 * Unbreak on -CURRENTarved2002-12-052-4/+13 * ONLY_FOR_ARCHS=i386 alphakris2002-12-031-0/+1 * ONLY_FOR_ARCHS=i386kris2002-12-031-1/+1 * Update to 3.93.1 (bug fixes which affect the quality of a MP3).netchild2002-12-032-3/+2 * BROKEN on 5.0: does not compilekris2002-12-021-1/+7 * machine/soundcard.h -> sys/soundcard.hkris2002-12-021-0/+20 * Chase avifile port lib versionlioux2002-11-301-1/+1 * Homepage of this port disappeared and I can't find a replacement.alex2002-11-302-3/+2 * -linux-realplayer ports/audio/linux-realplayerlioux2002-11-2916-725/+0 * After repo copy from graphics category, update all appropriatelioux2002-11-2933-43/+43 * Fix stupid misuse of %SUBDIR% and unbreak make fetch.knu2002-11-261-2/+1 * Add a conditional BROKEN line for 5.x. This port uses the cout.formsilby2002-11-251-1/+7 * Update to 2.8. Take maintainership.trevor2002-11-254-29/+8 * Fix build on -currentkris2002-11-242-0/+26 * Fix plist/package building.anders2002-11-241-3/+3 * Fix port according to bento. Add libtool, and lha as dependency.mbr2002-11-242-0/+4 * Bump portrevision becuz previous patch modified plist.alane2002-11-241-1/+1 * Fix for making package when esound is on but the rest of gnome is off.alane2002-11-242-5/+5 * Update to 0.6.6nork2002-11-235-63/+19 * Update to 1.1.5nork2002-11-232-23/+6 * Make fetchablearved2002-11-231-1/+3 * Maintainer bugfix 'resume "IO Error" bug'edwin2002-11-232-1/+16 * Speex uses the Xiph licence now.roger2002-11-224-4/+4 * Chase cdrdao dependency to sysutils/cdrdaokris2002-11-211-1/+1 * Make audio/ecasound configuring and compiling again.edwin2002-11-211-0/+14 * Update to 0.1.3 to unbreak on -currentperky2002-11-212-2/+4 * Make audio/maplay compiling under -current again.edwin2002-11-2114-364/+898 * Update to 3.5.0. Notable changes in this release:naddy2002-11-213-13/+3 * upgrade to 0.12ijliao2002-11-204-20/+16 * upgrade to 1.1.9aijliao2002-11-202-2/+2 * - Add missing MAN lineijliao2002-11-206-10/+28 * Update to 2.0.3.marcus2002-11-206-4/+8 * remove un-needed dirijliao2002-11-193-2/+1 * Make audio/wmcdplay building on -current again.edwin2002-11-191-3/+5 * Mark port as broken under -current until i386/41930 has been solved.edwin2002-11-191-1/+7 * strip -> ${STRIP_CMD}arved2002-11-191-2/+2 * Port needs pod2man -> USE_PERL5=yesedwin2002-11-181-0/+2 * Move cdrdao from audio to sysutils.netchild2002-11-1812-272/+0 * Add WITH_SIDPLAY2 knob for enabling libsidplay2/resid libraries.anders2002-11-181-1/+8 * Connect libsidplay2 to the build.anders2002-11-181-0/+1 * Update to version 2.0.7 after repo-copy from ports/audio/libsidplay.anders2002-11-187-52/+113 * Add resid, a cycle-based SID emulator engine.anders2002-11-186-0/+50 * Reset undeliverable maintainer addresses to ports@FreeBSD.orgkris2002-11-182-3/+2 * Pass maintainership for this port to ports@.kuriyama2002-11-181-1/+1 * Update to version 1.34taoka2002-11-182-2/+2 * Pass maintainership for these ports to ports@.kuriyama2002-11-182-2/+2 * Unbreak on -current.kuriyama2002-11-182-0/+12 * Update to 3.93.netchild2002-11-176-63/+4 * Maintainer update to version 6.6aedwin2002-11-162-3/+3 * Updated grip to 3.0.2.alane2002-11-166-70/+10 * Add xmms-mailnotify, plays a sound on incoming mail and opens the MUAarved2002-11-167-0/+51 * Add swhplugins, the largest collection of Ladspa pluginsarved2002-11-169-0/+183 * Made mbone/rat compiling again (double patch-file)edwin2002-11-151-53/+0 * Add missing patches, see log of Makefile for more.netchild2002-11-144-0/+100 * - give maintainership from ports to submitternetchild2002-11-137-174/+57 * Upgrade to 1.0 beta 3. Reduces CPU usage, adds SSE support (disabled)roger2002-11-134-10/+8 * fix mlockall usage on -currentijliao2002-11-133-1/+23 * Update to 2.4 Beta 2lioux2002-11-122-3/+3 * Allow wrapper to receive command line argumentslioux2002-11-121-1/+1 * Don't remove system directories share/java, share/java/classes, andkris2002-11-111-1/+0 * Make fetchablearved2002-11-111-1/+1 * o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-11144-143/+72 * Update to 2.1.4.ume2002-11-094-12/+25 * Note the move of xmms-gdancer from audio to graphics in the Makefiles.tom2002-11-081-1/+0 * Delete port following move to graphicstom2002-11-085-41/+0 * Update CATEGORIES following a CVS repository copy moving the port fromtom2002-11-081-1/+1 * Update WWWarved2002-11-081-1/+1 * Unbreak build by using fetch instead of wget,arved2002-11-072-0/+18 * o Update to 0.92lioux2002-11-072-4/+7 * Set MAINTAINER to ports@ for ports without one. "One" being "a maintainer"adamw2002-11-071-0/+2 * Fix PORTCOMMENTs that were killing INDEX builds.adamw2002-11-078-9/+7 * Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-07