diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-05-21 15:01:07 +0200 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-05-21 15:01:07 +0200 |
commit | 0dd801e43d11f871ca820cefb065ba8b3418797c (patch) | |
tree | e0698c6603a605f3aeb004963a4832d1587287ef | |
parent | d7fabcf18457eeb7e1c9848efc3ed6aa4ea17052 (diff) |
rephrase @TPL_CONTACT_GROUP doc
-rw-r--r-- | telepathy-logger/contact.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-logger/contact.h b/telepathy-logger/contact.h index b11fbf002..6a0ccc386 100644 --- a/telepathy-logger/contact.h +++ b/telepathy-logger/contact.h @@ -39,7 +39,7 @@ G_BEGIN_DECLS * @TPL_CONTACT_UNKNOWN: the current contact's type is unknown * @TPL_CONTACT_USER: the contact's type represents a user (buddy), but not * the the account's owner for which @TPL_CONTACT_SELF is used - * @TPL_CONTACT_GROUP: the contact's type represents a chatroom + * @TPL_CONTACT_GROUP: a named chatroom (#TP_HANDLE_TYPE_ROOM) * @TPL_CONTACT_SELF: the contact's type represents the owner of the account * whose channel has been logged, as opposite to @TPL_CONTACT_USER which * represents any other user |