Blame docs/reference/gio/html/ch32.html

Packit ae235b
Packit ae235b
<html>
Packit ae235b
<head>
Packit ae235b
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Packit ae235b
<title>Migrating from POSIX to GIO: GIO Reference Manual</title>
Packit ae235b
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
Packit ae235b
<link rel="home" href="index.html" title="GIO Reference Manual">
Packit ae235b
<link rel="up" href="migrating.html" title="Part I. Migrating to GIO">
Packit ae235b
<link rel="prev" href="migrating.html" title="Part I. Migrating to GIO">
Packit ae235b
<link rel="next" href="ch33.html" title="Migrating from GnomeVFS to GIO">
Packit ae235b
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
Packit ae235b
<link rel="stylesheet" href="style.css" type="text/css">
Packit ae235b
</head>
Packit ae235b
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
Packit ae235b
Packit ae235b
Packit ae235b
Home
Packit ae235b
Up
Packit ae235b
Prev
Packit ae235b
Next
Packit ae235b
Packit ae235b
Packit ae235b

Packit ae235b
Migrating from POSIX to GIO
Packit ae235b
Packit ae235b

Table 1. Comparison of POSIX and GIO concepts

Packit ae235b
Packit ae235b
Packit ae235b
Packit ae235b
Packit ae235b
Packit ae235b
Packit ae235b
POSIX
Packit ae235b
GIO
Packit ae235b
Packit ae235b
Packit ae235b
Packit ae235b
char *path
Packit ae235b
GFile *file
Packit ae235b
Packit ae235b
Packit ae235b
struct stat *buf
Packit ae235b
GFileInfo *info
Packit ae235b
Packit ae235b
Packit ae235b
struct statvfs *buf
Packit ae235b
GFileInfo *info
Packit ae235b
Packit ae235b
Packit ae235b
int fd
Packit ae235b
GInputStream *in
Packit ae235b
Packit ae235b
GOutputStream *out
Packit ae235b
Packit ae235b
DIR *
Packit ae235b
GFileEnumerator *enum
Packit ae235b
Packit ae235b
Packit ae235b
fstab entry
Packit ae235b
GUnixMountPoint *mount_point
Packit ae235b
Packit ae235b
Packit ae235b
mtab entry
Packit ae235b
GUnixMountEntry *mount_entry
Packit ae235b
Packit ae235b
Packit ae235b
Packit ae235b
Packit ae235b

Packit ae235b
Packit ae235b
Packit ae235b

Generated by GTK-Doc V1.27
Packit ae235b
</body>
Packit ae235b
</html>