diff options
author | Diego Escalante Urrelo <diegoe@gnome.org> | 2009-12-02 09:32:10 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@gnome.org> | 2009-12-03 06:47:15 +0800 |
commit | 4f052b4f85fc584113a3a485c44b6b6d84a0597f (patch) | |
tree | 03bc3f13ebae432d96484e44c0ba22124160e478 /doc/reference | |
parent | a10d468967635f9f37a976d1f5e2c40ef254c5f7 (diff) | |
download | gsoc2013-epiphany-4f052b4f85fc584113a3a485c44b6b6d84a0597f.tar.gz gsoc2013-epiphany-4f052b4f85fc584113a3a485c44b6b6d84a0597f.tar.zst gsoc2013-epiphany-4f052b4f85fc584113a3a485c44b6b6d84a0597f.zip |
docs: ephy-node-view
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 | 22 | ||||
-rw-r--r-- | doc/reference/epiphany.types | 2 |
4 files changed, 25 insertions, 1 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index b64af9c3a..e0814367e 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -50,7 +50,6 @@ IGNORE_HFILES = \ ephy-stock-icons.h \ ephy-string.h \ ephy-zoom.h \ - ephy-node-view.h \ ephy-tree-model-node.h \ ephy-tree-model-sort.h \ downloader-view.h \ diff --git a/doc/reference/epiphany-docs.sgml b/doc/reference/epiphany-docs.sgml index aa6338d6a..1c69fb7ad 100644 --- a/doc/reference/epiphany-docs.sgml +++ b/doc/reference/epiphany-docs.sgml @@ -19,6 +19,7 @@ <chapter> <title>Widgets</title> <xi:include href="xml/ephy-location-entry.xml"/> + <xi:include href="xml/ephy-node-view.xml"/> <xi:include href="xml/ephy-search-entry.xml"/> <xi:include href="xml/ephy-spinner.xml"/> <xi:include href="xml/ephy-zoom-action.xml"/> diff --git a/doc/reference/epiphany-sections.txt b/doc/reference/epiphany-sections.txt index f4cadaf74..1ffd4958c 100644 --- a/doc/reference/epiphany-sections.txt +++ b/doc/reference/epiphany-sections.txt @@ -239,3 +239,25 @@ EphyZoomAction ephy_zoom_action_set_zoom_level ephy_zoom_action_get_zoom_level </SECTION> + +<SECTION> +<FILE>ephy-node-view</FILE> +<TITLE>EphyNodeView</TITLE> +EphyNodeView +EphyNodeViewPriority +EphyNodeViewFlags +ephy_node_view_new +ephy_node_view_add_toggle +ephy_node_view_add_column +ephy_node_view_add_data_column +ephy_node_view_set_sort +ephy_node_view_set_priority +ephy_node_view_remove +ephy_node_view_get_selection +ephy_node_view_select_node +ephy_node_view_enable_drag_source +ephy_node_view_enable_drag_dest +ephy_node_view_edit +ephy_node_view_is_target +ephy_node_view_popup +</SECTION> diff --git a/doc/reference/epiphany.types b/doc/reference/epiphany.types index b67d2e180..a690abf7c 100644 --- a/doc/reference/epiphany.types +++ b/doc/reference/epiphany.types @@ -2,6 +2,7 @@ #include <ephy-file-chooser.h> #include <ephy-node-db.h> #include <ephy-node-filter.h> +#include <ephy-node-view.h> #include <ephy-location-entry.h> #include <ephy-search-entry.h> #include <ephy-spinner.h> @@ -12,6 +13,7 @@ ephy_dialog_get_type ephy_file_chooser_get_type ephy_node_db_get_type ephy_node_filter_get_type +ephy_node_view_get_type ephy_location_entry_get_type ephy_search_entry_get_type ephy_spinner_get_type |