Enlightenment CVS committal Author : chaos Project : e17 Module : proto/entropy
Dir : e17/proto/entropy/src/plugins Modified Files: filesystem.c Log Message: More efolder work =================================================================== RCS file: /cvs/e/e17/proto/entropy/src/plugins/filesystem.c,v retrieving revision 1.89 retrieving revision 1.90 diff -u -3 -r1.89 -r1.90 --- filesystem.c 20 Aug 2007 12:03:32 -0000 1.89 +++ filesystem.c 30 Aug 2007 13:07:02 -0000 1.90 @@ -40,6 +40,7 @@ void entropy_filesystem_file_group_remove(entropy_generic_file* file, char* group); Ecore_List* entropy_filesystem_metadata_groups_retrieve(); void entropy_filesystem_auth_response(char* location, char* user, char* password); +void entropy_filesystem_meta_all_retrieve(); static evfs_connection *con; @@ -630,6 +631,7 @@ plugin->file_functions.group_file_add = &entropy_filesystem_file_group_add; plugin->file_functions.group_file_remove = &entropy_filesystem_file_group_remove; plugin->file_functions.auth_respond = entropy_filesystem_auth_response; + plugin->misc_functions.meta_all_get = &entropy_filesystem_meta_all_retrieve; return base; @@ -1174,4 +1176,12 @@ } else { printf("No files with attached uris to de-trash\n"); } +} + +void entropy_filesystem_meta_all_retrieve(entropy_gui_component_instance* instance) +{ + long id; + + id = evfs_client_meta_list_all(con); + ecore_hash_set (evfs_dir_requests, (long*)id, instance); } ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs