aboutsummaryrefslogtreecommitdiffstats
path: root/src/io_error.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* util/Error: new error passing libraryMax Kellermann2013-09-041-51/+0
| | | | Replaces GLib's GError.
* *: use gcc.h macros instead of GLibMax Kellermann2013-08-041-1/+1
|
* io_error: add function new_error_errno()Max Kellermann2013-01-151-1/+8
|
* PlaylistFile, client_file, tag_id3: don't use g_file_error_quark()Max Kellermann2012-10-041-0/+44
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().