Remove references to deprecated GTK+ and GDK functions. (#130756, Vincent
authorMatthias Clasen <maclas@gmx.de>
Fri, 30 Jan 2004 22:23:59 +0000 (22:23 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 30 Jan 2004 22:23:59 +0000 (22:23 +0000)
Fri Jan 30 23:25:58 2004  Matthias Clasen  <maclas@gmx.de>

* glib/tmpl/iochannels.sgml:
* glib/tmpl/main.sgml: Remove references to deprecated GTK+ and
GDK functions.  (#130756, Vincent Untz)

docs/reference/ChangeLog
docs/reference/glib/tmpl/iochannels.sgml
docs/reference/glib/tmpl/main.sgml

index bbd0f04..d2669f0 100644 (file)
@@ -1,3 +1,9 @@
+Fri Jan 30 23:25:58 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * glib/tmpl/iochannels.sgml: 
+       * glib/tmpl/main.sgml: Remove references to deprecated GTK+ and
+       GDK functions.  (#130756, Vincent Untz)
+       
 Wed Jan 28 01:39:59 2004  Matthias Clasen  <maclas@gmx.de>
 
        * glib/glib-sections.txt: Add g_strsplit_set. (Soeren Sandmann)
index 380e7b3..9445bfd 100644 (file)
@@ -40,13 +40,6 @@ Using g_io_add_watch() or g_io_add_watch_full() increments a channel's
 reference count.
 </para>
 <para>
-GTK+ contains the convenience function gtk_input_add_full()
-which creates a #GIOChannel from a file descriptor and adds it to the
-<link linkend="glib-The-Main-Event-Loop">main event loop</link>.
-The event source can later be removed with gtk_input_remove().
-Similar functions can also be found in GDK.
-</para>
-<para>
 The new functions g_io_channel_read_chars(), g_io_channel_read_line(),
 g_io_channel_read_line_string(), g_io_channel_read_to_end(),
 g_io_channel_write_chars(), g_io_channel_seek_position(),
index 7f1ef42..5b4ec6f 100644 (file)
@@ -46,9 +46,8 @@ manages all available sources of events.
     loops associated with that #GMainContext.
   </para>
   <para>
-    GTK+ contains wrappers of many of these functions, e.g. gtk_main(),
-    gtk_main_quit(), gtk_events_pending(), gtk_idle_add(),
-    gtk_timeout_add() and gtk_input_add_full(). 
+    GTK+ contains wrappers of some of these functions, e.g. gtk_main(),
+    gtk_main_quit() and gtk_events_pending(). 
   </para>
   <refsect2>
     <title>Creating new sources types</title>