diff options
author | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-11-30 04:04:16 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-11-30 04:04:16 +0800 |
commit | db47da036dd918084f0f738fa87b1e2ba4dd10a4 (patch) | |
tree | becc66fb1ebc9c261457ed9abecf2e50e528514e /doc/reference | |
parent | 61a018fad384a370391ab35e291ebd6ce9eaeb7d (diff) | |
download | gsoc2013-epiphany-db47da036dd918084f0f738fa87b1e2ba4dd10a4.tar.gz gsoc2013-epiphany-db47da036dd918084f0f738fa87b1e2ba4dd10a4.tar.zst gsoc2013-epiphany-db47da036dd918084f0f738fa87b1e2ba4dd10a4.zip |
Enable docs for ephy-spinner
svn path=/trunk/; revision=8624
Diffstat (limited to 'doc/reference')
-rw-r--r-- | doc/reference/Makefile.am | 1 | ||||
-rw-r--r-- | doc/reference/epiphany-docs.sgml | 1 | ||||
-rw-r--r-- | doc/reference/epiphany-sections.txt | 10 | ||||
-rw-r--r-- | doc/reference/epiphany.types | 2 | ||||
-rw-r--r-- | doc/reference/tmpl/ephy-embed.sgml | 3 | ||||
-rw-r--r-- | doc/reference/tmpl/ephy-spinner.sgml | 58 |
6 files changed, 71 insertions, 4 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index 46ca8a67c..aaeaa4cba 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-spinner.h \ ephy-tree-model-node.h \ ephy-tree-model-sort.h \ ephy-zoom-action.h \ diff --git a/doc/reference/epiphany-docs.sgml b/doc/reference/epiphany-docs.sgml index 472adf7bc..adb9287bb 100644 --- a/doc/reference/epiphany-docs.sgml +++ b/doc/reference/epiphany-docs.sgml @@ -25,6 +25,7 @@ <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"/> <xi:include href="xml/ephy-zoom-control.xml"/> </chapter> <chapter> diff --git a/doc/reference/epiphany-sections.txt b/doc/reference/epiphany-sections.txt index ad5960e66..f1c6b46f4 100644 --- a/doc/reference/epiphany-sections.txt +++ b/doc/reference/epiphany-sections.txt @@ -368,3 +368,13 @@ EphyZoomControl ephy_zoom_control_set_zoom_level ephy_zoom_control_get_zoom_level </SECTION> + +<SECTION> +<FILE>ephy-spinner</FILE> +<TITLE>EphySpinner</TITLE> +EphySpinner +ephy_spinner_new +ephy_spinner_start +ephy_spinner_stop +ephy_spinner_set_size +</SECTION> diff --git a/doc/reference/epiphany.types b/doc/reference/epiphany.types index a1ece2d58..ccccf1feb 100644 --- a/doc/reference/epiphany.types +++ b/doc/reference/epiphany.types @@ -5,6 +5,7 @@ #include <ephy-node-filter.h> #include <ephy-location-entry.h> #include <ephy-search-entry.h> +#include <ephy-spinner.h> #include <ephy-zoom-action.h> #include <ephy-zoom-control.h> @@ -15,6 +16,7 @@ ephy_node_db_get_type ephy_node_filter_get_type ephy_location_entry_get_type ephy_search_entry_get_type +ephy_spinner_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 8ecca306a..34dbefa2c 100644 --- a/doc/reference/tmpl/ephy-embed.sgml +++ b/doc/reference/tmpl/ephy-embed.sgml @@ -218,9 +218,6 @@ be done by casting). @: @: @: -@: -@: -@: @: @Param2: diff --git a/doc/reference/tmpl/ephy-spinner.sgml b/doc/reference/tmpl/ephy-spinner.sgml new file mode 100644 index 000000000..170eeb0c1 --- /dev/null +++ b/doc/reference/tmpl/ephy-spinner.sgml @@ -0,0 +1,58 @@ +<!-- ##### SECTION Title ##### --> +EphySpinner + +<!-- ##### SECTION Short_Description ##### --> + + +<!-- ##### SECTION Long_Description ##### --> +<para> + +</para> + +<!-- ##### SECTION See_Also ##### --> +<para> + +</para> + +<!-- ##### SECTION Stability_Level ##### --> + + +<!-- ##### STRUCT EphySpinner ##### --> +<para> + +</para> + + +<!-- ##### FUNCTION ephy_spinner_new ##### --> +<para> + +</para> + +@Returns: + + +<!-- ##### FUNCTION ephy_spinner_start ##### --> +<para> + +</para> + +@throbber: + + +<!-- ##### FUNCTION ephy_spinner_stop ##### --> +<para> + +</para> + +@throbber: + + +<!-- ##### FUNCTION ephy_spinner_set_size ##### --> +<para> + +</para> + +@spinner: +@size: + + |