Audacious $Id:Doxyfile42802007-03-2104:39:00Znenolod$
|
Go to the source code of this file.
Functions | |
static const gchar * | get_extension (const gchar *filename, gboolean quiet) |
gboolean | filename_is_playlist (const gchar *filename) |
static PlaylistPlugin * | get_plugin (const gchar *filename) |
gboolean | playlist_load (const gchar *filename, gchar **title, struct index **filenames_p, struct index **tuples_p) |
gboolean | playlist_insert_playlist_raw (gint list, gint at, const gchar *filename) |
gboolean | playlist_save (gint list, const gchar *filename) |
gboolean filename_is_playlist | ( | const gchar * | filename | ) |
Definition at line 45 of file playlist-files.c.
Referenced by add_generic().
static const gchar* get_extension | ( | const gchar * | filename, |
gboolean | quiet | ||
) | [static] |
Definition at line 27 of file playlist-files.c.
Referenced by filename_is_playlist(), and get_plugin().
static PlaylistPlugin* get_plugin | ( | const gchar * | filename | ) | [static] |
Definition at line 54 of file playlist-files.c.
Referenced by playlist_load(), and playlist_save().
Definition at line 108 of file playlist-files.c.
Referenced by load_playlists().
gboolean playlist_load | ( | const gchar * | filename, |
gchar ** | title, | ||
struct index ** | filenames_p, | ||
struct index ** | tuples_p | ||
) |
Definition at line 70 of file playlist-files.c.
Referenced by add_playlist(), and playlist_insert_playlist_raw().
Definition at line 126 of file playlist-files.c.
Referenced by save_playlists().