Import Upstream version 2.72.4
This commit is contained in:
commit
4ef3ff9793
2003 changed files with 1332420 additions and 0 deletions
8
gio/tests/static-link/app.c
Normal file
8
gio/tests/static-link/app.c
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#include <gio/gio.h>
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
GApplication *app = g_application_new (NULL, 0);
|
||||
g_object_unref (app);
|
||||
return 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue