]> git.0d.be Git - empathy.git/commitdiff
Add doc for empathy_account_manager_dup_connections.
authorXavier Claessens <xclaesse@gmail.com>
Mon, 20 Apr 2009 22:53:23 +0000 (00:53 +0200)
committerXavier Claessens <xclaesse@gmail.com>
Wed, 22 Apr 2009 10:21:15 +0000 (12:21 +0200)
libempathy/empathy-account-manager.c

index fc749458a968517a89e8779d440b94442b831ee0..b84543176757fcddb7c169c1950270f0f5cd74d3 100644 (file)
@@ -778,6 +778,15 @@ empathy_account_manager_get_connection (EmpathyAccountManager *manager,
   return NULL;
 }
 
+/**
+ * empathy_account_manager_dup_connections:
+ * @manager: a #EmpathyAccountManager
+ *
+ * Get a #GList of all ready #TpConnection. The list must be freed with
+ * g_list_free, and its elements must be unreffed.
+ *
+ * Returns: the list of connections
+ **/
 GList *
 empathy_account_manager_dup_connections (EmpathyAccountManager *manager)
 {