]> git.0d.be Git - empathy.git/blobdiff - src/empathy-audio-src.h
remove released flag
[empathy.git] / src / empathy-audio-src.h
index ff568ce30e070b98f1659f10cf30b315639646af..2d1a6960dc11d2f441e6c87b54769308c1328cae 100644 (file)
@@ -21,7 +21,6 @@
 #ifndef __EMPATHY_GST_AUDIO_SRC_H__
 #define __EMPATHY_GST_AUDIO_SRC_H__
 
-#include <glib-object.h>
 #include <gst/gst.h>
 #include <gio/gio.h>
 
@@ -77,6 +76,9 @@ void empathy_audio_src_change_microphone_async (EmpathyGstAudioSrc *src,
 gboolean empathy_audio_src_change_microphone_finish (EmpathyGstAudioSrc *src,
     GAsyncResult *result, GError **error);
 
+void empathy_audio_src_set_mute (EmpathyGstAudioSrc *self,
+    gboolean mute);
+
 G_END_DECLS
 
 #endif /* #ifndef __EMPATHY_GST_AUDIO_SRC_H__*/