[gnome-photos/wip/rishi/collection: 3/14] share-point-online: Rename a function for consistency



commit ea6abd47d67564071157c1a2eab93f1710e39b7a
Author: Debarshi Ray <debarshir gnome org>
Date:   Thu Jan 11 19:24:49 2018 +0100

    share-point-online: Rename a function for consistency

 src/photos-share-point-online.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/src/photos-share-point-online.c b/src/photos-share-point-online.c
index d00cfe8b..b321ccaf 100644
--- a/src/photos-share-point-online.c
+++ b/src/photos-share-point-online.c
@@ -43,12 +43,13 @@ enum
   PROP_SOURCE,
 };
 
-static void photos_filterable_interface_init (PhotosFilterableInterface *iface);
+static void photos_share_point_online_filterable_iface_init (PhotosFilterableInterface *iface);
 
 
 G_DEFINE_ABSTRACT_TYPE_WITH_CODE (PhotosSharePointOnline, photos_share_point_online, PHOTOS_TYPE_SHARE_POINT,
                                   G_ADD_PRIVATE (PhotosSharePointOnline)
-                                  G_IMPLEMENT_INTERFACE (PHOTOS_TYPE_FILTERABLE, 
photos_filterable_interface_init));
+                                  G_IMPLEMENT_INTERFACE (PHOTOS_TYPE_FILTERABLE,
+                                                         photos_share_point_online_filterable_iface_init));
 
 
 static GIcon *
@@ -203,7 +204,7 @@ photos_share_point_online_class_init (PhotosSharePointOnlineClass *class)
 
 
 static void
-photos_filterable_interface_init (PhotosFilterableInterface *iface)
+photos_share_point_online_filterable_iface_init (PhotosFilterableInterface *iface)
 {
   iface->get_id = photos_share_point_online_get_id;
 }


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