diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2011-04-27 17:16:55 -0400 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2011-05-09 11:30:48 -0400 |
commit | f087da3353074f7476a563ab62d5ac7cf0d65e41 (patch) | |
tree | 4c6d7447a5fff26ee2ef125929aee56619ade364 /src/nautilus-previewer.h | |
parent | 703c5004a7b05959e3dd554974f28b46df3f0609 (diff) | |
download | nautilus-f087da3353074f7476a563ab62d5ac7cf0d65e41.tar.gz |
previewer: drop the x/y coordinates arguments
Diffstat (limited to 'src/nautilus-previewer.h')
-rw-r--r-- | src/nautilus-previewer.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/nautilus-previewer.h b/src/nautilus-previewer.h index 93a99030a..b5fbe0575 100644 --- a/src/nautilus-previewer.h +++ b/src/nautilus-previewer.h @@ -58,9 +58,7 @@ GType nautilus_previewer_get_type (void); NautilusPreviewer *nautilus_previewer_dup_singleton (void); void nautilus_previewer_call_show_file (NautilusPreviewer *previewer, const gchar *uri, - guint xid, - guint x, - guint y); + guint xid); G_END_DECLS |