El Thu, 15 Sep 2011 11:24:48 -0700 Martin Robinson <[email protected]> escribió: > On Thu, Sep 15, 2011 at 11:11 AM, Carlos Garcia Campos > <[email protected]> wrote: > > > what about leaving progress callback as part of web view and still > > use the gio async pattern to have a single point to finish the > > operation and the cancellable? We have status-load and progress > > properties, for example, but not load-error signal and we handle > > errors in the async ready callback. > > I like the idea of having the GCancellable argument, but what's the > benefit of allowing the embedder to call webkit_web_view_load_finish > manually?
load_uri_finish() returns the result of the async operation using the GAsyncResult passed to the async ready callback, see: http://developer.gnome.org/gio/stable/GAsyncResult.html#GAsyncResult.description > --Martin > Regards, -- Carlos Garcia Campos http://pgp.rediris.es:11371/pks/lookup?op=get&search=0xF3D322D0EC4582C3
signature.asc
Description: PGP signature
_______________________________________________ webkit-gtk mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-gtk
