From 57ad2410667935dfdab6d58fb09594ae94f83e05 Mon Sep 17 00:00:00 2001 From: Travis Reitter Date: Fri, 9 Jul 2010 18:07:13 -0700 Subject: Add a comment about the IndividualManager's general memory management policy. --- libempathy/empathy-individual-manager.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libempathy') diff --git a/libempathy/empathy-individual-manager.c b/libempathy/empathy-individual-manager.c index 9d35533aa..5cd0063c7 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; -- cgit v1.2.3