~ubuntu-branches/ubuntu/maverick/glib2.0/maverick

« back to all changes in this revision

Viewing changes to docs/reference/gio/html/ch24.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-09-27 15:25:56 UTC
  • mfrom: (3.4.26 experimental)
  • Revision ID: james.westby@ubuntu.com-20100927152556-s263f7x9yqcxh59e
Tags: 2.25.16-1ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<html>
 
3
<head>
 
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 
5
<title>Migrating from POSIX to GIO</title>
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
7
<link rel="home" href="index.html" title="GIO Reference Manual">
 
8
<link rel="up" href="migrating.html" title="Part I. Migrating to GIO">
 
9
<link rel="prev" href="migrating.html" title="Part I. Migrating to GIO">
 
10
<link rel="next" href="ch25.html" title="Migrating from GnomeVFS to GIO">
 
11
<meta name="generator" content="GTK-Doc V1.15.1 (XML mode)">
 
12
<link rel="stylesheet" href="style.css" type="text/css">
 
13
</head>
 
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 
15
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
 
16
<td><a accesskey="p" href="migrating.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 
17
<td><a accesskey="u" href="migrating.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
 
18
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
 
19
<th width="100%" align="center">GIO Reference Manual</th>
 
20
<td><a accesskey="n" href="ch25.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 
21
</tr></table>
 
22
<div class="chapter">
 
23
<div class="titlepage"><div><div><h2 class="title">
 
24
<a name="id400794"></a>Migrating from POSIX to GIO</h2></div></div></div>
 
25
<div class="table">
 
26
<a name="posix-vs-gio"></a><p class="title"><b>Table 4. Comparison of POSIX and GIO concepts</b></p>
 
27
<div class="table-contents"><table summary="Comparison of POSIX and GIO concepts" border="1">
 
28
<colgroup>
 
29
<col>
 
30
<col>
 
31
</colgroup>
 
32
<thead><tr>
 
33
<th>POSIX</th>
 
34
<th>GIO</th>
 
35
</tr></thead>
 
36
<tbody>
 
37
<tr>
 
38
<td>char *path</td>
 
39
<td>GFile *file</td>
 
40
</tr>
 
41
<tr>
 
42
<td>struct stat *buf</td>
 
43
<td>GFileInfo *info</td>
 
44
</tr>
 
45
<tr>
 
46
<td>struct statvfs *buf</td>
 
47
<td>GFileInfo *info</td>
 
48
</tr>
 
49
<tr>
 
50
<td rowspan="2">int fd</td>
 
51
<td>GInputStream *in</td>
 
52
</tr>
 
53
<tr><td>GOutputStream *out</td></tr>
 
54
<tr>
 
55
<td>DIR *</td>
 
56
<td>GFileEnumerator *enum</td>
 
57
</tr>
 
58
<tr>
 
59
<td>fstab entry</td>
 
60
<td>GUnixMountPoint *mount_point</td>
 
61
</tr>
 
62
<tr>
 
63
<td>mtab entry</td>
 
64
<td>GUnixMountEntry *mount_entry</td>
 
65
</tr>
 
66
</tbody>
 
67
</table></div>
 
68
</div>
 
69
<br class="table-break">
 
70
</div>
 
71
<div class="footer">
 
72
<hr>
 
73
          Generated by GTK-Doc V1.15.1</div>
 
74
</body>
 
75
</html>
 
 
b'\\ No newline at end of file'