[docs] Don't reference deprecated functions
authorJavier Jardón <jjardon@gnome.org>
Wed, 10 Mar 2010 04:06:50 +0000 (05:06 +0100)
committerJavier Jardón <jjardon@gnome.org>
Wed, 10 Mar 2010 04:06:50 +0000 (05:06 +0100)
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

index 358bac6..68acd60 100644 (file)
@@ -56,9 +56,8 @@
  * @short_description: portable support for using files, pipes and
  *                     sockets
  * @see_also: <para> <variablelist> <varlistentry>
- *            <term>gtk_input_add_full(), gtk_input_remove(),
- *            gdk_input_add(), gdk_input_add_full(),
- *            gdk_input_remove()</term> <listitem><para> Convenience
+ *            <term>g_io_add_watch(), g_io_add_watch_full(),
+ *            g_source_remove()</term> <listitem><para> Convenience
  *            functions for creating #GIOChannel instances and adding
  *            them to the <link linkend="glib-The-Main-Event-Loop">main
  *            event loop</link>. </para></listitem> </varlistentry>