util.h File Reference

#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 Documentation

typedef gboolean(* DirForeachFunc)(const gchar *path, const gchar *basename, gpointer user_data)

Definition at line 32 of file util.h.


Function Documentation

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

Definition at line 279 of file util.c.

Referenced by entry_set_tuple_real().

gboolean dir_foreach ( const gchar *  path,
DirForeachFunc  func,
void *  user_data 
)

Definition at line 53 of file util.c.

Referenced by scan_plugins().

gint file_get_mtime ( const gchar *  filename  ) 

Definition at line 107 of file util.c.

Referenced by plugin_register(), and plugin_register_loaded().

gchar* get_path_to_self ( void   ) 

Definition at line 127 of file util.c.

Referenced by relocate_paths().

void make_directory ( const gchar *  path,
mode_t  mode 
)

Definition at line 118 of file util.c.

Referenced by make_dirs().


Generated on 26 Jan 2012 for Audacious by  doxygen 1.6.1