aboutsummaryrefslogtreecommitdiff
path: root/src/ui/chat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/chat.h')
-rw-r--r--src/ui/chat.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/ui/chat.h b/src/ui/chat.h
index dc6464d..6f53fb9 100644
--- a/src/ui/chat.h
+++ b/src/ui/chat.h
@@ -161,8 +161,8 @@ ui_chat_new(MESSENGER_Application *app);
161 */ 161 */
162void 162void
163ui_chat_update(UI_CHAT_Handle *handle, 163ui_chat_update(UI_CHAT_Handle *handle,
164 MESSENGER_Application *app, 164 MESSENGER_Application *app,
165 struct GNUNET_CHAT_Context* context); 165 struct GNUNET_CHAT_Context* context);
166 166
167/** 167/**
168 * Frees its resources and destroys a given 168 * Frees its resources and destroys a given
@@ -184,8 +184,8 @@ ui_chat_delete(UI_CHAT_Handle *handle);
184 */ 184 */
185void 185void
186ui_chat_add_message(UI_CHAT_Handle *handle, 186ui_chat_add_message(UI_CHAT_Handle *handle,
187 MESSENGER_Application *app, 187 MESSENGER_Application *app,
188 UI_MESSAGE_Handle *message); 188 UI_MESSAGE_Handle *message);
189 189
190/** 190/**
191 * Removes a message handle from a given chat 191 * Removes a message handle from a given chat
@@ -198,8 +198,8 @@ ui_chat_add_message(UI_CHAT_Handle *handle,
198 */ 198 */
199void 199void
200ui_chat_remove_message(UI_CHAT_Handle *handle, 200ui_chat_remove_message(UI_CHAT_Handle *handle,
201 MESSENGER_Application *app, 201 MESSENGER_Application *app,
202 UI_MESSAGE_Handle *message); 202 UI_MESSAGE_Handle *message);
203 203
204/** 204/**
205 * Add a file load entry handle to a given chat 205 * Add a file load entry handle to a given chat
@@ -210,7 +210,7 @@ ui_chat_remove_message(UI_CHAT_Handle *handle,
210 */ 210 */
211void 211void
212ui_chat_add_file_load(UI_CHAT_Handle *handle, 212ui_chat_add_file_load(UI_CHAT_Handle *handle,
213 UI_FILE_LOAD_ENTRY_Handle *file_load); 213 UI_FILE_LOAD_ENTRY_Handle *file_load);
214 214
215/** 215/**
216 * Removes a file load entry handle from a given 216 * Removes a file load entry handle from a given
@@ -221,6 +221,6 @@ ui_chat_add_file_load(UI_CHAT_Handle *handle,
221 */ 221 */
222void 222void
223ui_chat_remove_file_load(UI_CHAT_Handle *handle, 223ui_chat_remove_file_load(UI_CHAT_Handle *handle,
224 UI_FILE_LOAD_ENTRY_Handle *file_load); 224 UI_FILE_LOAD_ENTRY_Handle *file_load);
225 225
226#endif /* UI_CHAT_H_ */ 226#endif /* UI_CHAT_H_ */