1 #include <glib.h> 2 #include <gmodule.h> 3 #include <glib-object.h> 4 #include <gio/gio.h> 5 6 int 7 main () 8 { 9 return 0; 10 } 11