Pass return_type to prompt async begin functions, rather than finish
authorStef Walter <stefw@gnome.org>
Fri, 21 Jun 2013 10:40:40 +0000 (12:40 +0200)
committerStef Walter <stefw@gnome.org>
Fri, 21 Jun 2013 13:11:14 +0000 (15:11 +0200)
commitbdbdadf40c842c0f01f274f9bdff4b5947986dff
tree4a6f7a0fb87532f69534504be823bb3499d6f95b
parentd6367b1de0985005f576440abdad7bee34f093f4
Pass return_type to prompt async begin functions, rather than finish

Much like g_dbus_connection_call() we now pass our return_type value
when starting the async operation. This unbreaks vala and various
other bindings that make assumptions about the form of xxx_finish()
async calls.

This is an API/API break, but its to the portion of the library
marked as unstable. Only used by seahorse (in jhbuild) and updated
usage there.
libsecret/secret-paths.c
libsecret/secret-paths.h
libsecret/secret-prompt.c
libsecret/secret-prompt.h
libsecret/secret-service.c
libsecret/secret-service.h
libsecret/tests/test-prompt.c