summaryrefslogtreecommitdiff
path: root/src/nautilus-window.h
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2010-08-31 02:41:32 +0200
committerCosimo Cecchi <cosimoc@gnome.org>2010-09-20 17:04:45 +0200
commit24515b87a91afd32885e07e32e2b4080584673a4 (patch)
treebca83c7f814809d175371c4bdca6798ad3261262 /src/nautilus-window.h
parent42cc7bd181d2f57dbc008bea54a40f02be40ce39 (diff)
downloadnautilus-24515b87a91afd32885e07e32e2b4080584673a4.tar.gz
window: add _full() versions of _go_to and _open() methods
These also have a callback to get the result of the operation.
Diffstat (limited to 'src/nautilus-window.h')
-rw-r--r--src/nautilus-window.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/nautilus-window.h b/src/nautilus-window.h
index 491557c67..10751d815 100644
--- a/src/nautilus-window.h
+++ b/src/nautilus-window.h
@@ -132,6 +132,10 @@ void nautilus_window_disconnect_content_view (NautilusWindow *win
void nautilus_window_go_to (NautilusWindow *window,
GFile *location);
+void nautilus_window_go_to_full (NautilusWindow *window,
+ GFile *location,
+ NautilusWindowGoToCallback callback,
+ gpointer user_data);
void nautilus_window_go_to_with_selection (NautilusWindow *window,
GFile *location,
GList *new_selection);