#include <glib.h>
#include <string.h>
#include <libaudcore/audstrings.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 *file) |
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 48 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 120 of file ui_albumart.c.
Referenced by get_associated_image_file().
gchar* get_associated_image_file | ( | const gchar * | filename | ) |
Definition at line 196 of file ui_albumart.c.
static gboolean has_front_cover_extension | ( | const gchar * | name | ) | [static] |
Definition at line 32 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 93 of file ui_albumart.c.
Referenced by fileinfo_recursive_get_image().
static gboolean is_front_cover_image | ( | const gchar * | file | ) | [static] |
Definition at line 81 of file ui_albumart.c.
Referenced by fileinfo_recursive_get_image().