telepathy-glib: Fix typo making gtkdoc fail

Xavier Claessens xclaesse at kemper.freedesktop.org
Mon Jun 4 06:15:46 PDT 2012


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

Author: Xavier Claessens <xavier.claessens at collabora.co.uk>
Date:   Mon Jun  4 15:15:25 2012 +0200

Fix typo making gtkdoc fail

---

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

diff --git a/telepathy-glib/base-connection.c b/telepathy-glib/base-connection.c
index d5fe296..9b502c2 100644
--- a/telepathy-glib/base-connection.c
+++ b/telepathy-glib/base-connection.c
@@ -2068,7 +2068,7 @@ tp_base_connection_get_status (TpBaseConnection *self)
 }
 
 /**
- * tp_base_connection_is_destroyed():
+ * tp_base_connection_is_destroyed:
  * @self: the connection
  *
  * Return whether this connection has already emitted the D-Bus signal
@@ -2094,7 +2094,7 @@ tp_base_connection_is_destroyed (TpBaseConnection *self)
 }
 
 /**
- * tp_base_connection_check_connected():
+ * tp_base_connection_check_connected:
  * @self: the connection
  * @error: used to raise %TP_ERROR_DISCONNECTED if %FALSE is returned
  *



More information about the telepathy-commits mailing list