diff options
author | Xan Lopez <xan@src.gnome.org> | 2003-03-16 07:28:20 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2003-03-16 07:28:20 +0800 |
commit | cbce0224b85bac0df28964fdc2b97bd3c9ff43e5 (patch) | |
tree | d601b0520f27c353edc2e9c6f490c09a08004aa7 /src/bookmarks/ephy-node-view.h | |
parent | a49c85f4678d4b9edb19725b6c2168dc706d5b54 (diff) | |
download | gsoc2013-epiphany-cbce0224b85bac0df28964fdc2b97bd3c9ff43e5.tar gsoc2013-epiphany-cbce0224b85bac0df28964fdc2b97bd3c9ff43e5.tar.gz gsoc2013-epiphany-cbce0224b85bac0df28964fdc2b97bd3c9ff43e5.tar.bz2 gsoc2013-epiphany-cbce0224b85bac0df28964fdc2b97bd3c9ff43e5.tar.lz gsoc2013-epiphany-cbce0224b85bac0df28964fdc2b97bd3c9ff43e5.tar.xz gsoc2013-epiphany-cbce0224b85bac0df28964fdc2b97bd3c9ff43e5.tar.zst gsoc2013-epiphany-cbce0224b85bac0df28964fdc2b97bd3c9ff43e5.zip |
Put the bookmark view in hinted mode. Fix multiple selection actions in
Put the bookmark view in hinted mode.
Fix multiple selection actions in the Bookmark Editor.
Diffstat (limited to 'src/bookmarks/ephy-node-view.h')
-rw-r--r-- | src/bookmarks/ephy-node-view.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bookmarks/ephy-node-view.h b/src/bookmarks/ephy-node-view.h index 3fa1690d9..89a84f72c 100644 --- a/src/bookmarks/ephy-node-view.h +++ b/src/bookmarks/ephy-node-view.h @@ -80,6 +80,9 @@ void ephy_node_view_select_node (EphyNodeView *view, void ephy_node_view_enable_drag_source (EphyNodeView *view); +void ephy_node_view_set_hinted (EphyNodeView *view, + gboolean hinted); + G_END_DECLS #endif /* EPHY_NODE_VIEW_H */ |