Paul Davis <[EMAIL PROTECTED]> writes:
> 
> last time i looked at the replacement functions, their interface was
> intimidating in the extreme. it required me to understand a *LOT* more
> about glib than i wanted to. by contrast, gdk_input_*() were pitched
> at exactly the right level. i spent 10 minutes or so trying to
> understand g_io_channel_add_watch() and gave up.
> 

I agree there should be a g_input_add() type of thing. One for
bugzilla.

It's really not hard though (you just create an IO channel using
g_io_channel_unix_new(), g_io_channel_add_watch(), then
g_io_channel_unref()). The only difference is having to wrap the file
descriptor in the IOChannel deal.

Havoc

_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to