summaryrefslogtreecommitdiff
path: root/src/nautilus-application.h
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2018-07-17 04:15:11 +0200
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2018-07-26 04:18:53 +0200
commit16d8b80cc482acb3d7bd725c4daf2a1b29ad6a3e (patch)
tree7c869e2d5901e3ae8bf90ff8d41a66863ea18399 /src/nautilus-application.h
parent99f55748ef69a68df86b9a039998ee576d59b898 (diff)
downloadnautilus-16d8b80cc482acb3d7bd725c4daf2a1b29ad6a3e.tar.gz
shell: pass the full query to the slot to preserve all settings
Instead of just opening a window with just the location and search terms, we should pass to the window slot the full nautilus query with all the shell search provider flags, so that they will be respected and that the results in the overview will respect the ones in nautilus
Diffstat (limited to 'src/nautilus-application.h')
-rw-r--r--src/nautilus-application.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nautilus-application.h b/src/nautilus-application.h
index 946c3eee1..f915b0d4d 100644
--- a/src/nautilus-application.h
+++ b/src/nautilus-application.h
@@ -84,7 +84,6 @@ GtkWidget * nautilus_application_connect_server (NautilusApplication *applicatio
NautilusWindow *window);
void nautilus_application_search (NautilusApplication *application,
- const gchar *uri,
- const gchar *text);
+ NautilusQuery *query);
void nautilus_application_startup_common (NautilusApplication *application);
G_END_DECLS