Enlightenment CVS committal
Author : chaos
Project : e17
Module : apps/evfs
Dir : e17/apps/evfs/src/common
Modified Files:
evfs_io.c
Log Message:
* Evfs/mime part1 (EVFS now *requires* efreet-mime)
===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/common/evfs_io.c,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -3 -r1.81 -r1.82
--- evfs_io.c 21 Aug 2007 12:38:58 -0000 1.81
+++ evfs_io.c 21 Aug 2007 13:11:14 -0000 1.82
@@ -29,7 +29,7 @@
static Eet_Data_Descriptor *_EvfsEventOpen_edd;
static Eet_Data_Descriptor *_EvfsEventFileMonitor_edd;
static Eet_Data_Descriptor *_EvfsStat_edd;
-static Eet_Data_Descriptor *_EvfsStat_edd;
+static Eet_Data_Descriptor *_EvfsEventMime_edd;
#define _NEW_EDD(type) eet_data_descriptor_new(#type, sizeof(type), \
(void *(*)(void *))evas_list_next, \
@@ -273,6 +273,11 @@
EET_DATA_DESCRIPTOR_ADD_SUB(_EvfsEventOperation_edd, EvfsEventOperation,
"EvfsEventOperation_operation", operation, _EvfsOperation_edd);
EET_DATA_DESCRIPTOR_ADD_BASIC(_EvfsEventOperation_edd, EvfsEventOperation,
"EvfsEventOperation_misc", misc, EET_T_STRING);
evfs_io_event_edd_set(EVFS_EV_OPERATION, _EvfsEventOperation_edd);
+
+ _EvfsEventMime_edd = _NEW_EDD(EvfsEventMime);
+ _EVFS_EVENT_BASE_ADD(EvfsEventMime);
+ EET_DATA_DESCRIPTOR_ADD_BASIC(_EvfsEventMime_edd, EvfsEventMime,
"EvfsEventMime_mime", mime, EET_T_STRING);
+ evfs_io_event_edd_set(EVFS_EV_MIME, _EvfsEventMime_edd);
return 0;
-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs