Audacious $Id:Doxyfile42802007-03-2104:39:00Znenolod$
|
#include <sys/types.h>
#include <glib.h>
Go to the source code of this file.
Typedefs | |
typedef gboolean(* | DirForeachFunc )(const gchar *path, const gchar *basename, gpointer user_data) |
Functions | |
gboolean | dir_foreach (const gchar *path, DirForeachFunc function, gpointer user_data, GError **error) |
gint | file_get_mtime (const gchar *filename) |
void | make_directory (const gchar *path, mode_t mode) |
gchar * | get_path_to_self (void) |
void | describe_song (const gchar *filename, const Tuple *tuple, gchar **title, gchar **artist, gchar **album) |
typedef gboolean(* DirForeachFunc)(const gchar *path, const gchar *basename, gpointer user_data) |
void describe_song | ( | const gchar * | filename, |
const Tuple * | tuple, | ||
gchar ** | title, | ||
gchar ** | artist, | ||
gchar ** | album | ||
) |
Definition at line 314 of file util.c.
Referenced by entry_set_tuple_real().
gboolean dir_foreach | ( | const gchar * | path, |
DirForeachFunc | function, | ||
gpointer | user_data, | ||
GError ** | error | ||
) |
Definition at line 61 of file util.c.
Referenced by scan_plugins().
gint file_get_mtime | ( | const gchar * | filename | ) |
Definition at line 143 of file util.c.
Referenced by module_register().
gchar* get_path_to_self | ( | void | ) |
Definition at line 163 of file util.c.
Referenced by relocate_paths().
void make_directory | ( | const gchar * | path, |
mode_t | mode | ||
) |
Definition at line 154 of file util.c.
Referenced by make_dirs().