annotate src/audacious/ui_preferences.h @ 2862:7dad846ec699 trunk

BSD relicensing (pass 3).
author William Pitcock <nenolod@atheme.org>
date Sat, 23 Jun 2007 22:38:15 -0500
parents 3149d4b1a9a9
children 062324422c40
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2862
7dad846ec699 BSD relicensing (pass 3).
William Pitcock <nenolod@atheme.org>
parents: 2313
diff changeset
1 /*
7dad846ec699 BSD relicensing (pass 3).
William Pitcock <nenolod@atheme.org>
parents: 2313
diff changeset
2 * audacious: Cross-platform multimedia player.
7dad846ec699 BSD relicensing (pass 3).
William Pitcock <nenolod@atheme.org>
parents: 2313
diff changeset
3 * ui_preferences.c: Preferences UI.
7dad846ec699 BSD relicensing (pass 3).
William Pitcock <nenolod@atheme.org>
parents: 2313
diff changeset
4 *
7dad846ec699 BSD relicensing (pass 3).
William Pitcock <nenolod@atheme.org>
parents: 2313
diff changeset
5 * Copyright (c) 2005-2007 Audacious development team.
2313
3149d4b1a9a9 [svn] - objective-make autodepend fixes
nenolod
parents:
diff changeset
6 *
2862
7dad846ec699 BSD relicensing (pass 3).
William Pitcock <nenolod@atheme.org>
parents: 2313
diff changeset
7 * Redistribution and use in source and binary forms, with or without
7dad846ec699 BSD relicensing (pass 3).
William Pitcock <nenolod@atheme.org>
parents: 2313
diff changeset
8 * modification, are permitted provided that the following conditions are
7dad846ec699 BSD relicensing (pass 3).
William Pitcock <nenolod@atheme.org>
parents: 2313
diff changeset
9 * met:
7dad846ec699 BSD relicensing (pass 3).
William Pitcock <nenolod@atheme.org>
parents: 2313
diff changeset
10 *
7dad846ec699 BSD relicensing (pass 3).
William Pitcock <nenolod@atheme.org>
parents: 2313
diff changeset
11 * 1. Redistributions of source code must retain the above copyright notice,
7dad846ec699 BSD relicensing (pass 3).
William Pitcock <nenolod@atheme.org>
parents: 2313
diff changeset
12 * this list of conditions and the following disclaimer.
2313
3149d4b1a9a9 [svn] - objective-make autodepend fixes
nenolod
parents:
diff changeset
13 *
2862
7dad846ec699 BSD relicensing (pass 3).
William Pitcock <nenolod@atheme.org>
parents: 2313
diff changeset
14 * 2. Redistributions in binary form must reproduce the above copyright
7dad846ec699 BSD relicensing (pass 3).
William Pitcock <nenolod@atheme.org>
parents: 2313
diff changeset
15 * notice, this list of conditions and the following disclaimer in the
7dad846ec699 BSD relicensing (pass 3).
William Pitcock <nenolod@atheme.org>
parents: 2313
diff changeset
16 * documentation and/or other materials provided with the distribution.
7dad846ec699 BSD relicensing (pass 3).
William Pitcock <nenolod@atheme.org>
parents: 2313
diff changeset
17 *
7dad846ec699 BSD relicensing (pass 3).
William Pitcock <nenolod@atheme.org>
parents: 2313
diff changeset
18 * 3. The name of the author may not be used to endorse or promote products
7dad846ec699 BSD relicensing (pass 3).
William Pitcock <nenolod@atheme.org>
parents: 2313
diff changeset
19 * derived from this software without specific prior written permission.
2313
3149d4b1a9a9 [svn] - objective-make autodepend fixes
nenolod
parents:
diff changeset
20 *
2862
7dad846ec699 BSD relicensing (pass 3).
William Pitcock <nenolod@atheme.org>
parents: 2313
diff changeset
21 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
7dad846ec699 BSD relicensing (pass 3).
William Pitcock <nenolod@atheme.org>
parents: 2313
diff changeset
22 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
7dad846ec699 BSD relicensing (pass 3).
William Pitcock <nenolod@atheme.org>
parents: 2313
diff changeset
23 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
7dad846ec699 BSD relicensing (pass 3).
William Pitcock <nenolod@atheme.org>
parents: 2313
diff changeset
24 * DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
7dad846ec699 BSD relicensing (pass 3).
William Pitcock <nenolod@atheme.org>
parents: 2313
diff changeset
25 * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
7dad846ec699 BSD relicensing (pass 3).
William Pitcock <nenolod@atheme.org>
parents: 2313
diff changeset
26 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
7dad846ec699 BSD relicensing (pass 3).
William Pitcock <nenolod@atheme.org>
parents: 2313
diff changeset
27 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
7dad846ec699 BSD relicensing (pass 3).
William Pitcock <nenolod@atheme.org>
parents: 2313
diff changeset
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
7dad846ec699 BSD relicensing (pass 3).
William Pitcock <nenolod@atheme.org>
parents: 2313
diff changeset
29 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
7dad846ec699 BSD relicensing (pass 3).
William Pitcock <nenolod@atheme.org>
parents: 2313
diff changeset
30 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
7dad846ec699 BSD relicensing (pass 3).
William Pitcock <nenolod@atheme.org>
parents: 2313
diff changeset
31 * POSSIBILITY OF SUCH DAMAGE.
2313
3149d4b1a9a9 [svn] - objective-make autodepend fixes
nenolod
parents:
diff changeset
32 */
3149d4b1a9a9 [svn] - objective-make autodepend fixes
nenolod
parents:
diff changeset
33
3149d4b1a9a9 [svn] - objective-make autodepend fixes
nenolod
parents:
diff changeset
34 #ifndef PREFSWIN_H
3149d4b1a9a9 [svn] - objective-make autodepend fixes
nenolod
parents:
diff changeset
35 #define PREFSWIN_H
3149d4b1a9a9 [svn] - objective-make autodepend fixes
nenolod
parents:
diff changeset
36
3149d4b1a9a9 [svn] - objective-make autodepend fixes
nenolod
parents:
diff changeset
37 void create_prefs_window(void);
3149d4b1a9a9 [svn] - objective-make autodepend fixes
nenolod
parents:
diff changeset
38 void show_prefs_window(void);
3149d4b1a9a9 [svn] - objective-make autodepend fixes
nenolod
parents:
diff changeset
39
3149d4b1a9a9 [svn] - objective-make autodepend fixes
nenolod
parents:
diff changeset
40 gint prefswin_page_new(GtkWidget *container, gchar *name, gchar *imgurl);
3149d4b1a9a9 [svn] - objective-make autodepend fixes
nenolod
parents:
diff changeset
41 void prefswin_page_destroy(GtkWidget *container);
3149d4b1a9a9 [svn] - objective-make autodepend fixes
nenolod
parents:
diff changeset
42
3149d4b1a9a9 [svn] - objective-make autodepend fixes
nenolod
parents:
diff changeset
43 #endif