Thank you for your responses!
2014-10-10 22:54 GMT+02:00 Chris Vine <chris@xxxxxxxxxxxxxxxxxxxxx>:
> If stat_master_input_callback() is a call back for a GIOChannel watch,
> then by returning void the callback is definitely defective. That may
> well explain your observations.
I changed that, the diff is now:
https://github.com/XQF/xqf/compare/master...g_io
But the bug is still there. ;-)
The problem is when I call "g_io_addwatch (chan, condition, callback, user_data)",
"g_io_add_watch" calls "g_io_add_watch_full (chan, condition, callback, user_data, and more)", ok.
But after that, g_main_dispatch calls "callback(bad pointer user_data, bad pointer condition)", not ok.
--
Thomas DEBESSE
_______________________________________________ gtk-list mailing list gtk-list@xxxxxxxxx https://mail.gnome.org/mailman/listinfo/gtk-list