aboutsummaryrefslogtreecommitdiffstats
path: root/shell/Evolution-ShellComponent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'shell/Evolution-ShellComponent.idl')
-rw-r--r--shell/Evolution-ShellComponent.idl121
1 files changed, 0 insertions, 121 deletions
diff --git a/shell/Evolution-ShellComponent.idl b/shell/Evolution-ShellComponent.idl
deleted file mode 100644
index 04e45157c9..0000000000
--- a/shell/Evolution-ShellComponent.idl
+++ /dev/null
@@ -1,121 +0,0 @@
-/* -*- Mode: IDL; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
-/*
- * Interface for the Evolution components.
- *
- * Authors:
- * Ettore Perazzoli <ettore@ximian.com>
- *
- * Copyright (C) 2000, 2001 Ximian, Inc.
- */
-
-#include <Bonobo.h>
-
-module GNOME {
-module Evolution {
- interface Shell;
-
- struct FolderType {
- string name;
- string iconName;
-
- string displayName;
- string description;
-
- boolean userCreatable;
-
- sequence<string> acceptedDndTypes;
- sequence<string> exportedDndTypes;
- };
- typedef sequence<FolderType> FolderTypeList;
-
- typedef string URISchema;
- typedef sequence<URISchema> URISchemaList;
-
- struct UserCreatableItemType {
- string id;
- string description;
- string menuDescription;
- char menuShortcut;
- };
- typedef sequence<UserCreatableItemType> UserCreatableItemTypeList;
-
- interface ShellComponentListener;
-
- interface ShellComponent : Bonobo::Unknown {
- readonly attribute FolderTypeList supportedTypes;
- readonly attribute URISchemaList externalUriSchemas ;
- readonly attribute UserCreatableItemTypeList userCreatableItemTypes;
-
- exception AlreadyOwned {};
- exception OldOwnerHasDied {};
-
- void setOwner (in Shell shell, in string evolution_homedir)
- raises (AlreadyOwned, OldOwnerHasDied);
-
- exception NotOwned {};
-
- void unsetOwner ()
- raises (NotOwned);
-
- void interactive (in boolean now_interactive);
-
- void debug (in string log_path);
-
- /* FIXME: We might want more exceptions here. */
- exception NotFound {};
- exception UnsupportedType {};
- exception UnsupportedSchema {};
- exception InternalError {};
-
- Bonobo::Control createView (in string physical_uri,
- in string type)
- raises (NotFound, UnsupportedType, InternalError);
-
- void handleExternalURI (in string external_uri)
- raises (NotFound, UnsupportedSchema, InternalError);
-
- exception Busy {};
-
- void createFolderAsync (in ShellComponentListener listener,
- in string physical_uri,
- in string type)
- raises (Busy);
-
- void removeFolderAsync (in ShellComponentListener listener,
- in string physical_uri,
- in string type)
- raises (Busy);
-
- void xferFolderAsync (in ShellComponentListener listener,
- in string source_physical_uri,
- in string destination_physical_uri,
- in string type,
- in boolean remove_source)
- raises (Busy);
-
- void populateFolderContextMenu (in Bonobo::UIContainer uih,
- in string physical_uri,
- in string type);
-
- void userCreateNewItem (in string id,
- in string parent_folder_physical_uri,
- in string parent_folder_type)
- raises (UnsupportedType);
- };
-
- interface ShellComponentListener {
- enum Result {
- OK,
- UNSUPPORTED_OPERATION,
- UNSUPPORTED_TYPE,
- EXISTS,
- INVALID_URI,
- PERMISSION_DENIED,
- HAS_SUBFOLDERS,
- NO_SPACE
- };
-
- void notifyResult (in Result result);
- };
-};
-};
git.cgi/freebsd-ports-gnome/commit/graphics/kdegraphics4?h=gstreamer0.10-removal&id=f64e4755fbed6f29a3b7a0cc6ffa15edeee393eb'>Update to KDE 3.5.1.lofi2006-02-016-302/+23 * - Update graphics/libglut to 6.4.1.sem2006-01-121-0/+1 * Update to KDE 3.5.0lofi2006-01-096-254/+539 * Patch security issues in imported xpdf code.lofi2005-12-082-0/+175 * Update to KDE 3.4.3 / KOffice 1.4.2lofi2005-11-056-61/+4 * Fix bogus ui files in preparation for Qt 3.3.5lofi2005-10-042-0/+22 * Fix a regression in kpdf that prevents it from opening a great numberlofi2005-08-032-0/+35 * Update to KDE 3.4.2 / KOffice 1.4.1lofi2005-08-011-2/+2 * Update to KDE 3.4.1lofi2005-06-261-2/+2 * s/.elseif/.eliflofi2005-04-131-2/+2 * Update to KDE 3.4lofi2005-03-215-66/+44 * Fix yet another buffer overflow in imported xpdf sources.lofi2005-01-202-1/+15 * Patch vulnerability in imported xpdf code. Bump PORTREVISION.lofi2004-12-232-0/+39 * Fix MASTER_SITE_SUBDIR.lofi2004-12-151-1/+1 * Update to KDE 3.3.2lofi2004-12-144-61/+4 * Update to KDE 3.3.1lofi2004-11-085-79/+17 * Fix vulnerabilities in imported xpdf code.lofi2004-10-243-0/+101 * Update to KDE 3.3lofi2004-08-318-160/+143 * Factor out all but one of the build switches of the KDE main module portslofi2004-08-119-223/+93 * GCC 3.4 fixes.lofi2004-08-035-0/+101 * Update to version 3.2.3lofi2004-06-102-2/+3 * Update to KDE 3.2.2lofi2004-04-205-485/+3 * Respect WITHOUT_FOO.lofi2004-03-281-47/+8 * Depend on libgphoto2, not gphoto2.lofi2004-03-161-1/+1 * Add a patch that fixes a crashbug in kghostview. Bump PORTREVISION.lofi2004-03-154-0/+482 * Update to KDE 3.2.1 / QT 3.3.1lofi2004-03-106-45/+67 * Bump PORTREVISION for plist changes.lofi2004-02-221