diff options
author | Adam Hooper <adamh@src.gnome.org> | 2004-03-24 03:58:36 +0800 |
---|---|---|
committer | Adam Hooper <adamh@src.gnome.org> | 2004-03-24 03:58:36 +0800 |
commit | fc35d884b50c7e8b0ff48e6124b8bc55cf9d7ce5 (patch) | |
tree | c46de1bbc45b2102e473eab89a1accee4cfc2841 /doc | |
parent | ddc46340046c14ad86ef7ecbebc1e73761a5e2d1 (diff) | |
download | gsoc2013-epiphany-fc35d884b50c7e8b0ff48e6124b8bc55cf9d7ce5.tar.gz gsoc2013-epiphany-fc35d884b50c7e8b0ff48e6124b8bc55cf9d7ce5.tar.zst gsoc2013-epiphany-fc35d884b50c7e8b0ff48e6124b8bc55cf9d7ce5.zip |
Documented EphyTab
Diffstat (limited to 'doc')
-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 | 19 | ||||
-rw-r--r-- | doc/reference/tmpl/ephy-tab.sgml | 139 |
4 files changed, 159 insertions, 1 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index bf39bae09..c1026de81 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -135,7 +135,6 @@ IGNORE_HFILES = \ ephy-navigation-action.h \ ephy-notebook.h \ ephy-statusbar.h \ - ephy-tab.h \ ephy-tabs-menu.h \ ephy-toolbars-model.h \ language-editor.h \ diff --git a/doc/reference/epiphany-docs.sgml b/doc/reference/epiphany-docs.sgml index 23a8b0ef5..7adab1ca0 100644 --- a/doc/reference/epiphany-docs.sgml +++ b/doc/reference/epiphany-docs.sgml @@ -10,6 +10,7 @@ <title>Epiphany</title> <xi:include href="xml/ephy-permission-manager.xml"/> <xi:include href="xml/ephy-window.xml"/> + <xi:include href="xml/ephy-tab.xml"/> </chapter> <chapter> <title>Incomplete</title> diff --git a/doc/reference/epiphany-sections.txt b/doc/reference/epiphany-sections.txt index 91e21bbc4..f77ba5439 100644 --- a/doc/reference/epiphany-sections.txt +++ b/doc/reference/epiphany-sections.txt @@ -36,6 +36,25 @@ ephy_window_activate_location ephy_window_load_url </SECTION> +<SECTION> +<FILE>ephy-tab</FILE> +<TITLE>EphyTab</TITLE> +EphyTab +ephy_tab_new +ephy_tab_get_window +ephy_tab_get_embed +ephy_tab_for_embed +ephy_tab_get_icon_address +ephy_tab_get_location +ephy_tab_get_security_level +ephy_tab_get_title +ephy_tab_get_zoom +ephy_tab_get_load_status +ephy_tab_get_load_percent +ephy_tab_get_link_message +ephy_tab_get_status_message +</SECTION> + diff --git a/doc/reference/tmpl/ephy-tab.sgml b/doc/reference/tmpl/ephy-tab.sgml new file mode 100644 index 000000000..c598e77a8 --- /dev/null +++ b/doc/reference/tmpl/ephy-tab.sgml @@ -0,0 +1,139 @@ +<!-- ##### SECTION Title ##### --> +EphyTab + +<!-- ##### SECTION Short_Description ##### --> +Represents an Epiphany tab + +<!-- ##### SECTION Long_Description ##### --> +<para> +Each #EphyWindow contains a #GtkNotebook which holds one or more #EphyTab:s. +An #EphyTab is basically a container for an #EphyEmbed. +</para> + +<!-- ##### SECTION See_Also ##### --> +<para> + +</para> + +<!-- ##### STRUCT EphyTab ##### --> +<para> + +</para> + + +<!-- ##### FUNCTION ephy_tab_new ##### --> +<para> + +</para> + +@Returns: + + +<!-- ##### FUNCTION ephy_tab_get_window ##### --> +<para> + +</para> + +@tab: +@Returns: + + +<!-- ##### FUNCTION ephy_tab_get_embed ##### --> +<para> + +</para> + +@tab: +@Returns: + + +<!-- ##### FUNCTION ephy_tab_for_embed ##### --> +<para> + +</para> + +@embed: +@Returns: + + +<!-- ##### FUNCTION ephy_tab_get_icon_address ##### --> +<para> + +</para> + +@tab: +@Returns: + + +<!-- ##### FUNCTION ephy_tab_get_location ##### --> +<para> + +</para> + +@tab: +@Returns: + + +<!-- ##### FUNCTION ephy_tab_get_security_level ##### --> +<para> + +</para> + +@tab: +@Returns: + + +<!-- ##### FUNCTION ephy_tab_get_title ##### --> +<para> + +</para> + +@tab: +@Returns: + + +<!-- ##### FUNCTION ephy_tab_get_zoom ##### --> +<para> + +</para> + +@tab: +@Returns: + + +<!-- ##### FUNCTION ephy_tab_get_load_status ##### --> +<para> + +</para> + +@tab: +@Returns: + + +<!-- ##### FUNCTION ephy_tab_get_load_percent ##### --> +<para> + +</para> + +@tab: +@Returns: + + +<!-- ##### FUNCTION ephy_tab_get_link_message ##### --> +<para> + +</para> + +@tab: +@Returns: + + +<!-- ##### FUNCTION ephy_tab_get_status_message ##### --> +<para> + +</para> + +@tab: +@Returns: + + |