mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-26 12:12:10 +01:00
docs: Mention handling of filenames containing colons in gio docs
Signed-off-by: Philip Withnall <withnall@endlessm.com> https://gitlab.gnome.org/GNOME/glib/issues/1623
This commit is contained in:
parent
88ceff934c
commit
ed007bb4cf
@ -143,6 +143,9 @@
|
|||||||
use GIO locations instead of local files: for example you can use
|
use GIO locations instead of local files: for example you can use
|
||||||
something like <filename>smb://server/resource/file.txt</filename>
|
something like <filename>smb://server/resource/file.txt</filename>
|
||||||
as a location.</para>
|
as a location.</para>
|
||||||
|
<para>Plain filenames which contain a colon will be interpreted as URIs
|
||||||
|
with an unknown protocol. To avoid this, prefix them with a path such as
|
||||||
|
<filename>./</filename>, or with the <literal>file:</literal> protocol.</para>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
<refsect1>
|
<refsect1>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user