mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-10-31 00:12:19 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			173 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			173 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #include <gio/gio.h>
 | |
| 
 | |
| void
 | |
| g_io_module_load (GIOModule *module)
 | |
| {
 | |
| }
 | |
| 
 | |
| void
 | |
| g_io_module_unload (GIOModule   *module)
 | |
| {
 | |
| }
 | |
| 
 | |
| char **
 | |
| g_io_module_query (void)
 | |
| {
 | |
|   return NULL;
 | |
| }
 | |
| 
 |