comparison src/media.h @ 12629:fee6a32644a4

[gaim-migrate @ 14965] I read the commit messages a little too closely. But, hey, what better way than to start another Gaim hacking day than with a bunch of little changes. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 22 Dec 2005 19:39:23 +0000
parents 2078f65a8e98
children
comparison
equal deleted inserted replaced
12628:26647ddcc9c5 12629:fee6a32644a4
95 * @param vc The voice chat to destroy 95 * @param vc The voice chat to destroy
96 */ 96 */
97 void gaim_voice_chat_destroy(GaimVoiceChat *vc); 97 void gaim_voice_chat_destroy(GaimVoiceChat *vc);
98 98
99 /** 99 /**
100 * Acessor function to get the name of the other user on the voice chat 100 * Accessor function to get the name of the other user on the voice chat
101 * 101 *
102 * @param vc The voice chat 102 * @param vc The voice chat
103 * @return The name 103 * @return The name
104 */ 104 */
105 const char *gaim_voice_chat_get_name(GaimVoiceChat *vc); 105 const char *gaim_voice_chat_get_name(GaimVoiceChat *vc);
106 106
107 /** 107 /**
108 * Acessor function to set the name of the other user on the voice chat 108 * Accessor function to set the name of the other user on the voice chat
109 * 109 *
110 * @param vc The voice chat 110 * @param vc The voice chat
111 * @return The name 111 * @return The name
112 */ 112 */
113 void gaim_voice_chat_set_name(GaimVoiceChat *vc, const char *name); 113 void gaim_voice_chat_set_name(GaimVoiceChat *vc, const char *name);