From caad56bd395754ae2c33375c4ecd25307a73ebad Mon Sep 17 00:00:00 2001 From: englebass Date: Mon, 22 Nov 2010 14:16:58 +0000 Subject: [PATCH] rename git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/efreet@54789 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/efreet_cache.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/efreet_cache.c b/src/lib/efreet_cache.c index fa73ea7..a21d806 100644 --- a/src/lib/efreet_cache.c +++ b/src/lib/efreet_cache.c @@ -33,7 +33,7 @@ static Ecore_Event_Handler *icon_cache_exe_handler; static void efreet_icon_edd_shutdown(void); static Eina_Bool icon_cache_exe_cb(void *data, int type, void *event); -static void efreet_icon_cache_update_cb(void *data, Ecore_File_Monitor *em, +static void icon_cache_update_cb(void *data, Ecore_File_Monitor *em, Ecore_File_Event event, const char *path); EAPI int EFREET_EVENT_ICON_CACHE_UPDATE = 0; @@ -66,7 +66,7 @@ efreet_cache_init(void) if (!icon_cache_exe_handler) goto cache_error; icon_cache_monitor = ecore_file_monitor_add(buf, - efreet_icon_cache_update_cb, + icon_cache_update_cb, NULL); if (!icon_cache_monitor) goto cache_error; @@ -287,7 +287,7 @@ icon_cache_exe_cb(void *data __UNUSED__, int type __UNUSED__, void *event) } static void -efreet_icon_cache_update_cb(void *data __UNUSED__, Ecore_File_Monitor *em __UNUSED__, +icon_cache_update_cb(void *data __UNUSED__, Ecore_File_Monitor *em __UNUSED__, Ecore_File_Event event, const char *path) { Eet_File *tmp = NULL; -- 2.7.4