Fix deprecation warning for g_io_channel_read

This commit is contained in:
Robert Ancell 2013-04-10 15:53:14 +12:00
parent 2ca9dda72a
commit 907a931082

View File

@ -164,7 +164,7 @@ GIOChannel *g_io_channel_ref (GIOChannel *channel);
GLIB_AVAILABLE_IN_ALL GLIB_AVAILABLE_IN_ALL
void g_io_channel_unref (GIOChannel *channel); void g_io_channel_unref (GIOChannel *channel);
GLIB_DEPRECATED_FOR(g_io_channel_read_for) GLIB_DEPRECATED_FOR(g_io_channel_read_chars)
GIOError g_io_channel_read (GIOChannel *channel, GIOError g_io_channel_read (GIOChannel *channel,
gchar *buf, gchar *buf,
gsize count, gsize count,