Mercurial > audlegacy-plugins
annotate src/skins/ui_playlist_evlisteners.h @ 3146:87b0c47089e5
alac: Various patches from Hans de Goede. (Closes #61)
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Sat, 09 May 2009 13:47:30 -0500 |
parents | 8e4af29f7e17 |
children |
rev | line source |
---|---|
2620 | 1 /* |
2 * Audacious | |
3 * Copyright (c) 2006-2007 Audacious development team. | |
4 * | |
5 * This program is free software; you can redistribute it and/or modify | |
6 * it under the terms of the GNU General Public License as published by | |
7 * the Free Software Foundation; under version 3 of the License. | |
8 * | |
9 * This program is distributed in the hope that it will be useful, | |
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
12 * GNU General Public License for more details. | |
13 * | |
14 * You should have received a copy of the GNU General Public License | |
15 * along with this program. If not, see <http://www.gnu.org/licenses>. | |
16 * | |
17 * The Audacious team does not consider modular code linking to | |
18 * Audacious or using our public API to be a derived work. | |
19 */ | |
20 | |
21 #ifndef AUDACIOUS_UI_PLAYLIST_EVLISTENERS_H | |
22 #define AUDACIOUS_UI_PLAYLIST_EVLISTENERS_H | |
23 | |
24 void ui_playlist_evlistener_init(void); | |
2633
8e4af29f7e17
dissociate hooks at plugin cleanup
Tomasz Mon <desowin@gmail.com>
parents:
2620
diff
changeset
|
25 void ui_playlist_evlistener_dissociate(void); |
2620 | 26 |
27 #endif /* AUDACIOUS_UI_PLAYLIST_EVLISTENERS_H */ |