diff options
author | Cosimo Cecchi <cosimoc@src.gnome.org> | 2007-12-08 09:21:52 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@src.gnome.org> | 2007-12-08 09:21:52 +0800 |
commit | 34b80c1f8b7baf32d4cdb15c9f9b27a9a7db1843 (patch) | |
tree | 6623976a56f582c32e21e841608542d690e594f8 /lib/widgets/ephy-node-view.h | |
parent | 54c4609eb6687162156907152a34e2f7c6f29e8c (diff) | |
download | gsoc2013-epiphany-34b80c1f8b7baf32d4cdb15c9f9b27a9a7db1843.tar.gz gsoc2013-epiphany-34b80c1f8b7baf32d4cdb15c9f9b27a9a7db1843.tar.zst gsoc2013-epiphany-34b80c1f8b7baf32d4cdb15c9f9b27a9a7db1843.zip |
Add "node-middle-clicked" signal to EphyNodeView.
Part of bug #385037.
svn path=/trunk/; revision=7762
Diffstat (limited to 'lib/widgets/ephy-node-view.h')
-rw-r--r-- | lib/widgets/ephy-node-view.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/widgets/ephy-node-view.h b/lib/widgets/ephy-node-view.h index b16c2f428..1d27a5e19 100644 --- a/lib/widgets/ephy-node-view.h +++ b/lib/widgets/ephy-node-view.h @@ -70,6 +70,7 @@ typedef struct void (*node_activated) (EphyNodeView *view, EphyNode *node); void (*node_selected) (EphyNodeView *view, EphyNode *node); void (*node_dropped) (EphyNodeView *view, EphyNode *node, GList *uris); + void (*node_middle_clicked) (EphyNodeView *view, EphyNode *node); } EphyNodeViewClass; GType ephy_node_view_get_type (void); |