|
Audacious
$Id:Doxyfile42802007-03-2104:39:00Znenolod$
|
#include <glib.h>#include <libaudcore/audstrings.h>#include "debug.h"#include "i18n.h"#include "misc.h"#include "playlist.h"#include "plugin.h"#include "plugins.h"Go to the source code of this file.
Functions | |
| static PluginHandle * | get_plugin_silent (const char *filename) |
| bool_t | filename_is_playlist (const char *filename) |
| static PluginHandle * | get_plugin (const char *filename, bool_t saving) |
| bool_t | playlist_load (const char *filename, char **title, Index **filenames_p, Index **tuples_p) |
| bool_t | playlist_insert_playlist_raw (int list, int at, const char *filename) |
| bool_t | playlist_save (int list, const char *filename) |
| bool_t filename_is_playlist | ( | const char * | filename | ) |
Definition at line 39 of file playlist-files.c.
Referenced by add_generic().
|
static |
Definition at line 44 of file playlist-files.c.
Referenced by playlist_load(), and playlist_save().
|
static |
Definition at line 30 of file playlist-files.c.
Referenced by filename_is_playlist(), and get_plugin().
Definition at line 103 of file playlist-files.c.
Referenced by load_playlists_real().
| bool_t playlist_load | ( | const char * | filename, |
| char ** | title, | ||
| Index ** | filenames_p, | ||
| Index ** | tuples_p | ||
| ) |
Definition at line 60 of file playlist-files.c.
Referenced by add_playlist(), and playlist_insert_playlist_raw().
Definition at line 121 of file playlist-files.c.
Referenced by save_playlists_real().
1.8.5