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



commit 6020b8410eda1cd733c60c5dc892f21deb6b2916
Author: Debarshi Ray <debarshir gnome org>
Date:   Thu Oct 13 07:04:09 2016 +0200

    search-match: Rename a function for consistency

 src/photos-search-match.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/photos-search-match.c b/src/photos-search-match.c
index 974407b..9f6046d 100644
--- a/src/photos-search-match.c
+++ b/src/photos-search-match.c
@@ -51,12 +51,12 @@ enum
   PROP_NAME,
 };
 
-static void photos_filterable_interface_init (PhotosFilterableInterface *iface);
+static void photos_search_match_filterable_iface_init (PhotosFilterableInterface *iface);
 
 
 G_DEFINE_TYPE_WITH_CODE (PhotosSearchMatch, photos_search_match, G_TYPE_OBJECT,
                          G_IMPLEMENT_INTERFACE (PHOTOS_TYPE_FILTERABLE,
-                                                photos_filterable_interface_init));
+                                                photos_search_match_filterable_iface_init));
 
 
 static gchar *
@@ -189,7 +189,7 @@ photos_search_match_class_init (PhotosSearchMatchClass *class)
 
 
 static void
-photos_filterable_interface_init (PhotosFilterableInterface *iface)
+photos_search_match_filterable_iface_init (PhotosFilterableInterface *iface)
 {
   iface->get_filter = photos_search_match_get_filter;
   iface->get_id = photos_search_match_get_id;


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