summaryrefslogtreecommitdiff
path: root/gcr/gcr-system-prompt.h
Commit message (Collapse)AuthorAgeFilesLines
* gcr: Update the inclusion guard to not mention gcr-baseCorentin Noël2022-04-091-4/+4
| | | | Signed-off-by: Corentin Noël <corentin.noel@collabora.com>
* gcr: Provide support for g_autoptr for all typesNiels De Graef2020-01-131-0/+2
|
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
|
* gcr: Add frob-prompt tool and fix bugsStef Walter2011-12-181-3/+3
| | | | | * Add frob-prompt tool for playing around with prompts * Fix tons of bugs and refactor where necessary
* gcr: Fix up documentation for recent prompting workStef Walter2011-12-171-9/+2
|
* gcr: Rework how prompter works by introducing GcrPrompt interfaceStef Walter2011-12-171-72/+4
| | | | | | | * GcrSystemPrompt is an implementation of GcrPrompt which calls to GcrSystemPrompter * GcrSystemPrompter creates GcrPrompt objects on its side which do the actual prompting.
* gcr: Make prompter tests work properly, add debuggingStef Walter2011-12-131-2/+14
| | | | | | | * Run mock prompter in a separate thread to fix blocking and concurrency issues. * Run tests in in the main process thread * Add more debugging output
* gcr: Add system prompt and prompterStef Walter2011-12-131-0/+174
* 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