annotate src/audacious/ui_fileopener.h @ 4557:2eee464379dc

Clean up header multiple inclusion guards (e.g. #ifndef FOO_H/#define FOO_H)
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 19 May 2008 01:29:46 +0300
parents b5ee3a4a8e3b
children d69b2bcea170
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2417
ea17b8ee57d8 [svn] oops, forgot to add the fileopener files
mf0102
parents:
diff changeset
1 /* Audacious - Cross-platform multimedia player
ea17b8ee57d8 [svn] oops, forgot to add the fileopener files
mf0102
parents:
diff changeset
2 * Copyright (C) 2005-2007 Audacious development team
ea17b8ee57d8 [svn] oops, forgot to add the fileopener files
mf0102
parents:
diff changeset
3 *
ea17b8ee57d8 [svn] oops, forgot to add the fileopener files
mf0102
parents:
diff changeset
4 * This program is free software; you can redistribute it and/or modify
ea17b8ee57d8 [svn] oops, forgot to add the fileopener files
mf0102
parents:
diff changeset
5 * it under the terms of the GNU General Public License as published by
3121
3b6d316f8b09 GPL3 relicensing.
William Pitcock <nenolod@atheme-project.org>
parents: 2417
diff changeset
6 * the Free Software Foundation; under version 3 of the License.
2417
ea17b8ee57d8 [svn] oops, forgot to add the fileopener files
mf0102
parents:
diff changeset
7 *
ea17b8ee57d8 [svn] oops, forgot to add the fileopener files
mf0102
parents:
diff changeset
8 * This program is distributed in the hope that it will be useful,
ea17b8ee57d8 [svn] oops, forgot to add the fileopener files
mf0102
parents:
diff changeset
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
ea17b8ee57d8 [svn] oops, forgot to add the fileopener files
mf0102
parents:
diff changeset
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
ea17b8ee57d8 [svn] oops, forgot to add the fileopener files
mf0102
parents:
diff changeset
11 * GNU General Public License for more details.
ea17b8ee57d8 [svn] oops, forgot to add the fileopener files
mf0102
parents:
diff changeset
12 *
ea17b8ee57d8 [svn] oops, forgot to add the fileopener files
mf0102
parents:
diff changeset
13 * You should have received a copy of the GNU General Public License
3121
3b6d316f8b09 GPL3 relicensing.
William Pitcock <nenolod@atheme-project.org>
parents: 2417
diff changeset
14 * along with this program. If not, see <http://www.gnu.org/licenses>.
3123
f1c756f39e6c Invoke "Plugins are not derived work" clause provided by GPL3.
William Pitcock <nenolod@atheme-project.org>
parents: 3121
diff changeset
15 *
f1c756f39e6c Invoke "Plugins are not derived work" clause provided by GPL3.
William Pitcock <nenolod@atheme-project.org>
parents: 3121
diff changeset
16 * The Audacious team does not consider modular code linking to
f1c756f39e6c Invoke "Plugins are not derived work" clause provided by GPL3.
William Pitcock <nenolod@atheme-project.org>
parents: 3121
diff changeset
17 * Audacious or using our public API to be a derived work.
2417
ea17b8ee57d8 [svn] oops, forgot to add the fileopener files
mf0102
parents:
diff changeset
18 */
ea17b8ee57d8 [svn] oops, forgot to add the fileopener files
mf0102
parents:
diff changeset
19
4557
2eee464379dc Clean up header multiple inclusion guards (e.g. #ifndef FOO_H/#define FOO_H)
Matti Hamalainen <ccr@tnsp.org>
parents: 3917
diff changeset
20 #ifndef AUDACIOUS_UI_FILEOPENER_H
2eee464379dc Clean up header multiple inclusion guards (e.g. #ifndef FOO_H/#define FOO_H)
Matti Hamalainen <ccr@tnsp.org>
parents: 3917
diff changeset
21 #define AUDACIOUS_UI_FILEOPENER_H
2417
ea17b8ee57d8 [svn] oops, forgot to add the fileopener files
mf0102
parents:
diff changeset
22
ea17b8ee57d8 [svn] oops, forgot to add the fileopener files
mf0102
parents:
diff changeset
23 #include <gtk/gtk.h>
ea17b8ee57d8 [svn] oops, forgot to add the fileopener files
mf0102
parents:
diff changeset
24
ea17b8ee57d8 [svn] oops, forgot to add the fileopener files
mf0102
parents:
diff changeset
25 #define NO_PLAY_BUTTON FALSE
ea17b8ee57d8 [svn] oops, forgot to add the fileopener files
mf0102
parents:
diff changeset
26 #define PLAY_BUTTON TRUE
ea17b8ee57d8 [svn] oops, forgot to add the fileopener files
mf0102
parents:
diff changeset
27
ea17b8ee57d8 [svn] oops, forgot to add the fileopener files
mf0102
parents:
diff changeset
28 void run_filebrowser(gboolean clear_pl_on_ok);
3917
b5ee3a4a8e3b libaudclient:
Yoshiki Yazawa <yaz@cc.rim.or.jp>
parents: 3123
diff changeset
29 void hide_filebrowser(void);
2417
ea17b8ee57d8 [svn] oops, forgot to add the fileopener files
mf0102
parents:
diff changeset
30
4557
2eee464379dc Clean up header multiple inclusion guards (e.g. #ifndef FOO_H/#define FOO_H)
Matti Hamalainen <ccr@tnsp.org>
parents: 3917
diff changeset
31 #endif /* AUDACIOUS_UI_FILEOPENER_H */