Fix deprecation warning for g_io_channel_read
authorRobert Ancell <robert.ancell@canonical.com>
Wed, 10 Apr 2013 03:53:14 +0000 (15:53 +1200)
committerRobert Ancell <robert.ancell@canonical.com>
Wed, 10 Apr 2013 03:55:37 +0000 (15:55 +1200)
glib/giochannel.h

index a1578b1..75fa1ef 100644 (file)
@@ -164,7 +164,7 @@ GIOChannel *g_io_channel_ref    (GIOChannel    *channel);
 GLIB_AVAILABLE_IN_ALL
 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,
                                  gchar         *buf,
                                  gsize          count,