glib/gio/tests
Alexander Larsson 6dc9b7ee00 Add new g_file_has_prefix that does the same as g_file_contains_file.
2008-02-21  Alexander Larsson  <alexl@redhat.com>

        * gfile.[ch]:
        * gio.symbols:
	Add new g_file_has_prefix that does the same as g_file_contains_file.
	Deprecate g_file_contains_file and add a macro that converts
	it to g_file_has_prefix.
	The reason for this change is that the contains_file() name seems to
	imply that this does more work than what it does, but its really only
	a name match (from #517086)
	
        * gdummyfile.c:
        * glocalfile.c:
        * tests/g-file.c:
	Update to match the above change.


svn path=/trunk/; revision=6546
2008-02-21 09:09:59 +00:00
..
data-input-stream.c /bin/ksh can't handle a for-loop with no arguments, so add a "." for when 2008-02-10 04:41:25 +00:00
data-output-stream.c Fix a mismerge 2008-02-10 04:54:25 +00:00
g-file-info.c Allow UTF-8 in file:// parse names. 2008-01-22 09:13:28 +00:00
g-file.c Add new g_file_has_prefix that does the same as g_file_contains_file. 2008-02-21 09:09:59 +00:00
live-g-file.c C89 fixes (#515892) 2008-02-12 10:06:01 +00:00
live-g-file.txt New GIO testing module working over real data 2008-02-06 13:52:07 +00:00
Makefile.am live-g-file won't build on Windows, too Unix-specific. 2008-02-07 09:56:25 +00:00
memory-input-stream.c Add some tests 2008-01-07 06:14:40 +00:00