gcr: Implement prompt-close in GcrSystemPrompt and GcrSystemPrompter
authorStef Walter <stefw@gnome.org>
Fri, 21 Sep 2012 08:23:23 +0000 (10:23 +0200)
committerStef Walter <stefw@gnome.org>
Mon, 22 Oct 2012 13:58:55 +0000 (15:58 +0200)
commitd042d43ae1f44c37334fd620ad1e5625f06aa88f
tree8be293e916dbd1b90f325d112df626adcf006354
parent930654b4bc985b733640ece9017133cb8c220b7b
gcr: Implement prompt-close in GcrSystemPrompt and GcrSystemPrompter

 * Properly relay the prompt-close signal from GcrSystemPrompter
   back to GcrSystemPrompt by firing the PromptDone callback method
   on the caller's DBus interface.
 * Make sure GcrSystemPrompt emits prompt-close appropriately for
   all the various paths that can close the prompt.
 * Add testing of the above, and changes in the mock prompter for this.

https://bugzilla.gnome.org/show_bug.cgi?id=678611
docs/reference/gcr/gcr-sections.txt
gcr/gcr-base.symbols
gcr/gcr-mock-prompter.c
gcr/gcr-mock-prompter.h
gcr/gcr-system-prompt.c
gcr/gcr-system-prompter.c
gcr/tests/frob-system-prompt.c
gcr/tests/test-system-prompt.c