[next] telepathy-glib: TpContact: Fix wrong annotations
Xavier Claessens
xclaesse at kemper.freedesktop.org
Thu Sep 6 01:37:16 PDT 2012
Module: telepathy-glib
Branch: next
Commit: e73e626a64e79c9867e724d6f453d1c11e079c5e
URL: http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=e73e626a64e79c9867e724d6f453d1c11e079c5e
Author: Xavier Claessens <xavier.claessens at collabora.co.uk>
Date: Fri Aug 31 15:30:16 2012 +0200
TpContact: Fix wrong annotations
Annotations cannot be split into multilines and (transfer-none)
does not exists, it is (transfer none).
---
telepathy-glib/contact.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/telepathy-glib/contact.c b/telepathy-glib/contact.c
index 556f489..94ef26c 100644
--- a/telepathy-glib/contact.c
+++ b/telepathy-glib/contact.c
@@ -3130,8 +3130,8 @@ got_contact_by_id_cb (TpConnection *self,
* @id: A strings representing the desired contact by its
* identifier in the IM protocol (an XMPP JID, SIP URI, MSN Passport,
* AOL screen-name etc.)
- * @features: (transfer-none) (array zero-terminated=1) (allow-none)
- * (element-type GLib.Quark): An array of features that must be ready for
+ * @features: (transfer none) (array zero-terminated=1) (allow-none) (element-type GLib.Quark):
+ * An array of features that must be ready for
* @callback: A user callback to call when the contact is ready
* @user_data: Data to pass to the callback
*
@@ -3266,8 +3266,8 @@ got_contact_attributes_cb (TpConnection *self,
* @n_contacts: The number of contacts in @contacts (must be at least 1)
* @contacts: (array length=n_contacts): An array of #TpContact objects
* associated with @self
- * @features: (transfer-none) (array zero-terminated=1) (allow-none)
- * (element-type GLib.Quark): An array of features that must be ready for
+ * @features: (transfer none) (array zero-terminated=1) (allow-none) (element-type GLib.Quark):
+ * An array of features that must be ready for
* @callback: A user callback to call when the contacts are ready
* @user_data: Data to pass to the callback
*
More information about the telepathy-commits
mailing list