New functions to convert between local pahtnames and file: uris.
authorAlex Larsson <alexl@redhat.com>
Sun, 26 Aug 2001 21:39:47 +0000 (21:39 +0000)
committerAlexander Larsson <alexl@src.gnome.org>
Sun, 26 Aug 2001 21:39:47 +0000 (21:39 +0000)
commit4e11203c541452f1133645e508c8878719efdae5
treefe2fe875a07b451ebbe986b32728bdbedd048401
parenta7a76cfac798e3a924b3899d89398f2f4b9539b6
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.
12 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/gconvert.c
glib/gconvert.h
tests/Makefile.am
tests/uri-test.c [new file with mode: 0644]