[Telepathy-commits] [telepathy-glib/master] Fix TpCM signals' doc comments to have two colons

Will Thompson will.thompson at collabora.co.uk
Wed Jan 7 08:02:51 PST 2009


I was a bit too trigger-happy while fixing properties' comments only to
have one colon in 9671533f811b7681366d5f360e3855ed141a9fc5 :-)
---
 telepathy-glib/connection-manager.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/telepathy-glib/connection-manager.c b/telepathy-glib/connection-manager.c
index 18dbe45..5e6c7f5 100644
--- a/telepathy-glib/connection-manager.c
+++ b/telepathy-glib/connection-manager.c
@@ -1118,7 +1118,7 @@ tp_connection_manager_class_init (TpConnectionManagerClass *klass)
       param_spec);
 
   /**
-   * TpConnectionManager:activated:
+   * TpConnectionManager::activated:
    * @self: the connection manager proxy
    *
    * Emitted when the connection manager's well-known name appears on the bus.
@@ -1132,7 +1132,7 @@ tp_connection_manager_class_init (TpConnectionManagerClass *klass)
       G_TYPE_NONE, 0);
 
   /**
-   * TpConnectionManager:exited:
+   * TpConnectionManager::exited:
    * @self: the connection manager proxy
    *
    * Emitted when the connection manager's well-known name disappears from
@@ -1147,7 +1147,7 @@ tp_connection_manager_class_init (TpConnectionManagerClass *klass)
       G_TYPE_NONE, 0);
 
   /**
-   * TpConnectionManager:got-info:
+   * TpConnectionManager::got-info:
    * @self: the connection manager proxy
    * @source: a #TpCMInfoSource
    *
-- 
1.5.6.5



More information about the Telepathy-commits mailing list