From bb9fdad7c20d273d382ffe096aa3630534a54647 Mon Sep 17 00:00:00 2001 From: Thiep Ha Date: Thu, 1 Oct 2015 19:29:23 +0900 Subject: [PATCH] doc/eldbus: fix parameter in document Summary: The allow_initial_call apprears two times in eldbus_name_owner_changed_callback_add api. @fix Reviewers: seoz, Hermet Reviewed By: Hermet Subscribers: cedric, seoz Differential Revision: https://phab.enlightenment.org/D3110 --- src/lib/eldbus/eldbus_freedesktop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/eldbus/eldbus_freedesktop.h b/src/lib/eldbus/eldbus_freedesktop.h index 1b2901c..b629379 100644 --- a/src/lib/eldbus/eldbus_freedesktop.h +++ b/src/lib/eldbus/eldbus_freedesktop.h @@ -125,7 +125,7 @@ typedef void (*Eldbus_Name_Owner_Changed_Cb)(void *data, const char *bus, const * * This function implicitly calls eldbus_name_owner_get() in order to be able to * monitor the name. If the only interest is to receive notifications when the - * name in fact changes, pass EINA_FALSE to @param allow_initial_call so your + * name in fact changes, pass EINA_FALSE to \p allow_initial_call so your * callback will not be called on first retrieval of name owner. If the * initial state is important, pass EINA_TRUE to this parameter. * -- 2.7.4