diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-06-21 01:19:46 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-06-21 03:31:52 +0800 |
commit | 6abeaa322335645149113e406f85a3a1b75a19f1 (patch) | |
tree | df316dbd45b1e352398a01f4913e818471a73811 /doc/reference | |
parent | 662c1a21bf74ebb4724612eea840a3dd810860b4 (diff) | |
download | gsoc2013-evolution-6abeaa322335645149113e406f85a3a1b75a19f1.tar.gz gsoc2013-evolution-6abeaa322335645149113e406f85a3a1b75a19f1.tar.zst gsoc2013-evolution-6abeaa322335645149113e406f85a3a1b75a19f1.zip |
Remove e_tree_row_count().
Reducing API bloat. Do this instead:
adapter = e_tree_get_table_adapter (tree);
row_count = e_table_model_row_count (E_TABLE_MODEL (adapter));
Diffstat (limited to 'doc/reference')
-rw-r--r-- | doc/reference/evolution-util/evolution-util-sections.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/reference/evolution-util/evolution-util-sections.txt b/doc/reference/evolution-util/evolution-util-sections.txt index 10b10da618..b230bdfaea 100644 --- a/doc/reference/evolution-util/evolution-util-sections.txt +++ b/doc/reference/evolution-util/evolution-util-sections.txt @@ -4207,7 +4207,6 @@ e_tree_drag_source_set e_tree_drag_source_unset e_tree_drag_begin e_tree_is_dragging -e_tree_row_count e_tree_get_tooltip ETreeFindNextParams e_tree_find_next |