Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/include


Modified Files:
        evfs_cleanup.h evfs_command.h evfs_misc.h 


Log Message:
Vfolder work

===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/include/evfs_cleanup.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- evfs_cleanup.h      16 Aug 2007 11:31:17 -0000      1.10
+++ evfs_cleanup.h      24 Aug 2007 00:49:46 -0000      1.11
@@ -14,5 +14,6 @@
 void evfs_cleanup_file_monitor(evfs_file_monitor * mon);
 void evfs_cleanup_event(EvfsEvent *);
 void evfs_cleanup_file_uri_path(evfs_file_uri_path * path);
+void evfs_cleanup_client(evfs_client * client);
 
 #endif
===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/include/evfs_command.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- evfs_command.h      21 Aug 2007 13:11:15 -0000      1.22
+++ evfs_command.h      24 Aug 2007 00:49:46 -0000      1.23
@@ -29,7 +29,10 @@
    EVFS_CMD_METADATA_FILE_GROUP_REMOVE = 21,
    EVFS_CMD_TRASH_RESTORE = 22,
    EVFS_CMD_AUTH_RESPONSE = 23,
-   EVFS_CMD_MIME_REQUEST = 24
+   EVFS_CMD_MIME_REQUEST = 24,
+   EVFS_CMD_FILE_TAG_ADD = 25,
+   EVFS_CMD_FILE_TAG_REMOVE = 26,
+   EVFS_CMD_VFOLDER_CREATE = 27
 }
 evfs_command_type;
 
===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/include/evfs_misc.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- evfs_misc.h 16 Aug 2007 11:31:17 -0000      1.13
+++ evfs_misc.h 24 Aug 2007 00:49:46 -0000      1.14
@@ -32,9 +32,11 @@
    Ecore_File_Monitor *em;
 };
 
+typedef struct {
+} EvfsVfolderEntry;
+
 Ecore_List *evfs_file_list_sort(Ecore_List * file_list);
 
-void evfs_cleanup_client(evfs_client * client);
 void evfs_disconnect(evfs_connection * connection);
 evfs_connection *evfs_connect(void (*callback_func) (EvfsEvent *, void *),
                               void *obj);



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

Reply via email to