/* -*- 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); }; }; }; cgit'>
aboutsummaryrefslogtreecommitdiffstats
/commit/games/solarwolf?id=e8efdd21e5ff43846d793d8491abfecf222c6dc2'>- update to 1.4.1
Commit message (Expand)AuthorAgeFilesLines
* Support stagingehaupt2014-02-251-13/+11
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-5/+2
dinoex2010-03-281-1/+1
* - update to jpeg-8dinoex2010-02-051-1/+1
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
* SHA256ifyedwin2006-01-22