[Telepathy-commits] [telepathy-glib/master] gtk-doc property notation is #Class:prop not #Class::prop

Will Thompson will.thompson at collabora.co.uk
Wed Jan 7 04:23:31 PST 2009


---
 telepathy-glib/connection-manager.c  |   16 ++++++++--------
 telepathy-glib/handle-repo-dynamic.c |    6 +++---
 2 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/telepathy-glib/connection-manager.c b/telepathy-glib/connection-manager.c
index bbd9030..3dfa490 100644
--- a/telepathy-glib/connection-manager.c
+++ b/telepathy-glib/connection-manager.c
@@ -1061,7 +1061,7 @@ tp_connection_manager_class_init (TpConnectionManagerClass *klass)
       TP_ERROR_PREFIX, TP_ERRORS, TP_TYPE_ERROR);
 
   /**
-   * TpConnectionManager::info-source:
+   * TpConnectionManager:info-source:
    *
    * Where we got the current information on supported protocols
    * (a #TpCMInfoSource).
@@ -1075,7 +1075,7 @@ tp_connection_manager_class_init (TpConnectionManagerClass *klass)
       param_spec);
 
   /**
-   * TpConnectionManager::connection-manager:
+   * TpConnectionManager:connection-manager:
    *
    * The name of the connection manager, e.g. "gabble" (read-only).
    */
@@ -1088,7 +1088,7 @@ tp_connection_manager_class_init (TpConnectionManagerClass *klass)
       param_spec);
 
   /**
-   * TpConnectionManager::manager-file:
+   * TpConnectionManager:manager-file:
    *
    * The absolute path of the .manager file. If set to %NULL (the default),
    * the XDG data directories will be searched for a .manager file of the
@@ -1105,7 +1105,7 @@ tp_connection_manager_class_init (TpConnectionManagerClass *klass)
       param_spec);
 
   /**
-   * TpConnectionManager::always-introspect:
+   * TpConnectionManager:always-introspect:
    *
    * If %TRUE, always introspect the connection manager as it comes online,
    * even if we already have its info from a .manager file. Default %FALSE.
@@ -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
    *
@@ -1166,7 +1166,7 @@ tp_connection_manager_class_init (TpConnectionManagerClass *klass)
  * tp_connection_manager_new:
  * @dbus: Proxy for the D-Bus daemon
  * @name: The connection manager name
- * @manager_filename: The #TpConnectionManager::manager-file property
+ * @manager_filename: The #TpConnectionManager:manager-file property
  * @error: used to return an error if %NULL is returned
  *
  * Convenience function to create a new connection manager proxy.
diff --git a/telepathy-glib/handle-repo-dynamic.c b/telepathy-glib/handle-repo-dynamic.c
index 03558f4..6b0fd94 100644
--- a/telepathy-glib/handle-repo-dynamic.c
+++ b/telepathy-glib/handle-repo-dynamic.c
@@ -519,7 +519,7 @@ tp_dynamic_handle_repo_class_init (TpDynamicHandleRepoClass *klass)
       "handle-type");
 
   /**
-   * TpDynamicHandleRepo::normalize-function:
+   * TpDynamicHandleRepo:normalize-function:
    *
    * An optional #TpDynamicHandleRepoNormalizeFunc used to validate and
    * normalize handle IDs. If %NULL (which is the default), any handle ID is
@@ -535,10 +535,10 @@ tp_dynamic_handle_repo_class_init (TpDynamicHandleRepoClass *klass)
       param_spec);
 
   /**
-   * TpDynamicHandleRepo::default-normalize-context:
+   * TpDynamicHandleRepo:default-normalize-context:
    *
    * An optional default context given to the
-   * #TpDynamicHandleRepo::normalize-function if %NULL is passed as context to
+   * #TpDynamicHandleRepo:normalize-function if %NULL is passed as context to
    * the ensure or lookup functions, e.g. when RequestHandle is called via
    * D-Bus. The default is %NULL.
    */
-- 
1.5.6.5




More information about the Telepathy-commits mailing list