aboutsummaryrefslogtreecommitdiff
path: root/src/application.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/application.h')
-rw-r--r--src/application.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/application.h b/src/application.h
index d678e1b..8e0149b 100644
--- a/src/application.h
+++ b/src/application.h
@@ -30,6 +30,7 @@
30 30
31#include "chat/messenger.h" 31#include "chat/messenger.h"
32 32
33#include "ui/about.h"
33#include "ui/accounts.h" 34#include "ui/accounts.h"
34#include "ui/contacts.h" 35#include "ui/contacts.h"
35#include "ui/delete_messages.h" 36#include "ui/delete_messages.h"
@@ -45,6 +46,16 @@
45 46
46#include "util.h" 47#include "util.h"
47 48
49#define MESSENGER_APPLICATION_APPNAME "GNUnet Messenger"
50#define MESSENGER_APPLICATION_BINARY "messenger-gtk"
51#define MESSENGER_APPLICATION_ID "org.gnunet.Messenger"
52#define MESSENGER_APPLICATION_NAME "Messenger-GTK"
53#define MESSENGER_APPLICATION_DESCRIPTION \
54 "A GTK based GUI for the Messenger service of GNUnet."
55#define MESSENGER_APPLICATION_TITLE "Messenger"
56#define MESSENGER_APPLICATION_SUBTITLE "GNUnet"
57#define MESSENGER_APPLICATION_VERSION "0.0.1"
58
48typedef enum MESSENGER_ApplicationSignal 59typedef enum MESSENGER_ApplicationSignal
49{ 60{
50 MESSENGER_NONE = 0, 61 MESSENGER_NONE = 0,
@@ -81,6 +92,7 @@ typedef struct MESSENGER_Application
81 int status; 92 int status;
82 93
83 UI_MESSENGER_Handle messenger; 94 UI_MESSENGER_Handle messenger;
95 UI_ABOUT_Handle about;
84 96
85 UI_INVITE_CONTACT_Handle invite_contact; 97 UI_INVITE_CONTACT_Handle invite_contact;
86 UI_SEND_FILE_Handle send_file; 98 UI_SEND_FILE_Handle send_file;