* eio: Add an error callback, some docs and a small README.

SVN revision: 50446
This commit is contained in:
Cedric BAIL 2010-07-23 11:00:44 +00:00
parent ed33cf32ba
commit 7f75caca3a
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,7 @@ static Elm_Gengrid_Item_Class eg;
static Ethumb_Client *ec;
static const char *current_directory;
static int cur_val;
static Eio_List *list = NULL;
static Eio_File *list = NULL;
static Evas_Object *toolbar, *dir_label, *thumb_slider, *thbox;
typedef struct _Ephoto_Thumb_Data Ephoto_Thumb_Data;
@ -228,6 +228,7 @@ ephoto_populate_thumbnails(void)
_ephoto_populate_filter,
_ephoto_populate_main,
_ephoto_populate_end,
_ephoto_populate_end, /* We don't handle error case in ephoto */
NULL);
}