efl/legacy
Mike Blumenkrantz 178cda4124 implement actual handling of mountopts, add utf8 to default mountopts, allow iso automounting in eeze_mount
+EEZE_DISK_MOUNTOPT_UTF8 = (1 << 2)
+EEZE_DISK_MOUNTOPT_NOEXEC = (1 << 3)
+EEZE_DISK_MOUNTOPT_NOSUID = (1 << 4)
+EEZE_DISK_MOUNTOPT_REMOUNT = (1 << 5)
+EAPI Eina_Bool      eeze_disk_mountopts_set(Eeze_Disk *disk, int opts);
+EAPI int            eeze_disk_mountopts_get(Eeze_Disk *disk);



SVN revision: 56879
2011-02-09 21:31:11 +00:00
..
ecore renmae variable to prevent name clash 2011-02-09 17:10:00 +00:00
edje * edje: fix invalid memory access by edje alias code. 2011-02-08 14:11:47 +00:00
eet remove double declared ret 2011-02-03 23:16:15 +00:00
eeze implement actual handling of mountopts, add utf8 to default mountopts, allow iso automounting in eeze_mount 2011-02-09 21:31:11 +00:00
efreet Check for special "*" glob 2011-02-09 21:20:42 +00:00
eina Eina: Updated changelog. 2011-02-08 13:47:41 +00:00
eio eio: don't forget to init the list of links. Avoid segfault with eio_dir_copy and maybee(surely) others function 2011-01-04 16:58:58 +00:00
embryo put visual studio files outside the libraries directory 2011-02-03 19:55:22 +00:00
emotion remove useless calls 2011-01-30 10:15:05 +00:00
ethumb and last one, put again ethumb tests in the source tree 2011-01-16 19:10:44 +00:00
evas Evas: Fixed a few 'implicit declaration' warnings. 2011-02-09 18:39:54 +00:00
evil * src/lib/evil_stdio.c: 2011-02-04 09:16:11 +00:00