Enlightenment CVS committal Author : chaos Project : e17 Module : proto
Dir : e17/proto/entropy/src Modified Files: plugin_helper.c Log Message: * group remove support =================================================================== RCS file: /cvs/e/e17/proto/entropy/src/plugin_helper.c,v retrieving revision 1.25 retrieving revision 1.26 diff -u -3 -r1.25 -r1.26 --- plugin_helper.c 17 Jul 2006 14:45:21 -0000 1.25 +++ plugin_helper.c 20 Jul 2006 17:49:58 -0000 1.26 @@ -305,6 +305,18 @@ } +void entropy_plugin_filesystem_file_group_remove(entropy_generic_file* file, char* group) +{ + Entropy_Plugin_File* plugin = + ENTROPY_PLUGIN_FILE(entropy_plugins_type_get_first (ENTROPY_PLUGIN_BACKEND_FILE, + ENTROPY_PLUGIN_SUB_TYPE_ALL)); + + if (plugin) { + (*plugin->file_functions.group_file_remove) (file,group); + } + +} + void entropy_event_stat_request(Entropy_Generic_File* file, entropy_gui_component_instance* instance) { entropy_gui_event *gui_event; ------------------------------------------------------------------------- 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