GNOME Bugzilla – Bug 57694
GIOChannel: need to resolve how to handle partial chars on flush
Last modified: 2011-02-18 15:47:43 UTC
We need to decide what to do with the contents of partial_chars_buf in a GIOChannel on a call to g_io_channel_flush().
resolved: flush ignores the partial character, and any function where the presence of a partial character would be a problem (g_io_channel_seek_position(), g_io_channel_set_encoding(),g_io_channel_write_unichar(), g_io_channel_close(),g_io_channel_shutdown()) throws it away and emits a warning Fixed in my Aug. 8 commit to CVS