aboutsummaryrefslogtreecommitdiff
path: root/src/ui/play_media.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/play_media.h')
-rw-r--r--src/ui/play_media.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ui/play_media.h b/src/ui/play_media.h
index 75132d6..301e070 100644
--- a/src/ui/play_media.h
+++ b/src/ui/play_media.h
@@ -91,10 +91,12 @@ ui_play_media_window_init(MESSENGER_Application *app,
91 * 91 *
92 * @param handle Play media window handle 92 * @param handle Play media window handle
93 * @param uri URI of media file 93 * @param uri URI of media file
94 * @param file Media file handle or NULL
94 */ 95 */
95void 96void
96ui_play_media_window_update(UI_PLAY_MEDIA_Handle *handle, 97ui_play_media_window_update(UI_PLAY_MEDIA_Handle *handle,
97 const gchar *uri); 98 const gchar *uri,
99 const struct GNUNET_CHAT_File *file);
98 100
99/** 101/**
100 * Cleans up the allocated resources and resets the 102 * Cleans up the allocated resources and resets the