edbus: Fix typo on doc of edbus_message_arguments_get

Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 80703
This commit is contained in:
José Roberto de Souza 2012-12-11 19:51:25 +00:00 committed by Lucas De Marchi
parent 150a4a5c41
commit 4b874afdd9
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ EAPI Eina_Bool edbus_message_error_get(const EDBus_Message *msg, con
/**
* @brief Get data from EDBus_Message. For each complete type we must have
* a pointer to store its value. In case of complex type EDBus_Message_Iter
* needs to be need.
* needs to be used.
*/
EAPI Eina_Bool edbus_message_arguments_get(const EDBus_Message *msg, const char *signature, ...) EINA_ARG_NONNULL(1, 2) EINA_WARN_UNUSED_RESULT;
/**