summaryrefslogtreecommitdiff
path: root/toxav/toxav.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxav/toxav.h')
-rw-r--r--toxav/toxav.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/toxav/toxav.h b/toxav/toxav.h
index 40cd90db..22384bbd 100644
--- a/toxav/toxav.h
+++ b/toxav/toxav.h
@@ -110,14 +110,13 @@ typedef enum {
110 * it will result in undefined behaviour. 110 * it will result in undefined behaviour.
111 * 111 *
112 * @param messenger The messenger handle. 112 * @param messenger The messenger handle.
113 * @param useragent The agent handling A/V session (i.e. phone). 113 * @param userdata The agent handling A/V session (i.e. phone).
114 * @param ua_name Useragent name.
115 * @param video_width Width of video frame. 114 * @param video_width Width of video frame.
116 * @param video_height Height of video frame. 115 * @param video_height Height of video frame.
117 * @return ToxAv* 116 * @return ToxAv*
118 * @retval NULL On error. 117 * @retval NULL On error.
119 */ 118 */
120ToxAv *toxav_new(Tox *messenger, void *useragent, const char *ua_name, uint16_t video_width, uint16_t video_height); 119ToxAv *toxav_new(Tox* messenger, void* userdata, uint16_t video_width, uint16_t video_height);
121 120
122/** 121/**
123 * @brief Remove A/V session. 122 * @brief Remove A/V session.