[librest/wip/teuf/gtask: 37/37] more outdated comments



commit 0c8567e12f57aaf573def0d3a572ad67d98b71cf
Author: Christophe Fergeau <cfergeau redhat com>
Date:   Thu Jun 16 18:21:43 2016 +0200

    more outdated comments

 rest/oauth-proxy.c     |    1 +
 rest/rest-proxy-call.c |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/rest/oauth-proxy.c b/rest/oauth-proxy.c
index b0df950..cb6e30e 100644
--- a/rest/oauth-proxy.c
+++ b/rest/oauth-proxy.c
@@ -491,6 +491,7 @@ access_token_cb (GObject      *source_object,
  * This method will return once the method has been queued, @callback will be
  * invoked when it has completed.
  *
+ * FIXME: outdated comment
  * Returns: %TRUE if the method was successfully queued, or %FALSE on
  * failure. On failure @error is set.
  */
diff --git a/rest/rest-proxy-call.c b/rest/rest-proxy-call.c
index 30323e7..3ea3b61 100644
--- a/rest/rest-proxy-call.c
+++ b/rest/rest-proxy-call.c
@@ -1166,6 +1166,7 @@ rest_proxy_call_upload (RestProxyCall                *call,
  * Cancel this call.  It may be too late to not actually send the message, but
  * the callback will not be invoked.
  *
+ * FIXME: outdated comment?
  * N.B. this method should only be used with rest_proxy_call_async() and NOT
  * rest_proxy_call_invoke_async().
  */
@@ -1187,6 +1188,7 @@ rest_proxy_call_cancel (RestProxyCall *call)
 
   if (closure)
   {
+    /* FIXME: outdated comment */
     /* This will cause the _call_message_completed_cb to be fired which will
      * tidy up the closure and so forth */
     _rest_proxy_cancel_message (priv->proxy, closure->message);


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