Audacious $Id:Doxyfile42802007-03-2104:39:00Znenolod$
|
Go to the source code of this file.
Functions | |
void | playlist_container_register (PlaylistContainer *plc) |
void | playlist_container_unregister (PlaylistContainer *plc) |
PlaylistContainer * | playlist_container_find (gchar *ext) |
void | playlist_container_read (gchar *filename, gint pos) |
void | playlist_container_write (gchar *filename, gint pos) |
Variables | |
static GList * | registered_plcs = NULL |
PlaylistContainer* playlist_container_find | ( | gchar * | ext | ) |
Definition at line 45 of file playlist_container.c.
Referenced by filename_is_playlist(), playlist_container_read(), playlist_container_write(), playlist_insert_playlist(), and playlist_save().
void playlist_container_read | ( | gchar * | filename, |
gint | pos | ||
) |
Definition at line 63 of file playlist_container.c.
void playlist_container_register | ( | PlaylistContainer * | plc | ) |
Definition at line 35 of file playlist_container.c.
void playlist_container_unregister | ( | PlaylistContainer * | plc | ) |
Definition at line 40 of file playlist_container.c.
void playlist_container_write | ( | gchar * | filename, |
gint | pos | ||
) |
Definition at line 74 of file playlist_container.c.
GList* registered_plcs = NULL [static] |
Definition at line 33 of file playlist_container.c.
Referenced by playlist_container_find(), playlist_container_register(), and playlist_container_unregister().