]> git.0d.be Git - empathy.git/blobdiff - src/empathy-mic-monitor.h
Updated Galician translations for docs
[empathy.git] / src / empathy-mic-monitor.h
index 69106c55daa8ac59f2e0d80b72b9c3bf77d56fbf..73771681a1a2cf2a78edcb49c4bb846d86c5baf8 100644 (file)
@@ -19,8 +19,7 @@
 #ifndef __EMPATHY_MIC_MONITOR_H__
 #define __EMPATHY_MIC_MONITOR_H__
 
-#include <glib-object.h>
-
+#include <gio/gio.h>
 #include <pulse/pulseaudio.h>
 
 G_BEGIN_DECLS
@@ -75,6 +74,16 @@ void empathy_mic_monitor_get_current_mic_async (EmpathyMicMonitor *self,
 guint empathy_mic_monitor_get_current_mic_finish (EmpathyMicMonitor *self,
     GAsyncResult *result, GError **error);
 
+void empathy_mic_monitor_get_default_async (EmpathyMicMonitor *self,
+    GAsyncReadyCallback callback, gpointer user_data);
+const gchar * empathy_mic_monitor_get_default_finish (EmpathyMicMonitor *self,
+    GAsyncResult *result, GError **error);
+
+void empathy_mic_monitor_set_default_async (EmpathyMicMonitor *self,
+    const gchar *name, GAsyncReadyCallback callback, gpointer user_data);
+gboolean empathy_mic_monitor_set_default_finish (EmpathyMicMonitor *self,
+    GAsyncResult *result, GError **error);
+
 G_END_DECLS
 
 #endif /* __EMPATHY_MIC_MONITOR_H__ */