Audacious $Id:Doxyfile42802007-03-2104:39:00Znenolod$
|
#include <glib.h>
#include <audacious/api.h>
#include <audacious/types.h>
#include <libaudcore/index.h>
#include <libaudcore/tuple.h>
#include <audacious/api-define-begin.h>
#include <audacious/playlist-api.h>
#include <audacious/api-define-end.h>
#include <audacious/api-alias-begin.h>
#include <audacious/api-alias-end.h>
Go to the source code of this file.
Defines | |
#define | PlaylistFilenameCompareFunc PlaylistStringCompareFunc |
#define | AUD_API_NAME PlaylistAPI |
#define | AUD_API_SYMBOL playlist_api |
Typedefs | |
typedef gint(* | PlaylistStringCompareFunc )(const gchar *a, const gchar *b) |
typedef gint(* | PlaylistTupleCompareFunc )(const Tuple *a, const Tuple *b) |
Enumerations | |
enum | { PLAYLIST_UPDATE_SELECTION, PLAYLIST_UPDATE_METADATA, PLAYLIST_UPDATE_STRUCTURE, PLAYLIST_UPDATE_TYPES } |
enum | { PLAYLIST_SORT_PATH, PLAYLIST_SORT_FILENAME, PLAYLIST_SORT_TITLE, PLAYLIST_SORT_ALBUM, PLAYLIST_SORT_ARTIST, PLAYLIST_SORT_DATE, PLAYLIST_SORT_TRACK, PLAYLIST_SORT_FORMATTED_TITLE, PLAYLIST_SORT_SCHEMES } |
#define AUD_API_NAME PlaylistAPI |
Definition at line 66 of file playlist.h.
#define AUD_API_SYMBOL playlist_api |
Definition at line 67 of file playlist.h.
#define PlaylistFilenameCompareFunc PlaylistStringCompareFunc |
Definition at line 62 of file playlist.h.
struct index struct index tuples fast fast fast compare PlaylistStringCompareFunc |
Definition at line 63 of file playlist.h.
Definition at line 64 of file playlist.h.
anonymous enum |
PLAYLIST_UPDATE_SELECTION | |
PLAYLIST_UPDATE_METADATA | |
PLAYLIST_UPDATE_STRUCTURE | |
PLAYLIST_UPDATE_TYPES |
Definition at line 39 of file playlist.h.
anonymous enum |
PLAYLIST_SORT_PATH | |
PLAYLIST_SORT_FILENAME | |
PLAYLIST_SORT_TITLE | |
PLAYLIST_SORT_ALBUM | |
PLAYLIST_SORT_ARTIST | |
PLAYLIST_SORT_DATE | |
PLAYLIST_SORT_TRACK | |
PLAYLIST_SORT_FORMATTED_TITLE | |
PLAYLIST_SORT_SCHEMES |
Definition at line 51 of file playlist.h.