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_commands.h evfs_misc.h 


Log Message:
More vfolder search work

===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/include/evfs_cleanup.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- evfs_cleanup.h      24 Aug 2007 00:49:46 -0000      1.11
+++ evfs_cleanup.h      24 Aug 2007 06:06:21 -0000      1.12
@@ -15,5 +15,6 @@
 void evfs_cleanup_event(EvfsEvent *);
 void evfs_cleanup_file_uri_path(evfs_file_uri_path * path);
 void evfs_cleanup_client(evfs_client * client);
+void evfs_cleanup_vfolder_create(evfs_command* command);
 
 #endif
===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/include/evfs_command.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- evfs_command.h      24 Aug 2007 00:49:46 -0000      1.23
+++ evfs_command.h      24 Aug 2007 06:06:21 -0000      1.24
@@ -56,6 +56,7 @@
    evfs_command_type type;
    evfs_command_file* file_command;
    struct evfs_operation *op;
+   Evas_List* entries;
 
    int options;
    long client_identifier;
===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/include/evfs_commands.h,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -3 -r1.25 -r1.26
--- evfs_commands.h     21 Aug 2007 13:11:15 -0000      1.25
+++ evfs_commands.h     24 Aug 2007 06:06:21 -0000      1.26
@@ -50,4 +50,8 @@
 long
 evfs_client_mime_request(evfs_connection* conn, EvfsFilereference* ref);
 
+int evfs_vfolder_command_send(evfs_connection* conn, evfs_command* command);
+void evfs_vfolder_command_entry_add(evfs_command* command, char type, char* 
name, char* value);
+evfs_command* evfs_vfolder_create_command_new(char* name); 
+
 #endif
===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/include/evfs_misc.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- evfs_misc.h 24 Aug 2007 00:49:46 -0000      1.14
+++ evfs_misc.h 24 Aug 2007 06:06:21 -0000      1.15
@@ -32,7 +32,12 @@
    Ecore_File_Monitor *em;
 };
 
+#define EVFS_VFOLDER_ENTRY_META 'M'
+#define EVFS_VFOLDER_ENTRY_TAG 'T'
 typedef struct {
+       char type; /*M = meta, T = tag*/
+       char* name;
+       char* value;
 } EvfsVfolderEntry;
 
 Ecore_List *evfs_file_list_sort(Ecore_List * file_list);



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