summaryrefslogtreecommitdiff
path: root/telepathy-glib/contacts-mixin.c
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2008-10-28 00:11:28 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2008-11-10 16:02:26 +0000
commit26a63e5e650de1fb1c844f1062a137bc7002f759 (patch)
tree5ef6b7acf7f687663e6c3072d8fcd142b69da7d7 /telepathy-glib/contacts-mixin.c
parent72e5f080203232d359da6fb7a90ea1af8b71dcce (diff)
downloadtelepathy-glib-26a63e5e650de1fb1c844f1062a137bc7002f759.tar.gz
ContactsMixin: remove incorrect reference to text mixin
Diffstat (limited to 'telepathy-glib/contacts-mixin.c')
-rw-r--r--telepathy-glib/contacts-mixin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/telepathy-glib/contacts-mixin.c b/telepathy-glib/contacts-mixin.c
index e5205d0d1..9f1904612 100644
--- a/telepathy-glib/contacts-mixin.c
+++ b/telepathy-glib/contacts-mixin.c
@@ -216,12 +216,12 @@ tp_contacts_mixin_class_init (GObjectClass *obj_cls, glong offset)
* @obj: An instance of the implementation that uses this mixin
* @offset: The byte offset of the TpContactsMixin within the object structure
*
- * Initialize the text mixin. Should be called from the implementation's
+ * Initialize the contacts mixin. Should be called from the implementation's
* instance init function like so:
*
* <informalexample><programlisting>
* tp_contacts_mixin_init ((GObject *) self,
- * G_STRUCT_OFFSET (SomeObject, text_mixin));
+ * G_STRUCT_OFFSET (SomeObject, contacts_mixin));
* </programlisting></informalexample>
*
* Since: 0.7.14