playlist-files.c File Reference

#include "debug.h"
#include "misc.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_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)

Function Documentation

gboolean filename_is_playlist ( const gchar *  filename  ) 

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

Referenced by add_generic().

static const gchar* get_extension ( const gchar *  filename,
gboolean  quiet 
) [static]

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

Referenced by filename_is_playlist(), and get_plugin().

static PlaylistPlugin* get_plugin ( const gchar *  filename  )  [static]

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

Referenced by playlist_load(), and playlist_save().

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

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

Referenced by load_playlists_real().

gboolean playlist_load ( const gchar *  filename,
gchar **  title,
struct index **  filenames_p,
struct index **  tuples_p 
)

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

Referenced by add_playlist(), and playlist_insert_playlist_raw().

gboolean playlist_save ( gint  list,
const gchar *  filename 
)

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

Referenced by save_playlists_real().


Generated on 26 Jan 2012 for Audacious by  doxygen 1.6.1