[gnome-photos/wip/rishi/manager-model: 1/4] search-type: 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: 1/4] search-type: Rename a function for consistency
- Date: Thu, 13 Oct 2016 05:14:34 +0000 (UTC)
commit 9c90ae89353d652bacd067f013f670ffe73fe8d3
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]