/* -*- 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); }; }; /git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Cleanup plistbapt2014-10-201-2/+0
* Support stagebapt2014-04-071-3/+2
* multiple: sync legaleadler2013-12-131-1/+1
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-201-0/+1
* - Use single space after WWW:sunpoet2013-09-081-1/+1
* - Strip header at request of original creatortabthorpe2013-01-271-7/+1