various fu for changed evas-API

SVN revision: 6632
This commit is contained in:
Azundris 2003-01-24 17:06:20 +00:00
parent be42dc06b4
commit 2e36c63550
1 changed files with 1 additions and 1 deletions

View File

@ -391,7 +391,7 @@ save(ImlibImage * im, ImlibProgressFunction progress,
/* extensions this loader can load. eg: */
/* loader->formats = { "jpeg", "jpg"}; */
/* giving permutations is a good idea. case sensitivity is irrelevant */
/* your laoder CAN load more than one format if it likes - like: */
/* your loader CAN load more than one format if it likes - like: */
/* loader->formats = { "gif", "png", "jpeg", "jpg"} */
/* if it can load those formats. */
void