diff options
author | Diego Escalante Urrelo <diegoe@gnome.org> | 2009-12-02 11:03:11 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@gnome.org> | 2009-12-03 06:47:16 +0800 |
commit | deac403a8eb8f1ad00333b47f6c0df448110972e (patch) | |
tree | 70675e138deddbbe9e1284c46b03e4cb1c2acdd0 /doc/reference | |
parent | 86d5198f311fc40dc0d22cfa0e2643fcde46317f (diff) | |
download | gsoc2013-epiphany-deac403a8eb8f1ad00333b47f6c0df448110972e.tar.gz gsoc2013-epiphany-deac403a8eb8f1ad00333b47f6c0df448110972e.tar.zst gsoc2013-epiphany-deac403a8eb8f1ad00333b47f6c0df448110972e.zip |
docs: ephy-statusbar
Bug #503852
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 | 13 | ||||
-rw-r--r-- | doc/reference/epiphany.types | 2 |
4 files changed, 16 insertions, 1 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index 13232a3ae..5a8ffebd7 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -92,7 +92,6 @@ IGNORE_HFILES = \ ephy-location-action.h \ ephy-navigation-action.h \ ephy-notebook.h \ - ephy-statusbar.h \ ephy-tabs-menu.h \ ephy-toolbars-model.h \ pdm-dialog.h \ diff --git a/doc/reference/epiphany-docs.sgml b/doc/reference/epiphany-docs.sgml index 85665509a..f91670277 100644 --- a/doc/reference/epiphany-docs.sgml +++ b/doc/reference/epiphany-docs.sgml @@ -8,6 +8,7 @@ <chapter> <title>Epiphany</title> + <xi:include href="xml/ephy-statusbar.xml"/> <xi:include href="xml/ephy-window.xml"/> </chapter> <chapter> diff --git a/doc/reference/epiphany-sections.txt b/doc/reference/epiphany-sections.txt index 511c2f81e..b389f151e 100644 --- a/doc/reference/epiphany-sections.txt +++ b/doc/reference/epiphany-sections.txt @@ -96,6 +96,19 @@ ephy_zoom_control_get_zoom_level </SECTION> <SECTION> +<FILE>ephy-statusbar</FILE> +<TITLE>EphyStatusbar</TITLE> +EphyStatusbar +ephy_statusbar_new +ephy_statusbar_get_security_frame +ephy_statusbar_set_caret_mode +ephy_statusbar_set_security_state +ephy_statusbar_set_popups_state +ephy_statusbar_add_widget +ephy_statusbar_remove_widget +</SECTION> + +<SECTION> <FILE>ephy-window</FILE> <TITLE>EphyWindow</TITLE> EphyWindow diff --git a/doc/reference/epiphany.types b/doc/reference/epiphany.types index 2e3c6a41c..d9e4d1663 100644 --- a/doc/reference/epiphany.types +++ b/doc/reference/epiphany.types @@ -15,6 +15,8 @@ ephy_tree_model_sort_get_type ephy_zoom_action_get_type ephy_zoom_control_get_type +#include <ephy-statusbar.h> #include <ephy-window.h> +ephy_statusbar_get_type ephy_window_get_type |