mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-10-31 08:22:16 +01:00 
			
		
		
		
	gerror: Add support for extended errors
This commit adds a G_DEFINE_EXTENDED_ERROR macro and g_error_domain_register() functions to register extended error domains.
This commit is contained in:
		
				
					committed by
					
						 Philip Withnall
						Philip Withnall
					
				
			
			
				
	
			
			
			
						parent
						
							b715e4c9d0
						
					
				
				
					commit
					ae72f9de35
				
			| @@ -27,6 +27,7 @@ extern GLogLevelFlags g_log_msg_prefix; | ||||
|  | ||||
| void glib_init (void); | ||||
| void g_quark_init (void); | ||||
| void g_error_init (void); | ||||
|  | ||||
| #ifdef G_OS_WIN32 | ||||
| #include <windows.h> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user