[glib] Fix deprecation warning for g_io_channel_read
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Fix deprecation warning for g_io_channel_read
- Date: Wed, 10 Apr 2013 03:55:50 +0000 (UTC)
commit 907a931082f442ab15bc4508284bf4bf90fa4aa4
Author: Robert Ancell <robert ancell canonical com>
Date: Wed Apr 10 15:53:14 2013 +1200
Fix deprecation warning for g_io_channel_read
glib/giochannel.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/giochannel.h b/glib/giochannel.h
index a1578b1..75fa1ef 100644
--- a/glib/giochannel.h
+++ b/glib/giochannel.h
@@ -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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]