/* -*- Mode: IDL; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Storage interface for the Evolution shell. * * Authors: * Ettore Perazzoli * * Copyright (C) 2000 Helix Code, Inc. */ #include module Evolution { struct Folder { string type; string description; string name; string physical_uri; }; interface Storage; interface StorageListener; interface Storage : Bonobo::Unknown { attribute string name; }; interface StorageListener { exception Exists {}; exception NotFound {}; void destroyed (); void new_folder (in string path, in Folder folder) raises (Exists); void removed_folder (in string path) raises (NotFound); }; interface StorageRegistry : Bonobo::Unknown { exception Exists {}; exception NotFound {}; StorageListener register_storage (in Storage storage, in string name) raises (Exists); void unregister_storage (in string name) raises (NotFound); }; }; ='/~lantw44/cgit-data/cgit.png' alt='cgit logo'/> index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Fix plist after PORTNAME is changedrafan2007-08-183-6/+11
* - Switch to py-cherrypy-oldpav2007-07-291-1/+2
* - Rename portname SABnzbd -> sabnzbdmiwi2007-06-221-1/+2
* - Allow build with python 2.5miwi2007-06-222-13/+13
* - Update to 0.2.5miwi2007-03-133-4/+16
* - Update to 0.2.4miwi2006-10-082-4/+4
* - Update to 0.2.3miwi2006-07-223-4/+7
* - Update to 0.2.2pav2006-07-134-63/+100
* - Update to 0.1.8.1pav2006-03-263-11/+11