aboutsummaryrefslogtreecommitdiff
path: root/src/CommandError.cxx
Commit message (Collapse)AuthorAge
* Client: rename the struct client to class ClientMax Kellermann2013-01-03
|
* client: convert to C++Max Kellermann2013-01-03
|
* PlaylistFile, client_file, tag_id3: don't use g_file_error_quark()Max Kellermann2012-10-04
| | | | | | | | | g_file_error_quark() is meant to be used with the GFileError enum which does not correspond with errno, but must be converted with g_file_error_from_errno(). At the same time, this removes g_strerror() use for g_file_error_quark().
* rename CommandError.h to CommandError.hxxMax Kellermann2012-09-25
|
* command: move print_error() to CommandError.cxxMax Kellermann2012-08-07
Prepare for splitting command.c.