/* -*- 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); }; }; }; ead>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Update to 2.125sunpoet2013-09-253-6/+4
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - Update to 2.123sunpoet2013-08-312-3/+3
* - Cleanup Makefile headersunpoet2013-08-221-5/+1
* - Remove leading indefinite article from COMMENTsunpoet2013-08-221-1/+1
* - Convert to new perl frameworksunpoet2013-08-211-1/+2