From: Matthias Clasen Date: Fri, 30 Jan 2004 22:23:59 +0000 (+0000) Subject: Remove references to deprecated GTK+ and GDK functions. (#130756, Vincent X-Git-Tag: GLIB_2_3_3~48 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e7b9ca87a2a3cd97cdcaf94e23df879537a8605c;p=platform%2Fupstream%2Fglib.git Remove references to deprecated GTK+ and GDK functions. (#130756, Vincent Fri Jan 30 23:25:58 2004 Matthias Clasen * glib/tmpl/iochannels.sgml: * glib/tmpl/main.sgml: Remove references to deprecated GTK+ and GDK functions. (#130756, Vincent Untz) --- diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index bbd0f04..d2669f0 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,9 @@ +Fri Jan 30 23:25:58 2004 Matthias Clasen + + * 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 * glib/glib-sections.txt: Add g_strsplit_set. (Soeren Sandmann) diff --git a/docs/reference/glib/tmpl/iochannels.sgml b/docs/reference/glib/tmpl/iochannels.sgml index 380e7b3..9445bfd 100644 --- a/docs/reference/glib/tmpl/iochannels.sgml +++ b/docs/reference/glib/tmpl/iochannels.sgml @@ -40,13 +40,6 @@ Using g_io_add_watch() or g_io_add_watch_full() increments a channel's reference count. -GTK+ contains the convenience function gtk_input_add_full() -which creates a #GIOChannel from a file descriptor and adds it to the -main event loop. -The event source can later be removed with gtk_input_remove(). -Similar functions can also be found in GDK. - - 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(), diff --git a/docs/reference/glib/tmpl/main.sgml b/docs/reference/glib/tmpl/main.sgml index 7f1ef42..5b4ec6f 100644 --- a/docs/reference/glib/tmpl/main.sgml +++ b/docs/reference/glib/tmpl/main.sgml @@ -46,9 +46,8 @@ manages all available sources of events. loops associated with that #GMainContext. - 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(). Creating new sources types