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: * group remove support =================================================================== RCS file: /cvs/e/e17/proto/entropy/src/include/plugin_base.h,v retrieving revision 1.12 retrieving revision 1.13 diff -u -3 -r1.12 -r1.13 --- plugin_base.h 17 Jul 2006 14:45:21 -0000 1.12 +++ plugin_base.h 20 Jul 2006 17:49:58 -0000 1.13 @@ -73,6 +73,8 @@ 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*); + void (*group_file_remove) (entropy_generic_file * file,char*); + } file_functions; =================================================================== RCS file: /cvs/e/e17/proto/entropy/src/include/plugin_helper.h,v retrieving revision 1.21 retrieving revision 1.22 diff -u -3 -r1.21 -r1.22 --- plugin_helper.h 17 Jul 2006 14:45:21 -0000 1.21 +++ plugin_helper.h 20 Jul 2006 17:49:58 -0000 1.22 @@ -29,5 +29,6 @@ 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); +void entropy_plugin_filesystem_file_group_remove(entropy_generic_file* file, char* group); #endif ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs