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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ui/messenger.h b/src/ui/messenger.h
index 5088947..e702e20 100644
--- a/src/ui/messenger.h
+++ b/src/ui/messenger.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 Copyright (C) 2021--2022 GNUnet e.V. 3 Copyright (C) 2021--2024 GNUnet e.V.
4 4
5 GNUnet is free software: you can redistribute it and/or modify it 5 GNUnet is free software: you can redistribute it and/or modify it
6 under the terms of the GNU Affero General Public License as published 6 under the terms of the GNU Affero General Public License as published
@@ -86,7 +86,7 @@ typedef struct UI_MESSENGER_Handle
86 */ 86 */
87void 87void
88ui_messenger_init(MESSENGER_Application *app, 88ui_messenger_init(MESSENGER_Application *app,
89 UI_MESSENGER_Handle *handle); 89 UI_MESSENGER_Handle *handle);
90 90
91/** 91/**
92 * Refreshes a given messenger window handle with 92 * Refreshes a given messenger window handle with
@@ -98,7 +98,7 @@ ui_messenger_init(MESSENGER_Application *app,
98 */ 98 */
99void 99void
100ui_messenger_refresh(MESSENGER_Application *app, 100ui_messenger_refresh(MESSENGER_Application *app,
101 UI_MESSENGER_Handle *handle); 101 UI_MESSENGER_Handle *handle);
102 102
103/** 103/**
104 * Returns whether a certain chat context is currently 104 * Returns whether a certain chat context is currently
@@ -110,7 +110,7 @@ ui_messenger_refresh(MESSENGER_Application *app,
110 */ 110 */
111gboolean 111gboolean
112ui_messenger_is_context_active(UI_MESSENGER_Handle *handle, 112ui_messenger_is_context_active(UI_MESSENGER_Handle *handle,
113 struct GNUNET_CHAT_Context *context); 113 struct GNUNET_CHAT_Context *context);
114 114
115/** 115/**
116 * Cleans up the allocated resources and resets the 116 * Cleans up the allocated resources and resets the