From 8297e007bab9d32e2861b1552e7c40c434fe0a88 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Thu, 7 Feb 2013 07:45:04 +0000 Subject: [PATCH] fix typo in document about ecore_getopt_callback_ecore_evas_list_engines. It's wrriten by Patryk Kaczmarek SVN revision: 83710 --- src/lib/ecore_evas/ecore_evas_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ecore_evas/ecore_evas_util.c b/src/lib/ecore_evas/ecore_evas_util.c index 43feec423f..824464021d 100644 --- a/src/lib/ecore_evas/ecore_evas_util.c +++ b/src/lib/ecore_evas/ecore_evas_util.c @@ -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)