|
From: Enlightenment C. <no...@cv...> - 2007-08-30 13:08:45
|
Enlightenment CVS committal
Author : chaos
Project : e17
Module : proto/entropy
Dir : e17/proto/entropy/src/include
Modified Files:
plugin_base.h
Log Message:
More efolder work
===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/include/plugin_base.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- plugin_base.h 13 Aug 2007 03:08:09 -0000 1.19
+++ plugin_base.h 30 Aug 2007 13:07:02 -0000 1.20
@@ -80,12 +80,12 @@
void (*file_trash_restore) (Ecore_List* files, entropy_gui_component_instance* instance);
void (*auth_respond) (char*,char*,char*);
-
} file_functions;
struct {
void (*groups_get)(entropy_gui_component_instance* instance);
Ecore_List* (*groups_retrieve)();
+ void (*meta_all_get)(entropy_gui_component_instance* instance);
} misc_functions;
};
#define ENTROPY_PLUGIN_FILE(plugin) ((Entropy_Plugin_File *) plugin)
|