aboutsummaryrefslogtreecommitdiff
path: root/src/ui/message.h
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2022-01-14 23:01:03 +0100
committerTheJackiMonster <thejackimonster@gmail.com>2022-01-14 23:01:03 +0100
commit1c66a5e7ba39f6dde7afad4bdc4be067bc6a7da3 (patch)
treef0a6235cb6f5a6e21aee9b96c5fe20a005c885ce /src/ui/message.h
parent1049e99951c69db162f66eb6288450c2eacbbe15 (diff)
downloadmessenger-gtk-1c66a5e7ba39f6dde7afad4bdc4be067bc6a7da3.tar.gz
messenger-gtk-1c66a5e7ba39f6dde7afad4bdc4be067bc6a7da3.zip
Implemented file downloading, opening and updating visual status or preview
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat (limited to 'src/ui/message.h')
-rw-r--r--src/ui/message.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/message.h b/src/ui/message.h
index 0463732..b3b7353 100644
--- a/src/ui/message.h
+++ b/src/ui/message.h
@@ -87,6 +87,7 @@ ui_message_new(MESSENGER_Application *app,
87 87
88void 88void
89ui_message_update(UI_MESSAGE_Handle *handle, 89ui_message_update(UI_MESSAGE_Handle *handle,
90 MESSENGER_Application *app,
90 const struct GNUNET_CHAT_Message *message); 91 const struct GNUNET_CHAT_Message *message);
91 92
92void 93void