diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-06-14 17:36:46 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-06-18 16:31:10 +0800 |
commit | 00a6f4588e7c564ff5a4a0a5aa6650775532f701 (patch) | |
tree | 1d2508aa072bdca100e09ba06cd281b0aa6cb3f9 /libempathy | |
parent | 35dfc34fc41a8150b9d66d3bbbbc7414e9cb3699 (diff) | |
download | gsoc2013-empathy-00a6f4588e7c564ff5a4a0a5aa6650775532f701.tar gsoc2013-empathy-00a6f4588e7c564ff5a4a0a5aa6650775532f701.tar.gz gsoc2013-empathy-00a6f4588e7c564ff5a4a0a5aa6650775532f701.tar.bz2 gsoc2013-empathy-00a6f4588e7c564ff5a4a0a5aa6650775532f701.tar.lz gsoc2013-empathy-00a6f4588e7c564ff5a4a0a5aa6650775532f701.tar.xz gsoc2013-empathy-00a6f4588e7c564ff5a4a0a5aa6650775532f701.tar.zst gsoc2013-empathy-00a6f4588e7c564ff5a4a0a5aa6650775532f701.zip |
individual-manager: document that individuals_pop ref its content
https://bugzilla.gnome.org/show_bug.cgi?id=677940
Diffstat (limited to 'libempathy')
-rw-r--r-- | 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 c75a78208..132acef95 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 */ |