doc/eldbus: fix parameter in document
authorThiep Ha <thiepha@gmail.com>
Thu, 1 Oct 2015 10:29:23 +0000 (19:29 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Thu, 1 Oct 2015 10:29:23 +0000 (19:29 +0900)
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

index 1b2901c..b629379 100644 (file)
@@ -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.
  *