aboutsummaryrefslogtreecommitdiffstats
path: root/lib/widgets/ephy-node-view.h
diff options
context:
space:
mode:
authorSergio Villar Senin <svillar@igalia.com>2012-08-24 18:13:34 +0800
committerSergio Villar Senin <svillar@igalia.com>2012-09-03 18:13:18 +0800
commitc077cdea4bcdb95b58b7fff0b9dc7cce3aaa2982 (patch)
tree7f5b65f173df8517d7279c608c8fbad2b028d3af /lib/widgets/ephy-node-view.h
parent0fc791e776d61d83d67c2984a003a2f42bd769d1 (diff)
downloadgsoc2013-epiphany-c077cdea4bcdb95b58b7fff0b9dc7cce3aaa2982.tar
gsoc2013-epiphany-c077cdea4bcdb95b58b7fff0b9dc7cce3aaa2982.tar.gz
gsoc2013-epiphany-c077cdea4bcdb95b58b7fff0b9dc7cce3aaa2982.tar.bz2
gsoc2013-epiphany-c077cdea4bcdb95b58b7fff0b9dc7cce3aaa2982.tar.lz
gsoc2013-epiphany-c077cdea4bcdb95b58b7fff0b9dc7cce3aaa2982.tar.xz
gsoc2013-epiphany-c077cdea4bcdb95b58b7fff0b9dc7cce3aaa2982.tar.zst
gsoc2013-epiphany-c077cdea4bcdb95b58b7fff0b9dc7cce3aaa2982.zip
ephy-node-view: added ephy_node_view_get_iter_for_node()
The EphyNodeView is based on the following stack of models: Sort model -> Filter model -> EphyTreeModelNode This function returns a GtkTreeIter pointing to a row in the sort model from a EphyNode that belongs to the EphyTreeModelNode. https://bugzilla.gnome.org/show_bug.cgi?id=673795
Diffstat (limited to 'lib/widgets/ephy-node-view.h')
-rw-r--r--lib/widgets/ephy-node-view.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/widgets/ephy-node-view.h b/lib/widgets/ephy-node-view.h
index 70f503991..423292593 100644
--- a/lib/widgets/ephy-node-view.h
+++ b/lib/widgets/ephy-node-view.h
@@ -129,6 +129,10 @@ gboolean ephy_node_view_is_target (EphyNodeView *view);
void ephy_node_view_popup (EphyNodeView *view,
GtkWidget *menu);
+gboolean ephy_node_view_get_iter_for_node (EphyNodeView *view,
+ GtkTreeIter *iter,
+ EphyNode *node);
+
G_END_DECLS
#if !defined (__EPHY_EPIPHANY_H_INSIDE__) && !defined (EPIPHANY_COMPILATION)