telepathy-glib: future-account: make sure colons are present after annotations

Jonny Lamb jonny at kemper.freedesktop.org
Thu May 10 07:41:20 PDT 2012


Module: telepathy-glib
Branch: master
Commit: 00fed1ec56499e7a93c8d9c7c0a56fa101b24416
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=00fed1ec56499e7a93c8d9c7c0a56fa101b24416

Author: Jonny Lamb <jonny.lamb at collabora.co.uk>
Date:   Fri May  4 12:23:46 2012 +0100

future-account: make sure colons are present after annotations

Signed-off-by: Jonny Lamb <jonny.lamb at collabora.co.uk>

---

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

diff --git a/telepathy-glib/future-account.c b/telepathy-glib/future-account.c
index a401f99..b8235e9 100644
--- a/telepathy-glib/future-account.c
+++ b/telepathy-glib/future-account.c
@@ -641,7 +641,7 @@ tp_future_account_class_init (TpFutureAccountClass *klass)
  * will assist in the creation of a new account on @account_manager,
  * using connection manager @manager, and protocol @protocol.
  *
- * Returns: (transfer full) a new reference to a future account
+ * Returns: (transfer full): a new reference to a future account
  *   object, or %NULL if any argument is incorrect
  */
 TpFutureAccount *
@@ -670,7 +670,7 @@ tp_future_account_new (TpAccountManager *account_manager,
  * and protocol name specifically. See tp_future_account_new() for
  * more details.
  *
- * Returns: (transfer full) a new reference to a future account
+ * Returns: (transfer full): a new reference to a future account
  *   object, or %NULL if any argument is incorrect
  */
 TpFutureAccount *
@@ -1186,7 +1186,7 @@ tp_future_account_create_account_async (TpFutureAccount *self,
  * new #TpAccount object, with the %TP_ACCOUNT_FEATURE_CORE feature
  * prepared on it.
  *
- * Returns: (transfer full) a new #TpAccount which was just created on
+ * Returns: (transfer full): a new #TpAccount which was just created on
  *   success, otherwise %NULL
  */
 



More information about the telepathy-commits mailing list