summaryrefslogtreecommitdiff
path: root/telepathy-glib/handle-repo-dynamic.c
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2009-01-07 12:23:31 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2009-01-07 15:26:06 +0000
commit9671533f811b7681366d5f360e3855ed141a9fc5 (patch)
tree69d697a0571a9e26ce5b9ef98d56beea70862759 /telepathy-glib/handle-repo-dynamic.c
parent0f3d6b9e3bae40feb8cb55c8c63bf0720e90351f (diff)
downloadtelepathy-glib-9671533f811b7681366d5f360e3855ed141a9fc5.tar.gz
gtk-doc property notation is #Class:prop not #Class::prop
Diffstat (limited to 'telepathy-glib/handle-repo-dynamic.c')
-rw-r--r--telepathy-glib/handle-repo-dynamic.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/telepathy-glib/handle-repo-dynamic.c b/telepathy-glib/handle-repo-dynamic.c
index 03558f4ee..6b0fd94dc 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.
*/