projects
/
dana
/
cg-glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
785bed2
)
fix a typo in g_io_channel_flush docs
author
Hagen Schink
<troja84@gmail.com>
Thu, 2 Apr 2009 01:30:51 +0000
(21:30 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 2 Apr 2009 01:30:51 +0000
(21:30 -0400)
Refer to the correct return values.
Signed-off-by: Matthias Clasen <mclasen@redhat.com>
glib/giochannel.c
patch
|
blob
|
history
diff --git
a/glib/giochannel.c
b/glib/giochannel.c
index fee91ac7e95cafbf1d62e665cd0a36a444931687..537fdb65490c12401b2c6c45420ac832e616a165 100644
(file)
--- 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,