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

BSD relicensing (pass 3).
author William Pitcock <nenolod@atheme.org>
date Sat, 23 Jun 2007 22:38:15 -0500
parents 564e8a1fe09a
children 062324422c40
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2313
3149d4b1a9a9 [svn] - objective-make autodepend fixes
nenolod
parents:
diff changeset
1 /*
2862
7dad846ec699 BSD relicensing (pass 3).
William Pitcock <nenolod@atheme.org>
parents: 2348
diff changeset
2 * audacious: Cross-platform multimedia player.
7dad846ec699 BSD relicensing (pass 3).
William Pitcock <nenolod@atheme.org>
parents: 2348
diff changeset
3 * ui_fileinfo.h: UI for viewing tuple metadata for files.
7dad846ec699 BSD relicensing (pass 3).
William Pitcock <nenolod@atheme.org>
parents: 2348
diff changeset
4 *
7dad846ec699 BSD relicensing (pass 3).
William Pitcock <nenolod@atheme.org>
parents: 2348
diff changeset
5 * Copyright (c) 2005-2007 Audacious development team.
7dad846ec699 BSD relicensing (pass 3).
William Pitcock <nenolod@atheme.org>
parents: 2348
diff changeset
6 *
7dad846ec699 BSD relicensing (pass 3).
William Pitcock <nenolod@atheme.org>
parents: 2348
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: 2348
diff changeset
8 * modification, are permitted provided that the following conditions are
7dad846ec699 BSD relicensing (pass 3).
William Pitcock <nenolod@atheme.org>
parents: 2348
diff changeset
9 * met:
7dad846ec699 BSD relicensing (pass 3).
William Pitcock <nenolod@atheme.org>
parents: 2348
diff changeset
10 *
7dad846ec699 BSD relicensing (pass 3).
William Pitcock <nenolod@atheme.org>
parents: 2348
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: 2348
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: 2348
diff changeset
14 * 2. Redistributions in binary form must reproduce the above copyright
7dad846ec699 BSD relicensing (pass 3).
William Pitcock <nenolod@atheme.org>
parents: 2348
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: 2348
diff changeset
16 * documentation and/or other materials provided with the distribution.
7dad846ec699 BSD relicensing (pass 3).
William Pitcock <nenolod@atheme.org>
parents: 2348
diff changeset
17 *
7dad846ec699 BSD relicensing (pass 3).
William Pitcock <nenolod@atheme.org>
parents: 2348
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: 2348
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: 2348
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: 2348
diff changeset
22 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
7dad846ec699 BSD relicensing (pass 3).
William Pitcock <nenolod@atheme.org>
parents: 2348
diff changeset
23 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
7dad846ec699 BSD relicensing (pass 3).
William Pitcock <nenolod@atheme.org>
parents: 2348
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: 2348
diff changeset
25 * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
7dad846ec699 BSD relicensing (pass 3).
William Pitcock <nenolod@atheme.org>
parents: 2348
diff changeset
26 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
7dad846ec699 BSD relicensing (pass 3).
William Pitcock <nenolod@atheme.org>
parents: 2348
diff changeset
27 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
7dad846ec699 BSD relicensing (pass 3).
William Pitcock <nenolod@atheme.org>
parents: 2348
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: 2348
diff changeset
29 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
7dad846ec699 BSD relicensing (pass 3).
William Pitcock <nenolod@atheme.org>
parents: 2348
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: 2348
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 _UI_FILEINFO_H_
3149d4b1a9a9 [svn] - objective-make autodepend fixes
nenolod
parents:
diff changeset
35 #define _UI_FILEINFO_H_
3149d4b1a9a9 [svn] - objective-make autodepend fixes
nenolod
parents:
diff changeset
36
2348
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents: 2313
diff changeset
37 #include "titlestring.h"
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents: 2313
diff changeset
38 #include <glib.h>
564e8a1fe09a [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
giacomo
parents: 2313
diff changeset
39
2313
3149d4b1a9a9 [svn] - objective-make autodepend fixes
nenolod
parents:
diff changeset
40 void create_fileinfo_window(void);
3149d4b1a9a9 [svn] - objective-make autodepend fixes
nenolod
parents:
diff changeset
41 void fileinfo_show_for_tuple(TitleInput *tuple);
3149d4b1a9a9 [svn] - objective-make autodepend fixes
nenolod
parents:
diff changeset
42 gchar* fileinfo_recursive_get_image(const gchar* path, const gchar* file_name, gint depth);
3149d4b1a9a9 [svn] - objective-make autodepend fixes
nenolod
parents:
diff changeset
43 void fileinfo_show_for_path(gchar *path);
3149d4b1a9a9 [svn] - objective-make autodepend fixes
nenolod
parents:
diff changeset
44
3149d4b1a9a9 [svn] - objective-make autodepend fixes
nenolod
parents:
diff changeset
45 #endif