Enlightenment CVS committal Author : chaos Project : e17 Module : proto
Dir : e17/proto/entropy/src/include Modified Files: plugin_base.h plugin_helper.h Log Message: * Entropy-side metadata (it works now!) =================================================================== RCS file: /cvs/e/e17/proto/entropy/src/include/plugin_base.h,v retrieving revision 1.11 retrieving revision 1.12 diff -u -3 -r1.11 -r1.12 --- plugin_base.h 17 Jul 2006 13:41:47 -0000 1.11 +++ plugin_base.h 17 Jul 2006 14:45:21 -0000 1.12 @@ -72,6 +72,7 @@ void (*operation_respond)(long id, int response); void (*directory_create) (entropy_generic_file * parent, char* child_name); void (*file_remove) (entropy_generic_file * file, entropy_gui_component_instance* instance); + void (*group_file_add) (entropy_generic_file * file,char*); } file_functions; =================================================================== RCS file: /cvs/e/e17/proto/entropy/src/include/plugin_helper.h,v retrieving revision 1.20 retrieving revision 1.21 diff -u -3 -r1.20 -r1.21 --- plugin_helper.h 17 Jul 2006 13:41:47 -0000 1.20 +++ plugin_helper.h 17 Jul 2006 14:45:21 -0000 1.21 @@ -28,5 +28,6 @@ void entropy_event_action_file(Entropy_Generic_File* file, entropy_gui_component_instance* instance); entropy_generic_file* entropy_layout_current_folder_get(entropy_gui_component_instance_layout* layout); Ecore_List* entropy_plugin_filesystem_metadata_groups_retrieve() ; +void entropy_plugin_filesystem_file_group_add(entropy_generic_file* file, char* group); #endif ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs