/* * mail.idl: Mail interfaces for Evolution * * Author: * Miguel de Icaza (miguel@helixcode.com) * * (C) 2000 Helix Code, Inc. */ #include module GNOME { module Evolution { interface MessageList : Bonobo::Unknown { void selectMessage (in long message_number); void openMessage (in long message_number); }; /* * FolderBrowser object. * * configuration of this widget is done trough * Bonobo Properties */ interface FolderBrowser : Bonobo::Unknown { MessageList getMessageList (); }; interface MailConfig : Bonobo::Unknown { struct Identity { string name; string address; string organization; string signature; }; struct Service { string url; boolean keep_on_server; boolean auto_check; long auto_check_time; boolean save_passwd; boolean enabled; }; struct Account { string name; boolean default_account; Identity id; Service source; Service transport; string drafts_folder_name; string drafts_folder_uri; string sent_folder_name; string sent_folder_uri; }; void addAccount (in Account acc); }; interface MailFilter : Bonobo::Unknown { void addFilter (in string rule); void removeFilter (in string rule); }; }; }; orm method='get'> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/hs-HOpenGL
Commit message (Expand)AuthorAgeFilesLines
* Tidy up whitespace.trevor2004-04-111-1/+1
* Fix dependencies.obraun2004-04-091-1/+1
* SIZEify.trevor2004-03-181-0/+1
* Reset bouncing maintainer addresskris2004-02-191-1/+1
* BROKEN on 5.x: does not compilekris2004-02-191-1/+7
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
* Use lang/ghc5obraun2004-01-161-1/+1
* Remove ghc's package.conf.old.obraun2003-06-112-0/+5
* Change MAINTAINER to jan@hacker7.net, and correct dependency onnork2003-04-061-5/+5
* De-pkg-comment.knu2003-02-212-1/+1
* Avoid usage of != variable assignment.obraun2003-02-071-8/+12
* Fix for INDEX builds.obraun2003-02-051-1/+1
* Add hs-HOpenGL 1.04, binding for OpenGL and GLUT for the lazy functionalobraun2003-02-05