diff options
author | Stef Walter <stefw@gnome.org> | 2012-09-21 09:28:14 +0200 |
---|---|---|
committer | Stef Walter <stefw@gnome.org> | 2012-10-22 15:58:55 +0200 |
commit | 457348bccd3a8c7f76157549d86bc41fc3f1175c (patch) | |
tree | 1e0fb48290564e9fe6258a8e3e581013bd8a22df /docs | |
parent | 1d1b5de8ffbf60e8d854148880ee81860fa0b6a9 (diff) | |
download | gcr-457348bccd3a8c7f76157549d86bc41fc3f1175c.tar.gz gcr-457348bccd3a8c7f76157549d86bc41fc3f1175c.tar.bz2 gcr-457348bccd3a8c7f76157549d86bc41fc3f1175c.zip |
gcr: Add prompt-close action signal to GcrPrompt
* This signal is fired when the prompt is closed, regardless of
whether that closure was initiated by the user, or by the the
application.
* Add a gcr_prompt_close() method to fire this signal.
* After closing a prompt the prompt should not display any further
password or confirm prompts to the user.
https://bugzilla.gnome.org/show_bug.cgi?id=678611
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gcr/gcr-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/gcr/gcr-sections.txt b/docs/reference/gcr/gcr-sections.txt index be85461..2b21ca9 100644 --- a/docs/reference/gcr/gcr-sections.txt +++ b/docs/reference/gcr/gcr-sections.txt @@ -743,6 +743,7 @@ gcr_prompt_confirm_async gcr_prompt_confirm_finish gcr_prompt_confirm_run gcr_prompt_reset +gcr_prompt_close gcr_prompt_get_title gcr_prompt_set_title gcr_prompt_get_message |