diff options
author | Carlos Garcia Campos <cgarcia@igalia.com> | 2012-05-29 20:30:49 +0800 |
---|---|---|
committer | Carlos Garcia Campos <carlosgc@gnome.org> | 2012-06-14 19:41:42 +0800 |
commit | 2b5cfe828cef29dd20225540fdd2bf5fcbf6b8fc (patch) | |
tree | 774eb65bf0e127118de737852843967d5e3d01f7 /doc | |
parent | 8e096384a3e15ba1b68235045c6148a8af29cedb (diff) | |
download | gsoc2013-epiphany-2b5cfe828cef29dd20225540fdd2bf5fcbf6b8fc.tar gsoc2013-epiphany-2b5cfe828cef29dd20225540fdd2bf5fcbf6b8fc.tar.gz gsoc2013-epiphany-2b5cfe828cef29dd20225540fdd2bf5fcbf6b8fc.tar.bz2 gsoc2013-epiphany-2b5cfe828cef29dd20225540fdd2bf5fcbf6b8fc.tar.lz gsoc2013-epiphany-2b5cfe828cef29dd20225540fdd2bf5fcbf6b8fc.tar.xz gsoc2013-epiphany-2b5cfe828cef29dd20225540fdd2bf5fcbf6b8fc.tar.zst gsoc2013-epiphany-2b5cfe828cef29dd20225540fdd2bf5fcbf6b8fc.zip |
e-file-helpers: Add ephy_file_create_data_uri_for_filename()
It creates a data URI for the given filename. Use the new function when
building error and applications pages.
https://bugzilla.gnome.org/show_bug.cgi?id=677025
Diffstat (limited to 'doc')
-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 f0d044ffd..00881e0de 100644 --- a/doc/reference/epiphany-sections.txt +++ b/doc/reference/epiphany-sections.txt @@ -193,6 +193,7 @@ ephy_file_launch_handler ephy_file_switch_temp_file ephy_file_tmp_dir ephy_file_tmp_filename +ephy_file_create_data_uri_for_filename </SECTION> <SECTION> |