aboutsummaryrefslogtreecommitdiffstats
path: root/src/glib_compat.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Work around incorrect g_file_test() behavior on Win32Denis Krjuchkov2012-06-121-0/+28
| | | | | | | g_file_test is redefined to be g_file_test_utf8 and thus can't handle non-ASCII characters. This fix adds simple wrapper (taken from glib) that fixes encoding and calls g_file_test_utf8. All required inclusions of glib_compat.h are added as well.
* playlist_list: move fallback g_uri_parse_scheme() to glib_compat.hMax Kellermann2010-06-011-0/+15
|
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
|
* configure.ac: require GLib 2.12Max Kellermann2009-11-101-1/+20
| | | | | | Drop the required GLib version from 2.16 to 2.12, because many current systems still don't have GLib 2.16. This requires several new compatibility functions in glib_compat.h.
* moved GLib compatibility code to glib_compat.hMax Kellermann2009-11-101-0/+43