Re: gnome-vfs API freeze items



Jonathan Blandford <jrb redhat com> writes:
> Maciej Stachowiak <mjs noisehavoc org> writes:
> 
> > * 8516 - [API] GClosure-ize everything
> >      Note: I'm told this is critical for binding authors but I don't
> >      really know the details of what it is, how to do it, or how much
> >      work it would be.
> 
> This actually needs to happen to all libraries in GNOME.  I think it
> would be good to have an API review to see if any API's are
> inappropriate for LBs.

Please remember that the C codepath should not go through closures
though (i.e. the connect_closure call should connect a C function with
the closure as user data, which invokes the closure). This reduces
bloat for the common case.

Havoc




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