gcr: Add system prompt and prompter
authorStef Walter <stefw@collabora.co.uk>
Fri, 28 Oct 2011 10:06:03 +0000 (12:06 +0200)
committerStef Walter <stefw@collabora.co.uk>
Tue, 13 Dec 2011 20:45:09 +0000 (21:45 +0100)
commit316bb56cadbdd56ee0e897dcc571dec7ea8ac77a
tree83916f468d2c13b0d6e3e5e842d53b91ccb2e608
parent19f5cd44bbcb5771c1519a0f7d55b46043c5d858
gcr: Add system prompt and prompter

 * GcrSystemPrompt is a class used on the client.
 * GcrSystemPrompter is a base class for implementing the actual prompter
 * GcrMockPrompter is a mock prompter, which returns predefined values
   useful in tests
19 files changed:
configure.ac
docs/reference/gcr/Makefile.am
docs/reference/gcr/gcr-sections.txt
gcr/Makefile.am
gcr/gcr-base.h
gcr/gcr-base.symbols
gcr/gcr-dbus-constants.h [new file with mode: 0644]
gcr/gcr-debug.c
gcr/gcr-debug.h
gcr/gcr-mock-prompter.c [new file with mode: 0644]
gcr/gcr-mock-prompter.h [new file with mode: 0644]
gcr/gcr-prompter-tool.c [new file with mode: 0644]
gcr/gcr-system-prompt.c [new file with mode: 0644]
gcr/gcr-system-prompt.h [new file with mode: 0644]
gcr/gcr-system-prompter.c [new file with mode: 0644]
gcr/gcr-system-prompter.h [new file with mode: 0644]
gcr/org.gnome.keyring.Prompt.xml [new file with mode: 0644]
gcr/org.gnome.keyring.Prompter.xml [new file with mode: 0644]
gcr/tests/Makefile.am