[Telepathy-commits] [telepathy-gabble/master] Fix comments
Pierre-Luc Beaudoin
pierre-luc.beaudoin at collabora.co.uk
Sun Feb 1 05:23:59 PST 2009
---
src/presence-cache.c | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/src/presence-cache.c b/src/presence-cache.c
index 66cd37c..2682448 100644
--- a/src/presence-cache.c
+++ b/src/presence-cache.c
@@ -93,12 +93,13 @@ struct _GabblePresenceCachePrivate
GTimeVal creation_time;
- // The cached contacts' location.
- // The key is the contact's handle.
- // The value is a GHashTable of the user's location:
- // - the key is a gchar* as per XEP-0080
- // - the value is a slice allocation GValue, the exact
- // type depends on the key.
+ /* The cached contacts' location.
+ * The key is the contact's TpHandle.
+ * The value is a GHashTable of the user's location:
+ * - the key is a gchar* as per XEP-0080
+ * - the value is a slice allocation GValue, the exact
+ * type depends on the key.
+ */
GHashTable *location;
gboolean dispose_has_run;
--
1.5.6.5
More information about the Telepathy-commits
mailing list