From: Travis Reitter Date: Sat, 10 Jul 2010 01:07:13 +0000 (-0700) Subject: Add a comment about the IndividualManager's general memory management policy. X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=57ad2410667935dfdab6d58fb09594ae94f83e05 Add a comment about the IndividualManager's general memory management policy. --- diff --git a/libempathy/empathy-individual-manager.c b/libempathy/empathy-individual-manager.c index 9d35533a..5cd0063c 100644 --- a/libempathy/empathy-individual-manager.c +++ b/libempathy/empathy-individual-manager.c @@ -43,6 +43,12 @@ #include "empathy-debug.h" #define GET_PRIV(obj) EMPATHY_GET_PRIV (obj, EmpathyIndividualManager) + +/* This class doesn't store or ref any of the individuals, since they're already + * stored and referenced in the aggregator. + * + * This class merely forwards along signals from the aggregator and individuals + * and wraps aggregator functions for other client code. */ typedef struct { FolksIndividualAggregator *aggregator;