aboutsummaryrefslogtreecommitdiffstats
path: root/doc/uiserver.texi
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2008-06-19 17:37:31 +0000
committerWerner Koch <[email protected]>2008-06-19 17:37:31 +0000
commit9e4169fcec45a7c53d421f9a25566b0f849d7f48 (patch)
tree531960f87a2e9ca810002b7ba3dcf207b01c4f76 /doc/uiserver.texi
parentAdd missing file. (diff)
downloadgpgme-9e4169fcec45a7c53d421f9a25566b0f849d7f48.tar.gz
gpgme-9e4169fcec45a7c53d421f9a25566b0f849d7f48.zip
Add new types to the gpgconf interface.
Fix a parsing bug in gpgconf interface.
Diffstat (limited to 'doc/uiserver.texi')
-rw-r--r--doc/uiserver.texi15
1 files changed, 13 insertions, 2 deletions
diff --git a/doc/uiserver.texi b/doc/uiserver.texi
index c372750c..14a249a1 100644
--- a/doc/uiserver.texi
+++ b/doc/uiserver.texi
@@ -542,8 +542,8 @@ values (e.g. @code{HWND}).
@noindent
-GpgOL features a button to invoke the certificate manager. To do this
-it uses the Assuan command:
+A client may want to fire up the certificate manager of the server. To
+do this it uses the Assuan command:
@deffn Command START_KEYMANAGER
The server shall pop up the main window of the key manager (aka
@@ -552,6 +552,17 @@ into the foregound and that this command immediatley returns (does not
wait until the key manager has been fully brought up).
@end deffn
+@noindent
+A client may want to fire up the configuration dialog of the server. To
+do this it uses the Assuan command:
+
+@deffn Command START_CONFDIALOG
+The server shall pop up its configuration dialog. The client expects
+that this dialog is brought into the foregound and that this command
+immediatley returns (i.e. it does not wait until the dialog has been
+fully brought up).
+@end deffn
+
@anchor{command SENDER}
@noindent
When doing an operation on a mail, it is useful to let the server know