From 1caaa4f591ead74f0a146d73155f9cfb65899bed Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20Jard=C3=B3n?= Date: Wed, 10 Mar 2010 05:06:50 +0100 Subject: [PATCH] [docs] Don't reference deprecated functions Use g_io_add_watch(), g_io_add_watch_full() and g_source_remove() instead the deprecated gtk_input_add_full(), gtk_input_remove(), gdk_input_add(), gdk_input_add_full() and gdk_input_remove() --- glib/giochannel.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/glib/giochannel.c b/glib/giochannel.c index 358bac6..68acd60 100644 --- a/glib/giochannel.c +++ b/glib/giochannel.c @@ -56,9 +56,8 @@ * @short_description: portable support for using files, pipes and * sockets * @see_also: - * gtk_input_add_full(), gtk_input_remove(), - * gdk_input_add(), gdk_input_add_full(), - * gdk_input_remove() Convenience + * g_io_add_watch(), g_io_add_watch_full(), + * g_source_remove() Convenience * functions for creating #GIOChannel instances and adding * them to the main * event loop. -- 2.7.4