Audacious  $Id:Doxyfile42802007-03-2104:39:00Znenolod$
Typedefs | Functions
util.h File Reference
#include <sys/types.h>
#include <libaudcore/core.h>

Go to the source code of this file.

Typedefs

typedef bool_t(* DirForeachFunc )(const char *path, const char *basename, void *user_data)

Functions

bool_t dir_foreach (const char *path, DirForeachFunc func, void *user_data)
void make_directory (const char *path, mode_t mode)
char * write_temp_file (void *data, int64_t len)
char * get_path_to_self (void)
void describe_song (const char *filename, const Tuple *tuple, char **title, char **artist, char **album)

Typedef Documentation

typedef bool_t(* DirForeachFunc)(const char *path, const char *basename, void *user_data)

Definition at line 26 of file util.h.


Function Documentation

void describe_song ( const char *  filename,
const Tuple *  tuple,
char **  title,
char **  artist,
char **  album 
)

Definition at line 348 of file util.c.

Referenced by entry_set_tuple_real().

bool_t dir_foreach ( const char *  path,
DirForeachFunc  func,
void *  user_data 
)

Definition at line 46 of file util.c.

Referenced by scan_plugins().

char* get_path_to_self ( void  )

Definition at line 155 of file util.c.

Referenced by relocate_paths().

void make_directory ( const char *  path,
mode_t  mode 
)

Definition at line 109 of file util.c.

Referenced by make_dirs().

char* write_temp_file ( void *  data,
int64_t  len 
)

Definition at line 118 of file util.c.

Referenced by art_get_file_real().