mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-10-31 08:22:16 +01:00 
			
		
		
		
	Remove references to deprecated GTK+ and GDK functions. (#130756, Vincent
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)
This commit is contained in:
		
				
					committed by
					
						 Matthias Clasen
						Matthias Clasen
					
				
			
			
				
	
			
			
			
						parent
						
							91a3aaab2e
						
					
				
				
					commit
					e7b9ca87a2
				
			| @@ -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) | ||||
|   | ||||
| @@ -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(), | ||||
|   | ||||
| @@ -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> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user