summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-debug.h
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2012-07-17 18:09:04 -0400
committerWilliam Jon McCann <jmccann@redhat.com>2012-07-18 10:57:32 -0400
commit79869fd920fcc70a901044c7ee362038ea42b27a (patch)
tree0c66e3d2fc43be0d227eabfa34b07a37c8727009 /libnautilus-private/nautilus-debug.h
parent5b7f3b7ca2f7c5899d2335d28be8b057ff77abe6 (diff)
downloadnautilus-79869fd920fcc70a901044c7ee362038ea42b27a.tar.gz
Collect results from both search providers
Previously we would only use the compiled in search provider. Now it has been changed to run both providers at the same time and merge the results by URI. https://bugzilla.gnome.org/show_bug.cgi?id=680137
Diffstat (limited to 'libnautilus-private/nautilus-debug.h')
-rw-r--r--libnautilus-private/nautilus-debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libnautilus-private/nautilus-debug.h b/libnautilus-private/nautilus-debug.h
index ea2e1d127..8eb869362 100644
--- a/libnautilus-private/nautilus-debug.h
+++ b/libnautilus-private/nautilus-debug.h
@@ -47,6 +47,7 @@ typedef enum {
NAUTILUS_DEBUG_SMCLIENT = 1 << 12,
NAUTILUS_DEBUG_WINDOW = 1 << 13,
NAUTILUS_DEBUG_UNDO = 1 << 14,
+ NAUTILUS_DEBUG_SEARCH = 1 << 15,
} DebugFlags;
void nautilus_debug_set_flags (DebugFlags flags);