[Telepathy-commits] [telepathy-glib/master] ContactsMixin: remove incorrect reference to text mixin

Will Thompson will.thompson at collabora.co.uk
Mon Oct 27 17:11:28 PDT 2008


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

diff --git a/telepathy-glib/contacts-mixin.c b/telepathy-glib/contacts-mixin.c
index e5205d0..9f19046 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
-- 
1.5.6.5



More information about the Telepathy-commits mailing list