#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) |
Definition at line 46 of file misc.h.
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) |
Referenced by playlist_container_read(), and playlist_insert_playlist().
void(* PlaylistContainer::plc_write)(const gchar *filename, gint at) |
Referenced by playlist_container_write(), and playlist_save().