From 95e7b5c6e744b569fc0c66ebcfa891da81a7824f Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Tue, 3 Jan 2023 18:17:41 +0100 Subject: Add a GtkApplication reference in QurejeApplication --- qureje.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qureje.h b/qureje.h index 29f54cc..ff4d384 100644 --- a/qureje.h +++ b/qureje.h @@ -31,12 +31,14 @@ typedef struct { typedef struct { int status; QurejeMainWindow *mainWindow; + GtkApplication *app; } QurejeApplication; QurejeApplication *qureje_application_new(int, char **); #define QWINDOW(obj) (obj->mainWindow->window) #define QMENUBAR(obj) (obj->mainWindow->menubar) +#define QAPP(obj) (obj->app) #endif /* __QUREJE_H__ */ -- cgit v1.2.3