Mercurial > audlegacy-plugins
annotate src/bluetooth/scan_gui.h @ 3167:9739ba93fd79
alsa-ng: Don't try to join threads that have already exited.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Fri, 15 May 2009 00:05:17 -0500 |
parents | 3134a0987162 |
children |
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> | |
2890
5e97b55f87cf
Manual merge to fix repository breakage.
Matti Hamalainen <ccr@tnsp.org>
parents:
2889
diff
changeset
|
21 #include <alsa/asoundlib.h> |
5e97b55f87cf
Manual merge to fix repository breakage.
Matti Hamalainen <ccr@tnsp.org>
parents:
2889
diff
changeset
|
22 #include <alsa/pcm_plugin.h> |
2971
3134a0987162
- changed include path from audacious to audlegacy.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
2890
diff
changeset
|
23 #include <audlegacy/plugin.h> |
3134a0987162
- changed include path from audacious to audlegacy.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
2890
diff
changeset
|
24 #include <audlegacy/i18n.h> |
2890
5e97b55f87cf
Manual merge to fix repository breakage.
Matti Hamalainen <ccr@tnsp.org>
parents:
2889
diff
changeset
|
25 |
5e97b55f87cf
Manual merge to fix repository breakage.
Matti Hamalainen <ccr@tnsp.org>
parents:
2889
diff
changeset
|
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(); |