Soeren Sandmann <[EMAIL PROTECTED]> writes:

> Also, the callback is always called, even if you cancel the operation,
> right?

If it isn't, then

        - How do you free the user data you passed in?

        - What good is the handle passed to the callback? You can't do
          anything with it, except cancelling the operation which by
          then is already complete.

Even if the callback is always called, it looks to me like a single 

        gboolean was_cancelled 

parameter would be sufficient to cover any possible use of the handle.


Soren
_______________________________________________
gtk-devel-list mailing list
gtk-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Reply via email to