efl/legacy/eeze/src
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
..
bin implement actual handling of mountopts, add utf8 to default mountopts, allow iso automounting in eeze_mount 2011-02-09 21:31:11 +00:00
lib implement actual handling of mountopts, add utf8 to default mountopts, allow iso automounting in eeze_mount 2011-02-09 21:31:11 +00:00
Makefile.am New lib for EFL: eeze! Bringing you the freedom to (hopefully) never need to learn external apis again! 2010-05-13 10:49:17 +00:00