mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 15:48:54 +02:00
More of the same
svn path=/trunk/; revision=5961
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
2007-11-27 Matthias Clasen <mclasen@redhat.com>
|
2007-11-27 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gio/gio-sections.txt:
|
||||||
|
* gio/gio-docs.xml:
|
||||||
* gio/gio.types: Update for api changes
|
* gio/gio.types: Update for api changes
|
||||||
|
|
||||||
2007-11-26 Alexander Larsson <alexl@redhat.com>
|
2007-11-26 Alexander Larsson <alexl@redhat.com>
|
||||||
|
@@ -58,8 +58,8 @@
|
|||||||
<xi:include href="xml/gdatainputstream.xml"/>
|
<xi:include href="xml/gdatainputstream.xml"/>
|
||||||
<xi:include href="xml/gdataoutputstream.xml"/>
|
<xi:include href="xml/gdataoutputstream.xml"/>
|
||||||
|
|
||||||
<xi:include href="xml/gsocketinputstream.xml"/>
|
<xi:include href="xml/gunixinputstream.xml"/>
|
||||||
<xi:include href="xml/gsocketoutputstream.xml"/>
|
<xi:include href="xml/gunixoutputstream.xml"/>
|
||||||
|
|
||||||
</chapter>
|
</chapter>
|
||||||
|
|
||||||
|
@@ -512,21 +512,21 @@ GFilterInputStreamPrivate
|
|||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>gsocketinputstream</FILE>
|
<FILE>gunixinputstream</FILE>
|
||||||
<TITLE>GSocketInputStream</TITLE>
|
<TITLE>GUnixInputStream</TITLE>
|
||||||
GSocketInputStream
|
GUnixInputStream
|
||||||
g_socket_input_stream_new
|
g_unix_input_stream_new
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GSocketInputStreamClass
|
GUnixInputStreamClass
|
||||||
G_SOCKET_INPUT_STREAM
|
G_UNIX_INPUT_STREAM
|
||||||
G_IS_SOCKET_INPUT_STREAM
|
G_IS_UNIX_INPUT_STREAM
|
||||||
G_TYPE_SOCKET_INPUT_STREAM
|
G_TYPE_UNIX_INPUT_STREAM
|
||||||
G_SOCKET_INPUT_STREAM_CLASS
|
G_UNIX_INPUT_STREAM_CLASS
|
||||||
G_IS_SOCKET_INPUT_STREAM_CLASS
|
G_IS_UNIX_INPUT_STREAM_CLASS
|
||||||
G_SOCKET_INPUT_STREAM_GET_CLASS
|
G_UNIX_INPUT_STREAM_GET_CLASS
|
||||||
<SUBSECTION Private>
|
<SUBSECTION Private>
|
||||||
g_socket_input_stream_get_type
|
g_unix_input_stream_get_type
|
||||||
GSocketInputStreamPrivate
|
GUnixInputStreamPrivate
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
@@ -762,21 +762,21 @@ GDataOutputStreamPrivate
|
|||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>gsocketoutputstream</FILE>
|
<FILE>gunixoutputstream</FILE>
|
||||||
<TITLE>GSocketOutputStream</TITLE>
|
<TITLE>GUnixOutputStream</TITLE>
|
||||||
GSocketOutputStream
|
GUnixOutputStream
|
||||||
g_socket_output_stream_new
|
g_unix_output_stream_new
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GSocketOutputStreamClass
|
GUnixOutputStreamClass
|
||||||
G_SOCKET_OUTPUT_STREAM
|
G_UNIX_OUTPUT_STREAM
|
||||||
G_IS_SOCKET_OUTPUT_STREAM
|
G_IS_UNIX_OUTPUT_STREAM
|
||||||
G_TYPE_SOCKET_OUTPUT_STREAM
|
G_TYPE_UNIX_OUTPUT_STREAM
|
||||||
G_SOCKET_OUTPUT_STREAM_CLASS
|
G_UNIX_OUTPUT_STREAM_CLASS
|
||||||
G_IS_SOCKET_OUTPUT_STREAM_CLASS
|
G_IS_UNIX_OUTPUT_STREAM_CLASS
|
||||||
G_SOCKET_OUTPUT_STREAM_GET_CLASS
|
G_UNIX_OUTPUT_STREAM_GET_CLASS
|
||||||
<SUBSECTION Private>
|
<SUBSECTION Private>
|
||||||
g_socket_output_stream_get_type
|
g_unix_output_stream_get_type
|
||||||
GSocketOutputStreamPrivate
|
GUnixOutputStreamPrivate
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
|
Reference in New Issue
Block a user