[gnome-photos/wip/rishi/thumbnailer: 14/15] base-item: Rename a function



commit 8d3ddde9cd457419983460fc27e7cd20a502b80c
Author: Debarshi Ray <debarshir gnome org>
Date:   Mon Feb 27 01:12:18 2017 +0100

    base-item: Rename a function
    
    This will make the subsequent commit easier to read.

 src/photos-base-item.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/photos-base-item.c b/src/photos-base-item.c
index 726ec92..a6b3e5f 100644
--- a/src/photos-base-item.c
+++ b/src/photos-base-item.c
@@ -1657,7 +1657,7 @@ photos_base_item_load_load_buffer (GObject *source_object, GAsyncResult *res, gp
 
 
 static void
-photos_base_item_load_pipeline (GObject *source_object, GAsyncResult *res, gpointer user_data)
+photos_base_item_load_load_pipeline (GObject *source_object, GAsyncResult *res, gpointer user_data)
 {
   GTask *task = G_TASK (user_data);
   PhotosBaseItem *self;
@@ -3559,7 +3559,7 @@ photos_base_item_load_async (PhotosBaseItem *self,
       photos_pipeline_new_async (priv->edit_graph,
                                  uri,
                                  cancellable,
-                                 photos_base_item_load_pipeline,
+                                 photos_base_item_load_load_pipeline,
                                  g_object_ref (task));
       g_free (uri);
     }


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