diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-12-15 19:39:59 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-12-15 19:39:59 +0800 |
commit | 3e5ed541be61abd147053f4634b10695c4fb286c (patch) | |
tree | 090f2d5a7011a1423efccbda8b685692e5aee9de /lib/ephy-dnd.h | |
parent | 3552656ca81df22a50a4045199b959a87ed4d07f (diff) | |
download | gsoc2013-epiphany-3e5ed541be61abd147053f4634b10695c4fb286c.tar gsoc2013-epiphany-3e5ed541be61abd147053f4634b10695c4fb286c.tar.gz gsoc2013-epiphany-3e5ed541be61abd147053f4634b10695c4fb286c.tar.bz2 gsoc2013-epiphany-3e5ed541be61abd147053f4634b10695c4fb286c.tar.lz gsoc2013-epiphany-3e5ed541be61abd147053f4634b10695c4fb286c.tar.xz gsoc2013-epiphany-3e5ed541be61abd147053f4634b10695c4fb286c.tar.zst gsoc2013-epiphany-3e5ed541be61abd147053f4634b10695c4fb286c.zip |
Add a title param to dnd iterator and remove unused screen location
2003-12-15 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-dnd.c: (add_one_netscape_url), (add_one_uri),
(add_one_topic):
* lib/ephy-dnd.h:
* lib/widgets/ephy-tree-model-sort.c:
(each_property_get_data_binder):
* src/ephy-favicon-action.c: (each_url_get_data_binder):
Add a title param to dnd iterator and remove unused screen
location params. (Backported from HEAD.)
Diffstat (limited to 'lib/ephy-dnd.h')
-rw-r--r-- | lib/ephy-dnd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-dnd.h b/lib/ephy-dnd.h index 8f6a16a51..d65d2fd3c 100644 --- a/lib/ephy-dnd.h +++ b/lib/ephy-dnd.h @@ -32,7 +32,7 @@ G_BEGIN_DECLS #define EPHY_DND_TOPIC_TYPE "ephy_topic_node" typedef void (* EphyDragEachSelectedItemDataGet) (const char *url, - int x, int y, int w, int h, + const char *title, gpointer data); typedef void (* EphyDragEachSelectedItemIterator) (EphyDragEachSelectedItemDataGet iteratee, |