summaryrefslogtreecommitdiff
path: root/gtk+-mingw/share/gtk-doc/html/gio/ch28.html
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2018-08-20 21:12:06 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2018-08-20 21:12:06 -0400
commit63e87c2d0c9d263f14c77b68f85c67d46ece82a9 (patch)
tree6260365cbf7d24f37d27669e8538227fcb72e243 /gtk+-mingw/share/gtk-doc/html/gio/ch28.html
parenta4460f6d9453bbd7e584937686449cef3e19f052 (diff)
Removed gtk+ docsHEADmaster
Diffstat (limited to 'gtk+-mingw/share/gtk-doc/html/gio/ch28.html')
-rw-r--r--gtk+-mingw/share/gtk-doc/html/gio/ch28.html75
1 files changed, 0 insertions, 75 deletions
diff --git a/gtk+-mingw/share/gtk-doc/html/gio/ch28.html b/gtk+-mingw/share/gtk-doc/html/gio/ch28.html
deleted file mode 100644
index 996984a..0000000
--- a/gtk+-mingw/share/gtk-doc/html/gio/ch28.html
+++ /dev/null
@@ -1,75 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Migrating from POSIX to GIO</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
-<link rel="home" href="index.html" title="GIO Reference Manual">
-<link rel="up" href="migrating.html" title="Part I. Migrating to GIO">
-<link rel="prev" href="migrating.html" title="Part I. Migrating to GIO">
-<link rel="next" href="ch29.html" title="Migrating from GnomeVFS to GIO">
-<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
-<link rel="stylesheet" href="style.css" type="text/css">
-</head>
-<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
-<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
-<td><a accesskey="p" href="migrating.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
-<td><a accesskey="u" href="migrating.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
-<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
-<th width="100%" align="center">GIO Reference Manual</th>
-<td><a accesskey="n" href="ch29.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
-</tr></table>
-<div class="chapter">
-<div class="titlepage"><div><div><h2 class="title">
-<a name="idp54339856"></a>Migrating from POSIX to GIO</h2></div></div></div>
-<div class="table">
-<a name="posix-vs-gio"></a><p class="title"><b>Table 5. Comparison of POSIX and GIO concepts</b></p>
-<div class="table-contents"><table summary="Comparison of POSIX and GIO concepts" border="1">
-<colgroup>
-<col>
-<col>
-</colgroup>
-<thead><tr>
-<th>POSIX</th>
-<th>GIO</th>
-</tr></thead>
-<tbody>
-<tr>
-<td>char *path</td>
-<td>GFile *file</td>
-</tr>
-<tr>
-<td>struct stat *buf</td>
-<td>GFileInfo *info</td>
-</tr>
-<tr>
-<td>struct statvfs *buf</td>
-<td>GFileInfo *info</td>
-</tr>
-<tr>
-<td rowspan="2">int fd</td>
-<td>GInputStream *in</td>
-</tr>
-<tr><td>GOutputStream *out</td></tr>
-<tr>
-<td>DIR *</td>
-<td>GFileEnumerator *enum</td>
-</tr>
-<tr>
-<td>fstab entry</td>
-<td>GUnixMountPoint *mount_point</td>
-</tr>
-<tr>
-<td>mtab entry</td>
-<td>GUnixMountEntry *mount_entry</td>
-</tr>
-</tbody>
-</table></div>
-</div>
-<br class="table-break">
-</div>
-<div class="footer">
-<hr>
- Generated by GTK-Doc V1.18</div>
-</body>
-</html> \ No newline at end of file