summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-client-internal.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-08-23 18:27:20 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-08-23 18:40:07 +0100
commit9477cc5987ec7e9ab8f01ee1718aeae510c970fd (patch)
treeff67743ea161ed4e6f669e3d66399834ce89aa3a /telepathy-glib/base-client-internal.h
parent59f4226f6eeea43904697250b36896056f764cd5 (diff)
downloadtelepathy-glib-9477cc5987ec7e9ab8f01ee1718aeae510c970fd.tar.gz
TpBaseClient: change the semantics of "likely account" to "only for account"
Diffstat (limited to 'telepathy-glib/base-client-internal.h')
-rw-r--r--telepathy-glib/base-client-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/base-client-internal.h b/telepathy-glib/base-client-internal.h
index d41245601..a464b6a6a 100644
--- a/telepathy-glib/base-client-internal.h
+++ b/telepathy-glib/base-client-internal.h
@@ -25,7 +25,7 @@
G_BEGIN_DECLS
-void _tp_base_client_set_likely_account (TpBaseClient *self,
+void _tp_base_client_set_only_for_account (TpBaseClient *self,
TpAccount *account);
G_END_DECLS