[gnome-photos/wip/search: 20/32] query: Add a flag for the search mode
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos/wip/search: 20/32] query: Add a flag for the search mode
- Date: Tue, 28 Jan 2014 07:11:13 +0000 (UTC)
commit 336ae0428316ebd8aa2182a34042b5cae42e4181
Author: Debarshi Ray <debarshir gnome org>
Date: Fri Jan 24 10:28:13 2014 +0100
query: Add a flag for the search mode
src/photos-query.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/photos-query.h b/src/photos-query.h
index 107d161..78a59b0 100644
--- a/src/photos-query.h
+++ b/src/photos-query.h
@@ -63,7 +63,8 @@ typedef enum
PHOTOS_QUERY_FLAGS_UNFILTERED = 1 << 0,
PHOTOS_QUERY_FLAGS_COLLECTIONS = 1 << 1,
PHOTOS_QUERY_FLAGS_FAVORITES = 1 << 2,
- PHOTOS_QUERY_FLAGS_OVERVIEW = 1 << 3
+ PHOTOS_QUERY_FLAGS_OVERVIEW = 1 << 3,
+ PHOTOS_QUERY_FLAGS_SEARCH = 1 << 4
} PhotosQueryFlags;
extern const gchar *PHOTOS_QUERY_COLLECTIONS_IDENTIFIER;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]