aboutsummaryrefslogtreecommitdiff
path: root/src/ui/message.h
diff options
context:
space:
mode:
authorJacki <jacki@thejackimonster.de>2024-02-14 13:44:06 +0100
committerJacki <jacki@thejackimonster.de>2024-02-14 13:44:06 +0100
commit17392fe6169d39a75645728f44aa117f67b5331d (patch)
treecd9df10fc8a58c8104a494dcc6e1e44c09ccf8ca /src/ui/message.h
parent9ff0f0e2e8d554f465d7aad51ce7fb33e61a749c (diff)
downloadmessenger-gtk-17392fe6169d39a75645728f44aa117f67b5331d.tar.gz
messenger-gtk-17392fe6169d39a75645728f44aa117f67b5331d.zip
Add asserts to verify reliability
Signed-off-by: Jacki <jacki@thejackimonster.de>
Diffstat (limited to 'src/ui/message.h')
-rw-r--r--src/ui/message.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ui/message.h b/src/ui/message.h
index 8b51952..60ee203 100644
--- a/src/ui/message.h
+++ b/src/ui/message.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
@@ -101,7 +101,7 @@ typedef struct UI_MESSAGE_Handle
101 */ 101 */
102UI_MESSAGE_Handle* 102UI_MESSAGE_Handle*
103ui_message_new(MESSENGER_Application *app, 103ui_message_new(MESSENGER_Application *app,
104 UI_MESSAGE_Type type); 104 UI_MESSAGE_Type type);
105 105
106/** 106/**
107 * Refreshes the visual state of the read receipt 107 * Refreshes the visual state of the read receipt
@@ -123,8 +123,8 @@ ui_message_refresh(UI_MESSAGE_Handle *handle);
123 */ 123 */
124void 124void
125ui_message_update(UI_MESSAGE_Handle *handle, 125ui_message_update(UI_MESSAGE_Handle *handle,
126 MESSENGER_Application *app, 126 MESSENGER_Application *app,
127 const struct GNUNET_CHAT_Message *message); 127 const struct GNUNET_CHAT_Message *message);
128 128
129/** 129/**
130 * Sets the contact of a given message handle 130 * Sets the contact of a given message handle