|
MPD
0.17~git
|
#include <glib.h>Go to the source code of this file.
Enumerations | |
| enum | playlist_result { PLAYLIST_RESULT_SUCCESS, PLAYLIST_RESULT_ERRNO, PLAYLIST_RESULT_DENIED, PLAYLIST_RESULT_NO_SUCH_SONG, PLAYLIST_RESULT_NO_SUCH_LIST, PLAYLIST_RESULT_LIST_EXISTS, PLAYLIST_RESULT_BAD_NAME, PLAYLIST_RESULT_BAD_RANGE, PLAYLIST_RESULT_NOT_PLAYING, PLAYLIST_RESULT_TOO_LARGE, PLAYLIST_RESULT_DISABLED } |
Functions | |
| static G_GNUC_CONST GQuark | playlist_quark (void) |
| Quark for GError.domain; the code is an enum playlist_result. | |
| enum playlist_result |
Definition at line 25 of file playlist_error.h.
| static G_GNUC_CONST GQuark playlist_quark | ( | void | ) | [inline, static] |
Quark for GError.domain; the code is an enum playlist_result.
Definition at line 44 of file playlist_error.h.
1.7.5.1