|
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 func, void *user_data) |
| 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 310 of file util.c.
Referenced by entry_set_tuple_real().
| gboolean dir_foreach | ( | const gchar * | path, |
| DirForeachFunc | func, | ||
| void * | user_data | ||
| ) |
Definition at line 61 of file util.c.
Referenced by scan_plugins().
| gint file_get_mtime | ( | const gchar * | filename | ) |
Definition at line 139 of file util.c.
Referenced by plugin_register(), and plugin_register_loaded().
| gchar* get_path_to_self | ( | void | ) |
Definition at line 159 of file util.c.
Referenced by relocate_paths().
| void make_directory | ( | const gchar * | path, |
| mode_t | mode | ||
| ) |
Definition at line 150 of file util.c.
Referenced by make_dirs().
1.7.4