summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2006-06-27 10:37:31 +0000
committerWerner Koch <wk@gnupg.org>2006-06-27 10:37:31 +0000
commit8f03bae28a23027c383bab16d0bf9df78f56d2e6 (patch)
treedf6c1a87a14454afa22941b465de8a5cdf3acf19 /src
parent9a7d4714f123cfd35557d0ce0455ec684ee7a263 (diff)
downloadlibassuan-8f03bae28a23027c383bab16d0bf9df78f56d2e6.tar.gz
Doc updates.
Diffstat (limited to 'src')
-rw-r--r--src/assuan-client.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/assuan-client.c b/src/assuan-client.c
index 7275314..56ce299 100644
--- a/src/assuan-client.c
+++ b/src/assuan-client.c
@@ -125,7 +125,9 @@ _assuan_read_from_server (ASSUAN_CONTEXT ctx, int *okay, int *off)
*
* Return value: 0 on success or error code. The error code may be
* the one one returned by the server in error lines or from the
- * callback functions.
+ * callback functions. Take care: When a callback returns an error
+ * this function returns immediately with an error and thus the caller
+ * will altter return an Assuan error (write erro in most cases).
**/
assuan_error_t
assuan_transact (ASSUAN_CONTEXT ctx,