aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist_error.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* playlist_error: convert to C++Max Kellermann2013-08-101-51/+0
|
* *: use gcc.h macros instead of GLibMax Kellermann2013-08-041-1/+3
|
* stored_playlist: return GError, code is playlist_resultMax Kellermann2011-09-111-0/+12
| | | | | Improve error reporting and handling. command.c gets the new function print_error(), which sends a GError to the client.
* playlist: move enum playlist_result to playlist_error.hMax Kellermann2011-09-111-0/+37
Reduce header dependencies.