Re: new idl



On Wed, 21 Jun 2000 19:30:42 Jules Bean wrote:
> On Thu, Jun 22, 2000 at 12:00:23AM +0100, chbm@chbm.nu wrote:
> > 
> > Just when i was about to use the corba interface in a gnome-pilot conduit
i
> > noticed the idl is no more :) 
> > That's why i moved to write a new one. Then i noticed my gob/idl/corba
clue
> > wasn't very big :) So, here goes a preliminary sketch of the idl. Anyone
has
> > comments ? stuff that should be in there? stuff that won't be easy to
> > actually get done ? 
> 
> Does Evolution define an email IDL?  If so, shouldn't we conform to
> that.  (Miguel, you read this list?)
> 

        interface MessageList : Bonobo::Unknown {
                
                void select_message (in long message_number);
                void open_message   (in long message_number);
        };
        interface FolderBrowser : Bonobo::Unknown {
                MessageList get_message_list ();
        };

this is evolution's interface from current cvs as far as i can tell. this is
rather poor. 
so instead of implementing a subset, i need a superset for what i want to do
:)




--
Carlos Morgado - chbm(at)chbm(dot)nu - http://chbm.nu/ -- gpgkey: 0x1FC57F0A 
http://wwwkeys.pgp.net/ FP:0A27 35D3 C448 3641 0573 6876 2A37 4BB2 1FC5 7F0A
UNIX is user friendly. It's just very carefull choosing his friends.






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]