comparison src/media.h @ 12050:90d7e0f342fa

[gaim-migrate @ 14345] One parts doxygen one parts whitespace committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 12 Nov 2005 15:27:41 +0000
parents e67993da8a22
children 2078f65a8e98
comparison
equal deleted inserted replaced
12049:d854a6fc7b82 12050:90d7e0f342fa
28 typedef struct _GaimVoiceChat GaimVoiceChat; 28 typedef struct _GaimVoiceChat GaimVoiceChat;
29 typedef struct _GaimMediaPrplOps GaimMediaPrplOps; 29 typedef struct _GaimMediaPrplOps GaimMediaPrplOps;
30 30
31 #include "connection.h" 31 #include "connection.h"
32 32
33 /* Forward declarations so I needn't #include mediastreamer headers in 33 /* Forward declarations so I needn't #include mediastreamer headers in
34 * nearly every single file */ 34 * nearly every single file */
35 struct _MSFilter; 35 struct _MSFilter;
36 struct _MSSync; 36 struct _MSSync;
37 37
38 /** 38 /**
154 154
155 /** 155 /**
156 * Mutator for the state 156 * Mutator for the state
157 * 157 *
158 * @param vc The voice chat 158 * @param vc The voice chat
159 * @param state The state 159 * @param state The state
160 */ 160 */
161 void gaim_voice_chat_set_state(GaimVoiceChat *vc, GaimMediaState state); 161 void gaim_voice_chat_set_state(GaimVoiceChat *vc, GaimMediaState state);
162 162
163 /** 163 /**
164 * Accepts an incoming voice chat 164 * Accepts an incoming voice chat