/* -*- Mode: IDL; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Interface for saving configuration information. * * Authors: * Ettore Perazzoli * * Copyright (C) 2000, 2001 Ximian, Inc. */ #include module GNOME { module Evolution { interface Session : Bonobo::Unknown { exception Failed {}; /** * saveConfiguration: * @prefix: A configuration path prefix. * * Save the current configuration at the specified @prefix. * The component can use any path starting by @prefix for its * keys. */ void saveConfiguration (in string prefix) raises (Failed); /** * loadConfiguration: * @prefix: A configuration path prefix. * * Load the saved configuration at the specified @prefix. */ void loadConfiguration (in string prefix) raises (Failed); }; }; }; sd-ports-graphics Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* update to 011127.sf2001-11-271-2/+0
* Catch up message for monafonts which is also suitable with FSF emacs-21.sf2001-11-251-0/+2
* o update monafonts to 2.0.sf2001-06-181-1/+1
* fix MASTERDIRsf2001-06-031-1/+1
* process PLIST_SUB in -emacs20.sf2001-06-031-3/+1
* In case of Xemacs, remove site-lisp if empty.sf2001-06-031-0/+2