Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src


Modified Files:
        plugin_helper.c 


Log Message:
* Entropy-side metadata (it works now!)

===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/plugin_helper.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- plugin_helper.c     17 Jul 2006 13:41:46 -0000      1.24
+++ plugin_helper.c     17 Jul 2006 14:45:21 -0000      1.25
@@ -290,7 +290,19 @@
 
   if (plugin) {
        return (*plugin->misc_functions.groups_retrieve) ();
+   } else return NULL;
+}
+
+void entropy_plugin_filesystem_file_group_add(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_add) (file,group);
    }
+
 }
 
 void entropy_event_stat_request(Entropy_Generic_File* file, 
entropy_gui_component_instance* instance)




-------------------------------------------------------------------------
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

Reply via email to