diff options
author | Xan Lopez <xan@igalia.com> | 2011-12-15 04:54:19 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2011-12-15 04:54:19 +0800 |
commit | c218a84b8152ec27d33a7bedcc55ad856fc9a1a3 (patch) | |
tree | 97099718335fc1bd6894bab483025092a7dc7e7e /doc | |
parent | e05bf02b0d642e5a9b239cd87fef986b0af336a2 (diff) | |
download | gsoc2013-epiphany-c218a84b8152ec27d33a7bedcc55ad856fc9a1a3.tar.gz gsoc2013-epiphany-c218a84b8152ec27d33a7bedcc55ad856fc9a1a3.tar.zst gsoc2013-epiphany-c218a84b8152ec27d33a7bedcc55ad856fc9a1a3.zip |
Remove traces of EphyZoomControl
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/epiphany-docs.sgml | 1 | ||||
-rw-r--r-- | doc/reference/epiphany.types | 2 | ||||
-rw-r--r-- | doc/reference/tmpl/ephy-zoom-control.sgml | 58 |
3 files changed, 0 insertions, 61 deletions
diff --git a/doc/reference/epiphany-docs.sgml b/doc/reference/epiphany-docs.sgml index 5585b616f..55a6ea4f4 100644 --- a/doc/reference/epiphany-docs.sgml +++ b/doc/reference/epiphany-docs.sgml @@ -27,7 +27,6 @@ <xi:include href="xml/ephy-tree-model-node.xml"/> <xi:include href="xml/ephy-tree-model-sort.xml"/> <xi:include href="xml/ephy-zoom-action.xml"/> - <xi:include href="xml/ephy-zoom-control.xml"/> </chapter> <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include> diff --git a/doc/reference/epiphany.types b/doc/reference/epiphany.types index 561165e84..ee0d8c6bd 100644 --- a/doc/reference/epiphany.types +++ b/doc/reference/epiphany.types @@ -7,7 +7,6 @@ ephy_web_view_get_type #include <ephy-search-entry.h> #include <ephy-tree-model-sort.h> #include <ephy-zoom-action.h> -#include <ephy-zoom-control.h> ephy_node_view_get_type ephy_location_entry_get_type @@ -15,7 +14,6 @@ ephy_search_entry_get_type ephy_tree_model_node_get_type ephy_tree_model_sort_get_type ephy_zoom_action_get_type -ephy_zoom_control_get_type #include <ephy-dialog.h> diff --git a/doc/reference/tmpl/ephy-zoom-control.sgml b/doc/reference/tmpl/ephy-zoom-control.sgml deleted file mode 100644 index 69b33f2af..000000000 --- a/doc/reference/tmpl/ephy-zoom-control.sgml +++ /dev/null @@ -1,58 +0,0 @@ -<!-- ##### SECTION Title ##### --> -EphyZoomControl - -<!-- ##### SECTION Short_Description ##### --> - - -<!-- ##### SECTION Long_Description ##### --> -<para> - -</para> - - -<!-- ##### SECTION See_Also ##### --> -<para> - -</para> - - -<!-- ##### SECTION Stability_Level ##### --> - - -<!-- ##### STRUCT EphyZoomControl ##### --> -<para> - -</para> - - -<!-- ##### SIGNAL EphyZoomControl::zoom-to-level ##### --> -<para> - -</para> - -@ephyzoomcontrol: the object which received the signal. -@arg1: - -<!-- ##### ARG EphyZoomControl:zoom ##### --> -<para> - -</para> - -<!-- ##### FUNCTION ephy_zoom_control_set_zoom_level ##### --> -<para> - -</para> - -@control: -@zoom: - - -<!-- ##### FUNCTION ephy_zoom_control_get_zoom_level ##### --> -<para> - -</para> - -@control: -@Returns: - - |