[next] telepathy-glib: TpAccount: use underscores in example service names

Simon McVittie smcv at kemper.freedesktop.org
Fri Sep 27 06:23:45 PDT 2013


Module: telepathy-glib
Branch: next
Commit: 845412a18c5543ab7d37ddbd88bee97285c61365
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=845412a18c5543ab7d37ddbd88bee97285c61365

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Thu Sep 26 19:12:58 2013 +0100

TpAccount: use underscores in example service names

The convention is that they look like protocol names, and we've
changed the definition of protocol names.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69855
Reviewed-by: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>

---

 telepathy-glib/account.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/telepathy-glib/account.c b/telepathy-glib/account.c
index b32e85d..75678a0 100644
--- a/telepathy-glib/account.c
+++ b/telepathy-glib/account.c
@@ -1622,7 +1622,7 @@ tp_account_class_init (TpAccountClass *klass)
    * Interface Specification.
    *
    * For instance, accounts for the "jabber" protocol should have the service
-   * names "google-talk", "ovi-chat", "facebook" and "lj-talk" for accounts
+   * names "google_talk", "ovi_chat", "facebook" and "lj_talk" for accounts
    * that connect to Google Talk, Ovi Chat, Facebook and Livejournal,
    * respectively, and this property will be "jabber" for accounts that
    * connect to a generic Jabber server.



More information about the telepathy-commits mailing list