/* -*- Mode: IDL; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Interface for saving configuration information. * * Authors: * Ettore Perazzoli * * Copyright (C) 2000 Helix Code, Inc. */ #include module Evolution { interface Session : Bonobo::Unknown { exception Failed {}; /** * save_configuration: * @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 save_configuration (in string prefix) raises (Failed); /** * load_configuration: * @prefix: A configuration path prefix. * * Load the saved configuration at the specified @prefix. */ void load_configuration (in string prefix) raises (Failed); }; }; ogo' rowspan='2'>cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* audio/playgsf: enable on powerpc64 and powerpcPiotr Kubaj2021-04-151-1/+1
* audio/playgsf: remove the LICENSE changes I did to build the port with poudrierePiotr Kubaj2021-04-151-3/+3
* audio/playgsf: enable on powerpc64lePiotr Kubaj2021-04-151-4/+4
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0