diff options
author | Diego Escalante Urrelo <diegoe@gnome.org> | 2009-12-02 10:24:38 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@gnome.org> | 2009-12-03 06:47:16 +0800 |
commit | 57d1e4a28256b3204b9cbcadd6f52832e55a477c (patch) | |
tree | 34cdd909f89766f0eedbfd3c89df8598f5b02787 /doc | |
parent | ac9f536fb83161b88678575ce6250c1cf5f8b176 (diff) | |
download | gsoc2013-epiphany-57d1e4a28256b3204b9cbcadd6f52832e55a477c.tar.gz gsoc2013-epiphany-57d1e4a28256b3204b9cbcadd6f52832e55a477c.tar.zst gsoc2013-epiphany-57d1e4a28256b3204b9cbcadd6f52832e55a477c.zip |
docs: ephy-tree-model-node
Bug #503852
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/epiphany-docs.sgml | 1 | ||||
-rw-r--r-- | doc/reference/epiphany-sections.txt | 11 | ||||
-rw-r--r-- | doc/reference/epiphany.types | 1 |
3 files changed, 13 insertions, 0 deletions
diff --git a/doc/reference/epiphany-docs.sgml b/doc/reference/epiphany-docs.sgml index ccddd27d9..aba30d81d 100644 --- a/doc/reference/epiphany-docs.sgml +++ b/doc/reference/epiphany-docs.sgml @@ -15,6 +15,7 @@ <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-tree-model-node.xml"/> <xi:include href="xml/ephy-tree-model-sort.xml"/> <xi:include href="xml/ephy-zoom-action.xml"/> <xi:include href="xml/ephy-zoom-control.xml"/> diff --git a/doc/reference/epiphany-sections.txt b/doc/reference/epiphany-sections.txt index 9faeac855..7fee4ced0 100644 --- a/doc/reference/epiphany-sections.txt +++ b/doc/reference/epiphany-sections.txt @@ -60,6 +60,17 @@ ephy_spinner_set_size </SECTION> <SECTION> +<FILE>ephy-tree-model-node</FILE> +<TITLE>EphyTreeModelNode</TITLE> +EphyTreeModelNode +ephy_tree_model_node_new +ephy_tree_model_node_add_prop_column +ephy_tree_model_node_add_func_column +ephy_tree_model_node_node_from_iter +ephy_tree_model_node_iter_from_node +</SECTION> + +<SECTION> <FILE>ephy-tree-model-sort</FILE> <TITLE>EphyTreeModelSort</TITLE> EphyTreeModelSort diff --git a/doc/reference/epiphany.types b/doc/reference/epiphany.types index 160214bdc..199f26709 100644 --- a/doc/reference/epiphany.types +++ b/doc/reference/epiphany.types @@ -10,6 +10,7 @@ ephy_node_view_get_type ephy_location_entry_get_type ephy_search_entry_get_type ephy_spinner_get_type +ephy_tree_model_node_get_type ephy_tree_model_sort_get_type ephy_zoom_action_get_type ephy_zoom_control_get_type |