[empathy: 11/14] Clarify that we own the keys/values in the accounts hash
- From: Sjoerd Simons <sjoerds src gnome org>
- To: svn-commits-list gnome org
- Subject: [empathy: 11/14] Clarify that we own the keys/values in the accounts hash
- Date: Wed, 1 Jul 2009 13:25:30 +0000 (UTC)
commit d5a9f12cc68ec9e63a588e7aac7d49608d49ad19
Author: Sjoerd Simons <sjoerd simons collabora co uk>
Date: Wed Jul 1 14:03:35 2009 +0100
Clarify that we own the keys/values in the accounts hash
libempathy/empathy-account-manager.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libempathy/empathy-account-manager.c b/libempathy/empathy-account-manager.c
index a290e9f..ae32886 100644
--- a/libempathy/empathy-account-manager.c
+++ b/libempathy/empathy-account-manager.c
@@ -37,7 +37,8 @@ typedef struct {
McAccountMonitor *monitor;
MissionControl *mc;
- GHashTable *accounts; /* unique name -> EmpathyAccount */
+ /* (owned) unique name -> (reffed) EmpathyAccount */
+ GHashTable *accounts;
int connected;
int connecting;
gboolean dispose_run;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]