[glib] [docs] Don't reference deprecated functions
- From: Javier Jardón <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] [docs] Don't reference deprecated functions
- Date: Wed, 10 Mar 2010 04:13:46 +0000 (UTC)
commit 1caaa4f591ead74f0a146d73155f9cfb65899bed
Author: Javier Jardón <jjardon gnome org>
Date: Wed Mar 10 05:06:50 2010 +0100
[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 files 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: <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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]