fix typo in document about ecore_getopt_callback_ecore_evas_list_engines.

It's wrriten by Patryk Kaczmarek <patryk.k@samsung.com>


SVN revision: 83710
This commit is contained in:
Jihoon Kim 2013-02-07 07:45:04 +00:00
parent e684f5a823
commit 8297e007ba
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@ _ecore_evas_object_dissociate(Ecore_Evas *ee, Evas_Object *obj)
* @param str This parameter isn't in use.
* @param data The data to be used.
* @param storage The storage to be used.
* @return The function always return 1.
* @return The function returns 1, when storage is NULL it returns 0.
*/
unsigned char
ecore_getopt_callback_ecore_evas_list_engines(const Ecore_Getopt *parser EINA_UNUSED, const Ecore_Getopt_Desc *desc EINA_UNUSED, const char *str EINA_UNUSED, void *data, Ecore_Getopt_Value *storage)