/* * mail.idl: Mail interfaces for Evolution * * Author: * Miguel de Icaza (miguel@helixcode.com) * * (C) 2000 Helix Code, Inc. */ #include module Evolution { interface MessageList : Bonobo::Unknown { void select_message (in long message_number); void open_message (in long message_number); }; /* * FolderBrowser object. * * configuration of this widget is done trough * Bonobo Properties */ interface FolderBrowser : Bonobo::Unknown { MessageList get_message_list (); }; }; 'https://www.lant.com.tw/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipsvd
Commit message (Expand)AuthorAgeFilesLines
* Mark some ports failing on armv6, for errors classified as "???",linimon2017-05-271-0/+3
* - Add LICENSEamdmi32016-11-121-0/+5
* Remove Author from pkg-descr and white space fixesbapt2015-03-031-3/+2
* Cleanup plistantoine2014-11-221-1/+0
* Add DOCS option for ports with PORTDOCS in plist.adamw2014-07-161-1/+3
* - Stage supportmiwi2014-02-062-11/+12
* Fix properties on pkg-plistbapt2014-01-221-1/+0
* Honor ${CC} in conf-ldlx2013-11-011-0/+1
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-21