diff src/bluetooth/bluetooth.h @ 2838:22a2ffe86750

added passkey agent and basic pairing functionality
author Paula Stanciu <paula.stanciu@gmail.com>
date Wed, 16 Jul 2008 20:48:09 +0300
parents 229647ca4942
children 22a5075fc7f7
line wrap: on
line diff
--- a/src/bluetooth/bluetooth.h	Mon Jul 14 18:07:03 2008 +0200
+++ b/src/bluetooth/bluetooth.h	Wed Jul 16 20:48:09 2008 +0300
@@ -1,5 +1,4 @@
 #include <config.h>
-
 #include <glib.h>
 #include <sys/types.h>
 #include <audacious/plugin.h>
@@ -7,6 +6,11 @@
 #include <audacious/i18n.h>
 #include <gtk/gtk.h>
 #include <audacious/util.h>
+#include <dbus/dbus.h>
+#include <dbus/dbus-glib.h>
+#include <glib-object.h>
+#include <stdio.h>
+
 #include "gui.h"
 typedef struct {
     guint class;
@@ -20,5 +24,7 @@
 void connect_call(void);
 GList * audio_devices;
 gint discover_finish ;
+DBusGConnection * bus;
+DBusGProxy * obj;