diff options
author | Xan Lopez <xan@gnome.org> | 2009-09-10 23:05:54 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2009-09-10 23:05:54 +0800 |
commit | b93c0ee2b3db46db54b6ae45909fb8b5f54d9f4c (patch) | |
tree | 17ddf4e087e8ab7bff4c89cf24da8097ca693119 /doc/reference | |
parent | b2dbd47c3f06203d4394c10599011734ad77ae32 (diff) | |
download | gsoc2013-epiphany-b93c0ee2b3db46db54b6ae45909fb8b5f54d9f4c.tar.gz gsoc2013-epiphany-b93c0ee2b3db46db54b6ae45909fb8b5f54d9f4c.tar.zst gsoc2013-epiphany-b93c0ee2b3db46db54b6ae45909fb8b5f54d9f4c.zip |
Get rid of EphyCommandManager
It was just another useless abstraction at this point.
Diffstat (limited to 'doc/reference')
-rw-r--r-- | doc/reference/epiphany-docs.sgml | 1 | ||||
-rw-r--r-- | doc/reference/epiphany-sections.txt | 17 | ||||
-rw-r--r-- | doc/reference/epiphany.types | 2 |
3 files changed, 0 insertions, 20 deletions
diff --git a/doc/reference/epiphany-docs.sgml b/doc/reference/epiphany-docs.sgml index b412c175c..86cc5fa6a 100644 --- a/doc/reference/epiphany-docs.sgml +++ b/doc/reference/epiphany-docs.sgml @@ -12,7 +12,6 @@ <xi:include href="xml/ephy-window.xml"/> <xi:include href="xml/ephy-tab.xml"/> <xi:include href="xml/ephy-embed.xml"/> - <xi:include href="xml/ephy-command-manager.xml"/> <xi:include href="xml/ephy-embed-single.xml"/> <xi:include href="xml/ephy-embed-persist.xml"/> <xi:include href="xml/ephy-node-db.xml"/> diff --git a/doc/reference/epiphany-sections.txt b/doc/reference/epiphany-sections.txt index 0c281b603..6e20466c6 100644 --- a/doc/reference/epiphany-sections.txt +++ b/doc/reference/epiphany-sections.txt @@ -145,23 +145,6 @@ EPHY_EMBED_PERSIST_GET_CLASS </SECTION> <SECTION> -<FILE>ephy-command-manager</FILE> -<TITLE>EphyCommandManager</TITLE> -EphyCommandManager -EphyCommandManagerIface -ephy_command_manager_do_command -ephy_command_manager_can_do_command -<SUBSECTION Standard> -EPHY_COMMAND_MANAGER -EPHY_IS_COMMAND_MANAGER -EPHY_TYPE_COMMAND_MANAGER -ephy_command_manager_get_type -EPHY_COMMAND_MANAGER_GET_IFACE -EPHY_COMMAND_MANAGER_IFACE -EPHY_IS_COMMAND_MANAGER_IFACE -</SECTION> - -<SECTION> <FILE>ephy-node-db</FILE> <TITLE>EphyNodeDb</TITLE> EphyNodeDb diff --git a/doc/reference/epiphany.types b/doc/reference/epiphany.types index e69682866..b67d2e180 100644 --- a/doc/reference/epiphany.types +++ b/doc/reference/epiphany.types @@ -20,7 +20,6 @@ ephy_zoom_control_get_type #include <ephy-embed.h> #include <downloader-view.h> -#include <ephy-command-manager.h> #include <ephy-embed-dialog.h> #include <ephy-embed-event.h> #include <ephy-embed-persist.h> @@ -29,7 +28,6 @@ ephy_zoom_control_get_type ephy_embed_get_type downloader_view_get_type -ephy_command_manager_get_type ephy_embed_dialog_get_type ephy_embed_event_get_type ephy_embed_persist_get_type |