[librest/wip/baedert/tests: 6/10] RestProxyCall: Add missing return type docs
- From: Timm Bäder <baedert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librest/wip/baedert/tests: 6/10] RestProxyCall: Add missing return type docs
- Date: Fri, 22 Jul 2016 08:04:13 +0000 (UTC)
commit ebf26f3f773f68be18454aece2df2ee0a6a103c9
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]