Audacious  $Id:Doxyfile42802007-03-2104:39:00Znenolod$
Functions
playlist-files.c File Reference
#include "debug.h"
#include "playlist.h"
#include "plugin.h"
#include "plugins.h"

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_insert_playlist (gint list, gint at, const gchar *filename)
gboolean playlist_save (gint list, const gchar *filename)

Function Documentation

gboolean filename_is_playlist ( const gchar *  filename)

Definition at line 45 of file playlist-files.c.

Referenced by add_list().

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_insert_playlist(), and playlist_save().

gboolean playlist_insert_playlist ( gint  list,
gint  at,
const gchar *  filename 
)

Definition at line 70 of file playlist-files.c.

Referenced by add_list(), and load_playlists().

gboolean playlist_save ( gint  list,
const gchar *  filename 
)

Definition at line 78 of file playlist-files.c.

Referenced by save_playlists().