[empathy] individual-manager: document that individuals_pop ref its content



commit 00a6f4588e7c564ff5a4a0a5aa6650775532f701
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Thu Jun 14 11:36:46 2012 +0200

    individual-manager: document that individuals_pop ref its content
    
    https://bugzilla.gnome.org/show_bug.cgi?id=677940

 libempathy/empathy-individual-manager.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libempathy/empathy-individual-manager.c b/libempathy/empathy-individual-manager.c
index c75a782..132acef 100644
--- a/libempathy/empathy-individual-manager.c
+++ b/libempathy/empathy-individual-manager.c
@@ -58,7 +58,7 @@ typedef struct
   GHashTable *individuals; /* Individual.id -> Individual */
   gboolean contacts_loaded;
 
-  /* FolksIndividual sorted by popularity (most popular first) */
+  /* reffed FolksIndividual sorted by popularity (most popular first) */
   GSequence *individuals_pop;
   /* The TOP_INDIVIDUALS_LEN first FolksIndividual (borrowed) from
    * individuals_pop */



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