mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-08 17:50:10 +00:00
380ca9bc56
Pointed out in https://bugzilla.gnome.org/show_bug.cgi?id=740537
10 lines
162 B
C
10 lines
162 B
C
#include <gtk/gtk.h>
|
|
|
|
#include "exampleapp.h"
|
|
|
|
int
|
|
main (int argc, char *argv[])
|
|
{
|
|
return g_application_run (G_APPLICATION (example_app_new ()), argc, argv);
|
|
}
|