Mercurial > audlegacy
comparison src/audacious/auddrct.h @ 2892:2f5e02538dfa trunk
Backed out changeset 06858ea4b9d01dab0ce54891221bd1534a9c5ade
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Sun, 24 Jun 2007 05:33:56 -0500 |
parents | 06858ea4b9d0 |
children | 3b6d316f8b09 |
comparison
equal
deleted
inserted
replaced
2863:06858ea4b9d0 | 2892:2f5e02538dfa |
---|---|
1 /* | 1 /* |
2 * audacious: Cross-platform multimedia player. | 2 * Audacious: A cross-platform multimedia player |
3 * auddrct.h: Audacious Direct Access API. | |
4 * | |
5 * Copyright (c) 2007 Giacomo Lozito | 3 * Copyright (c) 2007 Giacomo Lozito |
6 * | 4 * |
7 * Redistribution and use in source and binary forms, with or without | 5 * This program is free software; you can redistribute it and/or modify |
8 * modification, are permitted provided that the following conditions are | 6 * it under the terms of the GNU General Public License as published by |
9 * met: | 7 * the Free Software Foundation; under version 2 of the License. |
10 * | 8 * |
11 * 1. Redistributions of source code must retain the above copyright notice, | 9 * This program is distributed in the hope that it will be useful, |
12 * this list of conditions and the following disclaimer. | 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 * | 13 * |
14 * 2. Redistributions in binary form must reproduce the above copyright | 14 * You should have received a copy of the GNU General Public License |
15 * notice, this list of conditions and the following disclaimer in the | 15 * along with this program; if not, write to the Free Software |
16 * documentation and/or other materials provided with the distribution. | 16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA |
17 * | 17 * 02110-1301, USA. |
18 * 3. The name of the author may not be used to endorse or promote products | |
19 * derived from this software without specific prior written permission. | |
20 * | |
21 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR | |
22 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | |
23 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | |
24 * DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, | |
25 * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | |
26 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR | |
27 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | |
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, | |
29 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING | |
30 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |
31 * POSSIBILITY OF SUCH DAMAGE. | |
32 */ | 18 */ |
33 | 19 |
34 /* audacious_drct_* provides a handy interface for player | 20 /* audacious_drct_* provides a handy interface for player |
35 plugins, originally intended for migration from xmms_remote_* calls */ | 21 plugins, originally intended for migration from xmms_remote_* calls */ |
36 | 22 |