/* -*- Mode: IDL; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Interface for the Evolution shell. * * Authors: * Ettore Perazzoli * * Copyright (C) 2000 Helix Code, Inc. */ #include module Evolution { interface ShellComponent; interface FolderSelectionListener; interface Shell : Bonobo::Unknown { exception NotFound {}; exception Busy {}; ShellComponent get_component_for_type (in string type) raises (NotFound); /* FIXME: Parent "transient_for" window. */ void user_select_folder (in FolderSelectionListener listener, in string title, in string default_folder) raises (Busy); }; interface FolderSelectionListener { void selected (in string uri, in string physical_uri); }; }; 62/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
t/cgit.cgi/freebsd-ports-gnome/commit/x11-wm/etoile-azalea?h=gstreamer0.10-removal&id=d4a4f3df0be988ab15fc4048b43cae977bb2049d'>- drop USE_GNUSTEP_PREFIX
Commit message (Expand)AuthorAgeFilesLines
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*amdmi32016-05-191-1/+1
* For ports maintained by ports@FreeBSD.org, remove names and/ordougb2009-12-211-4/+0
dinoex2010-05-302-23/+22
* Fix typo: mamager -> managerskreuzer2009-07-282-2/+2
* - add PORTSCOUTdinoex2009-07-061-1/+2
* - cleanup ADDITIONAL_LIB_DIRSdinoex2009-07-051-2/+0
* - add PORTSCOUTdinoex2009-03-201-0/+1
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
* - update to etoile 0.2dinoex2008-05-113-33/+29
* - clean X11BASEdinoex2008-03-291-2/+2
* - update for gnustep-make-2.0.0dinoex2007-05-251-1/+1
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
* - add category gnustepdinoex2007-02-011-1/+1
* - cleanup MASTER_SITESdinoex2007-01-141-2/+1
* - update to snapshot 20061221dinoex2006-12-252-8/+11
* - fix build for X11BASEdinoex2006-12-101-3/+3
* - pass X11BASEdinoex2006-12-011-4/+5