empathy r2090 - trunk/libempathy



Author: xclaesse
Date: Tue Jan  6 16:49:27 2009
New Revision: 2090
URL: http://svn.gnome.org/viewvc/empathy?rev=2090&view=rev

Log:
Insert a comment claryfing reference ownership.

Modified:
   trunk/libempathy/empathy-account-manager.c

Modified: trunk/libempathy/empathy-account-manager.c
==============================================================================
--- trunk/libempathy/empathy-account-manager.c	(original)
+++ trunk/libempathy/empathy-account-manager.c	Tue Jan  6 16:49:27 2009
@@ -132,6 +132,9 @@
 
       data = account_data_new_default (priv->mc, account);
 
+      /* the reference returned by mc_account_lookup is owned by the
+       * hash table.
+       */
       g_hash_table_insert (priv->accounts, account, data);
 
       g_signal_emit (manager, signals[ACCOUNT_CREATED], 0, account);



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