mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-03 17:48:56 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			146 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			146 B
		
	
	
	
		
			C
		
	
	
	
	
	
#include <gio/gio.h>
 | 
						|
 | 
						|
int main(int argc, char *argv[])
 | 
						|
{
 | 
						|
  GApplication *app = g_application_new (NULL, 0);
 | 
						|
  g_object_unref (app);
 | 
						|
  return 0;
 | 
						|
}
 |