[gnome-photos/wip/rishi/task-cache: 10/11] base-item: foo
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos/wip/rishi/task-cache: 10/11] base-item: foo
- Date: Tue, 7 Mar 2017 12:27:29 +0000 (UTC)
commit 4a6ea328e575dcc733ae8076a92181624d437e14
Author: Debarshi Ray <debarshir gnome org>
Date: Tue Mar 7 13:24:58 2017 +0100
base-item: foo
src/photos-base-item.c | 56 ++++++++++++++++++++++++------------------------
1 files changed, 28 insertions(+), 28 deletions(-)
---
diff --git a/src/photos-base-item.c b/src/photos-base-item.c
index 65c9cdd..5e38ba6 100644
--- a/src/photos-base-item.c
+++ b/src/photos-base-item.c
@@ -1259,34 +1259,6 @@ photos_base_item_guess_save_sizes_load (GObject *source_object, GAsyncResult *re
static void
-photos_base_item_pipeline_is_edited_load (GObject *source_object, GAsyncResult *res, gpointer user_data)
-{
- PhotosBaseItem *self = PHOTOS_BASE_ITEM (source_object);
- GError *error;
- GTask *task = G_TASK (user_data);
- GeglNode *graph = NULL;
- PhotosPipeline *pipeline;
- gboolean is_edited;
-
- error = NULL;
- graph = photos_base_item_load_finish (self, res, &error);
- if (error != NULL)
- {
- g_task_return_error (task, error);
- goto out;
- }
-
- pipeline = PHOTOS_PIPELINE (egg_task_cache_peek (pipeline_cache, self));
- is_edited = photos_pipeline_is_edited (pipeline);
- g_task_return_boolean (task, is_edited);
-
- out:
- g_clear_object (&graph);
- g_object_unref (task);
-}
-
-
-static void
photos_base_item_process_process (GObject *source_object, GAsyncResult *res, gpointer user_data)
{
GError *error;
@@ -1727,6 +1699,34 @@ photos_base_item_metadata_add_shared_in_thread_func (GTask *task,
static void
+photos_base_item_pipeline_is_edited_load (GObject *source_object, GAsyncResult *res, gpointer user_data)
+{
+ PhotosBaseItem *self = PHOTOS_BASE_ITEM (source_object);
+ GError *error;
+ GTask *task = G_TASK (user_data);
+ GeglNode *graph = NULL;
+ PhotosPipeline *pipeline;
+ gboolean is_edited;
+
+ error = NULL;
+ graph = photos_base_item_load_finish (self, res, &error);
+ if (error != NULL)
+ {
+ g_task_return_error (task, error);
+ goto out;
+ }
+
+ pipeline = PHOTOS_PIPELINE (egg_task_cache_peek (pipeline_cache, self));
+ is_edited = photos_pipeline_is_edited (pipeline);
+ g_task_return_boolean (task, is_edited);
+
+ out:
+ g_clear_object (&graph);
+ g_object_unref (task);
+}
+
+
+static void
photos_base_item_pipeline_save_delete (GObject *source_object, GAsyncResult *res, gpointer user_data)
{
PhotosBaseItem *self;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]