Re: SwingWorker like interface in glib main loop?



You can do the "open" with
http://library.gnome.org/devel/glib/stable/glib-IO-Channels.html#g-io-channel-new-file
and you can do that async with the
http://library.gnome.org/devel/glib/stable/glib-IO-Channels.html#g-io-channel-set-flags
as Chris mentioned.

- John

On Tue, Sep 9, 2008 at 9:42 AM, Tor Lillqvist <tml iki fi> wrote:
>> Do you guys think a simple API like SwingWorker could be integrated in glib?
>
> Show us how the GLib API would look, and then if nobody opposes
> violently, volunteer to write the code and maintain it at least for
> one release cycle. Pointing at the Wikipedia page describing the Java
> API of SwingWorker is not enough.
>
> --tml
> _______________________________________________
> gtk-list mailing list
> gtk-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtk-list
>


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