Make GTlsInteraction virtual methods cancellable
authorStef Walter <stefw@collabora.co.uk>
Sat, 13 Aug 2011 12:03:53 +0000 (14:03 +0200)
committerStef Walter <stefw@collabora.co.uk>
Fri, 26 Aug 2011 05:34:31 +0000 (07:34 +0200)
commit41432cb375eb04729c8fe506c40ce79fc803028b
treec3a9c37678ba2200976bd490e406f0aefb431f62
parent7d679717f0007dac2f86f05edc763f373135aeee
Make GTlsInteraction virtual methods cancellable

 * Add cancellable argument to g_tls_interaction_ask_password
   and g_tls_interaction_ask_password_async.
 * This is API breakage, but this API has not yet been released
   in a stable release (and very unlikely used yet).
 * Since we're breaking unreleased API, expand amount of padding
   on GTlsInteractionClass because we're going to need it.

https://bugzilla.gnome.org/show_bug.cgi?id=656443
gio/gioenums.h
gio/gtlsinteraction.c
gio/gtlsinteraction.h
gio/tests/gtlsconsoleinteraction.c