libgsf r971 - trunk/doc



Author: doml
Date: Fri Mar 14 20:14:11 2008
New Revision: 971
URL: http://svn.gnome.org/viewvc/libgsf?rev=971&view=rev

Log:
GsfGIO docs


Modified:
   trunk/doc/gsf-docs.sgml
   trunk/doc/gsf-sections.txt
   trunk/doc/gsf.types

Modified: trunk/doc/gsf-docs.sgml
==============================================================================
--- trunk/doc/gsf-docs.sgml	(original)
+++ trunk/doc/gsf-docs.sgml	Fri Mar 14 20:14:11 2008
@@ -11,6 +11,7 @@
 <!ENTITY GsfMemory		SYSTEM "xml/memory.xml">
 <!ENTITY GsfIOChannel		SYSTEM "xml/iochannel.xml">
 <!ENTITY GsfGnomevfs		SYSTEM "xml/gnome-vfs.xml">
+<!ENTITY GsfGIO                 SYSTEM "xml/gio.xml">
 <!ENTITY GsfBonobo		SYSTEM "xml/bonobo.xml">
 
 <!ENTITY GsfMetadata		SYSTEM "xml/metadata.xml">
@@ -138,6 +139,19 @@
 </para></listitem>
 </varlistentry>
 
+<varlistentry>
+<term>gio-2.0</term>
+<listitem><para>
+<ulink
+url="http://library.gnome.org/devel/gio/2.16/ch01.html";>GIO</ulink>
+is striving to provide a modern, easy-to-use VFS API that sits at the right
+level in the library stack. The goal is to overcome the shortcomings of 
+GnomeVFS and provide an API that is so good that developers prefer it over
+raw POSIX calls. Among other things that means using GObject. It also means
+not cloning the POSIX API, but providing higher-level, document-centric interfaces.
+</para></listitem>
+</varlistentry>
+
 </variablelist>
 
     </para>
@@ -210,6 +224,7 @@
     &GsfMemory;
     &GsfIOChannel;
     &GsfGnomevfs;
+    &GsfGIO;
     &GsfBonobo;
   </chapter>
   <chapter id="parsers">

Modified: trunk/doc/gsf-sections.txt
==============================================================================
--- trunk/doc/gsf-sections.txt	(original)
+++ trunk/doc/gsf-sections.txt	Fri Mar 14 20:14:11 2008
@@ -214,6 +214,30 @@
 </SECTION>
 
 <SECTION>
+<TITLE>GIO</TITLE>
+<FILE>gio</FILE>
+GsfInputGio
+gsf_input_gio_new
+gsf_input_gio_new_for_path
+gsf_input_gio_new_for_uri
+
+GsfOutputGio
+gsf_output_gio_new
+gsf_output_gio_new_for_path
+gsf_output_gio_new_for_uri
+<SUBSECTION Standard>
+GSF_INPUT_GIO_TYPE
+GSF_INPUT_GIO
+GSF_IS_INPUT_GIO
+gsf_input_gio_get_type
+
+GSF_OUTPUT_GIO_TYPE
+GSF_OUTPUT_GIO
+GSF_IS_OUTPUT_GIO
+gsf_output_gio_get_type
+</SECTION>
+
+<SECTION>
 <TITLE>Compression</TITLE>
 <FILE>compression</FILE>
 GsfInputGZip

Modified: trunk/doc/gsf.types
==============================================================================
--- trunk/doc/gsf.types	(original)
+++ trunk/doc/gsf.types	Fri Mar 14 20:14:11 2008
@@ -19,6 +19,7 @@
 #include <gsf/gsf-input-proxy.h>
 #include <gsf/gsf-input-stdio.h>
 #include <gsf/gsf-input-textline.h>
+#include <gsf/gsf-input-gio.h>
 
 #include <gsf/gsf-infile.h>
 #include <gsf/gsf-infile-impl.h>
@@ -36,6 +37,7 @@
 #include <gsf/gsf-output-iochannel.h>
 #include <gsf/gsf-output-memory.h>
 #include <gsf/gsf-output-stdio.h>
+#include <gsf/gsf-output-gio.h>
 
 #include <gsf/gsf-outfile.h>
 #include <gsf/gsf-outfile-impl.h>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]