New functions to convert between local pahtnames and file: uris.

2001-08-26  Alex Larsson  <alexl@redhat.com>

	* glib/gconvert.[ch] (g_filename_from_uri,
	g_filename_to_uri): New functions to convert
	between local pahtnames and file: uris.

	* tests/Makefile.am:
	* tests/uri-test.c:
	Tests for the new functions.
This commit is contained in:
Alex Larsson
2001-08-26 21:39:47 +00:00
committed by Alexander Larsson
parent a7a76cfac7
commit 4e11203c54
12 changed files with 686 additions and 7 deletions

View File

@@ -75,7 +75,8 @@ test_programs = \
tree-test \
type-test \
unicode-caseconv \
unicode-encoding
unicode-encoding \
uri-test
test_scripts = run-markup-tests.sh
@@ -117,6 +118,7 @@ tree_test_LDADD = $(progs_LDADD)
type_test_LDADD = $(progs_LDADD)
unicode_encoding_LDADD = $(progs_LDADD)
unicode_caseconv_LDADD = $(progs_LDADD)
uri_test_LDADD = $(progs_LDADD)
lib_LTLIBRARIES = libmoduletestplugin_a.la libmoduletestplugin_b.la