Functions | Variables

playlist_container.c File Reference

#include <glib.h>
#include <string.h>
#include "misc.h"
#include "playlist_container.h"

Go to the source code of this file.

Functions

void playlist_container_register (PlaylistContainer *plc)
void playlist_container_unregister (PlaylistContainer *plc)
PlaylistContainerplaylist_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

Function Documentation

PlaylistContainer* playlist_container_find ( gchar *  ext  ) 
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.


Variable Documentation

GList* registered_plcs = NULL [static]