|
Audacious $Id:Doxyfile42802007-03-2104:39:00Znenolod$
|
#include <glib.h>#include <gtk/gtk.h>#include <string.h>#include <libaudcore/audstrings.h>#include "audconfig.h"#include "config.h"#include "i18n.h"#include "misc.h"Go to the source code of this file.
Functions | |
| static gboolean | has_front_cover_extension (const gchar *name) |
| static gboolean | cover_name_filter (const gchar *name, const gchar *filter, const gboolean ret_on_empty) |
| static gboolean | is_front_cover_image (const gchar *imgfile) |
| static gboolean | is_file_image (const gchar *imgfile, const gchar *file_name) |
| static gchar * | fileinfo_recursive_get_image (const gchar *path, const gchar *file_name, gint depth) |
| gchar * | get_associated_image_file (const gchar *filename) |
| static gboolean cover_name_filter | ( | const gchar * | name, |
| const gchar * | filter, | ||
| const gboolean | ret_on_empty | ||
| ) | [static] |
Definition at line 50 of file ui_albumart.c.
Referenced by is_front_cover_image().
| static gchar* fileinfo_recursive_get_image | ( | const gchar * | path, |
| const gchar * | file_name, | ||
| gint | depth | ||
| ) | [static] |
Definition at line 118 of file ui_albumart.c.
Referenced by get_associated_image_file().
| gchar* get_associated_image_file | ( | const gchar * | filename | ) |
Definition at line 192 of file ui_albumart.c.
| static gboolean has_front_cover_extension | ( | const gchar * | name | ) | [static] |
Definition at line 34 of file ui_albumart.c.
Referenced by fileinfo_recursive_get_image().
| static gboolean is_file_image | ( | const gchar * | imgfile, |
| const gchar * | file_name | ||
| ) | [static] |
Definition at line 91 of file ui_albumart.c.
Referenced by fileinfo_recursive_get_image().
| static gboolean is_front_cover_image | ( | const gchar * | imgfile | ) | [static] |
Definition at line 84 of file ui_albumart.c.
Referenced by fileinfo_recursive_get_image().
1.7.4