aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-account.c
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-08-22 00:23:48 +0800
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-08-22 00:23:48 +0800
commitfd8e9c5dc2584055177c7a79021cdd53ca431c22 (patch)
tree657ad00a8a2c4f110aee6303df62225891ba482f /libempathy/empathy-account.c
parent4b3de48f8648402437053f01296ff596cfdbf38a (diff)
downloadgsoc2013-empathy-fd8e9c5dc2584055177c7a79021cdd53ca431c22.tar
gsoc2013-empathy-fd8e9c5dc2584055177c7a79021cdd53ca431c22.tar.gz
gsoc2013-empathy-fd8e9c5dc2584055177c7a79021cdd53ca431c22.tar.bz2
gsoc2013-empathy-fd8e9c5dc2584055177c7a79021cdd53ca431c22.tar.lz
gsoc2013-empathy-fd8e9c5dc2584055177c7a79021cdd53ca431c22.tar.xz
gsoc2013-empathy-fd8e9c5dc2584055177c7a79021cdd53ca431c22.tar.zst
gsoc2013-empathy-fd8e9c5dc2584055177c7a79021cdd53ca431c22.zip
Rename empathy_account_get_connection_for to empathy_account_get_connection_for_path
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);