summaryrefslogtreecommitdiff
path: root/src/nautilus-window.h
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2016-03-03 16:38:09 +0100
committerCarlos Soriano <csoriano@gnome.org>2016-03-03 16:53:15 +0100
commit0714f9d0e4ccf814487758711ad215c533420e1b (patch)
tree3999511e900bac6d160e2f3c0ba9bdb7f154d923 /src/nautilus-window.h
parentb6a4a76dd817d5c14418f0e9781c227fab8daace (diff)
downloadnautilus-0714f9d0e4ccf814487758711ad215c533420e1b.tar.gz
general: allow to search from any part of the stack
Expose the search function on the whole stack. We will need it for searches from the gnome-shell provider. https://bugzilla.gnome.org/show_bug.cgi?id=762076
Diffstat (limited to 'src/nautilus-window.h')
-rw-r--r--src/nautilus-window.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nautilus-window.h b/src/nautilus-window.h
index ec53ab701..12b755c62 100644
--- a/src/nautilus-window.h
+++ b/src/nautilus-window.h
@@ -147,4 +147,7 @@ void nautilus_window_start_dnd (NautilusWindow *window,
GdkDragContext *context);
void nautilus_window_end_dnd (NautilusWindow *window,
GdkDragContext *context);
+
+void nautilus_window_search (NautilusWindow *window,
+ const gchar *text);
#endif