[gnome-photos/wip/rishi/manager-model: 2/6] search-match: Rename a function for consistency
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos/wip/rishi/manager-model: 2/6] search-match: Rename a function for consistency
- Date: Sat, 5 Nov 2016 08:49:16 +0000 (UTC)
commit b54f5bd6c33067aada0a6dc2159b9111209bbdf7
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]