]> git.0d.be Git - empathy.git/blobdiff - src/empathy-mic-monitor.h
Clean up #include directives in source files
[empathy.git] / src / empathy-mic-monitor.h
index 5e2a7c504e4ae8ddd09235a33c381c83ad0670e4..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
@@ -80,6 +79,11 @@ void empathy_mic_monitor_get_default_async (EmpathyMicMonitor *self,
 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__ */