More of the same
authorMatthias Clasen <matthiasc@src.gnome.org>
Tue, 27 Nov 2007 19:11:39 +0000 (19:11 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 27 Nov 2007 19:11:39 +0000 (19:11 +0000)
svn path=/trunk/; revision=5961

docs/reference/ChangeLog
docs/reference/gio/gio-docs.xml
docs/reference/gio/gio-sections.txt

index df22cad..64dba76 100644 (file)
@@ -1,5 +1,7 @@
 2007-11-27  Matthias Clasen  <mclasen@redhat.com>
 
+       * gio/gio-sections.txt:
+       * gio/gio-docs.xml:
        * gio/gio.types: Update for api changes
 
 2007-11-26  Alexander Larsson  <alexl@redhat.com>
index f7c3a8b..d6a9e08 100644 (file)
@@ -58,8 +58,8 @@
         <xi:include href="xml/gdatainputstream.xml"/>
         <xi:include href="xml/gdataoutputstream.xml"/>
         
-        <xi:include href="xml/gsocketinputstream.xml"/>
-        <xi:include href="xml/gsocketoutputstream.xml"/>
+        <xi:include href="xml/gunixinputstream.xml"/>
+        <xi:include href="xml/gunixoutputstream.xml"/>
 
     </chapter>
 
index f3f85b5..dcfceda 100644 (file)
@@ -512,21 +512,21 @@ GFilterInputStreamPrivate
 </SECTION>
 
 <SECTION>
-<FILE>gsocketinputstream</FILE>
-<TITLE>GSocketInputStream</TITLE>
-GSocketInputStream
-g_socket_input_stream_new
+<FILE>gunixinputstream</FILE>
+<TITLE>GUnixInputStream</TITLE>
+GUnixInputStream
+g_unix_input_stream_new
 <SUBSECTION Standard>
-GSocketInputStreamClass
-G_SOCKET_INPUT_STREAM
-G_IS_SOCKET_INPUT_STREAM
-G_TYPE_SOCKET_INPUT_STREAM
-G_SOCKET_INPUT_STREAM_CLASS
-G_IS_SOCKET_INPUT_STREAM_CLASS
-G_SOCKET_INPUT_STREAM_GET_CLASS
+GUnixInputStreamClass
+G_UNIX_INPUT_STREAM
+G_IS_UNIX_INPUT_STREAM
+G_TYPE_UNIX_INPUT_STREAM
+G_UNIX_INPUT_STREAM_CLASS
+G_IS_UNIX_INPUT_STREAM_CLASS
+G_UNIX_INPUT_STREAM_GET_CLASS
 <SUBSECTION Private>
-g_socket_input_stream_get_type
-GSocketInputStreamPrivate
+g_unix_input_stream_get_type
+GUnixInputStreamPrivate
 </SECTION>
 
 <SECTION>
@@ -762,21 +762,21 @@ GDataOutputStreamPrivate
 </SECTION>
 
 <SECTION>
-<FILE>gsocketoutputstream</FILE>
-<TITLE>GSocketOutputStream</TITLE>
-GSocketOutputStream
-g_socket_output_stream_new
+<FILE>gunixoutputstream</FILE>
+<TITLE>GUnixOutputStream</TITLE>
+GUnixOutputStream
+g_unix_output_stream_new
 <SUBSECTION Standard>
-GSocketOutputStreamClass
-G_SOCKET_OUTPUT_STREAM
-G_IS_SOCKET_OUTPUT_STREAM
-G_TYPE_SOCKET_OUTPUT_STREAM
-G_SOCKET_OUTPUT_STREAM_CLASS
-G_IS_SOCKET_OUTPUT_STREAM_CLASS
-G_SOCKET_OUTPUT_STREAM_GET_CLASS
+GUnixOutputStreamClass
+G_UNIX_OUTPUT_STREAM
+G_IS_UNIX_OUTPUT_STREAM
+G_TYPE_UNIX_OUTPUT_STREAM
+G_UNIX_OUTPUT_STREAM_CLASS
+G_IS_UNIX_OUTPUT_STREAM_CLASS
+G_UNIX_OUTPUT_STREAM_GET_CLASS
 <SUBSECTION Private>
-g_socket_output_stream_get_type
-GSocketOutputStreamPrivate
+g_unix_output_stream_get_type
+GUnixOutputStreamPrivate
 </SECTION>
 
 <SECTION>