DEBSOURCES
Skip Quicknav
sources / gobject-introspection / 1.74.0-3 / glib / gio / tests / static-link / app.c
12345678
#include <gio/gio.h> int main(int argc, char *argv[]) { GApplication *app = g_application_new (NULL, 0); g_object_unref (app); return 0; }