From: Javier Jardón Date: Wed, 10 Mar 2010 04:06:50 +0000 (+0100) Subject: [docs] Don't reference deprecated functions X-Git-Tag: 2.23.6~38 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1caaa4f591ead74f0a146d73155f9cfb65899bed;p=platform%2Fupstream%2Fglib.git [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() --- 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.