comparison src/bluetooth/bluetooth.h @ 2854:43557eb3180f

playback
author Paula Stanciu <paula.stanciu@gmail.com>
date Wed, 30 Jul 2008 17:49:43 +0300
parents 22a5075fc7f7
children dc22e3d2e56e 6c53f9fa9029
comparison
equal deleted inserted replaced
2853:fed560b80720 2854:43557eb3180f
38 38
39 39
40 40
41 void refresh_call(void); 41 void refresh_call(void);
42 void connect_call(void); 42 void connect_call(void);
43 void play_call(void);
43 GList * audio_devices; 44 GList * audio_devices;
44 gint discover_finish ; 45 gint discover_finish ;
45 DBusGConnection * bus; 46 DBusGConnection * bus;
46 DBusGProxy * obj; 47 DBusGProxy * obj;
47 48