summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHagen Schink <troja84@gmail.com>2009-04-01 21:30:51 -0400
committerMatthias Clasen <mclasen@redhat.com>2009-04-01 21:30:51 -0400
commit86aa49594feac9797ab87b83e198147aff4171fa (patch)
tree1df72b3cb2c5e2e48790e3a1496f80dfea970fe2
parent785bed2e18c18842f07ada42af2ec80cf18aca70 (diff)
downloadglib-86aa49594feac9797ab87b83e198147aff4171fa.tar.gz
fix a typo in g_io_channel_flush docs
Refer to the correct return values. Signed-off-by: Matthias Clasen <mclasen@redhat.com>
-rw-r--r--glib/giochannel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/glib/giochannel.c b/glib/giochannel.c
index fee91ac7e..537fdb654 100644
--- a/glib/giochannel.c
+++ b/glib/giochannel.c
@@ -1004,8 +1004,8 @@ g_io_channel_seek_position (GIOChannel *channel,
* Flushes the write buffer for the GIOChannel.
*
* Return value: the status of the operation: One of
- * #G_IO_CHANNEL_NORMAL, #G_IO_CHANNEL_AGAIN, or
- * #G_IO_CHANNEL_ERROR.
+ * #G_IO_STATUS_NORMAL, #G_IO_STATUS_AGAIN, or
+ * #G_IO_STATUS_ERROR.
**/
GIOStatus
g_io_channel_flush (GIOChannel *channel,