Mercurial > audlegacy-plugins
annotate src/bluetooth/scan_gui.h @ 2878:c7346fd2efda
link with libSAD
author | Andrew O. Shadoura <bugzilla@tut.by> |
---|---|
date | Thu, 07 Aug 2008 16:13:03 +0300 |
parents | 43557eb3180f |
children | 6c53f9fa9029 |
rev | line source |
---|---|
2839 | 1 /* |
2 * Audacious Bluetooth headset suport plugin | |
3 * | |
4 * Copyright (c) 2008 Paula Stanciu paula.stanciu@gmail.com | |
5 * | |
6 * This program is free software; you can redistribute it and/or modify | |
7 * it under the terms of the GNU General Public License as published by | |
8 * the Free Software Foundation; under version 3 of the License. | |
9 * | |
10 * This program is distributed in the hope that it will be useful, | |
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
13 * GNU General Public License for more details. | |
14 * | |
15 * You should have received a copy of the GNU General Public License | |
16 * along with this program. If not, see <http://www.gnu.org/licenses>. | |
17 */ | |
18 | |
2728 | 19 #include <gtk/gtk.h> |
20 #include <glib.h> | |
2854 | 21 #include <alsa/asoundlib.h> |
22 #include <alsa/pcm_plugin.h> | |
23 #include <audacious/plugin.h> | |
24 #include <audacious/i18n.h> | |
25 | |
26 | |
2847
671cdfc2d62d
Basic pairing interface
Paula Stanciu <paula.stanciu@gmail.com>
parents:
2839
diff
changeset
|
27 void show_scan(gint use); |
2728 | 28 void show_no_devices(); |
29 void destroy_scan_window(); | |
2756
d3d71539d675
rescan functionality
Paula Stanciu <paula.stanciu@gmail.com>
parents:
2728
diff
changeset
|
30 void close_window(); |