aboutsummaryrefslogtreecommitdiff
path: root/src/ui/messenger.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/messenger.h')
-rw-r--r--src/ui/messenger.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ui/messenger.h b/src/ui/messenger.h
index 44deb3c..e16487b 100644
--- a/src/ui/messenger.h
+++ b/src/ui/messenger.h
@@ -29,6 +29,8 @@
29#include <libhandy-1/handy.h> 29#include <libhandy-1/handy.h>
30#include <libnotify/notify.h> 30#include <libnotify/notify.h>
31 31
32#include <gnunet/gnunet_chat_lib.h>
33
32typedef struct MESSENGER_Application MESSENGER_Application; 34typedef struct MESSENGER_Application MESSENGER_Application;
33 35
34typedef struct UI_MESSENGER_Handle 36typedef struct UI_MESSENGER_Handle
@@ -73,6 +75,10 @@ void
73ui_messenger_init(MESSENGER_Application *app, 75ui_messenger_init(MESSENGER_Application *app,
74 UI_MESSENGER_Handle *handle); 76 UI_MESSENGER_Handle *handle);
75 77
78gboolean
79ui_messenger_is_context_active(UI_MESSENGER_Handle *handle,
80 struct GNUNET_CHAT_Context *context);
81
76void 82void
77ui_messenger_cleanup(UI_MESSENGER_Handle *handle); 83ui_messenger_cleanup(UI_MESSENGER_Handle *handle);
78 84