aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <diegoe@src.gnome.org>2008-09-29 13:55:52 +0800
committerDiego Escalante Urrelo <diegoe@src.gnome.org>2008-09-29 13:55:52 +0800
commit83baedd031a257d3bbabab007d6c0b2d703f6555 (patch)
treefaf9d16d78494a36dbfe5d3ecb4db969e635f7fc
parent049164e25784d902bd69439b62da8eaf17db6d0b (diff)
downloadgsoc2013-epiphany-83baedd031a257d3bbabab007d6c0b2d703f6555.tar
gsoc2013-epiphany-83baedd031a257d3bbabab007d6c0b2d703f6555.tar.gz
gsoc2013-epiphany-83baedd031a257d3bbabab007d6c0b2d703f6555.tar.bz2
gsoc2013-epiphany-83baedd031a257d3bbabab007d6c0b2d703f6555.tar.lz
gsoc2013-epiphany-83baedd031a257d3bbabab007d6c0b2d703f6555.tar.xz
gsoc2013-epiphany-83baedd031a257d3bbabab007d6c0b2d703f6555.tar.zst
gsoc2013-epiphany-83baedd031a257d3bbabab007d6c0b2d703f6555.zip
Enable ephy-search-entry docs build
Also, create a new Widgets section. svn path=/trunk/; revision=8566
-rw-r--r--doc/reference/Makefile.am1
-rw-r--r--doc/reference/epiphany-docs.sgml6
-rw-r--r--doc/reference/epiphany-sections.txt6
-rw-r--r--doc/reference/epiphany.types2
-rw-r--r--doc/reference/tmpl/ephy-embed.sgml9
-rw-r--r--doc/reference/tmpl/ephy-icon-entry.sgml2
-rw-r--r--doc/reference/tmpl/ephy-search-entry.sgml35
7 files changed, 49 insertions, 12 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index 18ccdf608..0993c5800 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -43,7 +43,6 @@ IGNORE_HFILES = \
ephy-string.h \
ephy-zoom.h \
ephy-node-view.h \
- ephy-search-entry.h \
ephy-spinner.h \
ephy-tree-model-node.h \
ephy-tree-model-sort.h \
diff --git a/doc/reference/epiphany-docs.sgml b/doc/reference/epiphany-docs.sgml
index d279505ca..04f4aaf5b 100644
--- a/doc/reference/epiphany-docs.sgml
+++ b/doc/reference/epiphany-docs.sgml
@@ -19,8 +19,12 @@
<xi:include href="xml/ephy-node-db.xml"/>
<xi:include href="xml/ephy-glade.xml"/>
<xi:include href="xml/ephy-extensions-manager.xml"/>
- <xi:include href="xml/ephy-location-entry.xml"/>
+ </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"/>
</chapter>
<chapter>
<title>Incomplete</title>
diff --git a/doc/reference/epiphany-sections.txt b/doc/reference/epiphany-sections.txt
index 5f1b3bdd7..74ebcb232 100644
--- a/doc/reference/epiphany-sections.txt
+++ b/doc/reference/epiphany-sections.txt
@@ -348,3 +348,9 @@ ephy_icon_entry_new
ephy_icon_entry_pack_widget
ephy_icon_entry_get_entry
</SECTION>
+
+<SECTION>
+<FILE>ephy-search-entry</FILE>
+ephy_search_entry_new
+ephy_search_entry_clear
+</SECTION>
diff --git a/doc/reference/epiphany.types b/doc/reference/epiphany.types
index c77217313..a1ece2d58 100644
--- a/doc/reference/epiphany.types
+++ b/doc/reference/epiphany.types
@@ -4,6 +4,7 @@
#include <ephy-node-db.h>
#include <ephy-node-filter.h>
#include <ephy-location-entry.h>
+#include <ephy-search-entry.h>
#include <ephy-zoom-action.h>
#include <ephy-zoom-control.h>
@@ -13,6 +14,7 @@ ephy_icon_entry_get_type
ephy_node_db_get_type
ephy_node_filter_get_type
ephy_location_entry_get_type
+ephy_search_entry_get_type
ephy_zoom_action_get_type
ephy_zoom_control_get_type
diff --git a/doc/reference/tmpl/ephy-embed.sgml b/doc/reference/tmpl/ephy-embed.sgml
index 8d2461376..198a31a72 100644
--- a/doc/reference/tmpl/ephy-embed.sgml
+++ b/doc/reference/tmpl/ephy-embed.sgml
@@ -235,15 +235,6 @@ be done by casting).
@:
@:
@:
-@:
-@:
-@:
-@:
-@:
-@:
-@:
-@:
-@:
@:
@Param2:
diff --git a/doc/reference/tmpl/ephy-icon-entry.sgml b/doc/reference/tmpl/ephy-icon-entry.sgml
index 2711a54b2..f0612b5fb 100644
--- a/doc/reference/tmpl/ephy-icon-entry.sgml
+++ b/doc/reference/tmpl/ephy-icon-entry.sgml
@@ -1,5 +1,5 @@
<!-- ##### SECTION Title ##### -->
-EphyIconEntry
+ephy-icon-entry
<!-- ##### SECTION Short_Description ##### -->
diff --git a/doc/reference/tmpl/ephy-search-entry.sgml b/doc/reference/tmpl/ephy-search-entry.sgml
new file mode 100644
index 000000000..f32effffd
--- /dev/null
+++ b/doc/reference/tmpl/ephy-search-entry.sgml
@@ -0,0 +1,35 @@
+<!-- ##### SECTION Title ##### -->
+ephy-search-entry
+
+<!-- ##### SECTION Short_Description ##### -->
+
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+
+</para>
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+<!-- ##### SECTION Stability_Level ##### -->
+
+
+<!-- ##### FUNCTION ephy_search_entry_new ##### -->
+<para>
+
+</para>
+
+@Returns:
+
+
+<!-- ##### FUNCTION ephy_search_entry_clear ##### -->
+<para>
+
+</para>
+
+@entry:
+
+