[librest/wip/baedert/tests: 2/22] RestProxyCall: Add missing return type docs



commit d67f985ffe1f0df228d9de3a4227449d6355ca5b
Author: Timm Bäder <mail baedert org>
Date:   Thu Jul 21 22:41:02 2016 +0200

    RestProxyCall: Add missing return type docs

 rest/rest-proxy-call.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/rest/rest-proxy-call.c b/rest/rest-proxy-call.c
index 2861a56..834470d 100644
--- a/rest/rest-proxy-call.c
+++ b/rest/rest-proxy-call.c
@@ -1008,6 +1008,9 @@ _continuous_call_message_got_chunk_cb (SoupMessage                    *msg,
  *
  * You may unref the call after calling this function since there is an
  * internal reference, or you may unref in the callback.
+ *
+ * Returns: %TRUE on success, %FALSE on failure, in which case
+ *   @error will be set.
  */
 gboolean
 rest_proxy_call_continuous (RestProxyCall                    *call,
@@ -1143,6 +1146,9 @@ _upload_call_message_wrote_data_cb (SoupMessage                *msg,
  *
  * You may unref the call after calling this function since there is an
  * internal reference, or you may unref in the callback.
+ *
+ * Returns: %TRUE on success, %FALSE on failure, in which case
+ *   @error will be set.
  */
 gboolean
 rest_proxy_call_upload (RestProxyCall                *call,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]