summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRon Steinke <rsteinke@src.gnome.org>2001-08-05 20:26:09 +0000
committerRon Steinke <rsteinke@src.gnome.org>2001-08-05 20:26:09 +0000
commitec759772de74f80137182f15c2a74c0b0d027729 (patch)
treea627e22f30335950433472e4955246aed84230b2 /docs
parent4cfd423a9010b97255b3a6a2e3182fa508b8b2ea (diff)
Modified Files: glib/ChangeLog glib/glib/giochannel.h
Modified Files: glib/ChangeLog glib/glib/giochannel.h glib/glib/giochannel.c glib/glib/glib.def glib/docs/reference/glib/glib-sections.txt * glib/giochannel.c glib/giochannel.c glib/glib.def docs/reference/glib/glib-sections.txt: Added new functions g_io_channel_[read,write]_unichar () * glib/giochannel.h: Finally remembered to remove the old error message G_IO_CHANNEL_ERROR_PCHAR_FLUSH * glib/giochannel.c: Some fixes to g_io_channel_fill_buffer () and g_io_channel_write_chars ()
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/glib/glib-sections.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/reference/glib/glib-sections.txt b/docs/reference/glib/glib-sections.txt
index 956fccbe0..28f75b211 100644
--- a/docs/reference/glib/glib-sections.txt
+++ b/docs/reference/glib/glib-sections.txt
@@ -595,10 +595,12 @@ g_io_channel_init
<SUBSECTION>
g_io_channel_new_file
g_io_channel_read_chars
+g_io_channel_read_unichar
g_io_channel_read_line
g_io_channel_read_line_string
g_io_channel_read_to_end
g_io_channel_write_chars
+g_io_channel_write_unichar
g_io_channel_flush
g_io_channel_seek_position
GSeekType