From: Hagen Schink Date: Thu, 2 Apr 2009 01:30:51 +0000 (-0400) Subject: fix a typo in g_io_channel_flush docs X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=86aa49594feac9797ab87b83e198147aff4171fa;p=dana%2Fcg-glib.git fix a typo in g_io_channel_flush docs Refer to the correct return values. Signed-off-by: Matthias Clasen --- diff --git a/glib/giochannel.c b/glib/giochannel.c index fee91ac7..537fdb65 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,