[gnome-photos/wip/rishi/collection: 45/46] base-item: is-search



commit eaf8790f5b63708eb51b255578f49df1362c8f51
Author: Debarshi Ray <debarshir gnome org>
Date:   Thu Jan 25 15:53:26 2018 +0100

    base-item: is-search

 src/photos-base-item.c | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/src/photos-base-item.c b/src/photos-base-item.c
index e79552d2..c7fbe21f 100644
--- a/src/photos-base-item.c
+++ b/src/photos-base-item.c
@@ -608,13 +608,6 @@ photos_base_item_set_thumbnailing_icon (PhotosBaseItem *self)
 }
 
 
-static gboolean
-photos_base_item_filterable_is_search_criterion (PhotosFilterable *filterable)
-{
-  return FALSE;
-}
-
-
 static void
 photos_base_item_icon_updated (PhotosBaseItem *self, GIcon *icon)
 {
@@ -1050,6 +1043,13 @@ photos_base_item_filterable_get_id (PhotosFilterable *filterable)
 }
 
 
+static gboolean
+photos_base_item_filterable_is_search_criterion (PhotosFilterable *filterable)
+{
+  return FALSE;
+}
+
+
 static cairo_surface_t *
 photos_base_item_main_box_item_get_icon (GdMainBoxItem *box_item)
 {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]