diff options
Diffstat (limited to 'doc')
-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 |