[gnome-photos/wip/rishi/task-cache: 6/11] base-item: Rename a function
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos/wip/rishi/task-cache: 6/11] base-item: Rename a function
- Date: Tue, 7 Mar 2017 12:27:09 +0000 (UTC)
commit f2d0b01b7a4a21a140f1bafce1327311ceb23470
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 9b047f9..10de907 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;
@@ -3560,7 +3560,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]