diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-10-24 16:37:03 +0200 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-10-24 16:37:03 +0200 |
commit | 60615777a80c190a270e270b1b3972e367ad7dfd (patch) | |
tree | f80f1af47a85a4d8e3c1b8420bbc4424d94cbbcb | |
parent | 81c9de86431c1c6fc2968b862ab8645e2804f448 (diff) |
document capabilities_queue
-rw-r--r-- | telepathy-glib/connection-internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/telepathy-glib/connection-internal.h b/telepathy-glib/connection-internal.h index 8df5281b0..cd9a53f98 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; |