Audacious
$Id:Doxyfile42802007-03-2104:39:00Znenolod$
|
#include <misc.h>
Public Attributes | |
const gchar * | name |
const gchar * | ext |
void(* | plc_read )(const gchar *filename, gint at) |
void(* | plc_write )(const gchar *filename, gint at) |
const gchar * PlaylistContainer::ext |
Definition at line 47 of file misc.h.
Referenced by playlist_container_find().
const gchar* PlaylistContainer::name |
void(* PlaylistContainer::plc_read)(const gchar *filename, gint at) |
Definition at line 48 of file misc.h.
Referenced by playlist_container_read(), and playlist_insert_playlist().
void(* PlaylistContainer::plc_write)(const gchar *filename, gint at) |
Definition at line 49 of file misc.h.
Referenced by playlist_container_write(), and playlist_save().