Audacious  $Id:Doxyfile42802007-03-2104:39:00Znenolod$
Public Attributes | List of all members
_PlaylistPlugin Struct Reference

#include <plugin.h>

Public Attributes

PLUGIN_COMMON_FIELDS const
char *const * 
extensions
 
bool_t(* load )(const char *path, VFSFile *file, char **title, Index *filenames, Index *tuples)
 
bool_t(* save )(const char *path, VFSFile *file, const char *title, Index *filenames, Index *tuples)
 

Detailed Description

Definition at line 133 of file plugin.h.

Member Data Documentation

PLUGIN_COMMON_FIELDS const char* const* _PlaylistPlugin::extensions

Definition at line 139 of file plugin.h.

Referenced by plugin_get_info().

bool_t(* _PlaylistPlugin::load)(const char *path, VFSFile *file, char **title, Index *filenames, Index *tuples)

Definition at line 148 of file plugin.h.

Referenced by playlist_load().

bool_t(* _PlaylistPlugin::save)(const char *path, VFSFile *file, const char *title, Index *filenames, Index *tuples)

Definition at line 158 of file plugin.h.

Referenced by playlist_save().


The documentation for this struct was generated from the following file: