diff options
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 | 8 |
3 files changed, 9 insertions, 1 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index af19d429f..b64af9c3a 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -53,7 +53,6 @@ IGNORE_HFILES = \ ephy-node-view.h \ ephy-tree-model-node.h \ ephy-tree-model-sort.h \ - ephy-zoom-action.h \ downloader-view.h \ ephy-embed-dialog.h \ ephy-embed-event.h \ diff --git a/doc/reference/epiphany-docs.sgml b/doc/reference/epiphany-docs.sgml index ab048014f..01d9c7c94 100644 --- a/doc/reference/epiphany-docs.sgml +++ b/doc/reference/epiphany-docs.sgml @@ -23,6 +23,7 @@ <xi:include href="xml/ephy-location-entry.xml"/> <xi:include href="xml/ephy-search-entry.xml"/> <xi:include href="xml/ephy-spinner.xml"/> + <xi:include href="xml/ephy-zoom-action.xml"/> <xi:include href="xml/ephy-zoom-control.xml"/> </chapter> <chapter> diff --git a/doc/reference/epiphany-sections.txt b/doc/reference/epiphany-sections.txt index 6e20466c6..61fe4cc3d 100644 --- a/doc/reference/epiphany-sections.txt +++ b/doc/reference/epiphany-sections.txt @@ -320,3 +320,11 @@ ephy_spinner_start ephy_spinner_stop ephy_spinner_set_size </SECTION> + +<SECTION> +<FILE>ephy-zoom-action</FILE> +<TITLE>EphyZoomAction</TITLE> +EphyZoomAction +ephy_zoom_action_set_zoom_level +ephy_zoom_action_get_zoom_level +</SECTION> |