aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-account.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-account.c')
-rw-r--r--libempathy/empathy-account.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy/empathy-account.c b/libempathy/empathy-account.c
index 914ae6141..5a6b31f0a 100644
--- a/libempathy/empathy-account.c
+++ b/libempathy/empathy-account.c
@@ -691,7 +691,7 @@ empathy_account_get_connection (EmpathyAccount *account)
}
/**
- * empathy_account_get_connection_for:
+ * empathy_account_get_connection_for_path:
* @account: a #EmpathyAccount
* @patch: the path to connection object for #EmpathyAccount
*
@@ -701,7 +701,7 @@ empathy_account_get_connection (EmpathyAccount *account)
* Returns: the connection of the account.
**/
TpConnection *
-empathy_account_get_connection_for (EmpathyAccount *account,
+empathy_account_get_connection_for_path (EmpathyAccount *account,
const gchar *path)
{
EmpathyAccountPriv *priv = GET_PRIV (account);