diff options
author | Diego Escalante Urrelo <diegoe@gnome.org> | 2009-12-10 09:37:39 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@gnome.org> | 2009-12-18 09:27:55 +0800 |
commit | 2dc702089f58f707d84e138816d2b40f3d07e096 (patch) | |
tree | b663ec54a27f99861c09d1ed179bc5baec30f2b7 /doc/reference | |
parent | 9f22187270a578e2eac2fa9cc89b81021e4cf9dd (diff) | |
download | gsoc2013-epiphany-2dc702089f58f707d84e138816d2b40f3d07e096.tar.gz gsoc2013-epiphany-2dc702089f58f707d84e138816d2b40f3d07e096.tar.zst gsoc2013-epiphany-2dc702089f58f707d84e138816d2b40f3d07e096.zip |
docs: ephy-web-view
Diffstat (limited to 'doc/reference')
-rw-r--r-- | doc/reference/epiphany-docs.sgml | 4 | ||||
-rw-r--r-- | doc/reference/epiphany-sections.txt | 53 | ||||
-rw-r--r-- | doc/reference/epiphany.types | 4 |
3 files changed, 58 insertions, 3 deletions
diff --git a/doc/reference/epiphany-docs.sgml b/doc/reference/epiphany-docs.sgml index e84dfc995..3f25c2eb6 100644 --- a/doc/reference/epiphany-docs.sgml +++ b/doc/reference/epiphany-docs.sgml @@ -8,6 +8,7 @@ <chapter> <title>Epiphany</title> + <xi:include href="xml/ephy-web-view.xml"/> <xi:include href="xml/ephy-location-action.xml"/> <xi:include href="xml/ephy-statusbar.xml"/> <xi:include href="xml/ephy-toolbar.xml"/> @@ -29,9 +30,6 @@ <xi:include href="xml/ephy-zoom-action.xml"/> <xi:include href="xml/ephy-zoom-control.xml"/> </chapter> - <chapter> - <title>Incomplete</title> - </chapter> <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include> </book> diff --git a/doc/reference/epiphany-sections.txt b/doc/reference/epiphany-sections.txt index 34a463a7c..d687f0883 100644 --- a/doc/reference/epiphany-sections.txt +++ b/doc/reference/epiphany-sections.txt @@ -1,4 +1,57 @@ <SECTION> +<FILE>ephy-web-view</FILE> +<TITLE>EphyWebView</TITLE> +EphyWebView +EphyWebViewChrome +EphyWebViewClass +EphyWebViewDocumentType +EphyWebViewNavigationFlags +EphyWebViewNetState +EphyWebViewPrintPreviewNavType +EphyWebViewPrivate +EphyWebViewSecurityLevel +ephy_web_view_can_go_up +ephy_web_view_copy_back_history +ephy_web_view_get_address +ephy_web_view_get_document_type +ephy_web_view_get_go_up_list +ephy_web_view_get_icon +ephy_web_view_get_is_blank +ephy_web_view_get_js_status +ephy_web_view_get_link_message +ephy_web_view_get_loading_title +ephy_web_view_get_location +ephy_web_view_get_navigation_flags +ephy_web_view_get_security_level +ephy_web_view_get_status_message +ephy_web_view_get_title +ephy_web_view_get_title_composite +ephy_web_view_get_typed_address +ephy_web_view_get_visibility +ephy_web_view_go_up +ephy_web_view_has_modified_forms +ephy_web_view_is_loading +ephy_web_view_load_request +ephy_web_view_load_url +ephy_web_view_location_changed +ephy_web_view_new +ephy_web_view_popups_manager_reset +ephy_web_view_print_preview_n_pages +ephy_web_view_print_preview_navigate +ephy_web_view_save +ephy_web_view_set_address +ephy_web_view_set_link_message +ephy_web_view_set_loading_title +ephy_web_view_set_print_preview_mode +ephy_web_view_set_security_level +ephy_web_view_set_title +ephy_web_view_set_typed_address +ephy_web_view_set_visibility +ephy_web_view_show_page_certificate +ephy_web_view_update_from_net_state +</SECTION> + +<SECTION> <FILE>ephy-location-entry</FILE> <TITLE>EphyLocationEntry</TITLE> EphyLocationEntry diff --git a/doc/reference/epiphany.types b/doc/reference/epiphany.types index 619669ef3..21e23be52 100644 --- a/doc/reference/epiphany.types +++ b/doc/reference/epiphany.types @@ -1,3 +1,7 @@ +#include <ephy-web-view.h> + +ephy_web_view_get_type + #include <ephy-node-view.h> #include <ephy-location-entry.h> #include <ephy-search-entry.h> |