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.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ui/messenger.h b/src/ui/messenger.h
index c44f74b..c23a27d 100644
--- a/src/ui/messenger.h
+++ b/src/ui/messenger.h
@@ -35,8 +35,9 @@ typedef struct MESSENGER_Application MESSENGER_Application;
35 35
36typedef struct UI_MESSENGER_Handle 36typedef struct UI_MESSENGER_Handle
37{ 37{
38 MESSENGER_Application *app;
39
38 GList *chat_entries; 40 GList *chat_entries;
39 GHashTable *bindings;
40 41
41 GtkBuilder *builder; 42 GtkBuilder *builder;
42 GtkApplicationWindow *main_window; 43 GtkApplicationWindow *main_window;
@@ -77,6 +78,10 @@ void
77ui_messenger_init(MESSENGER_Application *app, 78ui_messenger_init(MESSENGER_Application *app,
78 UI_MESSENGER_Handle *handle); 79 UI_MESSENGER_Handle *handle);
79 80
81void
82ui_messenger_refresh(MESSENGER_Application *app,
83 UI_MESSENGER_Handle *handle);
84
80gboolean 85gboolean
81ui_messenger_is_context_active(UI_MESSENGER_Handle *handle, 86ui_messenger_is_context_active(UI_MESSENGER_Handle *handle,
82 struct GNUNET_CHAT_Context *context); 87 struct GNUNET_CHAT_Context *context);