diff options
Diffstat (limited to 'src/empathy-audio-src.h')
-rw-r--r-- | src/empathy-audio-src.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/empathy-audio-src.h b/src/empathy-audio-src.h index 05e3c46cc..5eb0d1534 100644 --- a/src/empathy-audio-src.h +++ b/src/empathy-audio-src.h @@ -62,19 +62,6 @@ GstElement *empathy_audio_src_new (void); void empathy_audio_src_set_volume (EmpathyGstAudioSrc *src, gdouble volume); gdouble empathy_audio_src_get_volume (EmpathyGstAudioSrc *src); -typedef struct -{ - guint index; - gchar *name; - gchar *description; - gboolean is_monitor; -} EmpathyAudioSrcMicrophone; - -void empathy_audio_src_get_microphones_async (EmpathyGstAudioSrc *src, - GAsyncReadyCallback callback, gpointer user_data); -const GList * empathy_audio_src_get_microphones_finish (EmpathyGstAudioSrc *src, - GAsyncResult *result, GError **error); - guint empathy_audio_src_get_microphone (EmpathyGstAudioSrc *src); void empathy_audio_src_change_microphone_async (EmpathyGstAudioSrc *src, |