1 2 3 4 5 6 7 8 9 10 11 12 13
|
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>PartI.GSF Overview</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="GSF Reference Manual"><link rel="up" href="index.html" title="GSF Reference Manual"><link rel="prev" href="index.html" title="GSF Reference Manual"><link rel="next" href="api.html" title="PartII.API Reference"><meta name="generator" content="GTK-Doc V1.2 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"><link rel="part" href="into.html" title="PartI.GSF Overview"><link rel="part" href="api.html" title="PartII.API Reference"><link rel="chapter" href="io.html" title="Basic Input/Output"><link rel="chapter" href="sources.html" title="Stream Sources"><link rel="chapter" href="parsers.html" title="Stream Parsers"><link rel="chapter" href="misc.html" title="Miscellaneous"><link rel="index" href="ix01.html" title="Index"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="index.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></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">GSF Reference Manual</th><td><a accesskey="n" href="api.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="part" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="into"></a>GSF Overview</h1></div></div></div><div class="partintro" lang="en"><div></div><p>
The GNOME Structured File Library (GSF) is an I/O abstraction for
reading/writing compound files. GSF is released under the GNU Lesser General
Public License (GNU LGPL), which allows for flexible licensing of client
applications.
</p><p>
GSF depends on the following libraries:
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term">GLib</span></td><td><p>
A general-purpose utility library, not specific to graphical user interfaces.
GLib provides many useful data types, macros, type conversions,
string utilities, file utilities, a main loop abstraction, and so on.
</p></td></tr></tbody></table></div><p>
</p></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="index.html"><b><<GSF Reference Manual</b></a></td><td align="right"><a accesskey="n" href="api.html"><b>PartII.API Reference>></b></a></td></tr></table></body></html>
|