Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/lib


Modified Files:
        evfs_commands.c 


Log Message:
An event to get a list of all extracted metadata keywords

===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/lib/evfs_commands.c,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -3 -r1.47 -r1.48
--- evfs_commands.c     26 Aug 2007 13:08:36 -0000      1.47
+++ evfs_commands.c     29 Aug 2007 04:31:40 -0000      1.48
@@ -492,3 +492,18 @@
        evfs_write_command(conn, command);
        return command->client_identifier;
 }
+
+long
+evfs_client_meta_list_all(evfs_connection* conn)
+{
+   evfs_command *command = evfs_client_command_new();
+   long id = command->client_identifier;
+
+   command->type = EVFS_CMD_META_ALL_REQUEST;
+
+   evfs_write_command(conn, command);
+   free(command);
+
+   return id;
+}
+



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