summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-10-24 16:37:03 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-10-24 16:37:03 +0200
commit60615777a80c190a270e270b1b3972e367ad7dfd (patch)
treef80f1af47a85a4d8e3c1b8420bbc4424d94cbbcb
parent81c9de86431c1c6fc2968b862ab8645e2804f448 (diff)
document capabilities_queue
-rw-r--r--telepathy-glib/connection-internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/telepathy-glib/connection-internal.h b/telepathy-glib/connection-internal.h
index 8df5281b..cd9a53f9 100644
--- a/telepathy-glib/connection-internal.h
+++ b/telepathy-glib/connection-internal.h
@@ -59,6 +59,8 @@ struct _TpConnectionPrivate {
GHashTable *contacts;
TpCapabilities *capabilities;
+ /* Queue of owned GSimpleAsyncResult, each result being a pending call
+ * started using _tp_connection_do_get_capabilities_async */
GQueue capabilities_queue;
TpAvatarRequirements *avatar_requirements;