mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-04 10:08:56 +01:00 
			
		
		
		
	Add g_slist_remove_all back for ABI compatibility. That entry point
2004-03-01 Tor Lillqvist <tml@iki.fi> * gobject.def: Add g_slist_remove_all back for ABI compatibility. That entry point actually is in the glib DLL, but it was at some time many years ago by mistake added to gobject.def. Thus there presumably are executables out there that expect it to be exported from the gobject DLL. We don't want to break those. (#134813, J. Ali Harlow)
This commit is contained in:
		
				
					committed by
					
						
						Tor Lillqvist
					
				
			
			
				
	
			
			
			
						parent
						
							38cbfaeb7a
						
					
				
				
					commit
					fed19fc424
				
			@@ -1,3 +1,12 @@
 | 
			
		||||
2004-03-01  Tor Lillqvist  <tml@iki.fi>
 | 
			
		||||
 | 
			
		||||
	* gobject.def: Add g_slist_remove_all back for ABI
 | 
			
		||||
	compatibility. That entry point actually is in the glib DLL, but
 | 
			
		||||
	it was at some time many years ago by mistake added to
 | 
			
		||||
	gobject.def. Thus there presumably are executables out there that
 | 
			
		||||
	expect it to be exported from the gobject DLL. We don't want to
 | 
			
		||||
	break those. (#134813, J. Ali Harlow)
 | 
			
		||||
 | 
			
		||||
Fri Feb 27 01:49:22 2004  Matthias Clasen  <maclas@gmx.de>
 | 
			
		||||
 | 
			
		||||
	* glib-mkenums.in: Support parsing of intializers containing
 | 
			
		||||
 
 | 
			
		||||
@@ -173,6 +173,7 @@ EXPORTS
 | 
			
		||||
	g_signal_stop_emission
 | 
			
		||||
	g_signal_stop_emission_by_name
 | 
			
		||||
	g_signal_type_cclosure_new
 | 
			
		||||
	g_slist_remove_all
 | 
			
		||||
	g_source_set_closure
 | 
			
		||||
	g_strdup_value_contents
 | 
			
		||||
	g_strv_get_type
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user