summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-05-25 13:43:20 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-05-25 13:43:20 +0200
commitc581fe948c52a09b4e28bcf46c5ef3c9630b2488 (patch)
tree031436dcc7540a1af38ac082b84f58c0919fa091
parent2743dd452844fb234155e82efb106a839f9e8e6e (diff)
fix typo in tp_simple_handler_new doc
-rw-r--r--telepathy-glib/simple-handler.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/telepathy-glib/simple-handler.c b/telepathy-glib/simple-handler.c
index ede56b30..fb4208b6 100644
--- a/telepathy-glib/simple-handler.c
+++ b/telepathy-glib/simple-handler.c
@@ -309,8 +309,9 @@ tp_simple_handler_class_init (TpSimpleHandlerClass *cls)
* tp_simple_handler_new:
* @dbus: a #TpDBusDaemon object, may not be %NULL
* @bypass_approval: the value of the Handler.BypassApproval D-Bus property
+ * (see tp_base_client_set_handler_bypass_approval() for details)
* @requests: if this handler implement Requests (see
- * tp_base_client_set_handler_bypass_approval() for details)
+ * tp_base_client_set_handler_request_notification() for details)
* @name: the name of the Handler (see #TpBaseClient:name: for details)
* @unique: the value of the TpBaseClient:uniquify-name: property
* @callback: the function called when HandleChannels is called