summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2016-07-21 22:41:02 +0200
committerTimm Bäder <mail@baedert.org>2017-02-21 17:00:26 +0100
commitda8c8349e68fe67619cc9f599eeee3285b545366 (patch)
tree0c317eae2c16a1899f54b9e4955e71e60824da79
parent9d1dbce10ccd89957055d46e9705a99500e20689 (diff)
downloadlibrest-da8c8349e68fe67619cc9f599eeee3285b545366.tar.gz
RestProxyCall: Add missing return type docs
-rw-r--r--rest/rest-proxy-call.c6
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,