efl/legacy/eeze/src/lib
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
..
Eeze.h giant doxy cleanup 2010-10-16 03:57:54 +00:00
Eeze_Disk.h 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 fix makefiles 2011-01-29 21:17:44 +00:00
eeze_disk.c eeze 1.1 in trunk: disk mounting is now possible 2011-01-29 04:21:53 +00:00
eeze_disk_libmount.c eeze 1.1 in trunk: disk mounting is now possible 2011-01-29 04:21:53 +00:00
eeze_disk_mount.c implement actual handling of mountopts, add utf8 to default mountopts, allow iso automounting in eeze_mount 2011-02-09 21:31:11 +00:00
eeze_disk_private.h implement actual handling of mountopts, add utf8 to default mountopts, allow iso automounting in eeze_mount 2011-02-09 21:31:11 +00:00
eeze_main.c eeze 1.1 in trunk: disk mounting is now possible 2011-01-29 04:21:53 +00:00
eeze_udev_find.c add unistd.h and kill off another dead store 2011-01-15 20:25:44 +00:00
eeze_udev_private.c ecrustified for formatting 2011-01-05 18:46:32 +00:00
eeze_udev_private.h eeze 1.1 in trunk: disk mounting is now possible 2011-01-29 04:21:53 +00:00
eeze_udev_syspath.c ecrustified for formatting 2011-01-05 18:46:32 +00:00
eeze_udev_walk.c actually return the ret value 2011-01-15 20:14:40 +00:00
eeze_udev_watch.c been removing too many headers. fix warning. 2011-01-16 08:14:42 +00:00