summaryrefslogtreecommitdiff
path: root/src/nautilus-previewer.h
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2011-04-27 17:16:55 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2011-05-09 11:30:48 -0400
commitf087da3353074f7476a563ab62d5ac7cf0d65e41 (patch)
tree4c6d7447a5fff26ee2ef125929aee56619ade364 /src/nautilus-previewer.h
parent703c5004a7b05959e3dd554974f28b46df3f0609 (diff)
downloadnautilus-f087da3353074f7476a563ab62d5ac7cf0d65e41.tar.gz
previewer: drop the x/y coordinates arguments
Diffstat (limited to 'src/nautilus-previewer.h')
-rw-r--r--src/nautilus-previewer.h4
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