diff options
author | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-09-29 13:55:24 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-09-29 13:55:24 +0800 |
commit | d38bc67fc77f6511f0bfec314ca20c35b422390e (patch) | |
tree | 19e4556e62cbacbfe78aaca2c1a26783eb81fe46 /doc/reference | |
parent | dfed96e7931b6fae29dee53629c0e6c8608af1f5 (diff) | |
download | gsoc2013-epiphany-d38bc67fc77f6511f0bfec314ca20c35b422390e.tar.gz gsoc2013-epiphany-d38bc67fc77f6511f0bfec314ca20c35b422390e.tar.zst gsoc2013-epiphany-d38bc67fc77f6511f0bfec314ca20c35b422390e.zip |
Enable ephy-icon-entry docs build
svn path=/trunk/; revision=8564
Diffstat (limited to 'doc/reference')
-rw-r--r-- | doc/reference/epiphany-docs.sgml | 1 | ||||
-rw-r--r-- | doc/reference/epiphany-sections.txt | 7 | ||||
-rw-r--r-- | doc/reference/epiphany.types | 2 | ||||
-rw-r--r-- | doc/reference/tmpl/ephy-embed.sgml | 5 | ||||
-rw-r--r-- | doc/reference/tmpl/ephy-icon-entry.sgml | 46 | ||||
-rw-r--r-- | doc/reference/tmpl/epiphany-unused.sgml | 41 |
6 files changed, 56 insertions, 46 deletions
diff --git a/doc/reference/epiphany-docs.sgml b/doc/reference/epiphany-docs.sgml index dd19bdefe..d279505ca 100644 --- a/doc/reference/epiphany-docs.sgml +++ b/doc/reference/epiphany-docs.sgml @@ -20,6 +20,7 @@ <xi:include href="xml/ephy-glade.xml"/> <xi:include href="xml/ephy-extensions-manager.xml"/> <xi:include href="xml/ephy-location-entry.xml"/> + <xi:include href="xml/ephy-icon-entry.xml"/> </chapter> <chapter> <title>Incomplete</title> diff --git a/doc/reference/epiphany-sections.txt b/doc/reference/epiphany-sections.txt index 7755f29ff..5f1b3bdd7 100644 --- a/doc/reference/epiphany-sections.txt +++ b/doc/reference/epiphany-sections.txt @@ -341,3 +341,10 @@ ephy_location_entry_set_lock_tooltip ephy_location_entry_set_completion ephy_location_entry_set_match_func </SECTION> + +<SECTION> +<FILE>ephy-icon-entry</FILE> +ephy_icon_entry_new +ephy_icon_entry_pack_widget +ephy_icon_entry_get_entry +</SECTION> diff --git a/doc/reference/epiphany.types b/doc/reference/epiphany.types index 4a797e096..c77217313 100644 --- a/doc/reference/epiphany.types +++ b/doc/reference/epiphany.types @@ -1,5 +1,6 @@ #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> @@ -8,6 +9,7 @@ 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 diff --git a/doc/reference/tmpl/ephy-embed.sgml b/doc/reference/tmpl/ephy-embed.sgml index 1bf03ce71..8d2461376 100644 --- a/doc/reference/tmpl/ephy-embed.sgml +++ b/doc/reference/tmpl/ephy-embed.sgml @@ -244,11 +244,6 @@ be done by casting). @: @: @: -@: -@: -@: -@: -@: @: @Param2: diff --git a/doc/reference/tmpl/ephy-icon-entry.sgml b/doc/reference/tmpl/ephy-icon-entry.sgml new file mode 100644 index 000000000..2711a54b2 --- /dev/null +++ b/doc/reference/tmpl/ephy-icon-entry.sgml @@ -0,0 +1,46 @@ +<!-- ##### SECTION Title ##### --> +EphyIconEntry + +<!-- ##### SECTION Short_Description ##### --> + + +<!-- ##### SECTION Long_Description ##### --> +<para> + +</para> + +<!-- ##### SECTION See_Also ##### --> +<para> + +</para> + +<!-- ##### SECTION Stability_Level ##### --> + + +<!-- ##### FUNCTION ephy_icon_entry_new ##### --> +<para> + +</para> + +@Returns: + + +<!-- ##### FUNCTION ephy_icon_entry_pack_widget ##### --> +<para> + +</para> + +@entry: +@widget: +@start: + + +<!-- ##### FUNCTION ephy_icon_entry_get_entry ##### --> +<para> + +</para> + +@entry: +@Returns: + + diff --git a/doc/reference/tmpl/epiphany-unused.sgml b/doc/reference/tmpl/epiphany-unused.sgml index 3f3a7d006..66fc2f110 100644 --- a/doc/reference/tmpl/epiphany-unused.sgml +++ b/doc/reference/tmpl/epiphany-unused.sgml @@ -1,27 +1,3 @@ -<!-- ##### SECTION ./tmpl/ephy-icon-entry.sgml:Long_Description ##### --> -<para> - -</para> - - -<!-- ##### SECTION ./tmpl/ephy-icon-entry.sgml:See_Also ##### --> -<para> - -</para> - - -<!-- ##### SECTION ./tmpl/ephy-icon-entry.sgml:Short_Description ##### --> - - - -<!-- ##### SECTION ./tmpl/ephy-icon-entry.sgml:Stability_Level ##### --> - - - -<!-- ##### SECTION ./tmpl/ephy-icon-entry.sgml:Title ##### --> -EphyIconEntry - - <!-- ##### SECTION ./tmpl/ephy-tab.sgml:Long_Description ##### --> <para> Each #EphyWindow contains a #GtkNotebook which holds one or more #EphyTab:s. @@ -620,23 +596,6 @@ Represents the state of an #EphyEmbed with regards to networking negotiations. @domain: @Returns: -<!-- ##### FUNCTION ephy_icon_entry_get_entry ##### --> -<para> - -</para> - -@entry: -@Returns: - -<!-- ##### FUNCTION ephy_icon_entry_pack_widget ##### --> -<para> - -</para> - -@entry: -@widget: -@start: - <!-- ##### FUNCTION ephy_node_db_get_by_name ##### --> <para> |