aboutsummaryrefslogtreecommitdiff
path: root/src/application.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/application.h')
-rw-r--r--src/application.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/application.h b/src/application.h
index 99fcc69..3520f09 100644
--- a/src/application.h
+++ b/src/application.h
@@ -42,7 +42,6 @@
42#include "ui/send_file.h" 42#include "ui/send_file.h"
43#include "ui/settings.h" 43#include "ui/settings.h"
44 44
45#include "bindings.h"
46#include "util.h" 45#include "util.h"
47 46
48typedef enum MESSENGER_ApplicationSignal 47typedef enum MESSENGER_ApplicationSignal
@@ -60,7 +59,11 @@ typedef struct MESSENGER_Application
60 GtkApplication *application; 59 GtkApplication *application;
61 GList *notifications; 60 GList *notifications;
62 61
63 MESSENGER_Bindings *bindings; 62 struct {
63 GQuark widget;
64 GQuark data;
65 GQuark ui;
66 } quarks;
64 67
65 struct { 68 struct {
66 int status; 69 int status;