Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_file


Modified Files:
        Ecore_File.h Makefile.am 
Added Files:
        ecore_file_download.c 


Log Message:
Add a ecore_file_download function. For now it can "download" urls pointing
to local files. Should be extended to support several types.

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_file/Ecore_File.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- Ecore_File.h        11 Jun 2005 13:29:09 -0000      1.10
+++ Ecore_File.h        16 Jun 2005 01:54:12 -0000      1.11
@@ -78,6 +78,8 @@
 
    EAPI int         ecore_file_app_installed(const char *app);
 
+   EAPI int         ecore_file_download(const char *url, const char *dst_dir);
+
 #ifdef __cplusplus
 }
 #endif
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_file/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- Makefile.am 11 Jun 2005 13:29:09 -0000      1.6
+++ Makefile.am 16 Jun 2005 01:54:12 -0000      1.7
@@ -19,7 +19,8 @@
 ecore_file_monitor_fam.c \
 ecore_file_monitor_inotify.c \
 ecore_file_monitor_poll.c \
-ecore_file_path.c
+ecore_file_path.c \
+ecore_file_download.c
 
 libecore_file_la_LIBADD = \
 $(top_builddir)/src/lib/ecore/libecore.la \




-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to