diff src/media.h @ 12627:2078f65a8e98

[gaim-migrate @ 14963] Some de-warning, and clean up generated files with make clean committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 22 Dec 2005 18:28:08 +0000
parents 90d7e0f342fa
children fee6a32644a4
line wrap: on
line diff
--- a/src/media.h	Thu Dec 22 17:38:38 2005 +0000
+++ b/src/media.h	Thu Dec 22 18:28:08 2005 +0000
@@ -97,7 +97,7 @@
 void gaim_voice_chat_destroy(GaimVoiceChat *vc);
 
 /**
- * Acessor function of the name of the other user on the voice chat
+ * Acessor function to get the name of the other user on the voice chat
  *
  * @param vc  The voice chat
  * @return    The name
@@ -105,6 +105,14 @@
 const char *gaim_voice_chat_get_name(GaimVoiceChat *vc);
 
 /**
+ * Acessor function to set the name of the other user on the voice chat
+ *
+ * @param vc  The voice chat
+ * @return    The name
+ */
+void gaim_voice_chat_set_name(GaimVoiceChat *vc, const char *name);
+
+/**
  * Accessor for the GaimConnection of the voice chat
  *
  * @param vc  The voice chat
@@ -198,6 +206,13 @@
  */
 struct _MSSync *gaim_voice_chat_get_timer(GaimVoiceChat *vc);
 
+/**
+ * Start the streams
+ *
+ * @param vc		The voice chat
+ */
+void gaim_voice_chat_start_streams(GaimVoiceChat *vc);
+
 /*@}*/
 
 /**************************************************************************/