Re: GCancellable Error Code

2010-04-13 Thread A. Walton
On Mon, Apr 12, 2010 at 4:00 PM, Nader Morshed wrote: > Hey, I'm wondering if anyone knows what/where I can find the error code name > for an asynchronous operation being canceled? http://library.gnome.org/devel/gio/stable/gio-GIOError.html Namely G_IO_ERROR_CANCELLED. -A. Walton >I've looked

GCancellable Error Code

2010-04-12 Thread Nader Morshed
Hey, I'm wondering if anyone knows what/where I can find the error code name for an asynchronous operation being canceled? I've looked through the docs/headers but was unable to find the information. This would just be used for something like the following, where the user is only notified of an