summaryrefslogtreecommitdiff
path: root/toxav/toxav.h
diff options
context:
space:
mode:
authorirungentoo <irungentoo@tox.im>2014-02-19 17:43:42 -0500
committerirungentoo <irungentoo@tox.im>2014-02-19 17:43:42 -0500
commit0a73a6268921f97eb2ee3a2fb8febdcd2869b28e (patch)
tree30a202ba666964a1445f41d26e51792b56fcdbb1 /toxav/toxav.h
parent098df5ae319d15672480fcd17cd4b98c2433e457 (diff)
parentbc61d969e0f4c1d0652b1141b1cc8e51df970bd5 (diff)
Merge pull request #749 from mannol1/master
Removed user agent header from msi and fixed travis build stuff
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..df5acfc6 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.