diff options
author | Diego Escalante Urrelo <descalante@igalia.com> | 2009-12-14 15:45:26 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@gnome.org> | 2010-01-22 05:57:39 +0800 |
commit | 6a824bca489ff1c7f4764224a42d33f3ea2b4455 (patch) | |
tree | ec984ccdef45a0015fac8f453edf21b9cc34231a /doc/reference | |
parent | 83ccb687075513719881c46d091e65b3f5aa31bb (diff) | |
download | gsoc2013-epiphany-6a824bca489ff1c7f4764224a42d33f3ea2b4455.tar gsoc2013-epiphany-6a824bca489ff1c7f4764224a42d33f3ea2b4455.tar.gz gsoc2013-epiphany-6a824bca489ff1c7f4764224a42d33f3ea2b4455.tar.bz2 gsoc2013-epiphany-6a824bca489ff1c7f4764224a42d33f3ea2b4455.tar.lz gsoc2013-epiphany-6a824bca489ff1c7f4764224a42d33f3ea2b4455.tar.xz gsoc2013-epiphany-6a824bca489ff1c7f4764224a42d33f3ea2b4455.tar.zst gsoc2013-epiphany-6a824bca489ff1c7f4764224a42d33f3ea2b4455.zip |
docs: ephy-file-helpers
Diffstat (limited to 'doc/reference')
-rw-r--r-- | doc/reference/Makefile.am | 1 | ||||
-rw-r--r-- | doc/reference/epiphany-docs.sgml | 1 | ||||
-rw-r--r-- | doc/reference/epiphany-sections.txt | 27 |
3 files changed, 27 insertions, 2 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index d8f960db5..20bcba6b4 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -31,7 +31,6 @@ IGNORE_HFILES = \ eel-gconf-extensions.h \ ephy-dnd.h \ ephy-file-chooser.h \ - ephy-file-helpers.h \ ephy-gui.h \ ephy-langs.h \ ephy-marshal.h \ diff --git a/doc/reference/epiphany-docs.sgml b/doc/reference/epiphany-docs.sgml index 3f25c2eb6..9ce575a40 100644 --- a/doc/reference/epiphany-docs.sgml +++ b/doc/reference/epiphany-docs.sgml @@ -18,6 +18,7 @@ <title>Library</title> <xi:include href="xml/ephy-dialog.xml"/> <xi:include href="xml/ephy-debug.xml"/> + <xi:include href="xml/ephy-file-helpers.xml"/> </chapter> <chapter> <title>Widgets</title> diff --git a/doc/reference/epiphany-sections.txt b/doc/reference/epiphany-sections.txt index d687f0883..cb470fede 100644 --- a/doc/reference/epiphany-sections.txt +++ b/doc/reference/epiphany-sections.txt @@ -150,7 +150,7 @@ ephy_zoom_control_get_zoom_level <SECTION> <FILE>ephy-debug</FILE> -<TITLE>EphyDebug</TITLE> +<TITLE>Epiphany Debug Helpers</TITLE> ephy_debug_init ephy_profiler_start ephy_profiler_stop @@ -182,6 +182,31 @@ ephy_dialog_set_pref </SECTION> <SECTION> +<FILE>ephy-file-helpers</FILE> +<TITLE>Epiphany File Helpers</TITLE> +EphyMimePermission +ephy_file +ephy_file_add_recent_item +ephy_file_browse_to +ephy_file_check_mime +ephy_file_delete_directory +ephy_file_delete_on_exit +ephy_file_delete_uri +ephy_file_desktop_dir +ephy_file_downloads_dir +ephy_file_find +ephy_file_get_downloads_dir +ephy_file_helpers_init +ephy_file_helpers_shutdown +ephy_file_launch_application +ephy_file_launch_desktop_file +ephy_file_launch_handler +ephy_file_switch_temp_file +ephy_file_tmp_dir +ephy_file_tmp_filename +</SECTION> + +<SECTION> <FILE>ephy-location-action</FILE> <TITLE>EphyLocationAction</TITLE> EphyLocationAction |