summaryrefslogtreecommitdiff
path: root/gdata/gdata-service.c
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2010-12-20 13:57:40 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2010-12-20 13:57:40 +0000
commit3dfd4dedf71fae3481477fb66e199f9d235402fd (patch)
tree4d4e0d6899ec2f3a833ebbda4ecbc7622e2f2f73 /gdata/gdata-service.c
parentd3a1231d07669b05b791b15b370065effc35b20e (diff)
downloadlibgdata-3dfd4dedf71fae3481477fb66e199f9d235402fd.tar.gz
docs: Remove some outdated TODO comments
Diffstat (limited to 'gdata/gdata-service.c')
-rw-r--r--gdata/gdata-service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdata/gdata-service.c b/gdata/gdata-service.c
index 80a9096c..e3861272 100644
--- a/gdata/gdata-service.c
+++ b/gdata/gdata-service.c
@@ -962,7 +962,7 @@ _gdata_service_build_message (GDataService *self, const gchar *method, const gch
}
typedef struct {
- GStaticMutex mutex; /* mutex TODO */
+ GStaticMutex mutex; /* mutex to prevent cancellation before the message has been added to the session's message queue */
SoupSession *session;
SoupMessage *message;
} MessageData;