diff options
author | Carlos Garcia Campos <cgarcia@igalia.com> | 2012-09-10 19:06:38 +0800 |
---|---|---|
committer | Carlos Garcia Campos <carlosgc@gnome.org> | 2012-09-10 23:04:04 +0800 |
commit | 6e6df39c03355307484b81c73a6812eb1ba28bc7 (patch) | |
tree | bc81f9595698081f30af335febe694bbc8b2d11c /doc/reference | |
parent | 91b17b84738f666579fbfd7aa722680b9a90a1d6 (diff) | |
download | gsoc2013-epiphany-6e6df39c03355307484b81c73a6812eb1ba28bc7.tar.gz gsoc2013-epiphany-6e6df39c03355307484b81c73a6812eb1ba28bc7.tar.zst gsoc2013-epiphany-6e6df39c03355307484b81c73a6812eb1ba28bc7.zip |
ephy-file-helpers: Add ephy_sanitize_filename()
To convert any possible directory separator into an underscore.
https://bugzilla.gnome.org/show_bug.cgi?id=683711
Diffstat (limited to 'doc/reference')
-rw-r--r-- | doc/reference/epiphany-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/reference/epiphany-sections.txt b/doc/reference/epiphany-sections.txt index cbac79f04..ae89084fa 100644 --- a/doc/reference/epiphany-sections.txt +++ b/doc/reference/epiphany-sections.txt @@ -185,6 +185,7 @@ ephy_file_switch_temp_file ephy_file_tmp_dir ephy_file_tmp_filename ephy_file_create_data_uri_for_filename +ephy_sanitize_filename </SECTION> <SECTION> |