diff options
author | Diego Escalante Urrelo <diegoe@gnome.org> | 2009-12-03 03:55:05 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@gnome.org> | 2009-12-03 06:47:16 +0800 |
commit | ad91b4e454f2ddbab88801490b1ce5cd91eb03ac (patch) | |
tree | 6689d70d4bc7612859c1c5fd6eafe283a0af35e5 /doc/reference | |
parent | b0891810b1015e23df760dffe6befb145c9a4e3d (diff) | |
download | gsoc2013-epiphany-ad91b4e454f2ddbab88801490b1ce5cd91eb03ac.tar.gz gsoc2013-epiphany-ad91b4e454f2ddbab88801490b1ce5cd91eb03ac.tar.zst gsoc2013-epiphany-ad91b4e454f2ddbab88801490b1ce5cd91eb03ac.zip |
docs: ephy-location-action
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 | 8 | ||||
-rw-r--r-- | doc/reference/epiphany.types | 2 |
4 files changed, 11 insertions, 1 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index 26d4f6402..fe7dfef5c 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -89,7 +89,6 @@ IGNORE_HFILES = \ ephy-favorites-menu.h \ ephy-go-action.h \ ephy-history-window.h \ - ephy-location-action.h \ ephy-navigation-action.h \ ephy-notebook.h \ ephy-tabs-menu.h \ diff --git a/doc/reference/epiphany-docs.sgml b/doc/reference/epiphany-docs.sgml index 97acb71f6..e65406f33 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-location-action.xml"/> <xi:include href="xml/ephy-statusbar.xml"/> <xi:include href="xml/ephy-toolbar.xml"/> <xi:include href="xml/ephy-window.xml"/> diff --git a/doc/reference/epiphany-sections.txt b/doc/reference/epiphany-sections.txt index 1fe73f76a..3b0b7b081 100644 --- a/doc/reference/epiphany-sections.txt +++ b/doc/reference/epiphany-sections.txt @@ -96,6 +96,14 @@ ephy_zoom_control_get_zoom_level </SECTION> <SECTION> +<FILE>ephy-location-action</FILE> +<TITLE>EphyLocationAction</TITLE> +EphyLocationAction +ephy_location_action_get_address +ephy_location_action_set_address +</SECTION> + +<SECTION> <FILE>ephy-statusbar</FILE> <TITLE>EphyStatusbar</TITLE> EphyStatusbar diff --git a/doc/reference/epiphany.types b/doc/reference/epiphany.types index a710225a1..2bea7ae29 100644 --- a/doc/reference/epiphany.types +++ b/doc/reference/epiphany.types @@ -15,10 +15,12 @@ ephy_tree_model_sort_get_type ephy_zoom_action_get_type ephy_zoom_control_get_type +#include <ephy-location-action.h> #include <ephy-statusbar.h> #include <ephy-toolbar.h> #include <ephy-window.h> +ephy_location_action_get_type ephy_statusbar_get_type ephy_toolbar_get_type ephy_window_get_type |