[gnome-photos/wip/rishi/thumbnailer: 11/13] base-item: Rename a function
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos/wip/rishi/thumbnailer: 11/13] base-item: Rename a function
- Date: Wed, 1 Mar 2017 17:54:29 +0000 (UTC)
commit f760518183f5af40bae9de7997a69ef635c78404
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 10ee4ff..89f3889 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]