From: Thiep Ha Date: Thu, 1 Oct 2015 10:29:23 +0000 (+0900) Subject: doc/eldbus: fix parameter in document X-Git-Tag: v1.16.0-alpha1~52 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bb9fdad7c20d273d382ffe096aa3630534a54647;p=platform%2Fupstream%2Fefl.git 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 --- 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. *