diff options
author | Xan Lopez <xan@src.gnome.org> | 2009-01-22 09:20:16 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2009-01-22 09:20:16 +0800 |
commit | e1173b456686463c4819be53b77bf04547eac454 (patch) | |
tree | a84280ec4aaee8887154b603baca03173ace731a /doc | |
parent | c0910bfcfcff2a79efa4e6d5bfe629f541cfa13b (diff) | |
download | gsoc2013-epiphany-e1173b456686463c4819be53b77bf04547eac454.tar.gz gsoc2013-epiphany-e1173b456686463c4819be53b77bf04547eac454.tar.zst gsoc2013-epiphany-e1173b456686463c4819be53b77bf04547eac454.zip |
Remove EphyIconEntry leftovers.
svn path=/trunk/; revision=8715
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/epiphany-docs.sgml | 1 | ||||
-rw-r--r-- | doc/reference/epiphany-sections.txt | 9 | ||||
-rw-r--r-- | doc/reference/epiphany.types | 2 |
3 files changed, 0 insertions, 12 deletions
diff --git a/doc/reference/epiphany-docs.sgml b/doc/reference/epiphany-docs.sgml index adb9287bb..4bff58a8f 100644 --- a/doc/reference/epiphany-docs.sgml +++ b/doc/reference/epiphany-docs.sgml @@ -22,7 +22,6 @@ </chapter> <chapter> <title>Widgets</title> - <xi:include href="xml/ephy-icon-entry.xml"/> <xi:include href="xml/ephy-location-entry.xml"/> <xi:include href="xml/ephy-search-entry.xml"/> <xi:include href="xml/ephy-spinner.xml"/> diff --git a/doc/reference/epiphany-sections.txt b/doc/reference/epiphany-sections.txt index f1c6b46f4..c35f4a01f 100644 --- a/doc/reference/epiphany-sections.txt +++ b/doc/reference/epiphany-sections.txt @@ -345,15 +345,6 @@ ephy_location_entry_set_match_func </SECTION> <SECTION> -<FILE>ephy-icon-entry</FILE> -<TITLE>EphyIconEntry</TITLE> -EphyIconEntry -ephy_icon_entry_new -ephy_icon_entry_pack_widget -ephy_icon_entry_get_entry -</SECTION> - -<SECTION> <FILE>ephy-search-entry</FILE> <TITLE>EphySearchEntry</TITLE> EphySearchEntry diff --git a/doc/reference/epiphany.types b/doc/reference/epiphany.types index ccccf1feb..2f4f97f5e 100644 --- a/doc/reference/epiphany.types +++ b/doc/reference/epiphany.types @@ -1,6 +1,5 @@ #include <ephy-dialog.h> #include <ephy-file-chooser.h> -#include <ephy-icon-entry.h> #include <ephy-node-db.h> #include <ephy-node-filter.h> #include <ephy-location-entry.h> @@ -11,7 +10,6 @@ ephy_dialog_get_type ephy_file_chooser_get_type -ephy_icon_entry_get_type ephy_node_db_get_type ephy_node_filter_get_type ephy_location_entry_get_type |