From 83baedd031a257d3bbabab007d6c0b2d703f6555 Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Mon, 29 Sep 2008 05:55:52 +0000 Subject: Enable ephy-search-entry docs build Also, create a new Widgets section. svn path=/trunk/; revision=8566 --- doc/reference/Makefile.am | 1 - doc/reference/epiphany-docs.sgml | 6 +++++- doc/reference/epiphany-sections.txt | 6 ++++++ doc/reference/epiphany.types | 2 ++ doc/reference/tmpl/ephy-embed.sgml | 9 -------- doc/reference/tmpl/ephy-icon-entry.sgml | 2 +- doc/reference/tmpl/ephy-search-entry.sgml | 35 +++++++++++++++++++++++++++++++ 7 files changed, 49 insertions(+), 12 deletions(-) create mode 100644 doc/reference/tmpl/ephy-search-entry.sgml 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 @@ - + + + Widgets + + Incomplete 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 + +
+ephy-search-entry +ephy_search_entry_new +ephy_search_entry_clear +
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 #include #include +#include #include #include @@ -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 @@ -EphyIconEntry +ephy-icon-entry 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 @@ + +ephy-search-entry + + + + + + + + + + + + + + + + + + + + + + +@Returns: + + + + + + + +@entry: + + -- cgit v1.2.3