summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiep Ha <thiepha@gmail.com>2015-10-01 19:29:23 +0900
committerChunEon Park <hermet@hermet.pe.kr>2015-10-01 19:30:28 +0900
commitb1eeddddd95d381dd43a616d6d03e004626d8c98 (patch)
tree0aaac8958616eb7089256fdc7d0e97f4fb6ddf60
parentfbce77c7c9617ec9b34915e3046a6a4d0394378f (diff)
downloadefl-b1eeddddd95d381dd43a616d6d03e004626d8c98.tar.gz
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
-rw-r--r--src/lib/eldbus/eldbus_freedesktop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/eldbus/eldbus_freedesktop.h b/src/lib/eldbus/eldbus_freedesktop.h
index 1b2901ca4d..b62937911d 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.
*