[gnome-photos/wip/rishi/manager-model: 2/8] search-type: Rename a function for consistency



commit c4baba3b14c316fe868614386bf32884cdf29d7f
Author: Debarshi Ray <debarshir gnome org>
Date:   Thu Oct 13 07:03:47 2016 +0200

    search-type: Rename a function for consistency

 src/photos-search-type.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/photos-search-type.c b/src/photos-search-type.c
index 10ffdce..216cd87 100644
--- a/src/photos-search-type.c
+++ b/src/photos-search-type.c
@@ -52,12 +52,12 @@ enum
   PROP_WHERE,
 };
 
-static void photos_filterable_interface_init (PhotosFilterableInterface *iface);
+static void photos_search_type_filterable_iface_init (PhotosFilterableInterface *iface);
 
 
 G_DEFINE_TYPE_WITH_CODE (PhotosSearchType, photos_search_type, G_TYPE_OBJECT,
                          G_IMPLEMENT_INTERFACE (PHOTOS_TYPE_FILTERABLE,
-                                                photos_filterable_interface_init));
+                                                photos_search_type_filterable_iface_init));
 
 
 static gchar *
@@ -200,7 +200,7 @@ photos_search_type_class_init (PhotosSearchTypeClass *class)
 
 
 static void
-photos_filterable_interface_init (PhotosFilterableInterface *iface)
+photos_search_type_filterable_iface_init (PhotosFilterableInterface *iface)
 {
   iface->get_filter = photos_search_type_get_filter;
   iface->get_id = photos_search_type_get_id;


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