Re: [Implementation and wrappers combined?]



Mathieu Lacage <mathieu gnu org> wrote:
> it _is_ stupid but despite my own complains about it nothing was ever
> done. The basic reason for this stupidity is that people want to save
> writing lines of code in application code. 
> Basically, they want to avoid the folowing:
> frame = bonobo_control_server_get_control_frame (control)
> bonobo_control_frame_proxy_method (frame, params);
> 
> Instead, they want to do:
> bonobo_control_method (control, params);
> 
> which effectively saves ONE line of code.
 
We can still keep these functions for compatibilty but we should put them in a
separate library, or at least a separate directory.

Murray Cumming
murrayc usa net
www.murrayc.com

____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1




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