summaryrefslogtreecommitdiff
path: root/src/nautilus-previewer.h
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2011-05-01 17:50:15 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2011-05-09 11:33:28 -0400
commita8f2c97e5f67fa1c309cf694f8ca00f5dc38abb9 (patch)
tree9b468b4876c7f8d8b45ee56253139809317e06bc /src/nautilus-previewer.h
parent71b8a7a8d66f0c927be9b7c12199d1472043ed66 (diff)
downloadnautilus-a8f2c97e5f67fa1c309cf694f8ca00f5dc38abb9.tar.gz
previewer: don't return a new ref to the singleton
It's easier to use this way, and we don't have to create a new DBus proxy every time.
Diffstat (limited to 'src/nautilus-previewer.h')
-rw-r--r--src/nautilus-previewer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-previewer.h b/src/nautilus-previewer.h
index 82ab2f5a8..30fa652c3 100644
--- a/src/nautilus-previewer.h
+++ b/src/nautilus-previewer.h
@@ -55,7 +55,7 @@ typedef struct {
GType nautilus_previewer_get_type (void);
-NautilusPreviewer *nautilus_previewer_dup_singleton (void);
+NautilusPreviewer *nautilus_previewer_get_singleton (void);
void nautilus_previewer_call_show_file (NautilusPreviewer *previewer,
const gchar *uri,
guint xid,