fix error enum too

SVN revision: 52588
This commit is contained in:
Carsten Haitzler 2010-09-22 13:25:17 +00:00
parent 7eb38a4063
commit ef71a85f2a
2 changed files with 2 additions and 2 deletions

View File

@ -2151,7 +2151,7 @@ struct _Evas_Smart_Cb_Description
* Some functions that are handy but are not specific of canvas or * Some functions that are handy but are not specific of canvas or
* objects. * objects.
*/ */
EAPI const char *evas_load_error_str(int error); EAPI const char *evas_load_error_str (Evas_Load_Error error);
/* Evas utility routines for color space conversions */ /* Evas utility routines for color space conversions */
/* hsv color space has h in the range 0.0 to 360.0, and s,v in the range 0.0 to 1.0 */ /* hsv color space has h in the range 0.0 to 360.0, and s,v in the range 0.0 to 1.0 */

View File

@ -1165,7 +1165,7 @@ _evas_unwalk(Evas *e)
* @ingroup Evas_Utils * @ingroup Evas_Utils
*/ */
EAPI const char * EAPI const char *
evas_load_error_str(int error) evas_load_error_str(Evas_Load_Error error)
{ {
switch (error) switch (error)
{ {