Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | stored_playlist: return GError, code is playlist_result | Max Kellermann | 2011-09-11 | 1 | -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.h | Max Kellermann | 2011-09-11 | 1 | -0/+37 |
Reduce header dependencies. |