Migrating from POSIX to GIO
Migrating from POSIX to GIO
Comparison of POSIX and GIO concepts
POSIX | GIO |
---|---|
char *path |
GFile |
struct stat *buf |
GFileInfo |
struct statvfs *buf |
GFileInfo |
int fd |
GInputStream or GOutputStream |
DIR * |
GFileEnumerator |
fstab entry |
GUnixMountPoint |
mtab entry |
GUnixMountEntry |