summaryrefslogtreecommitdiff
path: root/src/Tag.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Tag.c')
-rw-r--r--src/Tag.c7925
1 files changed, 3918 insertions, 4007 deletions
diff --git a/src/Tag.c b/src/Tag.c
index 5f27dfc..f3b0e2c 100644
--- a/src/Tag.c
+++ b/src/Tag.c
@@ -1,4 +1,4 @@
-/* Tag.c generated by valac 0.36.6, the Vala compiler
+/* Tag.c generated by valac 0.40.4, the Vala compiler
* generated from Tag.vala, do not modify */
/* Copyright 2016 Software Freedom Conservancy Inc.
@@ -7,6 +7,7 @@
* (version 2.1 or later). See the COPYING file in this distribution.
*/
+
#include <glib.h>
#include <glib-object.h>
#include <stdlib.h>
@@ -310,6 +311,11 @@ typedef struct _TagRowClass TagRowClass;
typedef struct _ViewCollection ViewCollection;
typedef struct _ViewCollectionClass ViewCollectionClass;
+enum {
+ TAG_0_PROPERTY,
+ TAG_NUM_PROPERTIES
+};
+static GParamSpec* tag_properties[TAG_NUM_PROPERTIES];
#define TYPE_DATA_VIEW (data_view_get_type ())
#define DATA_VIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_DATA_VIEW, DataView))
@@ -713,17 +719,29 @@ static IndexableIface * tag_indexable_parent_iface = NULL;
gpointer data_collection_ref (gpointer instance);
void data_collection_unref (gpointer instance);
-GParamSpec* param_spec_data_collection (const gchar* name, const gchar* nick, const gchar* blurb, GType object_type, GParamFlags flags);
-void value_set_data_collection (GValue* value, gpointer v_object);
-void value_take_data_collection (GValue* value, gpointer v_object);
+GParamSpec* param_spec_data_collection (const gchar* name,
+ const gchar* nick,
+ const gchar* blurb,
+ GType object_type,
+ GParamFlags flags);
+void value_set_data_collection (GValue* value,
+ gpointer v_object);
+void value_take_data_collection (GValue* value,
+ gpointer v_object);
gpointer value_get_data_collection (const GValue* value);
GType data_collection_get_type (void) G_GNUC_CONST;
GType data_object_get_type (void) G_GNUC_CONST;
gpointer alteration_ref (gpointer instance);
void alteration_unref (gpointer instance);
-GParamSpec* param_spec_alteration (const gchar* name, const gchar* nick, const gchar* blurb, GType object_type, GParamFlags flags);
-void value_set_alteration (GValue* value, gpointer v_object);
-void value_take_alteration (GValue* value, gpointer v_object);
+GParamSpec* param_spec_alteration (const gchar* name,
+ const gchar* nick,
+ const gchar* blurb,
+ GType object_type,
+ GParamFlags flags);
+void value_set_alteration (GValue* value,
+ gpointer v_object);
+void value_take_alteration (GValue* value,
+ gpointer v_object);
gpointer value_get_alteration (const GValue* value);
GType alteration_get_type (void) G_GNUC_CONST;
GType marker_get_type (void) G_GNUC_CONST;
@@ -731,9 +749,15 @@ GType source_collection_get_type (void) G_GNUC_CONST;
GType data_source_get_type (void) G_GNUC_CONST;
gpointer source_backlink_ref (gpointer instance);
void source_backlink_unref (gpointer instance);
-GParamSpec* param_spec_source_backlink (const gchar* name, const gchar* nick, const gchar* blurb, GType object_type, GParamFlags flags);
-void value_set_source_backlink (GValue* value, gpointer v_object);
-void value_take_source_backlink (GValue* value, gpointer v_object);
+GParamSpec* param_spec_source_backlink (const gchar* name,
+ const gchar* nick,
+ const gchar* blurb,
+ GType object_type,
+ GParamFlags flags);
+void value_set_source_backlink (GValue* value,
+ gpointer v_object);
+void value_take_source_backlink (GValue* value,
+ gpointer v_object);
gpointer value_get_source_backlink (const GValue* value);
GType source_backlink_get_type (void) G_GNUC_CONST;
GType database_source_collection_get_type (void) G_GNUC_CONST;
@@ -744,9 +768,6 @@ GType tag_get_type (void) G_GNUC_CONST;
GType thumbnail_source_get_type (void) G_GNUC_CONST;
GType media_source_get_type (void) G_GNUC_CONST;
#define TAG_SOURCE_COLLECTION_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), TYPE_TAG_SOURCE_COLLECTION, TagSourceCollectionPrivate))
-enum {
- TAG_SOURCE_COLLECTION_DUMMY_PROPERTY
-};
GType media_source_collection_get_type (void) G_GNUC_CONST;
GType library_photo_source_collection_get_type (void) G_GNUC_CONST;
GType photo_source_get_type (void) G_GNUC_CONST;
@@ -754,243 +775,427 @@ GType photo_get_type (void) G_GNUC_CONST;
GType library_photo_get_type (void) G_GNUC_CONST;
gpointer media_metadata_ref (gpointer instance);
void media_metadata_unref (gpointer instance);
-GParamSpec* param_spec_media_metadata (const gchar* name, const gchar* nick, const gchar* blurb, GType object_type, GParamFlags flags);
-void value_set_media_metadata (GValue* value, gpointer v_object);
-void value_take_media_metadata (GValue* value, gpointer v_object);
+GParamSpec* param_spec_media_metadata (const gchar* name,
+ const gchar* nick,
+ const gchar* blurb,
+ GType object_type,
+ GParamFlags flags);
+void value_set_media_metadata (GValue* value,
+ gpointer v_object);
+void value_take_media_metadata (GValue* value,
+ gpointer v_object);
gpointer value_get_media_metadata (const GValue* value);
GType media_metadata_get_type (void) G_GNUC_CONST;
GType photo_metadata_get_type (void) G_GNUC_CONST;
-static void tag_source_collection_on_photo_source_reimported (TagSourceCollection* self, LibraryPhoto* photo, PhotoMetadata* metadata);
-static void _tag_source_collection_on_photo_source_reimported_library_photo_source_collection_source_reimported (LibraryPhotoSourceCollection* _sender, LibraryPhoto* photo, PhotoMetadata* metadata, gpointer self);
+static void tag_source_collection_on_photo_source_reimported (TagSourceCollection* self,
+ LibraryPhoto* photo,
+ PhotoMetadata* metadata);
+static void _tag_source_collection_on_photo_source_reimported_library_photo_source_collection_source_reimported (LibraryPhotoSourceCollection* _sender,
+ LibraryPhoto* photo,
+ PhotoMetadata* metadata,
+ gpointer self);
guint tag_hash_name_string (const gchar* a);
-static guint _tag_hash_name_string_gee_hash_data_func (gconstpointer v, gpointer self);
-gboolean tag_equal_name_strings (const gchar* a, const gchar* b);
-static gboolean _tag_equal_name_strings_gee_equal_data_func (gconstpointer a, gconstpointer b, gpointer self);
+static guint _tag_hash_name_string_gee_hash_data_func (gconstpointer v,
+ gpointer self);
+gboolean tag_equal_name_strings (const gchar* a,
+ const gchar* b);
+static gboolean _tag_equal_name_strings_gee_equal_data_func (gconstpointer a,
+ gconstpointer b,
+ gpointer self);
TagSourceCollection* tag_source_collection_new (void);
TagSourceCollection* tag_source_collection_construct (GType object_type);
#define TAG_TYPENAME "tag"
static gint64 tag_source_collection_get_tag_key (DataSource* source);
-static gint64 _tag_source_collection_get_tag_key_get_source_database_key (DataSource* source, gpointer self);
-ContainerSourceCollection* container_source_collection_construct (GType object_type, const gchar* backlink_name, const gchar* name, GetSourceDatabaseKey source_key_func, void* source_key_func_target);
-void container_source_collection_attach_collection (ContainerSourceCollection* self, SourceCollection* collection);
+static gint64 _tag_source_collection_get_tag_key_get_source_database_key (DataSource* source,
+ gpointer self);
+ContainerSourceCollection* container_source_collection_construct (GType object_type,
+ const gchar* backlink_name,
+ const gchar* name,
+ GetSourceDatabaseKey source_key_func,
+ void* source_key_func_target);
+void container_source_collection_attach_collection (ContainerSourceCollection* self,
+ SourceCollection* collection);
GType video_source_collection_get_type (void) G_GNUC_CONST;
-static gboolean tag_source_collection_real_holds_type_of_source (SourceCollection* base, DataSource* source);
+static gboolean tag_source_collection_real_holds_type_of_source (SourceCollection* base,
+ DataSource* source);
gint64 data_source_get_instance_id (DataSource* self);
-static GeeCollection* tag_source_collection_real_get_containers_holding_source (ContainerSourceCollection* base, DataSource* source);
-GeeList* tag_source_collection_fetch_for_source (TagSourceCollection* self, MediaSource* source);
-static ContainerSource* tag_source_collection_real_convert_backlink_to_container (ContainerSourceCollection* base, SourceBacklink* backlink);
+static GeeCollection* tag_source_collection_real_get_containers_holding_source (ContainerSourceCollection* base,
+ DataSource* source);
+GeeList* tag_source_collection_fetch_for_source (TagSourceCollection* self,
+ MediaSource* source);
+static ContainerSource* tag_source_collection_real_convert_backlink_to_container (ContainerSourceCollection* base,
+ SourceBacklink* backlink);
GType tag_id_get_type (void) G_GNUC_CONST;
TagID* tag_id_dup (const TagID* self);
void tag_id_free (TagID* self);
gint64 source_backlink_get_instance_id (SourceBacklink* self);
-void tag_id_init (TagID *self, gint64 id);
-Tag* tag_source_collection_fetch (TagSourceCollection* self, TagID* tag_id);
+void tag_id_init (TagID *self,
+ gint64 id);
+Tag* tag_source_collection_fetch (TagSourceCollection* self,
+ TagID* tag_id);
GeeCollection* container_source_collection_get_holding_tank (ContainerSourceCollection* self);
-void tag_get_tag_id (Tag* self, TagID* result);
+void tag_get_tag_id (Tag* self,
+ TagID* result);
gchar* tag_get_path (Tag* self);
#define TAG_PATH_SEPARATOR_STRING "/"
GeeList* hierarchical_tag_utilities_enumerate_parent_paths (const gchar* in_path);
gchar* hierarchical_tag_utilities_hierarchical_to_flat (const gchar* path);
void tag_promote (Tag* self);
-DataSource* database_source_collection_fetch_by_key (DatabaseSourceCollection* self, gint64 key);
-gboolean tag_source_collection_exists (TagSourceCollection* self, const gchar* name, gboolean treat_htags_as_root);
-Tag* tag_source_collection_fetch_by_name (TagSourceCollection* self, const gchar* name, gboolean treat_htags_as_root);
+DataSource* database_source_collection_fetch_by_key (DatabaseSourceCollection* self,
+ gint64 key);
+gboolean tag_source_collection_exists (TagSourceCollection* self,
+ const gchar* name,
+ gboolean treat_htags_as_root);
+Tag* tag_source_collection_fetch_by_name (TagSourceCollection* self,
+ const gchar* name,
+ gboolean treat_htags_as_root);
GeeCollection* tag_source_collection_get_all_names (TagSourceCollection* self);
-GeeSortedSet* tag_source_collection_fetch_sorted_for_source (TagSourceCollection* self, MediaSource* photo);
+GeeSortedSet* tag_source_collection_fetch_sorted_for_source (TagSourceCollection* self,
+ MediaSource* photo);
GeeList* hierarchical_tag_utilities_enumerate_path_components (const gchar* in_path);
gchar* hierarchical_tag_utilities_flat_to_hierarchical (const gchar* name);
-Tag* tag_source_collection_restore_tag_from_holding_tank (TagSourceCollection* self, const gchar* name);
+Tag* tag_source_collection_restore_tag_from_holding_tank (TagSourceCollection* self,
+ const gchar* name);
gchar* data_object_get_name (DataObject* self);
-gboolean container_source_collection_relink_from_holding_tank (ContainerSourceCollection* self, ContainerSource* source);
-static void tag_source_collection_real_notify_items_added (DataCollection* base, GeeIterable* added);
-void data_collection_notify_items_added (DataCollection* self, GeeIterable* added);
-static void tag_source_collection_real_notify_items_removed (DataCollection* base, GeeIterable* removed);
+gboolean container_source_collection_relink_from_holding_tank (ContainerSourceCollection* self,
+ ContainerSource* source);
+static void tag_source_collection_real_notify_items_added (DataCollection* base,
+ GeeIterable* added);
+void data_collection_notify_items_added (DataCollection* self,
+ GeeIterable* added);
+static void tag_source_collection_real_notify_items_removed (DataCollection* base,
+ GeeIterable* removed);
Tag* tag_get_hierarchical_parent (Tag* self);
GeeList* tag_get_hierarchical_children (Tag* self);
void tag_flatten (Tag* self);
-void data_collection_notify_items_removed (DataCollection* self, GeeIterable* removed);
-static void tag_source_collection_real_notify_items_altered (DataCollection* base, GeeMap* map);
-gboolean data_source_equals (DataSource* self, DataSource* source);
-void data_collection_notify_items_altered (DataCollection* self, GeeMap* items);
-static void tag_source_collection_real_notify_container_contents_added (ContainerSourceCollection* base, ContainerSource* container, GeeCollection* added, gboolean relinking);
-gint tag_compare_names (Tag* a, Tag* b);
-static gint _tag_compare_names_gcompare_data_func (gconstpointer a, gconstpointer b, gpointer self);
-void container_source_collection_notify_container_contents_added (ContainerSourceCollection* self, ContainerSource* container, GeeCollection* added, gboolean relinked);
-static void tag_source_collection_real_notify_container_contents_removed (ContainerSourceCollection* base, ContainerSource* container, GeeCollection* removed, gboolean unlinking);
-void container_source_collection_notify_container_contents_removed (ContainerSourceCollection* self, ContainerSource* container, GeeCollection* removed, gboolean unlinked);
+void data_collection_notify_items_removed (DataCollection* self,
+ GeeIterable* removed);
+static void tag_source_collection_real_notify_items_altered (DataCollection* base,
+ GeeMap* map);
+gboolean data_source_equals (DataSource* self,
+ DataSource* source);
+void data_collection_notify_items_altered (DataCollection* self,
+ GeeMap* items);
+static void tag_source_collection_real_notify_container_contents_added (ContainerSourceCollection* base,
+ ContainerSource* container,
+ GeeCollection* added,
+ gboolean relinking);
+gint tag_compare_names (Tag* a,
+ Tag* b);
+static gint _tag_compare_names_gcompare_data_func (gconstpointer a,
+ gconstpointer b,
+ gpointer self);
+void container_source_collection_notify_container_contents_added (ContainerSourceCollection* self,
+ ContainerSource* container,
+ GeeCollection* added,
+ gboolean relinked);
+static void tag_source_collection_real_notify_container_contents_removed (ContainerSourceCollection* base,
+ ContainerSource* container,
+ GeeCollection* removed,
+ gboolean unlinking);
+void container_source_collection_notify_container_contents_removed (ContainerSourceCollection* self,
+ ContainerSource* container,
+ GeeCollection* removed,
+ gboolean unlinked);
static void tag_source_collection_finalize (DataCollection * obj);
gpointer source_holding_tank_ref (gpointer instance);
void source_holding_tank_unref (gpointer instance);
-GParamSpec* param_spec_source_holding_tank (const gchar* name, const gchar* nick, const gchar* blurb, GType object_type, GParamFlags flags);
-void value_set_source_holding_tank (GValue* value, gpointer v_object);
-void value_take_source_holding_tank (GValue* value, gpointer v_object);
+GParamSpec* param_spec_source_holding_tank (const gchar* name,
+ const gchar* nick,
+ const gchar* blurb,
+ GType object_type,
+ GParamFlags flags);
+void value_set_source_holding_tank (GValue* value,
+ gpointer v_object);
+void value_take_source_holding_tank (GValue* value,
+ gpointer v_object);
gpointer value_get_source_holding_tank (const GValue* value);
GType source_holding_tank_get_type (void) G_GNUC_CONST;
gpointer source_snapshot_ref (gpointer instance);
void source_snapshot_unref (gpointer instance);
-GParamSpec* param_spec_source_snapshot (const gchar* name, const gchar* nick, const gchar* blurb, GType object_type, GParamFlags flags);
-void value_set_source_snapshot (GValue* value, gpointer v_object);
-void value_take_source_snapshot (GValue* value, gpointer v_object);
+GParamSpec* param_spec_source_snapshot (const gchar* name,
+ const gchar* nick,
+ const gchar* blurb,
+ GType object_type,
+ GParamFlags flags);
+void value_set_source_snapshot (GValue* value,
+ gpointer v_object);
+void value_take_source_snapshot (GValue* value,
+ gpointer v_object);
gpointer value_get_source_snapshot (const GValue* value);
GType source_snapshot_get_type (void) G_GNUC_CONST;
gpointer source_proxy_ref (gpointer instance);
void source_proxy_unref (gpointer instance);
-GParamSpec* param_spec_source_proxy (const gchar* name, const gchar* nick, const gchar* blurb, GType object_type, GParamFlags flags);
-void value_set_source_proxy (GValue* value, gpointer v_object);
-void value_take_source_proxy (GValue* value, gpointer v_object);
+GParamSpec* param_spec_source_proxy (const gchar* name,
+ const gchar* nick,
+ const gchar* blurb,
+ GType object_type,
+ GParamFlags flags);
+void value_set_source_proxy (GValue* value,
+ gpointer v_object);
+void value_take_source_proxy (GValue* value,
+ gpointer v_object);
gpointer value_get_source_proxy (const GValue* value);
GType source_proxy_get_type (void) G_GNUC_CONST;
GType proxyable_get_type (void) G_GNUC_CONST;
GType indexable_get_type (void) G_GNUC_CONST;
gpointer tag_row_ref (gpointer instance);
void tag_row_unref (gpointer instance);
-GParamSpec* param_spec_tag_row (const gchar* name, const gchar* nick, const gchar* blurb, GType object_type, GParamFlags flags);
-void value_set_tag_row (GValue* value, gpointer v_object);
-void value_take_tag_row (GValue* value, gpointer v_object);
+GParamSpec* param_spec_tag_row (const gchar* name,
+ const gchar* nick,
+ const gchar* blurb,
+ GType object_type,
+ GParamFlags flags);
+void value_set_tag_row (GValue* value,
+ gpointer v_object);
+void value_take_tag_row (GValue* value,
+ gpointer v_object);
gpointer value_get_tag_row (const GValue* value);
GType tag_row_get_type (void) G_GNUC_CONST;
GType view_collection_get_type (void) G_GNUC_CONST;
#define TAG_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), TYPE_TAG, TagPrivate))
-enum {
- TAG_DUMMY_PROPERTY
-};
GType data_view_get_type (void) G_GNUC_CONST;
-static void tag_on_media_views_contents_altered (Tag* self, GeeIterable* added, GeeIterable* removed);
-static void _tag_on_media_views_contents_altered_data_collection_contents_altered (DataCollection* _sender, GeeIterable* added, GeeIterable* removed, gpointer self);
-static void tag_on_sources_destroyed (Tag* self, GeeCollection* sources);
-static void _tag_on_sources_destroyed_source_collection_items_destroyed (SourceCollection* _sender, GeeCollection* destroyed, gpointer self);
+static void tag_on_media_views_contents_altered (Tag* self,
+ GeeIterable* added,
+ GeeIterable* removed);
+static void _tag_on_media_views_contents_altered_data_collection_contents_altered (DataCollection* _sender,
+ GeeIterable* added,
+ GeeIterable* removed,
+ gpointer self);
+static void tag_on_sources_destroyed (Tag* self,
+ GeeCollection* sources);
+static void _tag_on_sources_destroyed_source_collection_items_destroyed (SourceCollection* _sender,
+ GeeCollection* destroyed,
+ gpointer self);
#define TAG_TAG_LIST_SEPARATOR_STRING ", "
-static Tag* tag_new (TagRow* row, gint64 object_id);
-static Tag* tag_construct (GType object_type, TagRow* row, gint64 object_id);
-DataSource* data_source_construct (GType object_type, gint64 object_id);
+static Tag* tag_new (TagRow* row,
+ gint64 object_id);
+static Tag* tag_construct (GType object_type,
+ TagRow* row,
+ gint64 object_id);
+DataSource* data_source_construct (GType object_type,
+ gint64 object_id);
gchar* tag_prep_tag_name (const gchar* name);
GType thumbnail_view_get_type (void) G_GNUC_CONST;
gpointer media_collection_registry_ref (gpointer instance);
void media_collection_registry_unref (gpointer instance);
-GParamSpec* param_spec_media_collection_registry (const gchar* name, const gchar* nick, const gchar* blurb, GType object_type, GParamFlags flags);
-void value_set_media_collection_registry (GValue* value, gpointer v_object);
-void value_take_media_collection_registry (GValue* value, gpointer v_object);
+GParamSpec* param_spec_media_collection_registry (const gchar* name,
+ const gchar* nick,
+ const gchar* blurb,
+ GType object_type,
+ GParamFlags flags);
+void value_set_media_collection_registry (GValue* value,
+ gpointer v_object);
+void value_take_media_collection_registry (GValue* value,
+ gpointer v_object);
gpointer value_get_media_collection_registry (const GValue* value);
GType media_collection_registry_get_type (void) G_GNUC_CONST;
MediaCollectionRegistry* media_collection_registry_get_instance (void);
-MediaSource* media_collection_registry_fetch_media (MediaCollectionRegistry* self, const gchar* source_id);
+MediaSource* media_collection_registry_fetch_media (MediaCollectionRegistry* self,
+ const gchar* source_id);
ThumbnailView* thumbnail_view_new (ThumbnailSource* source);
-ThumbnailView* thumbnail_view_construct (GType object_type, ThumbnailSource* source);
+ThumbnailView* thumbnail_view_construct (GType object_type,
+ ThumbnailSource* source);
ViewCollection* view_collection_new (const gchar* name);
-ViewCollection* view_collection_construct (GType object_type, const gchar* name);
-GeeCollection* data_collection_add_many (DataCollection* self, GeeCollection* objects, ProgressMonitor monitor, void* monitor_target);
-void container_source_collection_notify_container_contents_altered (ContainerSourceCollection* self, ContainerSource* container, GeeCollection* added, gboolean relinked, GeeCollection* removed, gboolean unlinked);
+ViewCollection* view_collection_construct (GType object_type,
+ const gchar* name);
+GeeCollection* data_collection_add_many (DataCollection* self,
+ GeeCollection* objects,
+ ProgressMonitor monitor,
+ void* monitor_target);
+void container_source_collection_notify_container_contents_altered (ContainerSourceCollection* self,
+ ContainerSource* container,
+ GeeCollection* added,
+ gboolean relinked,
+ GeeCollection* removed,
+ gboolean unlinked);
static void tag_update_indexable_keywords (Tag* self);
-void tag_init (ProgressMonitor monitor, void* monitor_target);
+void tag_init (ProgressMonitor monitor,
+ void* monitor_target);
gpointer database_table_ref (gpointer instance);
void database_table_unref (gpointer instance);
-GParamSpec* param_spec_database_table (const gchar* name, const gchar* nick, const gchar* blurb, GType object_type, GParamFlags flags);
-void value_set_database_table (GValue* value, gpointer v_object);
-void value_take_database_table (GValue* value, gpointer v_object);
+GParamSpec* param_spec_database_table (const gchar* name,
+ const gchar* nick,
+ const gchar* blurb,
+ GType object_type,
+ GParamFlags flags);
+void value_set_database_table (GValue* value,
+ gpointer v_object);
+void value_take_database_table (GValue* value,
+ gpointer v_object);
gpointer value_get_database_table (const GValue* value);
GType database_table_get_type (void) G_GNUC_CONST;
GType tag_table_get_type (void) G_GNUC_CONST;
TagTable* tag_table_get_instance (void);
GQuark database_error_quark (void);
-GeeList* tag_table_get_all_rows (TagTable* self, GError** error);
+GeeList* tag_table_get_all_rows (TagTable* self,
+ GError** error);
void app_window_database_error (GError* err);
-void tag_table_remove (TagTable* self, TagID* tag_id, GError** error);
+void tag_table_remove (TagTable* self,
+ TagID* tag_id,
+ GError** error);
#define DATA_OBJECT_INVALID_OBJECT_ID ((gint64) -1)
gboolean container_source_has_links (ContainerSource* self);
-void data_source_rehydrate_backlinks (DataSource* self, SourceCollection* unlinked_from, const gchar* dehydrated);
+void data_source_rehydrate_backlinks (DataSource* self,
+ SourceCollection* unlinked_from,
+ const gchar* dehydrated);
GeeCollection* tag_get_sources (Tag* self);
gchar* tag_get_user_visible_name (Tag* self);
-void tag_attach_many (Tag* self, GeeCollection* sources);
-GeeMultiMap* tag_detach_many (Tag* self, GeeCollection* sources);
-gboolean data_source_destroy_orphan (DataSource* self, gboolean delete_backing);
+void tag_attach_many (Tag* self,
+ GeeCollection* sources);
+GeeMultiMap* tag_detach_many (Tag* self,
+ GeeCollection* sources);
+gboolean data_source_destroy_orphan (DataSource* self,
+ gboolean delete_backing);
gint tag_get_sources_count (Tag* self);
-void container_source_collection_init_add_many_unlinked (ContainerSourceCollection* self, GeeCollection* unlinked);
+void container_source_collection_init_add_many_unlinked (ContainerSourceCollection* self,
+ GeeCollection* unlinked);
void tag_terminate (void);
-gint string_precollated_compare (const gchar* astr, const gchar* akey, const gchar* bstr, const gchar* bkey);
+gint string_precollated_compare (const gchar* astr,
+ const gchar* akey,
+ const gchar* bstr,
+ const gchar* bkey);
gchar* tag_get_name_collation_key (Tag* self);
-gint tag_compare_user_visible_names (Tag* a, Tag* b);
+gint tag_compare_user_visible_names (Tag* a,
+ Tag* b);
guint string_collated_hash (void* ptr);
-gboolean string_collated_equals (void* a, void* b);
+gboolean string_collated_equals (void* a,
+ void* b);
Tag* tag_for_path (const gchar* name);
-TagRow* tag_table_add (TagTable* self, const gchar* name, GError** error);
-gboolean data_collection_add (DataCollection* self, DataObject* object);
+TagRow* tag_table_add (TagTable* self,
+ const gchar* name,
+ GError** error);
+gboolean data_collection_add (DataCollection* self,
+ DataObject* object);
GeeCollection* tag_get_terminal_tags (GeeCollection* tags);
GeeList* tag_make_user_visible_tag_list (GeeCollection* tags);
-static gint _tag_compare_user_visible_names_gcompare_data_func (gconstpointer a, gconstpointer b, gpointer self);
-gchar* tag_make_tag_markup_string (GeeList* tags, gint highlight_index);
+static gint _tag_compare_user_visible_names_gcompare_data_func (gconstpointer a,
+ gconstpointer b,
+ gpointer self);
+gchar* tag_make_tag_markup_string (GeeList* tags,
+ gint highlight_index);
gchar* guarded_markup_escape_text (const gchar* plain);
GType prepare_input_text_options_get_type (void) G_GNUC_CONST;
-gchar* prepare_input_text (const gchar* text, PrepareInputTextOptions options, gint dest_length);
+gchar* prepare_input_text (const gchar* text,
+ PrepareInputTextOptions options,
+ gint dest_length);
#define DEFAULT_USER_TEXT_INPUT_LENGTH 1024
-gchar** tag_prep_tag_names (gchar** names, int names_length1, int* result_length1);
-static void _vala_array_add127 (gchar** * array, int* length, int* size, gchar* value);
-static void tag_set_raw_flat_name (Tag* self, const gchar* name);
-void tag_table_rename (TagTable* self, TagID* tag_id, const gchar* new_name, GError** error);
-void data_object_notify_altered (DataObject* self, Alteration* alteration);
+gchar** tag_prep_tag_names (gchar** names,
+ int names_length1,
+ int* result_length1);
+static void _vala_array_add128 (gchar** * array,
+ int* length,
+ int* size,
+ gchar* value);
+static void tag_set_raw_flat_name (Tag* self,
+ const gchar* name);
+void tag_table_rename (TagTable* self,
+ TagID* tag_id,
+ const gchar* new_name,
+ GError** error);
+void data_object_notify_altered (DataObject* self,
+ Alteration* alteration);
Alteration* alteration_new_from_list (const gchar* list);
-Alteration* alteration_construct_from_list (GType object_type, const gchar* list);
-static void tag_set_raw_path (Tag* self, const gchar* path, gboolean suppress_notify);
+Alteration* alteration_construct_from_list (GType object_type,
+ const gchar* list);
+static void tag_set_raw_path (Tag* self,
+ const gchar* path,
+ gboolean suppress_notify);
static gchar* tag_real_get_typename (DataSource* base);
static gint64 tag_real_get_instance_id (DataSource* base);
static gchar* tag_real_get_name (DataObject* base);
gchar* hierarchical_tag_utilities_get_basename (const gchar* in_path);
gchar* tag_get_searchable_name (Tag* self);
gchar* string_remove_diacritics (const gchar* istring);
-gint tag_get_attachment_count (Tag* self, MediaSource* source);
-gboolean tag_contains (Tag* self, MediaSource* source);
+gint tag_get_attachment_count (Tag* self,
+ MediaSource* source);
+gboolean tag_contains (Tag* self,
+ MediaSource* source);
static gchar* tag_get_next_untitled_tag_name (const gchar* _prefix);
Tag* tag_create_new_child (Tag* self);
Tag* tag_create_new_root (void);
static gchar* tag_real_to_string (DataObject* base);
gint data_collection_get_count (DataCollection* self);
-static gboolean tag_real_equals (DataSource* base, DataSource* source);
+static gboolean tag_real_equals (DataSource* base,
+ DataSource* source);
static SourceSnapshot* tag_real_save_snapshot (DataSource* base);
static TagTagSnapshot* tag_tag_snapshot_new (Tag* tag);
-static TagTagSnapshot* tag_tag_snapshot_construct (GType object_type, Tag* tag);
+static TagTagSnapshot* tag_tag_snapshot_construct (GType object_type,
+ Tag* tag);
static GType tag_tag_snapshot_get_type (void) G_GNUC_CONST G_GNUC_UNUSED;
static SourceProxy* tag_real_get_proxy (Proxyable* base);
static TagTagProxy* tag_tag_proxy_new (Tag* tag);
-static TagTagProxy* tag_tag_proxy_construct (GType object_type, Tag* tag);
+static TagTagProxy* tag_tag_proxy_construct (GType object_type,
+ Tag* tag);
static GType tag_tag_proxy_get_type (void) G_GNUC_CONST G_GNUC_UNUSED;
-Tag* tag_reconstitute (gint64 object_id, TagRow* row);
-void tag_table_create_from_row (TagTable* self, TagRow* row, TagID* result, GError** error);
+Tag* tag_reconstitute (gint64 object_id,
+ TagRow* row);
+void tag_table_create_from_row (TagTable* self,
+ TagRow* row,
+ TagID* result,
+ GError** error);
gchar* data_object_to_string (DataObject* self);
static gboolean tag_real_has_links (ContainerSource* base);
-gboolean source_collection_has_backlink (SourceCollection* self, SourceBacklink* backlink);
+gboolean source_collection_has_backlink (SourceCollection* self,
+ SourceBacklink* backlink);
SourceBacklink* container_source_get_backlink (ContainerSource* self);
static SourceBacklink* tag_real_get_backlink (ContainerSource* base);
SourceBacklink* source_backlink_new_from_source (DataSource* source);
-SourceBacklink* source_backlink_construct_from_source (GType object_type, DataSource* source);
-static void tag_real_break_link (ContainerSource* base, DataSource* source);
-GeeList* tag_detach (Tag* self, MediaSource* source);
-static void tag_real_break_link_many (ContainerSource* base, GeeCollection* sources);
-static void tag_real_establish_link (ContainerSource* base, DataSource* source);
-void tag_attach (Tag* self, MediaSource* source);
-static void tag_real_establish_link_many (ContainerSource* base, GeeCollection* sources);
+SourceBacklink* source_backlink_construct_from_source (GType object_type,
+ DataSource* source);
+static void tag_real_break_link (ContainerSource* base,
+ DataSource* source);
+GeeList* tag_detach (Tag* self,
+ MediaSource* source);
+static void tag_real_break_link_many (ContainerSource* base,
+ GeeCollection* sources);
+static void tag_real_establish_link (ContainerSource* base,
+ DataSource* source);
+void tag_attach (Tag* self,
+ MediaSource* source);
+static void tag_real_establish_link_many (ContainerSource* base,
+ GeeCollection* sources);
gchar* indexable_prepare_indexable_string (const gchar* str);
static const gchar* tag_real_get_indexable_keywords (Indexable* base);
-gboolean view_collection_has_view_for_source (ViewCollection* self, DataSource* source);
-DataView* view_collection_get_view_for_source (ViewCollection* self, DataSource* source);
-void data_collection_remove_marked (DataCollection* self, Marker* m);
-Marker* data_collection_mark (DataCollection* self, DataObject* object);
+gboolean view_collection_has_view_for_source (ViewCollection* self,
+ DataSource* source);
+DataView* view_collection_get_view_for_source (ViewCollection* self,
+ DataSource* source);
+void data_collection_remove_marked (DataCollection* self,
+ Marker* m);
+Marker* data_collection_mark (DataCollection* self,
+ DataObject* object);
Marker* data_collection_start_marking (DataCollection* self);
-void marker_mark (Marker* self, DataObject* object);
-gboolean tag_rename (Tag* self, const gchar* name);
+void marker_mark (Marker* self,
+ DataObject* object);
+gboolean tag_rename (Tag* self,
+ const gchar* name);
GeeCollection* view_collection_get_sources (ViewCollection* self);
-void tag_mirror_sources (Tag* self, ViewCollection* view, CreateView mirroring_ctor, void* mirroring_ctor_target);
-void view_collection_mirror (ViewCollection* self, ViewCollection* to_mirror, CreateView mirroring_ctor, void* mirroring_ctor_target, CreateViewPredicate should_mirror, void* should_mirror_target);
+void tag_mirror_sources (Tag* self,
+ ViewCollection* view,
+ CreateView mirroring_ctor,
+ void* mirroring_ctor_target);
+void view_collection_mirror (ViewCollection* self,
+ ViewCollection* to_mirror,
+ CreateView mirroring_ctor,
+ void* mirroring_ctor_target,
+ CreateViewPredicate should_mirror,
+ void* should_mirror_target);
DataSource* data_view_get_source (DataView* self);
gchar* data_source_get_source_id (DataSource* self);
-void tag_table_set_tagged_sources (TagTable* self, TagID* tag_id, GeeCollection* source_ids, GError** error);
+void tag_table_set_tagged_sources (TagTable* self,
+ TagID* tag_id,
+ GeeCollection* source_ids,
+ GError** error);
static void tag_real_destroy (DataSource* base);
void data_collection_clear (DataCollection* self);
void data_source_destroy (DataSource* self);
#define TAG_TAG_SNAPSHOT_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), TAG_TYPE_TAG_SNAPSHOT, TagTagSnapshotPrivate))
-enum {
- TAG_TAG_SNAPSHOT_DUMMY_PROPERTY
-};
-static void tag_tag_snapshot_on_source_destroyed (TagTagSnapshot* self, DataSource* source);
-static void _tag_tag_snapshot_on_source_destroyed_source_collection_item_destroyed (SourceCollection* _sender, DataSource* source, gpointer self);
+static void tag_tag_snapshot_on_source_destroyed (TagTagSnapshot* self,
+ DataSource* source);
+static void _tag_tag_snapshot_on_source_destroyed_source_collection_item_destroyed (SourceCollection* _sender,
+ DataSource* source,
+ gpointer self);
SourceSnapshot* source_snapshot_construct (GType object_type);
static TagRow* tag_tag_snapshot_get_row (TagTagSnapshot* self);
static void tag_tag_snapshot_real_notify_broken (SourceSnapshot* base);
@@ -998,51 +1203,72 @@ TagRow* tag_row_new (void);
TagRow* tag_row_construct (GType object_type);
void source_snapshot_notify_broken (SourceSnapshot* self);
static void tag_tag_snapshot_finalize (SourceSnapshot * obj);
-enum {
- TAG_TAG_PROXY_DUMMY_PROPERTY
-};
-SourceProxy* source_proxy_construct (GType object_type, DataSource* source);
-static DataSource* tag_tag_proxy_real_reconstitute (SourceProxy* base, gint64 object_id, SourceSnapshot* snapshot);
+SourceProxy* source_proxy_construct (GType object_type,
+ DataSource* source);
+static DataSource* tag_tag_proxy_real_reconstitute (SourceProxy* base,
+ gint64 object_id,
+ SourceSnapshot* snapshot);
static void tag_finalize (GObject * obj);
-static void _vala_array_destroy (gpointer array, gint array_length, GDestroyNotify destroy_func);
-static void _vala_array_free (gpointer array, gint array_length, GDestroyNotify destroy_func);
-
-
-static void _tag_source_collection_on_photo_source_reimported_library_photo_source_collection_source_reimported (LibraryPhotoSourceCollection* _sender, LibraryPhoto* photo, PhotoMetadata* metadata, gpointer self) {
+static void _vala_array_destroy (gpointer array,
+ gint array_length,
+ GDestroyNotify destroy_func);
+static void _vala_array_free (gpointer array,
+ gint array_length,
+ GDestroyNotify destroy_func);
+
+
+static void
+_tag_source_collection_on_photo_source_reimported_library_photo_source_collection_source_reimported (LibraryPhotoSourceCollection* _sender,
+ LibraryPhoto* photo,
+ PhotoMetadata* metadata,
+ gpointer self)
+{
#line 26 "/home/jens/Source/shotwell/src/Tag.vala"
tag_source_collection_on_photo_source_reimported ((TagSourceCollection*) self, photo, metadata);
-#line 1015 "Tag.c"
+#line 1229 "Tag.c"
}
-static guint _tag_hash_name_string_gee_hash_data_func (gconstpointer v, gpointer self) {
+static guint
+_tag_hash_name_string_gee_hash_data_func (gconstpointer v,
+ gpointer self)
+{
guint result;
result = tag_hash_name_string ((const gchar*) v);
#line 8 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 1024 "Tag.c"
+#line 1241 "Tag.c"
}
-static gboolean _tag_equal_name_strings_gee_equal_data_func (gconstpointer a, gconstpointer b, gpointer self) {
+static gboolean
+_tag_equal_name_strings_gee_equal_data_func (gconstpointer a,
+ gconstpointer b,
+ gpointer self)
+{
gboolean result;
result = tag_equal_name_strings ((const gchar*) a, (const gchar*) b);
#line 8 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 1033 "Tag.c"
+#line 1254 "Tag.c"
}
-static gint64 _tag_source_collection_get_tag_key_get_source_database_key (DataSource* source, gpointer self) {
+static gint64
+_tag_source_collection_get_tag_key_get_source_database_key (DataSource* source,
+ gpointer self)
+{
gint64 result;
result = tag_source_collection_get_tag_key (source);
#line 16 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 1042 "Tag.c"
+#line 1266 "Tag.c"
}
-TagSourceCollection* tag_source_collection_construct (GType object_type) {
+TagSourceCollection*
+tag_source_collection_construct (GType object_type)
+{
TagSourceCollection* self = NULL;
LibraryPhotoSourceCollection* _tmp0_;
VideoSourceCollection* _tmp1_;
@@ -1063,419 +1289,410 @@ TagSourceCollection* tag_source_collection_construct (GType object_type) {
g_signal_connect (_tmp2_, "source-reimported", (GCallback) _tag_source_collection_on_photo_source_reimported_library_photo_source_collection_source_reimported, self);
#line 15 "/home/jens/Source/shotwell/src/Tag.vala"
return self;
-#line 1067 "Tag.c"
+#line 1293 "Tag.c"
}
-TagSourceCollection* tag_source_collection_new (void) {
+TagSourceCollection*
+tag_source_collection_new (void)
+{
#line 15 "/home/jens/Source/shotwell/src/Tag.vala"
return tag_source_collection_construct (TYPE_TAG_SOURCE_COLLECTION);
-#line 1074 "Tag.c"
+#line 1302 "Tag.c"
}
-static gboolean tag_source_collection_real_holds_type_of_source (SourceCollection* base, DataSource* source) {
+static gboolean
+tag_source_collection_real_holds_type_of_source (SourceCollection* base,
+ DataSource* source)
+{
TagSourceCollection * self;
gboolean result = FALSE;
- DataSource* _tmp0_;
#line 29 "/home/jens/Source/shotwell/src/Tag.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_TAG_SOURCE_COLLECTION, TagSourceCollection);
#line 29 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_val_if_fail (IS_DATA_SOURCE (source), FALSE);
#line 30 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp0_ = source;
-#line 30 "/home/jens/Source/shotwell/src/Tag.vala"
- result = G_TYPE_CHECK_INSTANCE_TYPE (_tmp0_, TYPE_TAG);
+ result = G_TYPE_CHECK_INSTANCE_TYPE (source, TYPE_TAG);
#line 30 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 1092 "Tag.c"
+#line 1320 "Tag.c"
}
-static gint64 tag_source_collection_get_tag_key (DataSource* source) {
+static gint64
+tag_source_collection_get_tag_key (DataSource* source)
+{
gint64 result = 0LL;
- DataSource* _tmp0_;
- gint64 _tmp1_;
#line 33 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_val_if_fail (IS_DATA_SOURCE (source), 0LL);
#line 34 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp0_ = source;
-#line 34 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp1_ = data_source_get_instance_id (G_TYPE_CHECK_INSTANCE_CAST (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, TYPE_TAG, Tag), TYPE_DATA_SOURCE, DataSource));
-#line 34 "/home/jens/Source/shotwell/src/Tag.vala"
- result = _tmp1_;
+ result = data_source_get_instance_id (G_TYPE_CHECK_INSTANCE_CAST (G_TYPE_CHECK_INSTANCE_CAST (source, TYPE_TAG, Tag), TYPE_DATA_SOURCE, DataSource));
#line 34 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 1110 "Tag.c"
+#line 1334 "Tag.c"
}
-static GeeCollection* tag_source_collection_real_get_containers_holding_source (ContainerSourceCollection* base, DataSource* source) {
+static GeeCollection*
+tag_source_collection_real_get_containers_holding_source (ContainerSourceCollection* base,
+ DataSource* source)
+{
TagSourceCollection * self;
GeeCollection* result = NULL;
- DataSource* _tmp0_;
- GeeList* _tmp1_;
+ GeeList* _tmp0_;
#line 37 "/home/jens/Source/shotwell/src/Tag.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_TAG_SOURCE_COLLECTION, TagSourceCollection);
#line 37 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_val_if_fail (IS_DATA_SOURCE (source), NULL);
#line 38 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp0_ = source;
-#line 38 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp1_ = tag_source_collection_fetch_for_source (self, G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, TYPE_MEDIA_SOURCE, MediaSource));
+ _tmp0_ = tag_source_collection_fetch_for_source (self, G_TYPE_CHECK_INSTANCE_CAST (source, TYPE_MEDIA_SOURCE, MediaSource));
#line 38 "/home/jens/Source/shotwell/src/Tag.vala"
- result = G_TYPE_CHECK_INSTANCE_CAST (_tmp1_, GEE_TYPE_COLLECTION, GeeCollection);
+ result = G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, GEE_TYPE_COLLECTION, GeeCollection);
#line 38 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 1131 "Tag.c"
+#line 1355 "Tag.c"
}
-static gpointer _g_object_ref0 (gpointer self) {
+static gpointer
+_g_object_ref0 (gpointer self)
+{
#line 48 "/home/jens/Source/shotwell/src/Tag.vala"
return self ? g_object_ref (self) : NULL;
-#line 1138 "Tag.c"
+#line 1364 "Tag.c"
}
-static ContainerSource* tag_source_collection_real_convert_backlink_to_container (ContainerSourceCollection* base, SourceBacklink* backlink) {
+static ContainerSource*
+tag_source_collection_real_convert_backlink_to_container (ContainerSourceCollection* base,
+ SourceBacklink* backlink)
+{
TagSourceCollection * self;
ContainerSource* result = NULL;
TagID tag_id = {0};
- SourceBacklink* _tmp0_;
+ gint64 _tmp0_;
gint64 _tmp1_;
- gint64 _tmp2_;
Tag* _result_ = NULL;
Tag* tag = NULL;
- TagID _tmp3_;
+ TagID _tmp2_;
+ Tag* _tmp3_;
Tag* _tmp4_;
- Tag* _tmp5_;
- Tag* _tmp25_;
+ Tag* _tmp23_;
#line 41 "/home/jens/Source/shotwell/src/Tag.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_TAG_SOURCE_COLLECTION, TagSourceCollection);
#line 41 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_val_if_fail (IS_SOURCE_BACKLINK (backlink), NULL);
#line 42 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp0_ = backlink;
+ _tmp0_ = source_backlink_get_instance_id (backlink);
#line 42 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp1_ = source_backlink_get_instance_id (_tmp0_);
-#line 42 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp2_ = _tmp1_;
+ _tmp1_ = _tmp0_;
#line 42 "/home/jens/Source/shotwell/src/Tag.vala"
- tag_id_init (&tag_id, _tmp2_);
+ tag_id_init (&tag_id, _tmp1_);
#line 43 "/home/jens/Source/shotwell/src/Tag.vala"
_result_ = NULL;
#line 46 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp3_ = tag_id;
+ _tmp2_ = tag_id;
#line 46 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp4_ = tag_source_collection_fetch (self, &_tmp3_);
+ _tmp3_ = tag_source_collection_fetch (self, &_tmp2_);
#line 46 "/home/jens/Source/shotwell/src/Tag.vala"
- tag = _tmp4_;
+ tag = _tmp3_;
#line 47 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp5_ = tag;
+ _tmp4_ = tag;
#line 47 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp5_ != NULL) {
-#line 1179 "Tag.c"
+ if (_tmp4_ != NULL) {
+#line 1405 "Tag.c"
+ Tag* _tmp5_;
Tag* _tmp6_;
- Tag* _tmp7_;
#line 48 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp6_ = tag;
+ _tmp5_ = tag;
#line 48 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp7_ = _g_object_ref0 (_tmp6_);
+ _tmp6_ = _g_object_ref0 (_tmp5_);
#line 48 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (_result_);
#line 48 "/home/jens/Source/shotwell/src/Tag.vala"
- _result_ = _tmp7_;
-#line 1190 "Tag.c"
+ _result_ = _tmp6_;
+#line 1416 "Tag.c"
} else {
{
GeeIterator* _container_it = NULL;
+ GeeCollection* _tmp7_;
GeeCollection* _tmp8_;
- GeeCollection* _tmp9_;
+ GeeIterator* _tmp9_;
GeeIterator* _tmp10_;
- GeeIterator* _tmp11_;
#line 51 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp8_ = container_source_collection_get_holding_tank (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_CONTAINER_SOURCE_COLLECTION, ContainerSourceCollection));
+ _tmp7_ = container_source_collection_get_holding_tank (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_CONTAINER_SOURCE_COLLECTION, ContainerSourceCollection));
#line 51 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp9_ = _tmp8_;
+ _tmp8_ = _tmp7_;
#line 51 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp10_ = gee_iterable_iterator (G_TYPE_CHECK_INSTANCE_CAST (_tmp9_, GEE_TYPE_ITERABLE, GeeIterable));
+ _tmp9_ = gee_iterable_iterator (G_TYPE_CHECK_INSTANCE_CAST (_tmp8_, GEE_TYPE_ITERABLE, GeeIterable));
#line 51 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp11_ = _tmp10_;
+ _tmp10_ = _tmp9_;
#line 51 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_object_unref0 (_tmp9_);
+ _g_object_unref0 (_tmp8_);
#line 51 "/home/jens/Source/shotwell/src/Tag.vala"
- _container_it = _tmp11_;
+ _container_it = _tmp10_;
#line 51 "/home/jens/Source/shotwell/src/Tag.vala"
while (TRUE) {
-#line 1212 "Tag.c"
- GeeIterator* _tmp12_;
- gboolean _tmp13_;
+#line 1438 "Tag.c"
+ GeeIterator* _tmp11_;
ContainerSource* container = NULL;
- GeeIterator* _tmp14_;
- gpointer _tmp15_;
- ContainerSource* _tmp16_;
- Tag* _tmp17_;
- Tag* _tmp18_;
- TagID _tmp19_ = {0};
+ GeeIterator* _tmp12_;
+ gpointer _tmp13_;
+ ContainerSource* _tmp14_;
+ Tag* _tmp15_;
+ Tag* _tmp16_;
+ TagID _tmp17_ = {0};
+ gint64 _tmp18_;
+ TagID _tmp19_;
gint64 _tmp20_;
- TagID _tmp21_;
- gint64 _tmp22_;
#line 51 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp12_ = _container_it;
-#line 51 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp13_ = gee_iterator_next (_tmp12_);
+ _tmp11_ = _container_it;
#line 51 "/home/jens/Source/shotwell/src/Tag.vala"
- if (!_tmp13_) {
+ if (!gee_iterator_next (_tmp11_)) {
#line 51 "/home/jens/Source/shotwell/src/Tag.vala"
break;
-#line 1233 "Tag.c"
+#line 1456 "Tag.c"
}
#line 51 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp14_ = _container_it;
+ _tmp12_ = _container_it;
#line 51 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp15_ = gee_iterator_get (_tmp14_);
+ _tmp13_ = gee_iterator_get (_tmp12_);
#line 51 "/home/jens/Source/shotwell/src/Tag.vala"
- container = (ContainerSource*) _tmp15_;
+ container = (ContainerSource*) _tmp13_;
#line 52 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp16_ = container;
+ _tmp14_ = container;
#line 52 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp17_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_CAST (_tmp16_, TYPE_TAG, Tag));
+ _tmp15_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_CAST (_tmp14_, TYPE_TAG, Tag));
#line 52 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (tag);
#line 52 "/home/jens/Source/shotwell/src/Tag.vala"
- tag = _tmp17_;
+ tag = _tmp15_;
#line 53 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp18_ = tag;
+ _tmp16_ = tag;
#line 53 "/home/jens/Source/shotwell/src/Tag.vala"
- tag_get_tag_id (_tmp18_, &_tmp19_);
+ tag_get_tag_id (_tmp16_, &_tmp17_);
#line 53 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp20_ = _tmp19_.id;
+ _tmp18_ = _tmp17_.id;
#line 53 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp21_ = tag_id;
+ _tmp19_ = tag_id;
#line 53 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp22_ = _tmp21_.id;
+ _tmp20_ = _tmp19_.id;
#line 53 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp20_ == _tmp22_) {
-#line 1261 "Tag.c"
- Tag* _tmp23_;
- Tag* _tmp24_;
+ if (_tmp18_ == _tmp20_) {
+#line 1484 "Tag.c"
+ Tag* _tmp21_;
+ Tag* _tmp22_;
#line 54 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp23_ = tag;
+ _tmp21_ = tag;
#line 54 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp24_ = _g_object_ref0 (_tmp23_);
+ _tmp22_ = _g_object_ref0 (_tmp21_);
#line 54 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (_result_);
#line 54 "/home/jens/Source/shotwell/src/Tag.vala"
- _result_ = _tmp24_;
+ _result_ = _tmp22_;
#line 55 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (container);
#line 55 "/home/jens/Source/shotwell/src/Tag.vala"
break;
-#line 1276 "Tag.c"
+#line 1499 "Tag.c"
}
#line 51 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (container);
-#line 1280 "Tag.c"
+#line 1503 "Tag.c"
}
#line 51 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (_container_it);
-#line 1284 "Tag.c"
+#line 1507 "Tag.c"
}
}
#line 63 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp25_ = _result_;
+ _tmp23_ = _result_;
#line 63 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp25_ != NULL) {
-#line 1291 "Tag.c"
- gboolean _tmp26_ = FALSE;
- Tag* _tmp27_;
- gchar* _tmp28_;
- gchar* _tmp29_;
- gboolean _tmp30_;
- gboolean _tmp31_;
-#line 64 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp27_ = _result_;
+ if (_tmp23_ != NULL) {
+#line 1514 "Tag.c"
+ gboolean _tmp24_ = FALSE;
+ Tag* _tmp25_;
+ gchar* _tmp26_;
+ gchar* _tmp27_;
+ gboolean _tmp28_;
#line 64 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp28_ = tag_get_path (_tmp27_);
+ _tmp25_ = _result_;
#line 64 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp29_ = _tmp28_;
+ _tmp26_ = tag_get_path (_tmp25_);
#line 64 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp30_ = g_str_has_prefix (_tmp29_, TAG_PATH_SEPARATOR_STRING);
+ _tmp27_ = _tmp26_;
#line 64 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp31_ = _tmp30_;
+ _tmp28_ = g_str_has_prefix (_tmp27_, TAG_PATH_SEPARATOR_STRING);
#line 64 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp29_);
+ _g_free0 (_tmp27_);
#line 64 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp31_) {
-#line 1312 "Tag.c"
- Tag* _tmp32_;
- gchar* _tmp33_;
- gchar* _tmp34_;
- GeeList* _tmp35_;
- GeeList* _tmp36_;
- gint _tmp37_;
- gint _tmp38_;
+ if (_tmp28_) {
+#line 1532 "Tag.c"
+ Tag* _tmp29_;
+ gchar* _tmp30_;
+ gchar* _tmp31_;
+ GeeList* _tmp32_;
+ GeeList* _tmp33_;
+ gint _tmp34_;
+ gint _tmp35_;
#line 65 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp32_ = _result_;
+ _tmp29_ = _result_;
#line 65 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp33_ = tag_get_path (_tmp32_);
+ _tmp30_ = tag_get_path (_tmp29_);
#line 65 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp34_ = _tmp33_;
+ _tmp31_ = _tmp30_;
#line 65 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp35_ = hierarchical_tag_utilities_enumerate_parent_paths (_tmp34_);
+ _tmp32_ = hierarchical_tag_utilities_enumerate_parent_paths (_tmp31_);
#line 65 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp36_ = _tmp35_;
+ _tmp33_ = _tmp32_;
#line 65 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp37_ = gee_collection_get_size (G_TYPE_CHECK_INSTANCE_CAST (_tmp36_, GEE_TYPE_COLLECTION, GeeCollection));
+ _tmp34_ = gee_collection_get_size (G_TYPE_CHECK_INSTANCE_CAST (_tmp33_, GEE_TYPE_COLLECTION, GeeCollection));
#line 65 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp38_ = _tmp37_;
+ _tmp35_ = _tmp34_;
#line 65 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp26_ = _tmp38_ > 0;
+ _tmp24_ = _tmp35_ > 0;
#line 65 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_object_unref0 (_tmp36_);
+ _g_object_unref0 (_tmp33_);
#line 65 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp34_);
-#line 1340 "Tag.c"
+ _g_free0 (_tmp31_);
+#line 1560 "Tag.c"
} else {
#line 64 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp26_ = FALSE;
-#line 1344 "Tag.c"
+ _tmp24_ = FALSE;
+#line 1564 "Tag.c"
}
#line 64 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp26_) {
-#line 1348 "Tag.c"
+ if (_tmp24_) {
+#line 1568 "Tag.c"
gchar* top_level_with_prefix_path = NULL;
- Tag* _tmp39_;
- gchar* _tmp40_;
- gchar* _tmp41_;
- GeeList* _tmp42_;
- GeeList* _tmp43_;
- gpointer _tmp44_;
- gchar* _tmp45_;
+ Tag* _tmp36_;
+ gchar* _tmp37_;
+ gchar* _tmp38_;
+ GeeList* _tmp39_;
+ GeeList* _tmp40_;
+ gpointer _tmp41_;
+ gchar* _tmp42_;
gchar* top_level_no_prefix_path = NULL;
- const gchar* _tmp46_;
- gchar* _tmp47_;
+ const gchar* _tmp43_;
+ gchar* _tmp44_;
#line 66 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp39_ = _result_;
+ _tmp36_ = _result_;
#line 66 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp40_ = tag_get_path (_tmp39_);
+ _tmp37_ = tag_get_path (_tmp36_);
#line 66 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp41_ = _tmp40_;
+ _tmp38_ = _tmp37_;
#line 66 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp42_ = hierarchical_tag_utilities_enumerate_parent_paths (_tmp41_);
+ _tmp39_ = hierarchical_tag_utilities_enumerate_parent_paths (_tmp38_);
#line 66 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp43_ = _tmp42_;
+ _tmp40_ = _tmp39_;
#line 66 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp44_ = gee_list_get (_tmp43_, 0);
+ _tmp41_ = gee_list_get (_tmp40_, 0);
#line 66 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp45_ = (gchar*) _tmp44_;
+ _tmp42_ = (gchar*) _tmp41_;
#line 66 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_object_unref0 (_tmp43_);
+ _g_object_unref0 (_tmp40_);
#line 66 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp41_);
+ _g_free0 (_tmp38_);
#line 66 "/home/jens/Source/shotwell/src/Tag.vala"
- top_level_with_prefix_path = _tmp45_;
+ top_level_with_prefix_path = _tmp42_;
#line 68 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp46_ = top_level_with_prefix_path;
+ _tmp43_ = top_level_with_prefix_path;
#line 68 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp47_ = hierarchical_tag_utilities_hierarchical_to_flat (_tmp46_);
+ _tmp44_ = hierarchical_tag_utilities_hierarchical_to_flat (_tmp43_);
#line 68 "/home/jens/Source/shotwell/src/Tag.vala"
- top_level_no_prefix_path = _tmp47_;
-#line 1386 "Tag.c"
+ top_level_no_prefix_path = _tmp44_;
+#line 1606 "Tag.c"
{
GeeIterator* _container_it = NULL;
- GeeCollection* _tmp48_;
- GeeCollection* _tmp49_;
- GeeIterator* _tmp50_;
- GeeIterator* _tmp51_;
+ GeeCollection* _tmp45_;
+ GeeCollection* _tmp46_;
+ GeeIterator* _tmp47_;
+ GeeIterator* _tmp48_;
#line 71 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp48_ = container_source_collection_get_holding_tank (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_CONTAINER_SOURCE_COLLECTION, ContainerSourceCollection));
+ _tmp45_ = container_source_collection_get_holding_tank (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_CONTAINER_SOURCE_COLLECTION, ContainerSourceCollection));
#line 71 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp49_ = _tmp48_;
+ _tmp46_ = _tmp45_;
#line 71 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp50_ = gee_iterable_iterator (G_TYPE_CHECK_INSTANCE_CAST (_tmp49_, GEE_TYPE_ITERABLE, GeeIterable));
+ _tmp47_ = gee_iterable_iterator (G_TYPE_CHECK_INSTANCE_CAST (_tmp46_, GEE_TYPE_ITERABLE, GeeIterable));
#line 71 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp51_ = _tmp50_;
+ _tmp48_ = _tmp47_;
#line 71 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_object_unref0 (_tmp49_);
+ _g_object_unref0 (_tmp46_);
#line 71 "/home/jens/Source/shotwell/src/Tag.vala"
- _container_it = _tmp51_;
+ _container_it = _tmp48_;
#line 71 "/home/jens/Source/shotwell/src/Tag.vala"
while (TRUE) {
-#line 1407 "Tag.c"
- GeeIterator* _tmp52_;
- gboolean _tmp53_;
+#line 1627 "Tag.c"
+ GeeIterator* _tmp49_;
ContainerSource* container = NULL;
- GeeIterator* _tmp54_;
- gpointer _tmp55_;
+ GeeIterator* _tmp50_;
+ gpointer _tmp51_;
Tag* parent_candidate = NULL;
- ContainerSource* _tmp56_;
- Tag* _tmp57_;
- Tag* _tmp58_;
- gchar* _tmp59_;
- gchar* _tmp60_;
- const gchar* _tmp61_;
- gboolean _tmp62_;
-#line 71 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp52_ = _container_it;
+ ContainerSource* _tmp52_;
+ Tag* _tmp53_;
+ Tag* _tmp54_;
+ gchar* _tmp55_;
+ gchar* _tmp56_;
+ const gchar* _tmp57_;
+ gboolean _tmp58_;
#line 71 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp53_ = gee_iterator_next (_tmp52_);
+ _tmp49_ = _container_it;
#line 71 "/home/jens/Source/shotwell/src/Tag.vala"
- if (!_tmp53_) {
+ if (!gee_iterator_next (_tmp49_)) {
#line 71 "/home/jens/Source/shotwell/src/Tag.vala"
break;
-#line 1429 "Tag.c"
+#line 1646 "Tag.c"
}
#line 71 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp54_ = _container_it;
+ _tmp50_ = _container_it;
#line 71 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp55_ = gee_iterator_get (_tmp54_);
+ _tmp51_ = gee_iterator_get (_tmp50_);
#line 71 "/home/jens/Source/shotwell/src/Tag.vala"
- container = (ContainerSource*) _tmp55_;
+ container = (ContainerSource*) _tmp51_;
#line 72 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp56_ = container;
+ _tmp52_ = container;
#line 72 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp57_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_CAST (_tmp56_, TYPE_TAG, Tag));
+ _tmp53_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_CAST (_tmp52_, TYPE_TAG, Tag));
#line 72 "/home/jens/Source/shotwell/src/Tag.vala"
- parent_candidate = _tmp57_;
+ parent_candidate = _tmp53_;
#line 73 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp58_ = parent_candidate;
+ _tmp54_ = parent_candidate;
#line 73 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp59_ = tag_get_path (_tmp58_);
+ _tmp55_ = tag_get_path (_tmp54_);
#line 73 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp60_ = _tmp59_;
+ _tmp56_ = _tmp55_;
#line 73 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp61_ = top_level_no_prefix_path;
+ _tmp57_ = top_level_no_prefix_path;
#line 73 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp62_ = g_strcmp0 (_tmp60_, _tmp61_) == 0;
+ _tmp58_ = g_strcmp0 (_tmp56_, _tmp57_) == 0;
#line 73 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp60_);
+ _g_free0 (_tmp56_);
#line 73 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp62_) {
-#line 1457 "Tag.c"
- Tag* _tmp63_;
+ if (_tmp58_) {
+#line 1674 "Tag.c"
+ Tag* _tmp59_;
#line 74 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp63_ = parent_candidate;
+ _tmp59_ = parent_candidate;
#line 74 "/home/jens/Source/shotwell/src/Tag.vala"
- tag_promote (_tmp63_);
-#line 1463 "Tag.c"
+ tag_promote (_tmp59_);
+#line 1680 "Tag.c"
}
#line 71 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (parent_candidate);
#line 71 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (container);
-#line 1469 "Tag.c"
+#line 1686 "Tag.c"
}
#line 71 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (_container_it);
-#line 1473 "Tag.c"
+#line 1690 "Tag.c"
}
#line 64 "/home/jens/Source/shotwell/src/Tag.vala"
_g_free0 (top_level_no_prefix_path);
#line 64 "/home/jens/Source/shotwell/src/Tag.vala"
_g_free0 (top_level_with_prefix_path);
-#line 1479 "Tag.c"
+#line 1696 "Tag.c"
}
}
#line 79 "/home/jens/Source/shotwell/src/Tag.vala"
@@ -1484,11 +1701,14 @@ static ContainerSource* tag_source_collection_real_convert_backlink_to_container
_g_object_unref0 (tag);
#line 79 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 1488 "Tag.c"
+#line 1705 "Tag.c"
}
-Tag* tag_source_collection_fetch (TagSourceCollection* self, TagID* tag_id) {
+Tag*
+tag_source_collection_fetch (TagSourceCollection* self,
+ TagID* tag_id)
+{
Tag* result = NULL;
TagID _tmp0_;
gint64 _tmp1_;
@@ -1507,42 +1727,42 @@ Tag* tag_source_collection_fetch (TagSourceCollection* self, TagID* tag_id) {
result = G_TYPE_CHECK_INSTANCE_CAST (_tmp2_, TYPE_TAG, Tag);
#line 83 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 1511 "Tag.c"
+#line 1731 "Tag.c"
}
-gboolean tag_source_collection_exists (TagSourceCollection* self, const gchar* name, gboolean treat_htags_as_root) {
+gboolean
+tag_source_collection_exists (TagSourceCollection* self,
+ const gchar* name,
+ gboolean treat_htags_as_root)
+{
gboolean result = FALSE;
- const gchar* _tmp0_;
- gboolean _tmp1_;
- Tag* _tmp2_;
- Tag* _tmp3_;
- gboolean _tmp4_;
+ Tag* _tmp0_;
+ Tag* _tmp1_;
+ gboolean _tmp2_;
#line 86 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_val_if_fail (IS_TAG_SOURCE_COLLECTION (self), FALSE);
#line 86 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_val_if_fail (name != NULL, FALSE);
#line 87 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp0_ = name;
-#line 87 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp1_ = treat_htags_as_root;
-#line 87 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp2_ = tag_source_collection_fetch_by_name (self, _tmp0_, _tmp1_);
+ _tmp0_ = tag_source_collection_fetch_by_name (self, name, treat_htags_as_root);
#line 87 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp3_ = _tmp2_;
+ _tmp1_ = _tmp0_;
#line 87 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp4_ = _tmp3_ != NULL;
+ _tmp2_ = _tmp1_ != NULL;
#line 87 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_object_unref0 (_tmp3_);
+ _g_object_unref0 (_tmp1_);
#line 87 "/home/jens/Source/shotwell/src/Tag.vala"
- result = _tmp4_;
+ result = _tmp2_;
#line 87 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 1542 "Tag.c"
+#line 1760 "Tag.c"
}
-GeeCollection* tag_source_collection_get_all_names (TagSourceCollection* self) {
+GeeCollection*
+tag_source_collection_get_all_names (TagSourceCollection* self)
+{
GeeCollection* result = NULL;
GeeHashMap* _tmp0_;
GeeSet* _tmp1_;
@@ -1559,15 +1779,17 @@ GeeCollection* tag_source_collection_get_all_names (TagSourceCollection* self) {
result = G_TYPE_CHECK_INSTANCE_CAST (_tmp2_, GEE_TYPE_COLLECTION, GeeCollection);
#line 91 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 1563 "Tag.c"
+#line 1783 "Tag.c"
}
-GeeList* tag_source_collection_fetch_for_source (TagSourceCollection* self, MediaSource* source) {
+GeeList*
+tag_source_collection_fetch_for_source (TagSourceCollection* self,
+ MediaSource* source)
+{
GeeList* result = NULL;
GeeHashMap* _tmp0_;
- MediaSource* _tmp1_;
- gpointer _tmp2_;
+ gpointer _tmp1_;
#line 98 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_val_if_fail (IS_TAG_SOURCE_COLLECTION (self), NULL);
#line 98 "/home/jens/Source/shotwell/src/Tag.vala"
@@ -1575,22 +1797,22 @@ GeeList* tag_source_collection_fetch_for_source (TagSourceCollection* self, Medi
#line 99 "/home/jens/Source/shotwell/src/Tag.vala"
_tmp0_ = self->priv->source_map;
#line 99 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp1_ = source;
+ _tmp1_ = gee_abstract_map_get (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap), source);
#line 99 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp2_ = gee_abstract_map_get (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap), _tmp1_);
-#line 99 "/home/jens/Source/shotwell/src/Tag.vala"
- result = (GeeList*) _tmp2_;
+ result = (GeeList*) _tmp1_;
#line 99 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 1586 "Tag.c"
+#line 1806 "Tag.c"
}
-GeeSortedSet* tag_source_collection_fetch_sorted_for_source (TagSourceCollection* self, MediaSource* photo) {
+GeeSortedSet*
+tag_source_collection_fetch_sorted_for_source (TagSourceCollection* self,
+ MediaSource* photo)
+{
GeeSortedSet* result = NULL;
GeeHashMap* _tmp0_;
- MediaSource* _tmp1_;
- gpointer _tmp2_;
+ gpointer _tmp1_;
#line 106 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_val_if_fail (IS_TAG_SOURCE_COLLECTION (self), NULL);
#line 106 "/home/jens/Source/shotwell/src/Tag.vala"
@@ -1598,167 +1820,150 @@ GeeSortedSet* tag_source_collection_fetch_sorted_for_source (TagSourceCollection
#line 107 "/home/jens/Source/shotwell/src/Tag.vala"
_tmp0_ = self->priv->sorted_source_map;
#line 107 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp1_ = photo;
-#line 107 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp2_ = gee_abstract_map_get (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap), _tmp1_);
+ _tmp1_ = gee_abstract_map_get (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap), photo);
#line 107 "/home/jens/Source/shotwell/src/Tag.vala"
- result = (GeeSortedSet*) _tmp2_;
+ result = (GeeSortedSet*) _tmp1_;
#line 107 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 1609 "Tag.c"
+#line 1829 "Tag.c"
}
-Tag* tag_source_collection_fetch_by_name (TagSourceCollection* self, const gchar* name, gboolean treat_htags_as_root) {
+Tag*
+tag_source_collection_fetch_by_name (TagSourceCollection* self,
+ const gchar* name,
+ gboolean treat_htags_as_root)
+{
Tag* result = NULL;
- gboolean _tmp0_;
- GeeHashMap* _tmp23_;
- const gchar* _tmp24_;
- gpointer _tmp25_;
+ GeeHashMap* _tmp17_;
+ gpointer _tmp18_;
#line 112 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_val_if_fail (IS_TAG_SOURCE_COLLECTION (self), NULL);
#line 112 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_val_if_fail (name != NULL, NULL);
#line 113 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp0_ = treat_htags_as_root;
-#line 113 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp0_) {
-#line 1627 "Tag.c"
- const gchar* _tmp1_;
- gboolean _tmp2_;
-#line 114 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp1_ = name;
-#line 114 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp2_ = g_str_has_prefix (_tmp1_, TAG_PATH_SEPARATOR_STRING);
+ if (treat_htags_as_root) {
#line 114 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp2_) {
-#line 1636 "Tag.c"
- const gchar* _tmp3_;
- GeeList* _tmp4_;
- GeeList* _tmp5_;
- gint _tmp6_;
- gint _tmp7_;
- gboolean _tmp8_;
-#line 115 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp3_ = name;
+ if (g_str_has_prefix (name, TAG_PATH_SEPARATOR_STRING)) {
+#line 1849 "Tag.c"
+ GeeList* _tmp0_;
+ GeeList* _tmp1_;
+ gint _tmp2_;
+ gint _tmp3_;
+ gboolean _tmp4_;
#line 115 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp4_ = hierarchical_tag_utilities_enumerate_path_components (_tmp3_);
+ _tmp0_ = hierarchical_tag_utilities_enumerate_path_components (name);
#line 115 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp5_ = _tmp4_;
+ _tmp1_ = _tmp0_;
#line 115 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp6_ = gee_collection_get_size (G_TYPE_CHECK_INSTANCE_CAST (_tmp5_, GEE_TYPE_COLLECTION, GeeCollection));
+ _tmp2_ = gee_collection_get_size (G_TYPE_CHECK_INSTANCE_CAST (_tmp1_, GEE_TYPE_COLLECTION, GeeCollection));
#line 115 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp7_ = _tmp6_;
+ _tmp3_ = _tmp2_;
#line 115 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp8_ = _tmp7_ == 1;
+ _tmp4_ = _tmp3_ == 1;
#line 115 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_object_unref0 (_tmp5_);
+ _g_object_unref0 (_tmp1_);
#line 115 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp8_) {
-#line 1659 "Tag.c"
+ if (_tmp4_) {
+#line 1869 "Tag.c"
Tag* tag = NULL;
- GeeHashMap* _tmp9_;
- const gchar* _tmp10_;
- gchar* _tmp11_;
- gchar* _tmp12_;
- gpointer _tmp13_;
- Tag* _tmp14_;
- Tag* _tmp15_;
-#line 116 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp9_ = self->priv->name_map;
+ GeeHashMap* _tmp5_;
+ gchar* _tmp6_;
+ gchar* _tmp7_;
+ gpointer _tmp8_;
+ Tag* _tmp9_;
+ Tag* _tmp10_;
#line 116 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp10_ = name;
+ _tmp5_ = self->priv->name_map;
#line 116 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp11_ = hierarchical_tag_utilities_hierarchical_to_flat (_tmp10_);
+ _tmp6_ = hierarchical_tag_utilities_hierarchical_to_flat (name);
#line 116 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp12_ = _tmp11_;
+ _tmp7_ = _tmp6_;
#line 116 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp13_ = gee_abstract_map_get (G_TYPE_CHECK_INSTANCE_CAST (_tmp9_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap), _tmp12_);
+ _tmp8_ = gee_abstract_map_get (G_TYPE_CHECK_INSTANCE_CAST (_tmp5_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap), _tmp7_);
#line 116 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp14_ = (Tag*) _tmp13_;
+ _tmp9_ = (Tag*) _tmp8_;
#line 116 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp12_);
+ _g_free0 (_tmp7_);
#line 116 "/home/jens/Source/shotwell/src/Tag.vala"
- tag = _tmp14_;
+ tag = _tmp9_;
#line 117 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp15_ = tag;
+ _tmp10_ = tag;
#line 117 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp15_ != NULL) {
+ if (_tmp10_ != NULL) {
#line 118 "/home/jens/Source/shotwell/src/Tag.vala"
result = tag;
#line 118 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 1692 "Tag.c"
+#line 1899 "Tag.c"
}
#line 115 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (tag);
-#line 1696 "Tag.c"
+#line 1903 "Tag.c"
}
} else {
Tag* tag = NULL;
- GeeHashMap* _tmp16_;
- const gchar* _tmp17_;
- gchar* _tmp18_;
- gchar* _tmp19_;
- gpointer _tmp20_;
- Tag* _tmp21_;
- Tag* _tmp22_;
-#line 121 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp16_ = self->priv->name_map;
+ GeeHashMap* _tmp11_;
+ gchar* _tmp12_;
+ gchar* _tmp13_;
+ gpointer _tmp14_;
+ Tag* _tmp15_;
+ Tag* _tmp16_;
#line 121 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp17_ = name;
+ _tmp11_ = self->priv->name_map;
#line 121 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp18_ = hierarchical_tag_utilities_flat_to_hierarchical (_tmp17_);
+ _tmp12_ = hierarchical_tag_utilities_flat_to_hierarchical (name);
#line 121 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp19_ = _tmp18_;
+ _tmp13_ = _tmp12_;
#line 121 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp20_ = gee_abstract_map_get (G_TYPE_CHECK_INSTANCE_CAST (_tmp16_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap), _tmp19_);
+ _tmp14_ = gee_abstract_map_get (G_TYPE_CHECK_INSTANCE_CAST (_tmp11_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap), _tmp13_);
#line 121 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp21_ = (Tag*) _tmp20_;
+ _tmp15_ = (Tag*) _tmp14_;
#line 121 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp19_);
+ _g_free0 (_tmp13_);
#line 121 "/home/jens/Source/shotwell/src/Tag.vala"
- tag = _tmp21_;
+ tag = _tmp15_;
#line 122 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp22_ = tag;
+ _tmp16_ = tag;
#line 122 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp22_ != NULL) {
+ if (_tmp16_ != NULL) {
#line 123 "/home/jens/Source/shotwell/src/Tag.vala"
result = tag;
#line 123 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 1731 "Tag.c"
+#line 1935 "Tag.c"
}
#line 114 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (tag);
-#line 1735 "Tag.c"
+#line 1939 "Tag.c"
}
}
#line 127 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp23_ = self->priv->name_map;
+ _tmp17_ = self->priv->name_map;
#line 127 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp24_ = name;
+ _tmp18_ = gee_abstract_map_get (G_TYPE_CHECK_INSTANCE_CAST (_tmp17_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap), name);
#line 127 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp25_ = gee_abstract_map_get (G_TYPE_CHECK_INSTANCE_CAST (_tmp23_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap), _tmp24_);
-#line 127 "/home/jens/Source/shotwell/src/Tag.vala"
- result = (Tag*) _tmp25_;
+ result = (Tag*) _tmp18_;
#line 127 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 1748 "Tag.c"
+#line 1950 "Tag.c"
}
-Tag* tag_source_collection_restore_tag_from_holding_tank (TagSourceCollection* self, const gchar* name) {
+Tag*
+tag_source_collection_restore_tag_from_holding_tank (TagSourceCollection* self,
+ const gchar* name)
+{
Tag* result = NULL;
Tag* found = NULL;
- Tag* _tmp17_;
+ Tag* _tmp15_;
#line 130 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_val_if_fail (IS_TAG_SOURCE_COLLECTION (self), NULL);
#line 130 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_val_if_fail (name != NULL, NULL);
#line 131 "/home/jens/Source/shotwell/src/Tag.vala"
found = NULL;
-#line 1762 "Tag.c"
+#line 1967 "Tag.c"
{
GeeIterator* _container_it = NULL;
GeeCollection* _tmp0_;
@@ -1779,367 +1984,345 @@ Tag* tag_source_collection_restore_tag_from_holding_tank (TagSourceCollection* s
_container_it = _tmp3_;
#line 132 "/home/jens/Source/shotwell/src/Tag.vala"
while (TRUE) {
-#line 1783 "Tag.c"
+#line 1988 "Tag.c"
GeeIterator* _tmp4_;
- gboolean _tmp5_;
ContainerSource* container = NULL;
- GeeIterator* _tmp6_;
- gpointer _tmp7_;
+ GeeIterator* _tmp5_;
+ gpointer _tmp6_;
Tag* tag = NULL;
- ContainerSource* _tmp8_;
+ ContainerSource* _tmp7_;
+ Tag* _tmp8_;
Tag* _tmp9_;
- Tag* _tmp10_;
+ gchar* _tmp10_;
gchar* _tmp11_;
- gchar* _tmp12_;
- const gchar* _tmp13_;
- gboolean _tmp14_;
+ gboolean _tmp12_;
#line 132 "/home/jens/Source/shotwell/src/Tag.vala"
_tmp4_ = _container_it;
#line 132 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp5_ = gee_iterator_next (_tmp4_);
-#line 132 "/home/jens/Source/shotwell/src/Tag.vala"
- if (!_tmp5_) {
+ if (!gee_iterator_next (_tmp4_)) {
#line 132 "/home/jens/Source/shotwell/src/Tag.vala"
break;
-#line 1805 "Tag.c"
+#line 2006 "Tag.c"
}
#line 132 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp6_ = _container_it;
+ _tmp5_ = _container_it;
#line 132 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp7_ = gee_iterator_get (_tmp6_);
+ _tmp6_ = gee_iterator_get (_tmp5_);
#line 132 "/home/jens/Source/shotwell/src/Tag.vala"
- container = (ContainerSource*) _tmp7_;
+ container = (ContainerSource*) _tmp6_;
#line 133 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp8_ = container;
+ _tmp7_ = container;
#line 133 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp9_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_CAST (_tmp8_, TYPE_TAG, Tag));
+ _tmp8_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_CAST (_tmp7_, TYPE_TAG, Tag));
#line 133 "/home/jens/Source/shotwell/src/Tag.vala"
- tag = _tmp9_;
-#line 134 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp10_ = tag;
+ tag = _tmp8_;
#line 134 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp11_ = data_object_get_name (G_TYPE_CHECK_INSTANCE_CAST (_tmp10_, TYPE_DATA_OBJECT, DataObject));
+ _tmp9_ = tag;
#line 134 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp12_ = _tmp11_;
+ _tmp10_ = data_object_get_name (G_TYPE_CHECK_INSTANCE_CAST (_tmp9_, TYPE_DATA_OBJECT, DataObject));
#line 134 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp13_ = name;
+ _tmp11_ = _tmp10_;
#line 134 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp14_ = g_strcmp0 (_tmp12_, _tmp13_) == 0;
+ _tmp12_ = g_strcmp0 (_tmp11_, name) == 0;
#line 134 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp12_);
+ _g_free0 (_tmp11_);
#line 134 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp14_) {
-#line 1833 "Tag.c"
- Tag* _tmp15_;
- Tag* _tmp16_;
+ if (_tmp12_) {
+#line 2032 "Tag.c"
+ Tag* _tmp13_;
+ Tag* _tmp14_;
#line 135 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp15_ = tag;
+ _tmp13_ = tag;
#line 135 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp16_ = _g_object_ref0 (_tmp15_);
+ _tmp14_ = _g_object_ref0 (_tmp13_);
#line 135 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (found);
#line 135 "/home/jens/Source/shotwell/src/Tag.vala"
- found = _tmp16_;
+ found = _tmp14_;
#line 137 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (tag);
#line 137 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (container);
#line 137 "/home/jens/Source/shotwell/src/Tag.vala"
break;
-#line 1850 "Tag.c"
+#line 2049 "Tag.c"
}
#line 132 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (tag);
#line 132 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (container);
-#line 1856 "Tag.c"
+#line 2055 "Tag.c"
}
#line 132 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (_container_it);
-#line 1860 "Tag.c"
+#line 2059 "Tag.c"
}
#line 141 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp17_ = found;
+ _tmp15_ = found;
#line 141 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp17_ != NULL) {
-#line 1866 "Tag.c"
+ if (_tmp15_ != NULL) {
+#line 2065 "Tag.c"
gboolean relinked = FALSE;
- Tag* _tmp18_;
- gboolean _tmp19_;
- gboolean _tmp20_;
+ Tag* _tmp16_;
+ gboolean _tmp17_;
#line 142 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp18_ = found;
+ _tmp16_ = found;
#line 142 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp19_ = container_source_collection_relink_from_holding_tank (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_CONTAINER_SOURCE_COLLECTION, ContainerSourceCollection), G_TYPE_CHECK_INSTANCE_CAST (_tmp18_, TYPE_CONTAINER_SOURCE, ContainerSource));
-#line 142 "/home/jens/Source/shotwell/src/Tag.vala"
- relinked = _tmp19_;
+ relinked = container_source_collection_relink_from_holding_tank (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_CONTAINER_SOURCE_COLLECTION, ContainerSourceCollection), G_TYPE_CHECK_INSTANCE_CAST (_tmp16_, TYPE_CONTAINER_SOURCE, ContainerSource));
#line 143 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp20_ = relinked;
+ _tmp17_ = relinked;
#line 143 "/home/jens/Source/shotwell/src/Tag.vala"
- _vala_assert (_tmp20_, "relinked");
-#line 1881 "Tag.c"
+ _vala_assert (_tmp17_, "relinked");
+#line 2077 "Tag.c"
}
#line 146 "/home/jens/Source/shotwell/src/Tag.vala"
result = found;
#line 146 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 1887 "Tag.c"
+#line 2083 "Tag.c"
}
-static void tag_source_collection_real_notify_items_added (DataCollection* base, GeeIterable* added) {
+static void
+tag_source_collection_real_notify_items_added (DataCollection* base,
+ GeeIterable* added)
+{
TagSourceCollection * self;
- GeeIterable* _tmp18_;
#line 149 "/home/jens/Source/shotwell/src/Tag.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_TAG_SOURCE_COLLECTION, TagSourceCollection);
#line 149 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_if_fail (GEE_IS_ITERABLE (added));
-#line 1898 "Tag.c"
+#line 2096 "Tag.c"
{
GeeIterator* _object_it = NULL;
- GeeIterable* _tmp0_;
- GeeIterator* _tmp1_;
+ GeeIterator* _tmp0_;
#line 150 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp0_ = added;
+ _tmp0_ = gee_iterable_iterator (added);
#line 150 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp1_ = gee_iterable_iterator (_tmp0_);
-#line 150 "/home/jens/Source/shotwell/src/Tag.vala"
- _object_it = _tmp1_;
+ _object_it = _tmp0_;
#line 150 "/home/jens/Source/shotwell/src/Tag.vala"
while (TRUE) {
-#line 1911 "Tag.c"
- GeeIterator* _tmp2_;
- gboolean _tmp3_;
+#line 2106 "Tag.c"
+ GeeIterator* _tmp1_;
DataObject* object = NULL;
- GeeIterator* _tmp4_;
- gpointer _tmp5_;
+ GeeIterator* _tmp2_;
+ gpointer _tmp3_;
Tag* tag = NULL;
- DataObject* _tmp6_;
+ DataObject* _tmp4_;
+ Tag* _tmp5_;
+ GeeHashMap* _tmp6_;
Tag* _tmp7_;
- GeeHashMap* _tmp8_;
- Tag* _tmp9_;
- gchar* _tmp10_;
- gchar* _tmp11_;
- gboolean _tmp12_;
- GeeHashMap* _tmp13_;
+ gchar* _tmp8_;
+ gchar* _tmp9_;
+ GeeHashMap* _tmp10_;
+ Tag* _tmp11_;
+ gchar* _tmp12_;
+ gchar* _tmp13_;
Tag* _tmp14_;
- gchar* _tmp15_;
- gchar* _tmp16_;
- Tag* _tmp17_;
#line 150 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp2_ = _object_it;
-#line 150 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp3_ = gee_iterator_next (_tmp2_);
+ _tmp1_ = _object_it;
#line 150 "/home/jens/Source/shotwell/src/Tag.vala"
- if (!_tmp3_) {
+ if (!gee_iterator_next (_tmp1_)) {
#line 150 "/home/jens/Source/shotwell/src/Tag.vala"
break;
-#line 1938 "Tag.c"
+#line 2129 "Tag.c"
}
#line 150 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp4_ = _object_it;
+ _tmp2_ = _object_it;
#line 150 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp5_ = gee_iterator_get (_tmp4_);
+ _tmp3_ = gee_iterator_get (_tmp2_);
#line 150 "/home/jens/Source/shotwell/src/Tag.vala"
- object = (DataObject*) _tmp5_;
+ object = (DataObject*) _tmp3_;
#line 151 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp6_ = object;
+ _tmp4_ = object;
#line 151 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp7_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_CAST (_tmp6_, TYPE_TAG, Tag));
+ _tmp5_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_CAST (_tmp4_, TYPE_TAG, Tag));
#line 151 "/home/jens/Source/shotwell/src/Tag.vala"
- tag = _tmp7_;
+ tag = _tmp5_;
#line 153 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp8_ = self->priv->name_map;
+ _tmp6_ = self->priv->name_map;
#line 153 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp9_ = tag;
-#line 153 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp10_ = data_object_get_name (G_TYPE_CHECK_INSTANCE_CAST (_tmp9_, TYPE_DATA_OBJECT, DataObject));
+ _tmp7_ = tag;
#line 153 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp11_ = _tmp10_;
+ _tmp8_ = data_object_get_name (G_TYPE_CHECK_INSTANCE_CAST (_tmp7_, TYPE_DATA_OBJECT, DataObject));
#line 153 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp12_ = gee_abstract_map_has_key (G_TYPE_CHECK_INSTANCE_CAST (_tmp8_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap), _tmp11_);
+ _tmp9_ = _tmp8_;
#line 153 "/home/jens/Source/shotwell/src/Tag.vala"
- _vala_assert (!_tmp12_, "!name_map.has_key(tag.get_name())");
+ _vala_assert (!gee_abstract_map_has_key (G_TYPE_CHECK_INSTANCE_CAST (_tmp6_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap), _tmp9_), "!name_map.has_key(tag.get_name())");
#line 153 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp11_);
+ _g_free0 (_tmp9_);
#line 154 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp13_ = self->priv->name_map;
+ _tmp10_ = self->priv->name_map;
#line 154 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp14_ = tag;
+ _tmp11_ = tag;
#line 154 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp15_ = data_object_get_name (G_TYPE_CHECK_INSTANCE_CAST (_tmp14_, TYPE_DATA_OBJECT, DataObject));
+ _tmp12_ = data_object_get_name (G_TYPE_CHECK_INSTANCE_CAST (_tmp11_, TYPE_DATA_OBJECT, DataObject));
#line 154 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp16_ = _tmp15_;
+ _tmp13_ = _tmp12_;
#line 154 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp17_ = tag;
+ _tmp14_ = tag;
#line 154 "/home/jens/Source/shotwell/src/Tag.vala"
- gee_abstract_map_set (G_TYPE_CHECK_INSTANCE_CAST (_tmp13_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap), _tmp16_, _tmp17_);
+ gee_abstract_map_set (G_TYPE_CHECK_INSTANCE_CAST (_tmp10_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap), _tmp13_, _tmp14_);
#line 154 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp16_);
+ _g_free0 (_tmp13_);
#line 150 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (tag);
#line 150 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (object);
-#line 1984 "Tag.c"
+#line 2173 "Tag.c"
}
#line 150 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (_object_it);
-#line 1988 "Tag.c"
+#line 2177 "Tag.c"
}
#line 157 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp18_ = added;
-#line 157 "/home/jens/Source/shotwell/src/Tag.vala"
- DATA_COLLECTION_CLASS (tag_source_collection_parent_class)->notify_items_added (G_TYPE_CHECK_INSTANCE_CAST (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_CONTAINER_SOURCE_COLLECTION, ContainerSourceCollection), TYPE_DATA_COLLECTION, DataCollection), _tmp18_);
-#line 1994 "Tag.c"
+ DATA_COLLECTION_CLASS (tag_source_collection_parent_class)->notify_items_added (G_TYPE_CHECK_INSTANCE_CAST (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_CONTAINER_SOURCE_COLLECTION, ContainerSourceCollection), TYPE_DATA_COLLECTION, DataCollection), added);
+#line 2181 "Tag.c"
}
-static void tag_source_collection_real_notify_items_removed (DataCollection* base, GeeIterable* removed) {
+static void
+tag_source_collection_real_notify_items_removed (DataCollection* base,
+ GeeIterable* removed)
+{
TagSourceCollection * self;
- GeeIterable* _tmp29_;
#line 160 "/home/jens/Source/shotwell/src/Tag.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_TAG_SOURCE_COLLECTION, TagSourceCollection);
#line 160 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_if_fail (GEE_IS_ITERABLE (removed));
-#line 2005 "Tag.c"
+#line 2194 "Tag.c"
{
GeeIterator* _object_it = NULL;
- GeeIterable* _tmp0_;
- GeeIterator* _tmp1_;
-#line 161 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp0_ = removed;
+ GeeIterator* _tmp0_;
#line 161 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp1_ = gee_iterable_iterator (_tmp0_);
+ _tmp0_ = gee_iterable_iterator (removed);
#line 161 "/home/jens/Source/shotwell/src/Tag.vala"
- _object_it = _tmp1_;
+ _object_it = _tmp0_;
#line 161 "/home/jens/Source/shotwell/src/Tag.vala"
while (TRUE) {
-#line 2018 "Tag.c"
- GeeIterator* _tmp2_;
- gboolean _tmp3_;
+#line 2204 "Tag.c"
+ GeeIterator* _tmp1_;
DataObject* object = NULL;
- GeeIterator* _tmp4_;
- gpointer _tmp5_;
+ GeeIterator* _tmp2_;
+ gpointer _tmp3_;
Tag* tag = NULL;
- DataObject* _tmp6_;
- Tag* _tmp7_;
+ DataObject* _tmp4_;
+ Tag* _tmp5_;
gboolean unset = FALSE;
- GeeHashMap* _tmp8_;
- Tag* _tmp9_;
- gchar* _tmp10_;
- gchar* _tmp11_;
+ GeeHashMap* _tmp6_;
+ Tag* _tmp7_;
+ gchar* _tmp8_;
+ gchar* _tmp9_;
+ gboolean _tmp10_;
+ gboolean _tmp11_;
gboolean _tmp12_;
- gboolean _tmp13_;
- gboolean _tmp14_;
Tag* parent = NULL;
- Tag* _tmp15_;
+ Tag* _tmp13_;
+ Tag* _tmp14_;
+ gboolean _tmp15_ = FALSE;
Tag* _tmp16_;
- gboolean _tmp17_ = FALSE;
- Tag* _tmp18_;
#line 161 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp2_ = _object_it;
+ _tmp1_ = _object_it;
#line 161 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp3_ = gee_iterator_next (_tmp2_);
-#line 161 "/home/jens/Source/shotwell/src/Tag.vala"
- if (!_tmp3_) {
+ if (!gee_iterator_next (_tmp1_)) {
#line 161 "/home/jens/Source/shotwell/src/Tag.vala"
break;
-#line 2048 "Tag.c"
+#line 2231 "Tag.c"
}
#line 161 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp4_ = _object_it;
+ _tmp2_ = _object_it;
#line 161 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp5_ = gee_iterator_get (_tmp4_);
+ _tmp3_ = gee_iterator_get (_tmp2_);
#line 161 "/home/jens/Source/shotwell/src/Tag.vala"
- object = (DataObject*) _tmp5_;
+ object = (DataObject*) _tmp3_;
#line 162 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp6_ = object;
+ _tmp4_ = object;
#line 162 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp7_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_CAST (_tmp6_, TYPE_TAG, Tag));
+ _tmp5_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_CAST (_tmp4_, TYPE_TAG, Tag));
#line 162 "/home/jens/Source/shotwell/src/Tag.vala"
- tag = _tmp7_;
+ tag = _tmp5_;
#line 164 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp8_ = self->priv->name_map;
+ _tmp6_ = self->priv->name_map;
#line 164 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp9_ = tag;
+ _tmp7_ = tag;
#line 164 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp10_ = data_object_get_name (G_TYPE_CHECK_INSTANCE_CAST (_tmp9_, TYPE_DATA_OBJECT, DataObject));
+ _tmp8_ = data_object_get_name (G_TYPE_CHECK_INSTANCE_CAST (_tmp7_, TYPE_DATA_OBJECT, DataObject));
#line 164 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp11_ = _tmp10_;
+ _tmp9_ = _tmp8_;
#line 164 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp12_ = gee_abstract_map_unset (G_TYPE_CHECK_INSTANCE_CAST (_tmp8_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap), _tmp11_, NULL);
+ _tmp10_ = gee_abstract_map_unset (G_TYPE_CHECK_INSTANCE_CAST (_tmp6_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap), _tmp9_, NULL);
#line 164 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp13_ = _tmp12_;
+ _tmp11_ = _tmp10_;
#line 164 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp11_);
+ _g_free0 (_tmp9_);
#line 164 "/home/jens/Source/shotwell/src/Tag.vala"
- unset = _tmp13_;
+ unset = _tmp11_;
#line 165 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp14_ = unset;
+ _tmp12_ = unset;
#line 165 "/home/jens/Source/shotwell/src/Tag.vala"
- _vala_assert (_tmp14_, "unset");
+ _vala_assert (_tmp12_, "unset");
#line 169 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp15_ = tag;
+ _tmp13_ = tag;
#line 169 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp16_ = tag_get_hierarchical_parent (_tmp15_);
+ _tmp14_ = tag_get_hierarchical_parent (_tmp13_);
#line 169 "/home/jens/Source/shotwell/src/Tag.vala"
- parent = _tmp16_;
+ parent = _tmp14_;
#line 170 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp18_ = parent;
+ _tmp16_ = parent;
#line 170 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp18_ != NULL) {
-#line 2092 "Tag.c"
+ if (_tmp16_ != NULL) {
+#line 2275 "Tag.c"
+ Tag* _tmp17_;
+ Tag* _tmp18_;
Tag* _tmp19_;
- Tag* _tmp20_;
- Tag* _tmp21_;
#line 170 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp19_ = parent;
+ _tmp17_ = parent;
#line 170 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp20_ = tag_get_hierarchical_parent (_tmp19_);
+ _tmp18_ = tag_get_hierarchical_parent (_tmp17_);
#line 170 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp21_ = _tmp20_;
+ _tmp19_ = _tmp18_;
#line 170 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp17_ = _tmp21_ == NULL;
+ _tmp15_ = _tmp19_ == NULL;
#line 170 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_object_unref0 (_tmp21_);
-#line 2106 "Tag.c"
+ _g_object_unref0 (_tmp19_);
+#line 2289 "Tag.c"
} else {
#line 170 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp17_ = FALSE;
-#line 2110 "Tag.c"
+ _tmp15_ = FALSE;
+#line 2293 "Tag.c"
}
#line 170 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp17_) {
-#line 2114 "Tag.c"
- Tag* _tmp22_;
- GeeList* _tmp23_;
- GeeList* _tmp24_;
- gint _tmp25_;
- gint _tmp26_;
- gboolean _tmp27_;
+ if (_tmp15_) {
+#line 2297 "Tag.c"
+ Tag* _tmp20_;
+ GeeList* _tmp21_;
+ GeeList* _tmp22_;
+ gint _tmp23_;
+ gint _tmp24_;
+ gboolean _tmp25_;
#line 171 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp22_ = parent;
+ _tmp20_ = parent;
#line 171 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp23_ = tag_get_hierarchical_children (_tmp22_);
+ _tmp21_ = tag_get_hierarchical_children (_tmp20_);
#line 171 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp24_ = _tmp23_;
+ _tmp22_ = _tmp21_;
#line 171 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp25_ = gee_collection_get_size (G_TYPE_CHECK_INSTANCE_CAST (_tmp24_, GEE_TYPE_COLLECTION, GeeCollection));
+ _tmp23_ = gee_collection_get_size (G_TYPE_CHECK_INSTANCE_CAST (_tmp22_, GEE_TYPE_COLLECTION, GeeCollection));
#line 171 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp26_ = _tmp25_;
+ _tmp24_ = _tmp23_;
#line 171 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp27_ = _tmp26_ == 0;
+ _tmp25_ = _tmp24_ == 0;
#line 171 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_object_unref0 (_tmp24_);
+ _g_object_unref0 (_tmp22_);
#line 171 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp27_) {
-#line 2137 "Tag.c"
- Tag* _tmp28_;
+ if (_tmp25_) {
+#line 2320 "Tag.c"
+ Tag* _tmp26_;
#line 172 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp28_ = parent;
+ _tmp26_ = parent;
#line 172 "/home/jens/Source/shotwell/src/Tag.vala"
- tag_flatten (_tmp28_);
-#line 2143 "Tag.c"
+ tag_flatten (_tmp26_);
+#line 2326 "Tag.c"
}
}
#line 161 "/home/jens/Source/shotwell/src/Tag.vala"
@@ -2148,205 +2331,193 @@ static void tag_source_collection_real_notify_items_removed (DataCollection* bas
_g_object_unref0 (tag);
#line 161 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (object);
-#line 2152 "Tag.c"
+#line 2335 "Tag.c"
}
#line 161 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (_object_it);
-#line 2156 "Tag.c"
+#line 2339 "Tag.c"
}
#line 176 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp29_ = removed;
-#line 176 "/home/jens/Source/shotwell/src/Tag.vala"
- DATA_COLLECTION_CLASS (tag_source_collection_parent_class)->notify_items_removed (G_TYPE_CHECK_INSTANCE_CAST (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_CONTAINER_SOURCE_COLLECTION, ContainerSourceCollection), TYPE_DATA_COLLECTION, DataCollection), _tmp29_);
-#line 2162 "Tag.c"
+ DATA_COLLECTION_CLASS (tag_source_collection_parent_class)->notify_items_removed (G_TYPE_CHECK_INSTANCE_CAST (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_CONTAINER_SOURCE_COLLECTION, ContainerSourceCollection), TYPE_DATA_COLLECTION, DataCollection), removed);
+#line 2343 "Tag.c"
}
-static void tag_source_collection_real_notify_items_altered (DataCollection* base, GeeMap* map) {
+static void
+tag_source_collection_real_notify_items_altered (DataCollection* base,
+ GeeMap* map)
+{
TagSourceCollection * self;
- GeeMap* _tmp37_;
#line 179 "/home/jens/Source/shotwell/src/Tag.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_TAG_SOURCE_COLLECTION, TagSourceCollection);
#line 179 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_if_fail (GEE_IS_MAP (map));
-#line 2173 "Tag.c"
+#line 2356 "Tag.c"
{
GeeIterator* _object_it = NULL;
- GeeMap* _tmp0_;
+ GeeSet* _tmp0_;
GeeSet* _tmp1_;
GeeSet* _tmp2_;
- GeeSet* _tmp3_;
+ GeeIterator* _tmp3_;
GeeIterator* _tmp4_;
- GeeIterator* _tmp5_;
#line 180 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp0_ = map;
+ _tmp0_ = gee_map_get_keys (map);
#line 180 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp1_ = gee_map_get_keys (_tmp0_);
+ _tmp1_ = _tmp0_;
#line 180 "/home/jens/Source/shotwell/src/Tag.vala"
_tmp2_ = _tmp1_;
#line 180 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp3_ = _tmp2_;
-#line 180 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp4_ = gee_iterable_iterator (G_TYPE_CHECK_INSTANCE_CAST (_tmp3_, GEE_TYPE_ITERABLE, GeeIterable));
+ _tmp3_ = gee_iterable_iterator (G_TYPE_CHECK_INSTANCE_CAST (_tmp2_, GEE_TYPE_ITERABLE, GeeIterable));
#line 180 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp5_ = _tmp4_;
+ _tmp4_ = _tmp3_;
#line 180 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_object_unref0 (_tmp3_);
+ _g_object_unref0 (_tmp2_);
#line 180 "/home/jens/Source/shotwell/src/Tag.vala"
- _object_it = _tmp5_;
+ _object_it = _tmp4_;
#line 180 "/home/jens/Source/shotwell/src/Tag.vala"
while (TRUE) {
-#line 2200 "Tag.c"
- GeeIterator* _tmp6_;
- gboolean _tmp7_;
+#line 2380 "Tag.c"
+ GeeIterator* _tmp5_;
DataObject* object = NULL;
- GeeIterator* _tmp8_;
- gpointer _tmp9_;
+ GeeIterator* _tmp6_;
+ gpointer _tmp7_;
Tag* tag = NULL;
- DataObject* _tmp10_;
- Tag* _tmp11_;
+ DataObject* _tmp8_;
+ Tag* _tmp9_;
gchar* old_name = NULL;
GeeMapIterator* iter = NULL;
- GeeHashMap* _tmp12_;
- GeeMapIterator* _tmp13_;
+ GeeHashMap* _tmp10_;
+ GeeMapIterator* _tmp11_;
+ const gchar* _tmp20_;
+ Tag* _tmp21_;
+ gchar* _tmp22_;
+ gchar* _tmp23_;
const gchar* _tmp24_;
- Tag* _tmp25_;
- gchar* _tmp26_;
- gchar* _tmp27_;
- const gchar* _tmp28_;
- gboolean _tmp29_;
-#line 180 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp6_ = _object_it;
+ gboolean _tmp25_;
#line 180 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp7_ = gee_iterator_next (_tmp6_);
+ _tmp5_ = _object_it;
#line 180 "/home/jens/Source/shotwell/src/Tag.vala"
- if (!_tmp7_) {
+ if (!gee_iterator_next (_tmp5_)) {
#line 180 "/home/jens/Source/shotwell/src/Tag.vala"
break;
-#line 2227 "Tag.c"
+#line 2404 "Tag.c"
}
#line 180 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp8_ = _object_it;
+ _tmp6_ = _object_it;
#line 180 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp9_ = gee_iterator_get (_tmp8_);
+ _tmp7_ = gee_iterator_get (_tmp6_);
#line 180 "/home/jens/Source/shotwell/src/Tag.vala"
- object = (DataObject*) _tmp9_;
+ object = (DataObject*) _tmp7_;
#line 181 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp10_ = object;
+ _tmp8_ = object;
#line 181 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp11_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_CAST (_tmp10_, TYPE_TAG, Tag));
+ _tmp9_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_CAST (_tmp8_, TYPE_TAG, Tag));
#line 181 "/home/jens/Source/shotwell/src/Tag.vala"
- tag = _tmp11_;
+ tag = _tmp9_;
#line 183 "/home/jens/Source/shotwell/src/Tag.vala"
old_name = NULL;
#line 186 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp12_ = self->priv->name_map;
+ _tmp10_ = self->priv->name_map;
#line 186 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp13_ = gee_abstract_map_map_iterator (G_TYPE_CHECK_INSTANCE_CAST (_tmp12_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap));
+ _tmp11_ = gee_abstract_map_map_iterator (G_TYPE_CHECK_INSTANCE_CAST (_tmp10_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap));
#line 186 "/home/jens/Source/shotwell/src/Tag.vala"
- iter = _tmp13_;
+ iter = _tmp11_;
#line 187 "/home/jens/Source/shotwell/src/Tag.vala"
while (TRUE) {
-#line 2251 "Tag.c"
- GeeMapIterator* _tmp14_;
- gboolean _tmp15_;
- GeeMapIterator* _tmp16_;
- gpointer _tmp17_;
- Tag* _tmp18_;
- Tag* _tmp19_;
- gboolean _tmp20_;
- gboolean _tmp21_;
- GeeMapIterator* _tmp22_;
- gpointer _tmp23_;
-#line 187 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp14_ = iter;
+#line 2428 "Tag.c"
+ GeeMapIterator* _tmp12_;
+ GeeMapIterator* _tmp13_;
+ gpointer _tmp14_;
+ Tag* _tmp15_;
+ Tag* _tmp16_;
+ gboolean _tmp17_;
+ GeeMapIterator* _tmp18_;
+ gpointer _tmp19_;
#line 187 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp15_ = gee_map_iterator_next (_tmp14_);
+ _tmp12_ = iter;
#line 187 "/home/jens/Source/shotwell/src/Tag.vala"
- if (!_tmp15_) {
+ if (!gee_map_iterator_next (_tmp12_)) {
#line 187 "/home/jens/Source/shotwell/src/Tag.vala"
break;
-#line 2270 "Tag.c"
+#line 2443 "Tag.c"
}
#line 188 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp16_ = iter;
-#line 188 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp17_ = gee_map_iterator_get_value (_tmp16_);
+ _tmp13_ = iter;
#line 188 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp18_ = (Tag*) _tmp17_;
+ _tmp14_ = gee_map_iterator_get_value (_tmp13_);
#line 188 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp19_ = tag;
+ _tmp15_ = (Tag*) _tmp14_;
#line 188 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp20_ = data_source_equals (G_TYPE_CHECK_INSTANCE_CAST (_tmp18_, TYPE_DATA_SOURCE, DataSource), G_TYPE_CHECK_INSTANCE_CAST (_tmp19_, TYPE_DATA_SOURCE, DataSource));
+ _tmp16_ = tag;
#line 188 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp21_ = !_tmp20_;
+ _tmp17_ = !data_source_equals (G_TYPE_CHECK_INSTANCE_CAST (_tmp15_, TYPE_DATA_SOURCE, DataSource), G_TYPE_CHECK_INSTANCE_CAST (_tmp16_, TYPE_DATA_SOURCE, DataSource));
#line 188 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_object_unref0 (_tmp18_);
+ _g_object_unref0 (_tmp15_);
#line 188 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp21_) {
+ if (_tmp17_) {
#line 189 "/home/jens/Source/shotwell/src/Tag.vala"
continue;
-#line 2290 "Tag.c"
+#line 2461 "Tag.c"
}
#line 191 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp22_ = iter;
+ _tmp18_ = iter;
#line 191 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp23_ = gee_map_iterator_get_key (_tmp22_);
+ _tmp19_ = gee_map_iterator_get_key (_tmp18_);
#line 191 "/home/jens/Source/shotwell/src/Tag.vala"
_g_free0 (old_name);
#line 191 "/home/jens/Source/shotwell/src/Tag.vala"
- old_name = (gchar*) _tmp23_;
+ old_name = (gchar*) _tmp19_;
#line 193 "/home/jens/Source/shotwell/src/Tag.vala"
break;
-#line 2302 "Tag.c"
+#line 2473 "Tag.c"
}
#line 196 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp24_ = old_name;
+ _tmp20_ = old_name;
#line 196 "/home/jens/Source/shotwell/src/Tag.vala"
- _vala_assert (_tmp24_ != NULL, "old_name != null");
+ _vala_assert (_tmp20_ != NULL, "old_name != null");
#line 198 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp25_ = tag;
+ _tmp21_ = tag;
#line 198 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp26_ = data_object_get_name (G_TYPE_CHECK_INSTANCE_CAST (_tmp25_, TYPE_DATA_OBJECT, DataObject));
+ _tmp22_ = data_object_get_name (G_TYPE_CHECK_INSTANCE_CAST (_tmp21_, TYPE_DATA_OBJECT, DataObject));
#line 198 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp27_ = _tmp26_;
+ _tmp23_ = _tmp22_;
#line 198 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp28_ = old_name;
+ _tmp24_ = old_name;
#line 198 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp29_ = g_strcmp0 (_tmp27_, _tmp28_) != 0;
+ _tmp25_ = g_strcmp0 (_tmp23_, _tmp24_) != 0;
#line 198 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp27_);
+ _g_free0 (_tmp23_);
#line 198 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp29_) {
-#line 2322 "Tag.c"
- GeeHashMap* _tmp30_;
- const gchar* _tmp31_;
- GeeHashMap* _tmp32_;
- Tag* _tmp33_;
- gchar* _tmp34_;
- gchar* _tmp35_;
- Tag* _tmp36_;
+ if (_tmp25_) {
+#line 2493 "Tag.c"
+ GeeHashMap* _tmp26_;
+ const gchar* _tmp27_;
+ GeeHashMap* _tmp28_;
+ Tag* _tmp29_;
+ gchar* _tmp30_;
+ gchar* _tmp31_;
+ Tag* _tmp32_;
#line 199 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp30_ = self->priv->name_map;
+ _tmp26_ = self->priv->name_map;
#line 199 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp31_ = old_name;
+ _tmp27_ = old_name;
#line 199 "/home/jens/Source/shotwell/src/Tag.vala"
- gee_abstract_map_unset (G_TYPE_CHECK_INSTANCE_CAST (_tmp30_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap), _tmp31_, NULL);
+ gee_abstract_map_unset (G_TYPE_CHECK_INSTANCE_CAST (_tmp26_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap), _tmp27_, NULL);
#line 200 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp32_ = self->priv->name_map;
+ _tmp28_ = self->priv->name_map;
#line 200 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp33_ = tag;
+ _tmp29_ = tag;
#line 200 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp34_ = data_object_get_name (G_TYPE_CHECK_INSTANCE_CAST (_tmp33_, TYPE_DATA_OBJECT, DataObject));
+ _tmp30_ = data_object_get_name (G_TYPE_CHECK_INSTANCE_CAST (_tmp29_, TYPE_DATA_OBJECT, DataObject));
#line 200 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp35_ = _tmp34_;
+ _tmp31_ = _tmp30_;
#line 200 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp36_ = tag;
+ _tmp32_ = tag;
#line 200 "/home/jens/Source/shotwell/src/Tag.vala"
- gee_abstract_map_set (G_TYPE_CHECK_INSTANCE_CAST (_tmp32_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap), _tmp35_, _tmp36_);
+ gee_abstract_map_set (G_TYPE_CHECK_INSTANCE_CAST (_tmp28_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap), _tmp31_, _tmp32_);
#line 200 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp35_);
-#line 2350 "Tag.c"
+ _g_free0 (_tmp31_);
+#line 2521 "Tag.c"
}
#line 180 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (iter);
@@ -2356,40 +2527,42 @@ static void tag_source_collection_real_notify_items_altered (DataCollection* bas
_g_object_unref0 (tag);
#line 180 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (object);
-#line 2360 "Tag.c"
+#line 2531 "Tag.c"
}
#line 180 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (_object_it);
-#line 2364 "Tag.c"
+#line 2535 "Tag.c"
}
#line 204 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp37_ = map;
-#line 204 "/home/jens/Source/shotwell/src/Tag.vala"
- DATA_COLLECTION_CLASS (tag_source_collection_parent_class)->notify_items_altered (G_TYPE_CHECK_INSTANCE_CAST (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_CONTAINER_SOURCE_COLLECTION, ContainerSourceCollection), TYPE_DATA_COLLECTION, DataCollection), _tmp37_);
-#line 2370 "Tag.c"
+ DATA_COLLECTION_CLASS (tag_source_collection_parent_class)->notify_items_altered (G_TYPE_CHECK_INSTANCE_CAST (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_CONTAINER_SOURCE_COLLECTION, ContainerSourceCollection), TYPE_DATA_COLLECTION, DataCollection), map);
+#line 2539 "Tag.c"
}
-static gint _tag_compare_names_gcompare_data_func (gconstpointer a, gconstpointer b, gpointer self) {
+static gint
+_tag_compare_names_gcompare_data_func (gconstpointer a,
+ gconstpointer b,
+ gpointer self)
+{
gint result;
result = tag_compare_names ((Tag*) a, (Tag*) b);
#line 224 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 2379 "Tag.c"
+#line 2552 "Tag.c"
}
-static void tag_source_collection_real_notify_container_contents_added (ContainerSourceCollection* base, ContainerSource* container, GeeCollection* added, gboolean relinking) {
+static void
+tag_source_collection_real_notify_container_contents_added (ContainerSourceCollection* base,
+ ContainerSource* container,
+ GeeCollection* added,
+ gboolean relinking)
+{
TagSourceCollection * self;
Tag* tag = NULL;
- ContainerSource* _tmp0_;
- Tag* _tmp1_;
+ Tag* _tmp0_;
GeeCollection* sources = NULL;
- GeeCollection* _tmp2_;
- GeeCollection* _tmp3_;
- ContainerSource* _tmp34_;
- GeeCollection* _tmp35_;
- gboolean _tmp36_;
+ GeeCollection* _tmp1_;
#line 207 "/home/jens/Source/shotwell/src/Tag.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_TAG_SOURCE_COLLECTION, TagSourceCollection);
#line 207 "/home/jens/Source/shotwell/src/Tag.vala"
@@ -2397,200 +2570,181 @@ static void tag_source_collection_real_notify_container_contents_added (Containe
#line 207 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_if_fail (GEE_IS_COLLECTION (added));
#line 209 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp0_ = container;
-#line 209 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp1_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, TYPE_TAG, Tag));
+ _tmp0_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_CAST (container, TYPE_TAG, Tag));
#line 209 "/home/jens/Source/shotwell/src/Tag.vala"
- tag = _tmp1_;
+ tag = _tmp0_;
#line 210 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp2_ = added;
+ _tmp1_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_CAST (added, GEE_TYPE_COLLECTION, GeeCollection));
#line 210 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp3_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_CAST (_tmp2_, GEE_TYPE_COLLECTION, GeeCollection));
-#line 210 "/home/jens/Source/shotwell/src/Tag.vala"
- sources = _tmp3_;
-#line 2412 "Tag.c"
+ sources = _tmp1_;
+#line 2581 "Tag.c"
{
GeeIterator* _source_it = NULL;
- GeeCollection* _tmp4_;
- GeeIterator* _tmp5_;
+ GeeCollection* _tmp2_;
+ GeeIterator* _tmp3_;
#line 212 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp4_ = sources;
+ _tmp2_ = sources;
#line 212 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp5_ = gee_iterable_iterator (G_TYPE_CHECK_INSTANCE_CAST (_tmp4_, GEE_TYPE_ITERABLE, GeeIterable));
+ _tmp3_ = gee_iterable_iterator (G_TYPE_CHECK_INSTANCE_CAST (_tmp2_, GEE_TYPE_ITERABLE, GeeIterable));
#line 212 "/home/jens/Source/shotwell/src/Tag.vala"
- _source_it = _tmp5_;
+ _source_it = _tmp3_;
#line 212 "/home/jens/Source/shotwell/src/Tag.vala"
while (TRUE) {
-#line 2425 "Tag.c"
- GeeIterator* _tmp6_;
- gboolean _tmp7_;
+#line 2594 "Tag.c"
+ GeeIterator* _tmp4_;
MediaSource* source = NULL;
- GeeIterator* _tmp8_;
- gpointer _tmp9_;
+ GeeIterator* _tmp5_;
+ gpointer _tmp6_;
GeeList* tags = NULL;
- GeeHashMap* _tmp10_;
- MediaSource* _tmp11_;
- gpointer _tmp12_;
- GeeList* _tmp13_;
+ GeeHashMap* _tmp7_;
+ MediaSource* _tmp8_;
+ gpointer _tmp9_;
+ GeeList* _tmp10_;
gboolean is_added = FALSE;
- GeeList* _tmp18_;
- Tag* _tmp19_;
- gboolean _tmp20_;
- gboolean _tmp21_;
+ GeeList* _tmp15_;
+ Tag* _tmp16_;
+ gboolean _tmp17_;
GeeSortedSet* sorted_tags = NULL;
- GeeHashMap* _tmp22_;
- MediaSource* _tmp23_;
- gpointer _tmp24_;
- GeeSortedSet* _tmp25_;
- GeeSortedSet* _tmp30_;
- Tag* _tmp31_;
- gboolean _tmp32_;
- gboolean _tmp33_;
-#line 212 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp6_ = _source_it;
+ GeeHashMap* _tmp18_;
+ MediaSource* _tmp19_;
+ gpointer _tmp20_;
+ GeeSortedSet* _tmp21_;
+ GeeSortedSet* _tmp26_;
+ Tag* _tmp27_;
+ gboolean _tmp28_;
#line 212 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp7_ = gee_iterator_next (_tmp6_);
+ _tmp4_ = _source_it;
#line 212 "/home/jens/Source/shotwell/src/Tag.vala"
- if (!_tmp7_) {
+ if (!gee_iterator_next (_tmp4_)) {
#line 212 "/home/jens/Source/shotwell/src/Tag.vala"
break;
-#line 2458 "Tag.c"
+#line 2622 "Tag.c"
}
#line 212 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp8_ = _source_it;
+ _tmp5_ = _source_it;
#line 212 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp9_ = gee_iterator_get (_tmp8_);
+ _tmp6_ = gee_iterator_get (_tmp5_);
#line 212 "/home/jens/Source/shotwell/src/Tag.vala"
- source = (MediaSource*) _tmp9_;
+ source = (MediaSource*) _tmp6_;
#line 213 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp10_ = self->priv->source_map;
+ _tmp7_ = self->priv->source_map;
#line 213 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp11_ = source;
+ _tmp8_ = source;
#line 213 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp12_ = gee_abstract_map_get (G_TYPE_CHECK_INSTANCE_CAST (_tmp10_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap), _tmp11_);
+ _tmp9_ = gee_abstract_map_get (G_TYPE_CHECK_INSTANCE_CAST (_tmp7_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap), _tmp8_);
#line 213 "/home/jens/Source/shotwell/src/Tag.vala"
- tags = (GeeList*) _tmp12_;
+ tags = (GeeList*) _tmp9_;
#line 214 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp13_ = tags;
+ _tmp10_ = tags;
#line 214 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp13_ == NULL) {
-#line 2478 "Tag.c"
- GeeArrayList* _tmp14_;
- GeeHashMap* _tmp15_;
- MediaSource* _tmp16_;
- GeeList* _tmp17_;
+ if (_tmp10_ == NULL) {
+#line 2642 "Tag.c"
+ GeeArrayList* _tmp11_;
+ GeeHashMap* _tmp12_;
+ MediaSource* _tmp13_;
+ GeeList* _tmp14_;
#line 215 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp14_ = gee_array_list_new (TYPE_TAG, (GBoxedCopyFunc) g_object_ref, (GDestroyNotify) g_object_unref, NULL, NULL, NULL);
+ _tmp11_ = gee_array_list_new (TYPE_TAG, (GBoxedCopyFunc) g_object_ref, (GDestroyNotify) g_object_unref, NULL, NULL, NULL);
#line 215 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (tags);
#line 215 "/home/jens/Source/shotwell/src/Tag.vala"
- tags = G_TYPE_CHECK_INSTANCE_CAST (_tmp14_, GEE_TYPE_LIST, GeeList);
+ tags = G_TYPE_CHECK_INSTANCE_CAST (_tmp11_, GEE_TYPE_LIST, GeeList);
#line 216 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp15_ = self->priv->source_map;
+ _tmp12_ = self->priv->source_map;
#line 216 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp16_ = source;
+ _tmp13_ = source;
#line 216 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp17_ = tags;
+ _tmp14_ = tags;
#line 216 "/home/jens/Source/shotwell/src/Tag.vala"
- gee_abstract_map_set (G_TYPE_CHECK_INSTANCE_CAST (_tmp15_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap), _tmp16_, _tmp17_);
-#line 2497 "Tag.c"
+ gee_abstract_map_set (G_TYPE_CHECK_INSTANCE_CAST (_tmp12_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap), _tmp13_, _tmp14_);
+#line 2661 "Tag.c"
}
#line 219 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp18_ = tags;
-#line 219 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp19_ = tag;
+ _tmp15_ = tags;
#line 219 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp20_ = gee_collection_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp18_, GEE_TYPE_COLLECTION, GeeCollection), _tmp19_);
+ _tmp16_ = tag;
#line 219 "/home/jens/Source/shotwell/src/Tag.vala"
- is_added = _tmp20_;
+ is_added = gee_collection_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp15_, GEE_TYPE_COLLECTION, GeeCollection), _tmp16_);
#line 220 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp21_ = is_added;
+ _tmp17_ = is_added;
#line 220 "/home/jens/Source/shotwell/src/Tag.vala"
- _vala_assert (_tmp21_, "is_added");
+ _vala_assert (_tmp17_, "is_added");
#line 222 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp22_ = self->priv->sorted_source_map;
+ _tmp18_ = self->priv->sorted_source_map;
#line 222 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp23_ = source;
+ _tmp19_ = source;
#line 222 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp24_ = gee_abstract_map_get (G_TYPE_CHECK_INSTANCE_CAST (_tmp22_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap), _tmp23_);
+ _tmp20_ = gee_abstract_map_get (G_TYPE_CHECK_INSTANCE_CAST (_tmp18_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap), _tmp19_);
#line 222 "/home/jens/Source/shotwell/src/Tag.vala"
- sorted_tags = (GeeSortedSet*) _tmp24_;
+ sorted_tags = (GeeSortedSet*) _tmp20_;
#line 223 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp25_ = sorted_tags;
+ _tmp21_ = sorted_tags;
#line 223 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp25_ == NULL) {
-#line 2523 "Tag.c"
- GeeTreeSet* _tmp26_;
- GeeHashMap* _tmp27_;
- MediaSource* _tmp28_;
- GeeSortedSet* _tmp29_;
+ if (_tmp21_ == NULL) {
+#line 2685 "Tag.c"
+ GeeTreeSet* _tmp22_;
+ GeeHashMap* _tmp23_;
+ MediaSource* _tmp24_;
+ GeeSortedSet* _tmp25_;
#line 224 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp26_ = gee_tree_set_new (TYPE_TAG, (GBoxedCopyFunc) g_object_ref, (GDestroyNotify) g_object_unref, _tag_compare_names_gcompare_data_func, NULL, NULL);
+ _tmp22_ = gee_tree_set_new (TYPE_TAG, (GBoxedCopyFunc) g_object_ref, (GDestroyNotify) g_object_unref, _tag_compare_names_gcompare_data_func, NULL, NULL);
#line 224 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (sorted_tags);
#line 224 "/home/jens/Source/shotwell/src/Tag.vala"
- sorted_tags = G_TYPE_CHECK_INSTANCE_CAST (_tmp26_, GEE_TYPE_SORTED_SET, GeeSortedSet);
+ sorted_tags = G_TYPE_CHECK_INSTANCE_CAST (_tmp22_, GEE_TYPE_SORTED_SET, GeeSortedSet);
#line 225 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp27_ = self->priv->sorted_source_map;
+ _tmp23_ = self->priv->sorted_source_map;
#line 225 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp28_ = source;
+ _tmp24_ = source;
#line 225 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp29_ = sorted_tags;
+ _tmp25_ = sorted_tags;
#line 225 "/home/jens/Source/shotwell/src/Tag.vala"
- gee_abstract_map_set (G_TYPE_CHECK_INSTANCE_CAST (_tmp27_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap), _tmp28_, _tmp29_);
-#line 2542 "Tag.c"
+ gee_abstract_map_set (G_TYPE_CHECK_INSTANCE_CAST (_tmp23_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap), _tmp24_, _tmp25_);
+#line 2704 "Tag.c"
}
#line 228 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp30_ = sorted_tags;
-#line 228 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp31_ = tag;
+ _tmp26_ = sorted_tags;
#line 228 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp32_ = gee_collection_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp30_, GEE_TYPE_COLLECTION, GeeCollection), _tmp31_);
+ _tmp27_ = tag;
#line 228 "/home/jens/Source/shotwell/src/Tag.vala"
- is_added = _tmp32_;
+ is_added = gee_collection_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp26_, GEE_TYPE_COLLECTION, GeeCollection), _tmp27_);
#line 229 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp33_ = is_added;
+ _tmp28_ = is_added;
#line 229 "/home/jens/Source/shotwell/src/Tag.vala"
- _vala_assert (_tmp33_, "is_added");
+ _vala_assert (_tmp28_, "is_added");
#line 212 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (sorted_tags);
#line 212 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (tags);
#line 212 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (source);
-#line 2562 "Tag.c"
+#line 2722 "Tag.c"
}
#line 212 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (_source_it);
-#line 2566 "Tag.c"
+#line 2726 "Tag.c"
}
#line 232 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp34_ = container;
-#line 232 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp35_ = added;
-#line 232 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp36_ = relinking;
-#line 232 "/home/jens/Source/shotwell/src/Tag.vala"
- CONTAINER_SOURCE_COLLECTION_CLASS (tag_source_collection_parent_class)->notify_container_contents_added (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_CONTAINER_SOURCE_COLLECTION, ContainerSourceCollection), _tmp34_, _tmp35_, _tmp36_);
+ CONTAINER_SOURCE_COLLECTION_CLASS (tag_source_collection_parent_class)->notify_container_contents_added (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_CONTAINER_SOURCE_COLLECTION, ContainerSourceCollection), container, added, relinking);
#line 207 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (sources);
#line 207 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (tag);
-#line 2580 "Tag.c"
+#line 2734 "Tag.c"
}
-static void tag_source_collection_real_notify_container_contents_removed (ContainerSourceCollection* base, ContainerSource* container, GeeCollection* removed, gboolean unlinking) {
+static void
+tag_source_collection_real_notify_container_contents_removed (ContainerSourceCollection* base,
+ ContainerSource* container,
+ GeeCollection* removed,
+ gboolean unlinking)
+{
TagSourceCollection * self;
Tag* tag = NULL;
- ContainerSource* _tmp0_;
- Tag* _tmp1_;
+ Tag* _tmp0_;
GeeCollection* sources = NULL;
- GeeCollection* _tmp2_;
- GeeCollection* _tmp3_;
- ContainerSource* _tmp36_;
- GeeCollection* _tmp37_;
- gboolean _tmp38_;
+ GeeCollection* _tmp1_;
#line 235 "/home/jens/Source/shotwell/src/Tag.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_TAG_SOURCE_COLLECTION, TagSourceCollection);
#line 235 "/home/jens/Source/shotwell/src/Tag.vala"
@@ -2598,162 +2752,149 @@ static void tag_source_collection_real_notify_container_contents_removed (Contai
#line 235 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_if_fail (GEE_IS_COLLECTION (removed));
#line 237 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp0_ = container;
+ _tmp0_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_CAST (container, TYPE_TAG, Tag));
#line 237 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp1_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, TYPE_TAG, Tag));
-#line 237 "/home/jens/Source/shotwell/src/Tag.vala"
- tag = _tmp1_;
+ tag = _tmp0_;
#line 238 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp2_ = removed;
+ _tmp1_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_CAST (removed, GEE_TYPE_COLLECTION, GeeCollection));
#line 238 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp3_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_CAST (_tmp2_, GEE_TYPE_COLLECTION, GeeCollection));
-#line 238 "/home/jens/Source/shotwell/src/Tag.vala"
- sources = _tmp3_;
-#line 2613 "Tag.c"
+ sources = _tmp1_;
+#line 2763 "Tag.c"
{
GeeIterator* _source_it = NULL;
- GeeCollection* _tmp4_;
- GeeIterator* _tmp5_;
+ GeeCollection* _tmp2_;
+ GeeIterator* _tmp3_;
#line 240 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp4_ = sources;
+ _tmp2_ = sources;
#line 240 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp5_ = gee_iterable_iterator (G_TYPE_CHECK_INSTANCE_CAST (_tmp4_, GEE_TYPE_ITERABLE, GeeIterable));
+ _tmp3_ = gee_iterable_iterator (G_TYPE_CHECK_INSTANCE_CAST (_tmp2_, GEE_TYPE_ITERABLE, GeeIterable));
#line 240 "/home/jens/Source/shotwell/src/Tag.vala"
- _source_it = _tmp5_;
+ _source_it = _tmp3_;
#line 240 "/home/jens/Source/shotwell/src/Tag.vala"
while (TRUE) {
-#line 2626 "Tag.c"
- GeeIterator* _tmp6_;
- gboolean _tmp7_;
+#line 2776 "Tag.c"
+ GeeIterator* _tmp4_;
MediaSource* source = NULL;
- GeeIterator* _tmp8_;
- gpointer _tmp9_;
+ GeeIterator* _tmp5_;
+ gpointer _tmp6_;
GeeList* tags = NULL;
- GeeHashMap* _tmp10_;
- MediaSource* _tmp11_;
- gpointer _tmp12_;
- GeeList* _tmp13_;
+ GeeHashMap* _tmp7_;
+ MediaSource* _tmp8_;
+ gpointer _tmp9_;
+ GeeList* _tmp10_;
gboolean is_removed = FALSE;
+ GeeList* _tmp11_;
+ Tag* _tmp12_;
+ gboolean _tmp13_;
GeeList* _tmp14_;
- Tag* _tmp15_;
- gboolean _tmp16_;
- gboolean _tmp17_;
- GeeList* _tmp18_;
- gint _tmp19_;
- gint _tmp20_;
+ gint _tmp15_;
+ gint _tmp16_;
GeeSortedSet* sorted_tags = NULL;
- GeeHashMap* _tmp23_;
- MediaSource* _tmp24_;
- gpointer _tmp25_;
+ GeeHashMap* _tmp19_;
+ MediaSource* _tmp20_;
+ gpointer _tmp21_;
+ GeeSortedSet* _tmp22_;
+ GeeSortedSet* _tmp23_;
+ Tag* _tmp24_;
+ gboolean _tmp25_;
GeeSortedSet* _tmp26_;
- GeeSortedSet* _tmp27_;
- Tag* _tmp28_;
- gboolean _tmp29_;
- gboolean _tmp30_;
- GeeSortedSet* _tmp31_;
- gint _tmp32_;
- gint _tmp33_;
+ gint _tmp27_;
+ gint _tmp28_;
#line 240 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp6_ = _source_it;
+ _tmp4_ = _source_it;
#line 240 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp7_ = gee_iterator_next (_tmp6_);
-#line 240 "/home/jens/Source/shotwell/src/Tag.vala"
- if (!_tmp7_) {
+ if (!gee_iterator_next (_tmp4_)) {
#line 240 "/home/jens/Source/shotwell/src/Tag.vala"
break;
-#line 2665 "Tag.c"
+#line 2810 "Tag.c"
}
#line 240 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp8_ = _source_it;
+ _tmp5_ = _source_it;
#line 240 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp9_ = gee_iterator_get (_tmp8_);
+ _tmp6_ = gee_iterator_get (_tmp5_);
#line 240 "/home/jens/Source/shotwell/src/Tag.vala"
- source = (MediaSource*) _tmp9_;
+ source = (MediaSource*) _tmp6_;
#line 241 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp10_ = self->priv->source_map;
+ _tmp7_ = self->priv->source_map;
#line 241 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp11_ = source;
+ _tmp8_ = source;
#line 241 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp12_ = gee_abstract_map_get (G_TYPE_CHECK_INSTANCE_CAST (_tmp10_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap), _tmp11_);
+ _tmp9_ = gee_abstract_map_get (G_TYPE_CHECK_INSTANCE_CAST (_tmp7_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap), _tmp8_);
#line 241 "/home/jens/Source/shotwell/src/Tag.vala"
- tags = (GeeList*) _tmp12_;
+ tags = (GeeList*) _tmp9_;
#line 242 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp13_ = tags;
+ _tmp10_ = tags;
#line 242 "/home/jens/Source/shotwell/src/Tag.vala"
- _vala_assert (_tmp13_ != NULL, "tags != null");
+ _vala_assert (_tmp10_ != NULL, "tags != null");
#line 244 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp14_ = tags;
-#line 244 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp15_ = tag;
+ _tmp11_ = tags;
#line 244 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp16_ = gee_collection_remove (G_TYPE_CHECK_INSTANCE_CAST (_tmp14_, GEE_TYPE_COLLECTION, GeeCollection), _tmp15_);
+ _tmp12_ = tag;
#line 244 "/home/jens/Source/shotwell/src/Tag.vala"
- is_removed = _tmp16_;
+ is_removed = gee_collection_remove (G_TYPE_CHECK_INSTANCE_CAST (_tmp11_, GEE_TYPE_COLLECTION, GeeCollection), _tmp12_);
#line 245 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp17_ = is_removed;
+ _tmp13_ = is_removed;
#line 245 "/home/jens/Source/shotwell/src/Tag.vala"
- _vala_assert (_tmp17_, "is_removed");
+ _vala_assert (_tmp13_, "is_removed");
#line 247 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp18_ = tags;
+ _tmp14_ = tags;
#line 247 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp19_ = gee_collection_get_size (G_TYPE_CHECK_INSTANCE_CAST (_tmp18_, GEE_TYPE_COLLECTION, GeeCollection));
+ _tmp15_ = gee_collection_get_size (G_TYPE_CHECK_INSTANCE_CAST (_tmp14_, GEE_TYPE_COLLECTION, GeeCollection));
#line 247 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp20_ = _tmp19_;
+ _tmp16_ = _tmp15_;
#line 247 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp20_ == 0) {
-#line 2705 "Tag.c"
- GeeHashMap* _tmp21_;
- MediaSource* _tmp22_;
+ if (_tmp16_ == 0) {
+#line 2848 "Tag.c"
+ GeeHashMap* _tmp17_;
+ MediaSource* _tmp18_;
#line 248 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp21_ = self->priv->source_map;
+ _tmp17_ = self->priv->source_map;
#line 248 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp22_ = source;
+ _tmp18_ = source;
#line 248 "/home/jens/Source/shotwell/src/Tag.vala"
- gee_abstract_map_unset (G_TYPE_CHECK_INSTANCE_CAST (_tmp21_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap), _tmp22_, NULL);
-#line 2714 "Tag.c"
+ gee_abstract_map_unset (G_TYPE_CHECK_INSTANCE_CAST (_tmp17_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap), _tmp18_, NULL);
+#line 2857 "Tag.c"
}
#line 250 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp23_ = self->priv->sorted_source_map;
+ _tmp19_ = self->priv->sorted_source_map;
#line 250 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp24_ = source;
+ _tmp20_ = source;
#line 250 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp25_ = gee_abstract_map_get (G_TYPE_CHECK_INSTANCE_CAST (_tmp23_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap), _tmp24_);
+ _tmp21_ = gee_abstract_map_get (G_TYPE_CHECK_INSTANCE_CAST (_tmp19_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap), _tmp20_);
#line 250 "/home/jens/Source/shotwell/src/Tag.vala"
- sorted_tags = (GeeSortedSet*) _tmp25_;
+ sorted_tags = (GeeSortedSet*) _tmp21_;
#line 251 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp26_ = sorted_tags;
+ _tmp22_ = sorted_tags;
#line 251 "/home/jens/Source/shotwell/src/Tag.vala"
- _vala_assert (_tmp26_ != NULL, "sorted_tags != null");
+ _vala_assert (_tmp22_ != NULL, "sorted_tags != null");
#line 253 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp27_ = sorted_tags;
+ _tmp23_ = sorted_tags;
#line 253 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp28_ = tag;
+ _tmp24_ = tag;
#line 253 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp29_ = gee_collection_remove (G_TYPE_CHECK_INSTANCE_CAST (_tmp27_, GEE_TYPE_COLLECTION, GeeCollection), _tmp28_);
-#line 253 "/home/jens/Source/shotwell/src/Tag.vala"
- is_removed = _tmp29_;
+ is_removed = gee_collection_remove (G_TYPE_CHECK_INSTANCE_CAST (_tmp23_, GEE_TYPE_COLLECTION, GeeCollection), _tmp24_);
#line 254 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp30_ = is_removed;
+ _tmp25_ = is_removed;
#line 254 "/home/jens/Source/shotwell/src/Tag.vala"
- _vala_assert (_tmp30_, "is_removed");
+ _vala_assert (_tmp25_, "is_removed");
#line 256 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp31_ = sorted_tags;
+ _tmp26_ = sorted_tags;
#line 256 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp32_ = gee_collection_get_size (G_TYPE_CHECK_INSTANCE_CAST (_tmp31_, GEE_TYPE_COLLECTION, GeeCollection));
+ _tmp27_ = gee_collection_get_size (G_TYPE_CHECK_INSTANCE_CAST (_tmp26_, GEE_TYPE_COLLECTION, GeeCollection));
#line 256 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp33_ = _tmp32_;
+ _tmp28_ = _tmp27_;
#line 256 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp33_ == 0) {
-#line 2748 "Tag.c"
- GeeHashMap* _tmp34_;
- MediaSource* _tmp35_;
+ if (_tmp28_ == 0) {
+#line 2889 "Tag.c"
+ GeeHashMap* _tmp29_;
+ MediaSource* _tmp30_;
#line 257 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp34_ = self->priv->sorted_source_map;
+ _tmp29_ = self->priv->sorted_source_map;
#line 257 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp35_ = source;
+ _tmp30_ = source;
#line 257 "/home/jens/Source/shotwell/src/Tag.vala"
- gee_abstract_map_unset (G_TYPE_CHECK_INSTANCE_CAST (_tmp34_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap), _tmp35_, NULL);
-#line 2757 "Tag.c"
+ gee_abstract_map_unset (G_TYPE_CHECK_INSTANCE_CAST (_tmp29_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap), _tmp30_, NULL);
+#line 2898 "Tag.c"
}
#line 240 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (sorted_tags);
@@ -2761,40 +2902,40 @@ static void tag_source_collection_real_notify_container_contents_removed (Contai
_g_object_unref0 (tags);
#line 240 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (source);
-#line 2765 "Tag.c"
+#line 2906 "Tag.c"
}
#line 240 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (_source_it);
-#line 2769 "Tag.c"
+#line 2910 "Tag.c"
}
#line 260 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp36_ = container;
-#line 260 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp37_ = removed;
-#line 260 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp38_ = unlinking;
-#line 260 "/home/jens/Source/shotwell/src/Tag.vala"
- CONTAINER_SOURCE_COLLECTION_CLASS (tag_source_collection_parent_class)->notify_container_contents_removed (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_CONTAINER_SOURCE_COLLECTION, ContainerSourceCollection), _tmp36_, _tmp37_, _tmp38_);
+ CONTAINER_SOURCE_COLLECTION_CLASS (tag_source_collection_parent_class)->notify_container_contents_removed (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_CONTAINER_SOURCE_COLLECTION, ContainerSourceCollection), container, removed, unlinking);
#line 235 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (sources);
#line 235 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (tag);
-#line 2783 "Tag.c"
+#line 2918 "Tag.c"
}
-static void tag_source_collection_on_photo_source_reimported (TagSourceCollection* self, LibraryPhoto* photo, PhotoMetadata* metadata) {
+static void
+tag_source_collection_on_photo_source_reimported (TagSourceCollection* self,
+ LibraryPhoto* photo,
+ PhotoMetadata* metadata)
+{
#line 263 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_if_fail (IS_TAG_SOURCE_COLLECTION (self));
#line 263 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_if_fail (IS_LIBRARY_PHOTO (photo));
#line 263 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_if_fail ((metadata == NULL) || IS_PHOTO_METADATA (metadata));
-#line 2794 "Tag.c"
+#line 2933 "Tag.c"
}
-static void tag_source_collection_class_init (TagSourceCollectionClass * klass) {
+static void
+tag_source_collection_class_init (TagSourceCollectionClass * klass)
+{
#line 7 "/home/jens/Source/shotwell/src/Tag.vala"
tag_source_collection_parent_class = g_type_class_peek_parent (klass);
#line 7 "/home/jens/Source/shotwell/src/Tag.vala"
@@ -2817,11 +2958,13 @@ static void tag_source_collection_class_init (TagSourceCollectionClass * klass)
((ContainerSourceCollectionClass *) klass)->notify_container_contents_added = (void (*) (ContainerSourceCollection *, ContainerSource*, GeeCollection*, gboolean)) tag_source_collection_real_notify_container_contents_added;
#line 7 "/home/jens/Source/shotwell/src/Tag.vala"
((ContainerSourceCollectionClass *) klass)->notify_container_contents_removed = (void (*) (ContainerSourceCollection *, ContainerSource*, GeeCollection*, gboolean)) tag_source_collection_real_notify_container_contents_removed;
-#line 2821 "Tag.c"
+#line 2962 "Tag.c"
}
-static void tag_source_collection_instance_init (TagSourceCollection * self) {
+static void
+tag_source_collection_instance_init (TagSourceCollection * self)
+{
GeeHashMap* _tmp0_;
GeeHashMap* _tmp1_;
GeeHashMap* _tmp2_;
@@ -2839,11 +2982,13 @@ static void tag_source_collection_instance_init (TagSourceCollection * self) {
_tmp2_ = gee_hash_map_new (TYPE_MEDIA_SOURCE, (GBoxedCopyFunc) g_object_ref, (GDestroyNotify) g_object_unref, GEE_TYPE_SORTED_SET, (GBoxedCopyFunc) g_object_ref, (GDestroyNotify) g_object_unref, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
#line 12 "/home/jens/Source/shotwell/src/Tag.vala"
self->priv->sorted_source_map = _tmp2_;
-#line 2843 "Tag.c"
+#line 2986 "Tag.c"
}
-static void tag_source_collection_finalize (DataCollection * obj) {
+static void
+tag_source_collection_finalize (DataCollection * obj)
+{
TagSourceCollection * self;
LibraryPhotoSourceCollection* _tmp0_;
guint _tmp1_;
@@ -2863,11 +3008,13 @@ static void tag_source_collection_finalize (DataCollection * obj) {
_g_object_unref0 (self->priv->sorted_source_map);
#line 7 "/home/jens/Source/shotwell/src/Tag.vala"
DATA_COLLECTION_CLASS (tag_source_collection_parent_class)->finalize (obj);
-#line 2867 "Tag.c"
+#line 3012 "Tag.c"
}
-GType tag_source_collection_get_type (void) {
+GType
+tag_source_collection_get_type (void)
+{
static volatile gsize tag_source_collection_type_id__volatile = 0;
if (g_once_init_enter (&tag_source_collection_type_id__volatile)) {
static const GTypeInfo g_define_type_info = { sizeof (TagSourceCollectionClass), (GBaseInitFunc) NULL, (GBaseFinalizeFunc) NULL, (GClassInitFunc) tag_source_collection_class_init, (GClassFinalizeFunc) NULL, NULL, sizeof (TagSourceCollection), 0, (GInstanceInitFunc) tag_source_collection_instance_init, NULL };
@@ -2879,291 +3026,294 @@ GType tag_source_collection_get_type (void) {
}
-static void _tag_on_media_views_contents_altered_data_collection_contents_altered (DataCollection* _sender, GeeIterable* added, GeeIterable* removed, gpointer self) {
+static void
+_tag_on_media_views_contents_altered_data_collection_contents_altered (DataCollection* _sender,
+ GeeIterable* added,
+ GeeIterable* removed,
+ gpointer self)
+{
#line 382 "/home/jens/Source/shotwell/src/Tag.vala"
tag_on_media_views_contents_altered ((Tag*) self, added, removed);
-#line 2886 "Tag.c"
+#line 3038 "Tag.c"
}
-static void _tag_on_sources_destroyed_source_collection_items_destroyed (SourceCollection* _sender, GeeCollection* destroyed, gpointer self) {
+static void
+_tag_on_sources_destroyed_source_collection_items_destroyed (SourceCollection* _sender,
+ GeeCollection* destroyed,
+ gpointer self)
+{
#line 383 "/home/jens/Source/shotwell/src/Tag.vala"
tag_on_sources_destroyed ((Tag*) self, destroyed);
-#line 2893 "Tag.c"
+#line 3049 "Tag.c"
}
-static gpointer _tag_row_ref0 (gpointer self) {
+static gpointer
+_tag_row_ref0 (gpointer self)
+{
#line 335 "/home/jens/Source/shotwell/src/Tag.vala"
return self ? tag_row_ref (self) : NULL;
-#line 2900 "Tag.c"
+#line 3058 "Tag.c"
}
-static Tag* tag_construct (GType object_type, TagRow* row, gint64 object_id) {
+static Tag*
+tag_construct (GType object_type,
+ TagRow* row,
+ gint64 object_id)
+{
Tag * self = NULL;
- gint64 _tmp0_;
+ TagRow* _tmp0_;
TagRow* _tmp1_;
TagRow* _tmp2_;
- TagRow* _tmp3_;
- TagRow* _tmp4_;
- const gchar* _tmp5_;
- gchar* _tmp6_;
+ const gchar* _tmp3_;
+ gchar* _tmp4_;
GeeArrayList* source_list = NULL;
- GeeArrayList* _tmp7_;
+ GeeArrayList* _tmp5_;
GeeArrayList* thumbnail_views = NULL;
- GeeArrayList* _tmp8_;
- TagRow* _tmp9_;
- GeeSet* _tmp10_;
- TagRow* _tmp32_;
- TagID _tmp33_;
- gint64 _tmp34_;
- gchar* _tmp35_;
- gchar* _tmp36_;
- gchar* _tmp37_;
- gchar* _tmp38_;
- ViewCollection* _tmp39_;
- ViewCollection* _tmp40_;
- GeeArrayList* _tmp41_;
- GeeCollection* _tmp42_;
- GeeCollection* _tmp43_;
- GeeArrayList* _tmp44_;
- gint _tmp45_;
- gint _tmp46_;
- ViewCollection* _tmp51_;
- LibraryPhotoSourceCollection* _tmp52_;
- VideoSourceCollection* _tmp53_;
+ GeeArrayList* _tmp6_;
+ TagRow* _tmp7_;
+ GeeSet* _tmp8_;
+ TagID _tmp29_;
+ gint64 _tmp30_;
+ gchar* _tmp31_;
+ gchar* _tmp32_;
+ gchar* _tmp33_;
+ gchar* _tmp34_;
+ ViewCollection* _tmp35_;
+ ViewCollection* _tmp36_;
+ GeeArrayList* _tmp37_;
+ GeeCollection* _tmp38_;
+ GeeCollection* _tmp39_;
+ GeeArrayList* _tmp40_;
+ gint _tmp41_;
+ gint _tmp42_;
+ ViewCollection* _tmp47_;
+ LibraryPhotoSourceCollection* _tmp48_;
+ VideoSourceCollection* _tmp49_;
#line 332 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_val_if_fail (IS_TAG_ROW (row), NULL);
#line 333 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp0_ = object_id;
-#line 333 "/home/jens/Source/shotwell/src/Tag.vala"
- self = (Tag*) data_source_construct (object_type, _tmp0_);
-#line 335 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp1_ = row;
+ self = (Tag*) data_source_construct (object_type, object_id);
#line 335 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp2_ = _tag_row_ref0 (_tmp1_);
+ _tmp0_ = _tag_row_ref0 (row);
#line 335 "/home/jens/Source/shotwell/src/Tag.vala"
_tag_row_unref0 (self->priv->row);
#line 335 "/home/jens/Source/shotwell/src/Tag.vala"
- self->priv->row = _tmp2_;
+ self->priv->row = _tmp0_;
#line 338 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp3_ = self->priv->row;
+ _tmp1_ = self->priv->row;
#line 338 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp4_ = self->priv->row;
+ _tmp2_ = self->priv->row;
#line 338 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp5_ = _tmp4_->name;
+ _tmp3_ = _tmp2_->name;
#line 338 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp6_ = tag_prep_tag_name (_tmp5_);
+ _tmp4_ = tag_prep_tag_name (_tmp3_);
#line 338 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp3_->name);
+ _g_free0 (_tmp1_->name);
#line 338 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp3_->name = _tmp6_;
+ _tmp1_->name = _tmp4_;
#line 341 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp7_ = gee_array_list_new (TYPE_MEDIA_SOURCE, (GBoxedCopyFunc) g_object_ref, (GDestroyNotify) g_object_unref, NULL, NULL, NULL);
+ _tmp5_ = gee_array_list_new (TYPE_MEDIA_SOURCE, (GBoxedCopyFunc) g_object_ref, (GDestroyNotify) g_object_unref, NULL, NULL, NULL);
#line 341 "/home/jens/Source/shotwell/src/Tag.vala"
- source_list = _tmp7_;
+ source_list = _tmp5_;
#line 342 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp8_ = gee_array_list_new (TYPE_THUMBNAIL_VIEW, (GBoxedCopyFunc) g_object_ref, (GDestroyNotify) g_object_unref, NULL, NULL, NULL);
+ _tmp6_ = gee_array_list_new (TYPE_THUMBNAIL_VIEW, (GBoxedCopyFunc) g_object_ref, (GDestroyNotify) g_object_unref, NULL, NULL, NULL);
#line 342 "/home/jens/Source/shotwell/src/Tag.vala"
- thumbnail_views = _tmp8_;
+ thumbnail_views = _tmp6_;
#line 343 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp9_ = self->priv->row;
+ _tmp7_ = self->priv->row;
#line 343 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp10_ = _tmp9_->source_id_list;
+ _tmp8_ = _tmp7_->source_id_list;
#line 343 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp10_ != NULL) {
-#line 2977 "Tag.c"
+ if (_tmp8_ != NULL) {
+#line 3132 "Tag.c"
{
GeeIterator* _source_id_it = NULL;
- TagRow* _tmp11_;
- GeeSet* _tmp12_;
- GeeIterator* _tmp13_;
+ TagRow* _tmp9_;
+ GeeSet* _tmp10_;
+ GeeIterator* _tmp11_;
#line 344 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp11_ = self->priv->row;
+ _tmp9_ = self->priv->row;
#line 344 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp12_ = _tmp11_->source_id_list;
+ _tmp10_ = _tmp9_->source_id_list;
#line 344 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp13_ = gee_iterable_iterator (G_TYPE_CHECK_INSTANCE_CAST (_tmp12_, GEE_TYPE_ITERABLE, GeeIterable));
+ _tmp11_ = gee_iterable_iterator (G_TYPE_CHECK_INSTANCE_CAST (_tmp10_, GEE_TYPE_ITERABLE, GeeIterable));
#line 344 "/home/jens/Source/shotwell/src/Tag.vala"
- _source_id_it = _tmp13_;
+ _source_id_it = _tmp11_;
#line 344 "/home/jens/Source/shotwell/src/Tag.vala"
while (TRUE) {
-#line 2993 "Tag.c"
- GeeIterator* _tmp14_;
- gboolean _tmp15_;
+#line 3148 "Tag.c"
+ GeeIterator* _tmp12_;
gchar* source_id = NULL;
- GeeIterator* _tmp16_;
- gpointer _tmp17_;
+ GeeIterator* _tmp13_;
+ gpointer _tmp14_;
MediaSource* current_source = NULL;
- MediaCollectionRegistry* _tmp18_;
- MediaCollectionRegistry* _tmp19_;
- const gchar* _tmp20_;
- MediaSource* _tmp21_;
+ MediaCollectionRegistry* _tmp15_;
+ MediaCollectionRegistry* _tmp16_;
+ const gchar* _tmp17_;
+ MediaSource* _tmp18_;
+ MediaSource* _tmp19_;
+ MediaSource* _tmp20_;
+ GeeArrayList* _tmp21_;
MediaSource* _tmp22_;
- MediaSource* _tmp23_;
- GeeArrayList* _tmp24_;
- MediaSource* _tmp25_;
- GeeArrayList* _tmp26_;
- MediaSource* _tmp27_;
- ThumbnailView* _tmp28_;
- ThumbnailView* _tmp29_;
-#line 344 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp14_ = _source_id_it;
+ GeeArrayList* _tmp23_;
+ MediaSource* _tmp24_;
+ ThumbnailView* _tmp25_;
+ ThumbnailView* _tmp26_;
#line 344 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp15_ = gee_iterator_next (_tmp14_);
+ _tmp12_ = _source_id_it;
#line 344 "/home/jens/Source/shotwell/src/Tag.vala"
- if (!_tmp15_) {
+ if (!gee_iterator_next (_tmp12_)) {
#line 344 "/home/jens/Source/shotwell/src/Tag.vala"
break;
-#line 3020 "Tag.c"
+#line 3172 "Tag.c"
}
#line 344 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp16_ = _source_id_it;
+ _tmp13_ = _source_id_it;
#line 344 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp17_ = gee_iterator_get (_tmp16_);
+ _tmp14_ = gee_iterator_get (_tmp13_);
#line 344 "/home/jens/Source/shotwell/src/Tag.vala"
- source_id = (gchar*) _tmp17_;
+ source_id = (gchar*) _tmp14_;
#line 345 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp18_ = media_collection_registry_get_instance ();
+ _tmp15_ = media_collection_registry_get_instance ();
#line 345 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp19_ = _tmp18_;
+ _tmp16_ = _tmp15_;
#line 345 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp20_ = source_id;
+ _tmp17_ = source_id;
#line 345 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp21_ = media_collection_registry_fetch_media (_tmp19_, _tmp20_);
+ _tmp18_ = media_collection_registry_fetch_media (_tmp16_, _tmp17_);
#line 345 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp22_ = G_TYPE_CHECK_INSTANCE_CAST (_tmp21_, TYPE_MEDIA_SOURCE, MediaSource);
+ _tmp19_ = G_TYPE_CHECK_INSTANCE_CAST (_tmp18_, TYPE_MEDIA_SOURCE, MediaSource);
#line 345 "/home/jens/Source/shotwell/src/Tag.vala"
- _media_collection_registry_unref0 (_tmp19_);
+ _media_collection_registry_unref0 (_tmp16_);
#line 345 "/home/jens/Source/shotwell/src/Tag.vala"
- current_source = _tmp22_;
+ current_source = _tmp19_;
#line 347 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp23_ = current_source;
+ _tmp20_ = current_source;
#line 347 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp23_ == NULL) {
+ if (_tmp20_ == NULL) {
#line 348 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (current_source);
#line 348 "/home/jens/Source/shotwell/src/Tag.vala"
_g_free0 (source_id);
#line 348 "/home/jens/Source/shotwell/src/Tag.vala"
continue;
-#line 3052 "Tag.c"
+#line 3204 "Tag.c"
}
#line 350 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp24_ = source_list;
+ _tmp21_ = source_list;
#line 350 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp25_ = current_source;
+ _tmp22_ = current_source;
#line 350 "/home/jens/Source/shotwell/src/Tag.vala"
- gee_abstract_collection_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp24_, GEE_TYPE_ABSTRACT_COLLECTION, GeeAbstractCollection), _tmp25_);
+ gee_abstract_collection_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp21_, GEE_TYPE_ABSTRACT_COLLECTION, GeeAbstractCollection), _tmp22_);
#line 351 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp26_ = thumbnail_views;
+ _tmp23_ = thumbnail_views;
#line 351 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp27_ = current_source;
+ _tmp24_ = current_source;
#line 351 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp28_ = thumbnail_view_new (G_TYPE_CHECK_INSTANCE_CAST (_tmp27_, TYPE_THUMBNAIL_SOURCE, ThumbnailSource));
+ _tmp25_ = thumbnail_view_new (G_TYPE_CHECK_INSTANCE_CAST (_tmp24_, TYPE_THUMBNAIL_SOURCE, ThumbnailSource));
#line 351 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp29_ = _tmp28_;
+ _tmp26_ = _tmp25_;
#line 351 "/home/jens/Source/shotwell/src/Tag.vala"
- gee_abstract_collection_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp26_, GEE_TYPE_ABSTRACT_COLLECTION, GeeAbstractCollection), _tmp29_);
+ gee_abstract_collection_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp23_, GEE_TYPE_ABSTRACT_COLLECTION, GeeAbstractCollection), _tmp26_);
#line 351 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_object_unref0 (_tmp29_);
+ _g_object_unref0 (_tmp26_);
#line 344 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (current_source);
#line 344 "/home/jens/Source/shotwell/src/Tag.vala"
_g_free0 (source_id);
-#line 3076 "Tag.c"
+#line 3228 "Tag.c"
}
#line 344 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (_source_id_it);
-#line 3080 "Tag.c"
+#line 3232 "Tag.c"
}
} else {
- TagRow* _tmp30_;
- GeeHashSet* _tmp31_;
+ TagRow* _tmp27_;
+ GeeHashSet* _tmp28_;
#line 355 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp30_ = self->priv->row;
+ _tmp27_ = self->priv->row;
#line 355 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp31_ = gee_hash_set_new (G_TYPE_STRING, (GBoxedCopyFunc) g_strdup, (GDestroyNotify) g_free, NULL, NULL, NULL, NULL, NULL, NULL);
+ _tmp28_ = gee_hash_set_new (G_TYPE_STRING, (GBoxedCopyFunc) g_strdup, (GDestroyNotify) g_free, NULL, NULL, NULL, NULL, NULL, NULL);
#line 355 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_object_unref0 (_tmp30_->source_id_list);
+ _g_object_unref0 (_tmp27_->source_id_list);
#line 355 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp30_->source_id_list = G_TYPE_CHECK_INSTANCE_CAST (_tmp31_, GEE_TYPE_SET, GeeSet);
-#line 3093 "Tag.c"
+ _tmp27_->source_id_list = G_TYPE_CHECK_INSTANCE_CAST (_tmp28_, GEE_TYPE_SET, GeeSet);
+#line 3245 "Tag.c"
}
#line 359 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp32_ = row;
-#line 359 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp33_ = _tmp32_->tag_id;
+ _tmp29_ = row->tag_id;
#line 359 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp34_ = _tmp33_.id;
+ _tmp30_ = _tmp29_.id;
#line 359 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp35_ = g_strdup_printf ("%" G_GINT64_FORMAT, _tmp34_);
+ _tmp31_ = g_strdup_printf ("%" G_GINT64_FORMAT, _tmp30_);
#line 359 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp36_ = _tmp35_;
+ _tmp32_ = _tmp31_;
#line 359 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp37_ = g_strdup_printf ("ViewCollection for tag %s", _tmp36_);
+ _tmp33_ = g_strdup_printf ("ViewCollection for tag %s", _tmp32_);
#line 359 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp38_ = _tmp37_;
+ _tmp34_ = _tmp33_;
#line 359 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp39_ = view_collection_new (_tmp38_);
+ _tmp35_ = view_collection_new (_tmp34_);
#line 359 "/home/jens/Source/shotwell/src/Tag.vala"
_data_collection_unref0 (self->priv->media_views);
#line 359 "/home/jens/Source/shotwell/src/Tag.vala"
- self->priv->media_views = _tmp39_;
+ self->priv->media_views = _tmp35_;
#line 359 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp38_);
+ _g_free0 (_tmp34_);
#line 359 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp36_);
+ _g_free0 (_tmp32_);
#line 360 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp40_ = self->priv->media_views;
+ _tmp36_ = self->priv->media_views;
#line 360 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp41_ = thumbnail_views;
+ _tmp37_ = thumbnail_views;
#line 360 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp42_ = data_collection_add_many (G_TYPE_CHECK_INSTANCE_CAST (_tmp40_, TYPE_DATA_COLLECTION, DataCollection), G_TYPE_CHECK_INSTANCE_CAST (_tmp41_, GEE_TYPE_COLLECTION, GeeCollection), NULL, NULL);
+ _tmp38_ = data_collection_add_many (G_TYPE_CHECK_INSTANCE_CAST (_tmp36_, TYPE_DATA_COLLECTION, DataCollection), G_TYPE_CHECK_INSTANCE_CAST (_tmp37_, GEE_TYPE_COLLECTION, GeeCollection), NULL, NULL);
#line 360 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp43_ = _tmp42_;
+ _tmp39_ = _tmp38_;
#line 360 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_object_unref0 (_tmp43_);
+ _g_object_unref0 (_tmp39_);
#line 364 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp44_ = source_list;
+ _tmp40_ = source_list;
#line 364 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp45_ = gee_abstract_collection_get_size (G_TYPE_CHECK_INSTANCE_CAST (_tmp44_, GEE_TYPE_ABSTRACT_COLLECTION, GeeAbstractCollection));
+ _tmp41_ = gee_abstract_collection_get_size (G_TYPE_CHECK_INSTANCE_CAST (_tmp40_, GEE_TYPE_ABSTRACT_COLLECTION, GeeAbstractCollection));
#line 364 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp46_ = _tmp45_;
+ _tmp42_ = _tmp41_;
#line 364 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp46_ > 0) {
-#line 3137 "Tag.c"
- TagSourceCollection* _tmp47_;
- GeeArrayList* _tmp48_;
- TagSourceCollection* _tmp49_;
- GeeArrayList* _tmp50_;
+ if (_tmp42_ > 0) {
+#line 3287 "Tag.c"
+ TagSourceCollection* _tmp43_;
+ GeeArrayList* _tmp44_;
+ TagSourceCollection* _tmp45_;
+ GeeArrayList* _tmp46_;
#line 365 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp47_ = tag_global;
+ _tmp43_ = tag_global;
#line 365 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp48_ = source_list;
+ _tmp44_ = source_list;
#line 365 "/home/jens/Source/shotwell/src/Tag.vala"
- container_source_collection_notify_container_contents_added (G_TYPE_CHECK_INSTANCE_CAST (_tmp47_, TYPE_CONTAINER_SOURCE_COLLECTION, ContainerSourceCollection), G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_CONTAINER_SOURCE, ContainerSource), G_TYPE_CHECK_INSTANCE_CAST (_tmp48_, GEE_TYPE_COLLECTION, GeeCollection), FALSE);
+ container_source_collection_notify_container_contents_added (G_TYPE_CHECK_INSTANCE_CAST (_tmp43_, TYPE_CONTAINER_SOURCE_COLLECTION, ContainerSourceCollection), G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_CONTAINER_SOURCE, ContainerSource), G_TYPE_CHECK_INSTANCE_CAST (_tmp44_, GEE_TYPE_COLLECTION, GeeCollection), FALSE);
#line 366 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp49_ = tag_global;
+ _tmp45_ = tag_global;
#line 366 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp50_ = source_list;
+ _tmp46_ = source_list;
#line 366 "/home/jens/Source/shotwell/src/Tag.vala"
- container_source_collection_notify_container_contents_altered (G_TYPE_CHECK_INSTANCE_CAST (_tmp49_, TYPE_CONTAINER_SOURCE_COLLECTION, ContainerSourceCollection), G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_CONTAINER_SOURCE, ContainerSource), G_TYPE_CHECK_INSTANCE_CAST (_tmp50_, GEE_TYPE_COLLECTION, GeeCollection), FALSE, NULL, FALSE);
-#line 3154 "Tag.c"
+ container_source_collection_notify_container_contents_altered (G_TYPE_CHECK_INSTANCE_CAST (_tmp45_, TYPE_CONTAINER_SOURCE_COLLECTION, ContainerSourceCollection), G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_CONTAINER_SOURCE, ContainerSource), G_TYPE_CHECK_INSTANCE_CAST (_tmp46_, GEE_TYPE_COLLECTION, GeeCollection), FALSE, NULL, FALSE);
+#line 3304 "Tag.c"
}
#line 371 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp51_ = self->priv->media_views;
+ _tmp47_ = self->priv->media_views;
#line 371 "/home/jens/Source/shotwell/src/Tag.vala"
- g_signal_connect_object (G_TYPE_CHECK_INSTANCE_CAST (_tmp51_, TYPE_DATA_COLLECTION, DataCollection), "contents-altered", (GCallback) _tag_on_media_views_contents_altered_data_collection_contents_altered, self, 0);
+ g_signal_connect_object (G_TYPE_CHECK_INSTANCE_CAST (_tmp47_, TYPE_DATA_COLLECTION, DataCollection), "contents-altered", (GCallback) _tag_on_media_views_contents_altered_data_collection_contents_altered, self, 0);
#line 375 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp52_ = library_photo_global;
+ _tmp48_ = library_photo_global;
#line 375 "/home/jens/Source/shotwell/src/Tag.vala"
- g_signal_connect_object (G_TYPE_CHECK_INSTANCE_CAST (_tmp52_, TYPE_SOURCE_COLLECTION, SourceCollection), "items-destroyed", (GCallback) _tag_on_sources_destroyed_source_collection_items_destroyed, self, 0);
+ g_signal_connect_object (G_TYPE_CHECK_INSTANCE_CAST (_tmp48_, TYPE_SOURCE_COLLECTION, SourceCollection), "items-destroyed", (GCallback) _tag_on_sources_destroyed_source_collection_items_destroyed, self, 0);
#line 376 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp53_ = video_global;
+ _tmp49_ = video_global;
#line 376 "/home/jens/Source/shotwell/src/Tag.vala"
- g_signal_connect_object (G_TYPE_CHECK_INSTANCE_CAST (_tmp53_, TYPE_SOURCE_COLLECTION, SourceCollection), "items-destroyed", (GCallback) _tag_on_sources_destroyed_source_collection_items_destroyed, self, 0);
+ g_signal_connect_object (G_TYPE_CHECK_INSTANCE_CAST (_tmp49_, TYPE_SOURCE_COLLECTION, SourceCollection), "items-destroyed", (GCallback) _tag_on_sources_destroyed_source_collection_items_destroyed, self, 0);
#line 378 "/home/jens/Source/shotwell/src/Tag.vala"
tag_update_indexable_keywords (self);
#line 332 "/home/jens/Source/shotwell/src/Tag.vala"
@@ -3172,18 +3322,24 @@ static Tag* tag_construct (GType object_type, TagRow* row, gint64 object_id) {
_g_object_unref0 (source_list);
#line 332 "/home/jens/Source/shotwell/src/Tag.vala"
return self;
-#line 3176 "Tag.c"
+#line 3326 "Tag.c"
}
-static Tag* tag_new (TagRow* row, gint64 object_id) {
+static Tag*
+tag_new (TagRow* row,
+ gint64 object_id)
+{
#line 332 "/home/jens/Source/shotwell/src/Tag.vala"
return tag_construct (TYPE_TAG, row, object_id);
-#line 3183 "Tag.c"
+#line 3336 "Tag.c"
}
-void tag_init (ProgressMonitor monitor, void* monitor_target) {
+void
+tag_init (ProgressMonitor monitor,
+ void* monitor_target)
+{
TagSourceCollection* _tmp0_;
GeeList* rows = NULL;
GeeTreeMap* ancestry_dictionary = NULL;
@@ -3195,17 +3351,17 @@ void tag_init (ProgressMonitor monitor, void* monitor_target) {
gint _tmp11_;
gint _tmp12_;
GeeSet* victim_set = NULL;
- GeeHashSet* _tmp54_;
- GeeSet* _tmp110_;
- TagSourceCollection* _tmp171_;
- GeeTreeMap* _tmp172_;
- GeeCollection* _tmp173_;
- GeeCollection* _tmp174_;
- GeeCollection* _tmp175_;
- GeeCollection* _tmp176_;
- GeeCollection* _tmp177_;
- TagSourceCollection* _tmp178_;
- GeeArrayList* _tmp179_;
+ GeeHashSet* _tmp51_;
+ GeeSet* _tmp103_;
+ TagSourceCollection* _tmp158_;
+ GeeTreeMap* _tmp159_;
+ GeeCollection* _tmp160_;
+ GeeCollection* _tmp161_;
+ GeeCollection* _tmp162_;
+ GeeCollection* _tmp163_;
+ GeeCollection* _tmp164_;
+ TagSourceCollection* _tmp165_;
+ GeeArrayList* _tmp166_;
GError * _inner_error_ = NULL;
#line 388 "/home/jens/Source/shotwell/src/Tag.vala"
_tmp0_ = tag_source_collection_new ();
@@ -3215,7 +3371,7 @@ void tag_init (ProgressMonitor monitor, void* monitor_target) {
tag_global = _tmp0_;
#line 391 "/home/jens/Source/shotwell/src/Tag.vala"
rows = NULL;
-#line 3219 "Tag.c"
+#line 3375 "Tag.c"
{
GeeList* _tmp1_ = NULL;
TagTable* _tmp2_;
@@ -3239,8 +3395,8 @@ void tag_init (ProgressMonitor monitor, void* monitor_target) {
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 393 "/home/jens/Source/shotwell/src/Tag.vala"
if (_inner_error_->domain == DATABASE_ERROR) {
-#line 3243 "Tag.c"
- goto __catch471_database_error;
+#line 3399 "Tag.c"
+ goto __catch480_database_error;
}
#line 393 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (rows);
@@ -3250,7 +3406,7 @@ void tag_init (ProgressMonitor monitor, void* monitor_target) {
g_clear_error (&_inner_error_);
#line 393 "/home/jens/Source/shotwell/src/Tag.vala"
return;
-#line 3254 "Tag.c"
+#line 3410 "Tag.c"
}
#line 393 "/home/jens/Source/shotwell/src/Tag.vala"
_tmp6_ = _tmp1_;
@@ -3262,10 +3418,10 @@ void tag_init (ProgressMonitor monitor, void* monitor_target) {
rows = _tmp6_;
#line 392 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (_tmp1_);
-#line 3266 "Tag.c"
+#line 3422 "Tag.c"
}
- goto __finally471;
- __catch471_database_error:
+ goto __finally480;
+ __catch480_database_error:
{
GError* err = NULL;
GError* _tmp7_;
@@ -3279,9 +3435,9 @@ void tag_init (ProgressMonitor monitor, void* monitor_target) {
app_window_database_error (_tmp7_);
#line 392 "/home/jens/Source/shotwell/src/Tag.vala"
_g_error_free0 (err);
-#line 3283 "Tag.c"
+#line 3439 "Tag.c"
}
- __finally471:
+ __finally480:
#line 392 "/home/jens/Source/shotwell/src/Tag.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 392 "/home/jens/Source/shotwell/src/Tag.vala"
@@ -3292,7 +3448,7 @@ void tag_init (ProgressMonitor monitor, void* monitor_target) {
g_clear_error (&_inner_error_);
#line 392 "/home/jens/Source/shotwell/src/Tag.vala"
return;
-#line 3296 "Tag.c"
+#line 3452 "Tag.c"
}
#line 404 "/home/jens/Source/shotwell/src/Tag.vala"
_tmp8_ = gee_tree_map_new (G_TYPE_STRING, (GBoxedCopyFunc) g_strdup, (GDestroyNotify) g_free, TYPE_TAG, (GBoxedCopyFunc) g_object_ref, (GDestroyNotify) g_object_unref, NULL, NULL, NULL, NULL, NULL, NULL);
@@ -3310,19 +3466,19 @@ void tag_init (ProgressMonitor monitor, void* monitor_target) {
_tmp12_ = _tmp11_;
#line 407 "/home/jens/Source/shotwell/src/Tag.vala"
count = _tmp12_;
-#line 3314 "Tag.c"
+#line 3470 "Tag.c"
{
gint ctr = 0;
#line 408 "/home/jens/Source/shotwell/src/Tag.vala"
ctr = 0;
-#line 3319 "Tag.c"
+#line 3475 "Tag.c"
{
gboolean _tmp13_ = FALSE;
#line 408 "/home/jens/Source/shotwell/src/Tag.vala"
_tmp13_ = TRUE;
#line 408 "/home/jens/Source/shotwell/src/Tag.vala"
while (TRUE) {
-#line 3326 "Tag.c"
+#line 3482 "Tag.c"
gint _tmp15_;
gint _tmp16_;
TagRow* row = NULL;
@@ -3340,24 +3496,21 @@ void tag_init (ProgressMonitor monitor, void* monitor_target) {
Tag* tag = NULL;
TagRow* _tmp37_;
Tag* _tmp38_;
- ProgressMonitor _tmp39_;
- void* _tmp39__target;
- GeeTreeMap* _tmp43_;
- Tag* _tmp44_;
- gchar* _tmp45_;
- gchar* _tmp46_;
- Tag* _tmp47_;
- Tag* _tmp48_;
- gboolean _tmp49_;
+ GeeTreeMap* _tmp41_;
+ Tag* _tmp42_;
+ gchar* _tmp43_;
+ gchar* _tmp44_;
+ Tag* _tmp45_;
+ Tag* _tmp46_;
#line 408 "/home/jens/Source/shotwell/src/Tag.vala"
if (!_tmp13_) {
-#line 3355 "Tag.c"
+#line 3508 "Tag.c"
gint _tmp14_;
#line 408 "/home/jens/Source/shotwell/src/Tag.vala"
_tmp14_ = ctr;
#line 408 "/home/jens/Source/shotwell/src/Tag.vala"
ctr = _tmp14_ + 1;
-#line 3361 "Tag.c"
+#line 3514 "Tag.c"
}
#line 408 "/home/jens/Source/shotwell/src/Tag.vala"
_tmp13_ = FALSE;
@@ -3369,7 +3522,7 @@ void tag_init (ProgressMonitor monitor, void* monitor_target) {
if (!(_tmp15_ < _tmp16_)) {
#line 408 "/home/jens/Source/shotwell/src/Tag.vala"
break;
-#line 3373 "Tag.c"
+#line 3526 "Tag.c"
}
#line 409 "/home/jens/Source/shotwell/src/Tag.vala"
_tmp17_ = rows;
@@ -3391,7 +3544,7 @@ void tag_init (ProgressMonitor monitor, void* monitor_target) {
_tmp23_ = name;
#line 413 "/home/jens/Source/shotwell/src/Tag.vala"
if (_tmp23_ == NULL) {
-#line 3395 "Tag.c"
+#line 3548 "Tag.c"
TagRow* _tmp24_;
const gchar* _tmp25_;
#line 416 "/home/jens/Source/shotwell/src/Tag.vala"
@@ -3400,7 +3553,7 @@ void tag_init (ProgressMonitor monitor, void* monitor_target) {
_tmp25_ = _tmp24_->name;
#line 416 "/home/jens/Source/shotwell/src/Tag.vala"
g_warning ("Tag.vala:416: Invalid tag name \"%s\": removing from database", _tmp25_);
-#line 3404 "Tag.c"
+#line 3557 "Tag.c"
{
TagTable* _tmp26_;
TagTable* _tmp27_;
@@ -3422,8 +3575,8 @@ void tag_init (ProgressMonitor monitor, void* monitor_target) {
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 418 "/home/jens/Source/shotwell/src/Tag.vala"
if (_inner_error_->domain == DATABASE_ERROR) {
-#line 3426 "Tag.c"
- goto __catch472_database_error;
+#line 3579 "Tag.c"
+ goto __catch481_database_error;
}
#line 418 "/home/jens/Source/shotwell/src/Tag.vala"
_g_free0 (name);
@@ -3441,11 +3594,11 @@ void tag_init (ProgressMonitor monitor, void* monitor_target) {
g_clear_error (&_inner_error_);
#line 418 "/home/jens/Source/shotwell/src/Tag.vala"
return;
-#line 3445 "Tag.c"
+#line 3598 "Tag.c"
}
}
- goto __finally472;
- __catch472_database_error:
+ goto __finally481;
+ __catch481_database_error:
{
GError* err = NULL;
TagRow* _tmp30_;
@@ -3468,9 +3621,9 @@ void tag_init (ProgressMonitor monitor, void* monitor_target) {
g_warning ("Tag.vala:420: Unable to delete tag \"%s\": %s", _tmp31_, _tmp33_);
#line 417 "/home/jens/Source/shotwell/src/Tag.vala"
_g_error_free0 (err);
-#line 3472 "Tag.c"
+#line 3625 "Tag.c"
}
- __finally472:
+ __finally481:
#line 417 "/home/jens/Source/shotwell/src/Tag.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 417 "/home/jens/Source/shotwell/src/Tag.vala"
@@ -3489,7 +3642,7 @@ void tag_init (ProgressMonitor monitor, void* monitor_target) {
g_clear_error (&_inner_error_);
#line 417 "/home/jens/Source/shotwell/src/Tag.vala"
return;
-#line 3493 "Tag.c"
+#line 3646 "Tag.c"
}
#line 423 "/home/jens/Source/shotwell/src/Tag.vala"
_g_free0 (name);
@@ -3497,7 +3650,7 @@ void tag_init (ProgressMonitor monitor, void* monitor_target) {
_tag_row_unref0 (row);
#line 423 "/home/jens/Source/shotwell/src/Tag.vala"
continue;
-#line 3501 "Tag.c"
+#line 3654 "Tag.c"
}
#line 426 "/home/jens/Source/shotwell/src/Tag.vala"
_tmp34_ = row;
@@ -3516,66 +3669,54 @@ void tag_init (ProgressMonitor monitor, void* monitor_target) {
#line 428 "/home/jens/Source/shotwell/src/Tag.vala"
tag = _tmp38_;
#line 429 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp39_ = monitor;
-#line 429 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp39__target = monitor_target;
-#line 429 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp39_ != NULL) {
-#line 3525 "Tag.c"
- ProgressMonitor _tmp40_;
- void* _tmp40__target;
- gint _tmp41_;
- gint _tmp42_;
-#line 430 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp40_ = monitor;
-#line 430 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp40__target = monitor_target;
+ if (monitor != NULL) {
+#line 3674 "Tag.c"
+ gint _tmp39_;
+ gint _tmp40_;
#line 430 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp41_ = ctr;
+ _tmp39_ = ctr;
#line 430 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp42_ = count;
+ _tmp40_ = count;
#line 430 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp40_ ((guint64) _tmp41_, (guint64) _tmp42_, TRUE, _tmp40__target);
-#line 3540 "Tag.c"
+ monitor ((guint64) _tmp39_, (guint64) _tmp40_, TRUE, monitor_target);
+#line 3683 "Tag.c"
}
#line 432 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp43_ = ancestry_dictionary;
+ _tmp41_ = ancestry_dictionary;
#line 432 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp44_ = tag;
+ _tmp42_ = tag;
#line 432 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp45_ = tag_get_path (_tmp44_);
+ _tmp43_ = tag_get_path (_tmp42_);
#line 432 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp46_ = _tmp45_;
+ _tmp44_ = _tmp43_;
#line 432 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp47_ = tag;
+ _tmp45_ = tag;
#line 432 "/home/jens/Source/shotwell/src/Tag.vala"
- gee_abstract_map_set (G_TYPE_CHECK_INSTANCE_CAST (_tmp43_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap), _tmp46_, _tmp47_);
+ gee_abstract_map_set (G_TYPE_CHECK_INSTANCE_CAST (_tmp41_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap), _tmp44_, _tmp45_);
#line 432 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp46_);
-#line 434 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp48_ = tag;
+ _g_free0 (_tmp44_);
#line 434 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp49_ = container_source_has_links (G_TYPE_CHECK_INSTANCE_CAST (_tmp48_, TYPE_CONTAINER_SOURCE, ContainerSource));
+ _tmp46_ = tag;
#line 434 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp49_) {
-#line 3562 "Tag.c"
+ if (container_source_has_links (G_TYPE_CHECK_INSTANCE_CAST (_tmp46_, TYPE_CONTAINER_SOURCE, ContainerSource))) {
+#line 3703 "Tag.c"
+ Tag* _tmp47_;
+ TagSourceCollection* _tmp48_;
+ GeeArrayList* _tmp49_;
Tag* _tmp50_;
- TagSourceCollection* _tmp51_;
- GeeArrayList* _tmp52_;
- Tag* _tmp53_;
#line 435 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp50_ = tag;
+ _tmp47_ = tag;
#line 435 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp51_ = tag_global;
+ _tmp48_ = tag_global;
#line 435 "/home/jens/Source/shotwell/src/Tag.vala"
- data_source_rehydrate_backlinks (G_TYPE_CHECK_INSTANCE_CAST (_tmp50_, TYPE_DATA_SOURCE, DataSource), G_TYPE_CHECK_INSTANCE_CAST (_tmp51_, TYPE_SOURCE_COLLECTION, SourceCollection), NULL);
+ data_source_rehydrate_backlinks (G_TYPE_CHECK_INSTANCE_CAST (_tmp47_, TYPE_DATA_SOURCE, DataSource), G_TYPE_CHECK_INSTANCE_CAST (_tmp48_, TYPE_SOURCE_COLLECTION, SourceCollection), NULL);
#line 436 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp52_ = unlinked;
+ _tmp49_ = unlinked;
#line 436 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp53_ = tag;
+ _tmp50_ = tag;
#line 436 "/home/jens/Source/shotwell/src/Tag.vala"
- gee_abstract_collection_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp52_, GEE_TYPE_ABSTRACT_COLLECTION, GeeAbstractCollection), _tmp53_);
-#line 3579 "Tag.c"
+ gee_abstract_collection_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp49_, GEE_TYPE_ABSTRACT_COLLECTION, GeeAbstractCollection), _tmp50_);
+#line 3720 "Tag.c"
}
#line 408 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (tag);
@@ -3583,527 +3724,500 @@ void tag_init (ProgressMonitor monitor, void* monitor_target) {
_g_free0 (name);
#line 408 "/home/jens/Source/shotwell/src/Tag.vala"
_tag_row_unref0 (row);
-#line 3587 "Tag.c"
+#line 3728 "Tag.c"
}
}
}
#line 440 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp54_ = gee_hash_set_new (TYPE_TAG, (GBoxedCopyFunc) g_object_ref, (GDestroyNotify) g_object_unref, NULL, NULL, NULL, NULL, NULL, NULL);
+ _tmp51_ = gee_hash_set_new (TYPE_TAG, (GBoxedCopyFunc) g_object_ref, (GDestroyNotify) g_object_unref, NULL, NULL, NULL, NULL, NULL, NULL);
#line 440 "/home/jens/Source/shotwell/src/Tag.vala"
- victim_set = G_TYPE_CHECK_INSTANCE_CAST (_tmp54_, GEE_TYPE_SET, GeeSet);
-#line 3595 "Tag.c"
+ victim_set = G_TYPE_CHECK_INSTANCE_CAST (_tmp51_, GEE_TYPE_SET, GeeSet);
+#line 3736 "Tag.c"
{
GeeIterator* _fq_tag_path_it = NULL;
- GeeTreeMap* _tmp55_;
- GeeSet* _tmp56_;
- GeeSet* _tmp57_;
- GeeSet* _tmp58_;
- GeeIterator* _tmp59_;
- GeeIterator* _tmp60_;
+ GeeTreeMap* _tmp52_;
+ GeeSet* _tmp53_;
+ GeeSet* _tmp54_;
+ GeeSet* _tmp55_;
+ GeeIterator* _tmp56_;
+ GeeIterator* _tmp57_;
#line 445 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp55_ = ancestry_dictionary;
+ _tmp52_ = ancestry_dictionary;
#line 445 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp56_ = gee_abstract_map_get_keys (G_TYPE_CHECK_INSTANCE_CAST (_tmp55_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap));
+ _tmp53_ = gee_abstract_map_get_keys (G_TYPE_CHECK_INSTANCE_CAST (_tmp52_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap));
#line 445 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp57_ = _tmp56_;
+ _tmp54_ = _tmp53_;
#line 445 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp58_ = _tmp57_;
+ _tmp55_ = _tmp54_;
#line 445 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp59_ = gee_iterable_iterator (G_TYPE_CHECK_INSTANCE_CAST (_tmp58_, GEE_TYPE_ITERABLE, GeeIterable));
+ _tmp56_ = gee_iterable_iterator (G_TYPE_CHECK_INSTANCE_CAST (_tmp55_, GEE_TYPE_ITERABLE, GeeIterable));
#line 445 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp60_ = _tmp59_;
+ _tmp57_ = _tmp56_;
#line 445 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_object_unref0 (_tmp58_);
+ _g_object_unref0 (_tmp55_);
#line 445 "/home/jens/Source/shotwell/src/Tag.vala"
- _fq_tag_path_it = _tmp60_;
+ _fq_tag_path_it = _tmp57_;
#line 445 "/home/jens/Source/shotwell/src/Tag.vala"
while (TRUE) {
-#line 3622 "Tag.c"
- GeeIterator* _tmp61_;
- gboolean _tmp62_;
+#line 3763 "Tag.c"
+ GeeIterator* _tmp58_;
gchar* fq_tag_path = NULL;
- GeeIterator* _tmp63_;
- gpointer _tmp64_;
- const gchar* _tmp65_;
- GeeList* _tmp66_;
- GeeList* _tmp67_;
- gint _tmp68_;
- gint _tmp69_;
- gboolean _tmp70_;
+ GeeIterator* _tmp59_;
+ gpointer _tmp60_;
+ const gchar* _tmp61_;
+ GeeList* _tmp62_;
+ GeeList* _tmp63_;
+ gint _tmp64_;
+ gint _tmp65_;
+ gboolean _tmp66_;
#line 445 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp61_ = _fq_tag_path_it;
+ _tmp58_ = _fq_tag_path_it;
#line 445 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp62_ = gee_iterator_next (_tmp61_);
-#line 445 "/home/jens/Source/shotwell/src/Tag.vala"
- if (!_tmp62_) {
+ if (!gee_iterator_next (_tmp58_)) {
#line 445 "/home/jens/Source/shotwell/src/Tag.vala"
break;
-#line 3642 "Tag.c"
+#line 3780 "Tag.c"
}
#line 445 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp63_ = _fq_tag_path_it;
+ _tmp59_ = _fq_tag_path_it;
#line 445 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp64_ = gee_iterator_get (_tmp63_);
+ _tmp60_ = gee_iterator_get (_tmp59_);
#line 445 "/home/jens/Source/shotwell/src/Tag.vala"
- fq_tag_path = (gchar*) _tmp64_;
+ fq_tag_path = (gchar*) _tmp60_;
#line 446 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp65_ = fq_tag_path;
+ _tmp61_ = fq_tag_path;
#line 446 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp66_ = hierarchical_tag_utilities_enumerate_parent_paths (_tmp65_);
+ _tmp62_ = hierarchical_tag_utilities_enumerate_parent_paths (_tmp61_);
#line 446 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp67_ = _tmp66_;
+ _tmp63_ = _tmp62_;
#line 446 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp68_ = gee_collection_get_size (G_TYPE_CHECK_INSTANCE_CAST (_tmp67_, GEE_TYPE_COLLECTION, GeeCollection));
+ _tmp64_ = gee_collection_get_size (G_TYPE_CHECK_INSTANCE_CAST (_tmp63_, GEE_TYPE_COLLECTION, GeeCollection));
#line 446 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp69_ = _tmp68_;
+ _tmp65_ = _tmp64_;
#line 446 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp70_ = _tmp69_ < 1;
+ _tmp66_ = _tmp65_ < 1;
#line 446 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_object_unref0 (_tmp67_);
+ _g_object_unref0 (_tmp63_);
#line 446 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp70_) {
-#line 3666 "Tag.c"
- gboolean _tmp71_ = FALSE;
- const gchar* _tmp72_;
- gboolean _tmp73_;
-#line 447 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp72_ = fq_tag_path;
+ if (_tmp66_) {
+#line 3804 "Tag.c"
+ gboolean _tmp67_ = FALSE;
+ const gchar* _tmp68_;
#line 447 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp73_ = g_str_has_prefix (_tmp72_, TAG_PATH_SEPARATOR_STRING);
+ _tmp68_ = fq_tag_path;
#line 447 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp73_) {
-#line 3676 "Tag.c"
- GeeTreeMap* _tmp74_;
- const gchar* _tmp75_;
- gchar* _tmp76_;
- gchar* _tmp77_;
- gboolean _tmp78_;
-#line 448 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp74_ = ancestry_dictionary;
+ if (g_str_has_prefix (_tmp68_, TAG_PATH_SEPARATOR_STRING)) {
+#line 3811 "Tag.c"
+ GeeTreeMap* _tmp69_;
+ const gchar* _tmp70_;
+ gchar* _tmp71_;
+ gchar* _tmp72_;
#line 448 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp75_ = fq_tag_path;
+ _tmp69_ = ancestry_dictionary;
#line 448 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp76_ = hierarchical_tag_utilities_hierarchical_to_flat (_tmp75_);
+ _tmp70_ = fq_tag_path;
#line 448 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp77_ = _tmp76_;
+ _tmp71_ = hierarchical_tag_utilities_hierarchical_to_flat (_tmp70_);
#line 448 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp78_ = gee_abstract_map_has_key (G_TYPE_CHECK_INSTANCE_CAST (_tmp74_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap), _tmp77_);
+ _tmp72_ = _tmp71_;
#line 448 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp71_ = _tmp78_;
+ _tmp67_ = gee_abstract_map_has_key (G_TYPE_CHECK_INSTANCE_CAST (_tmp69_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap), _tmp72_);
#line 448 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp77_);
-#line 3696 "Tag.c"
+ _g_free0 (_tmp72_);
+#line 3828 "Tag.c"
} else {
#line 447 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp71_ = FALSE;
-#line 3700 "Tag.c"
+ _tmp67_ = FALSE;
+#line 3832 "Tag.c"
}
#line 447 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp71_) {
-#line 3704 "Tag.c"
- GeeSet* _tmp79_;
- GeeTreeMap* _tmp80_;
- const gchar* _tmp81_;
- gpointer _tmp82_;
- Tag* _tmp83_;
+ if (_tmp67_) {
+#line 3836 "Tag.c"
+ GeeSet* _tmp73_;
+ GeeTreeMap* _tmp74_;
+ const gchar* _tmp75_;
+ gpointer _tmp76_;
+ Tag* _tmp77_;
#line 449 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp79_ = victim_set;
+ _tmp73_ = victim_set;
#line 449 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp80_ = ancestry_dictionary;
+ _tmp74_ = ancestry_dictionary;
#line 449 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp81_ = fq_tag_path;
+ _tmp75_ = fq_tag_path;
#line 449 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp82_ = gee_abstract_map_get (G_TYPE_CHECK_INSTANCE_CAST (_tmp80_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap), _tmp81_);
+ _tmp76_ = gee_abstract_map_get (G_TYPE_CHECK_INSTANCE_CAST (_tmp74_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap), _tmp75_);
#line 449 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp83_ = (Tag*) _tmp82_;
+ _tmp77_ = (Tag*) _tmp76_;
#line 449 "/home/jens/Source/shotwell/src/Tag.vala"
- gee_collection_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp79_, GEE_TYPE_COLLECTION, GeeCollection), _tmp83_);
+ gee_collection_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp73_, GEE_TYPE_COLLECTION, GeeCollection), _tmp77_);
#line 449 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_object_unref0 (_tmp83_);
-#line 3724 "Tag.c"
+ _g_object_unref0 (_tmp77_);
+#line 3856 "Tag.c"
}
}
#line 445 "/home/jens/Source/shotwell/src/Tag.vala"
_g_free0 (fq_tag_path);
-#line 3729 "Tag.c"
+#line 3861 "Tag.c"
}
#line 445 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (_fq_tag_path_it);
-#line 3733 "Tag.c"
+#line 3865 "Tag.c"
}
{
GeeIterator* _tag_it = NULL;
- GeeSet* _tmp84_;
- GeeIterator* _tmp85_;
+ GeeSet* _tmp78_;
+ GeeIterator* _tmp79_;
#line 454 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp84_ = victim_set;
+ _tmp78_ = victim_set;
#line 454 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp85_ = gee_iterable_iterator (G_TYPE_CHECK_INSTANCE_CAST (_tmp84_, GEE_TYPE_ITERABLE, GeeIterable));
+ _tmp79_ = gee_iterable_iterator (G_TYPE_CHECK_INSTANCE_CAST (_tmp78_, GEE_TYPE_ITERABLE, GeeIterable));
#line 454 "/home/jens/Source/shotwell/src/Tag.vala"
- _tag_it = _tmp85_;
+ _tag_it = _tmp79_;
#line 454 "/home/jens/Source/shotwell/src/Tag.vala"
while (TRUE) {
-#line 3747 "Tag.c"
- GeeIterator* _tmp86_;
- gboolean _tmp87_;
+#line 3879 "Tag.c"
+ GeeIterator* _tmp80_;
Tag* tag = NULL;
- GeeIterator* _tmp88_;
- gpointer _tmp89_;
+ GeeIterator* _tmp81_;
+ gpointer _tmp82_;
GeeCollection* source_collection = NULL;
+ Tag* _tmp83_;
+ GeeCollection* _tmp84_;
+ gchar* flat_version = NULL;
+ Tag* _tmp85_;
+ gchar* _tmp86_;
+ TagSourceCollection* _tmp87_;
+ const gchar* _tmp88_;
+ Tag* _tmp89_;
Tag* _tmp90_;
GeeCollection* _tmp91_;
- gchar* flat_version = NULL;
- Tag* _tmp92_;
- gchar* _tmp93_;
- TagSourceCollection* _tmp94_;
- const gchar* _tmp95_;
+ GeeTreeMap* _tmp92_;
+ Tag* _tmp93_;
+ gchar* _tmp94_;
+ gchar* _tmp95_;
Tag* _tmp96_;
Tag* _tmp97_;
GeeCollection* _tmp98_;
- GeeTreeMap* _tmp99_;
- Tag* _tmp100_;
- gchar* _tmp101_;
- gchar* _tmp102_;
- Tag* _tmp103_;
- Tag* _tmp104_;
- GeeCollection* _tmp105_;
- GeeCollection* _tmp106_;
- GeeMultiMap* _tmp107_;
- GeeMultiMap* _tmp108_;
- Tag* _tmp109_;
-#line 454 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp86_ = _tag_it;
+ GeeCollection* _tmp99_;
+ GeeMultiMap* _tmp100_;
+ GeeMultiMap* _tmp101_;
+ Tag* _tmp102_;
#line 454 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp87_ = gee_iterator_next (_tmp86_);
+ _tmp80_ = _tag_it;
#line 454 "/home/jens/Source/shotwell/src/Tag.vala"
- if (!_tmp87_) {
+ if (!gee_iterator_next (_tmp80_)) {
#line 454 "/home/jens/Source/shotwell/src/Tag.vala"
break;
-#line 3783 "Tag.c"
+#line 3912 "Tag.c"
}
#line 454 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp88_ = _tag_it;
+ _tmp81_ = _tag_it;
#line 454 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp89_ = gee_iterator_get (_tmp88_);
+ _tmp82_ = gee_iterator_get (_tmp81_);
#line 454 "/home/jens/Source/shotwell/src/Tag.vala"
- tag = (Tag*) _tmp89_;
+ tag = (Tag*) _tmp82_;
#line 455 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp90_ = tag;
+ _tmp83_ = tag;
#line 455 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp91_ = tag_get_sources (_tmp90_);
+ _tmp84_ = tag_get_sources (_tmp83_);
#line 455 "/home/jens/Source/shotwell/src/Tag.vala"
- source_collection = _tmp91_;
+ source_collection = _tmp84_;
#line 456 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp92_ = tag;
+ _tmp85_ = tag;
#line 456 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp93_ = tag_get_user_visible_name (_tmp92_);
+ _tmp86_ = tag_get_user_visible_name (_tmp85_);
#line 456 "/home/jens/Source/shotwell/src/Tag.vala"
- flat_version = _tmp93_;
+ flat_version = _tmp86_;
#line 457 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp94_ = tag_global;
+ _tmp87_ = tag_global;
#line 457 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp95_ = flat_version;
+ _tmp88_ = flat_version;
#line 457 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp96_ = tag_source_collection_fetch_by_name (_tmp94_, _tmp95_, FALSE);
+ _tmp89_ = tag_source_collection_fetch_by_name (_tmp87_, _tmp88_, FALSE);
#line 457 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp97_ = _tmp96_;
+ _tmp90_ = _tmp89_;
#line 457 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp98_ = source_collection;
+ _tmp91_ = source_collection;
#line 457 "/home/jens/Source/shotwell/src/Tag.vala"
- tag_attach_many (_tmp97_, _tmp98_);
+ tag_attach_many (_tmp90_, _tmp91_);
#line 457 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_object_unref0 (_tmp97_);
+ _g_object_unref0 (_tmp90_);
#line 459 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp99_ = ancestry_dictionary;
+ _tmp92_ = ancestry_dictionary;
#line 459 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp100_ = tag;
+ _tmp93_ = tag;
#line 459 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp101_ = tag_get_path (_tmp100_);
+ _tmp94_ = tag_get_path (_tmp93_);
#line 459 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp102_ = _tmp101_;
+ _tmp95_ = _tmp94_;
#line 459 "/home/jens/Source/shotwell/src/Tag.vala"
- gee_abstract_map_unset (G_TYPE_CHECK_INSTANCE_CAST (_tmp99_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap), _tmp102_, NULL);
+ gee_abstract_map_unset (G_TYPE_CHECK_INSTANCE_CAST (_tmp92_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap), _tmp95_, NULL);
#line 459 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp102_);
+ _g_free0 (_tmp95_);
#line 461 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp103_ = tag;
+ _tmp96_ = tag;
#line 461 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp104_ = tag;
+ _tmp97_ = tag;
#line 461 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp105_ = tag_get_sources (_tmp104_);
+ _tmp98_ = tag_get_sources (_tmp97_);
#line 461 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp106_ = _tmp105_;
+ _tmp99_ = _tmp98_;
#line 461 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp107_ = tag_detach_many (_tmp103_, _tmp106_);
+ _tmp100_ = tag_detach_many (_tmp96_, _tmp99_);
#line 461 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp108_ = _tmp107_;
+ _tmp101_ = _tmp100_;
#line 461 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_object_unref0 (_tmp108_);
+ _g_object_unref0 (_tmp101_);
#line 461 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_object_unref0 (_tmp106_);
+ _g_object_unref0 (_tmp99_);
#line 462 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp109_ = tag;
+ _tmp102_ = tag;
#line 462 "/home/jens/Source/shotwell/src/Tag.vala"
- data_source_destroy_orphan (G_TYPE_CHECK_INSTANCE_CAST (_tmp109_, TYPE_DATA_SOURCE, DataSource), TRUE);
+ data_source_destroy_orphan (G_TYPE_CHECK_INSTANCE_CAST (_tmp102_, TYPE_DATA_SOURCE, DataSource), TRUE);
#line 454 "/home/jens/Source/shotwell/src/Tag.vala"
_g_free0 (flat_version);
#line 454 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (source_collection);
#line 454 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (tag);
-#line 3855 "Tag.c"
+#line 3984 "Tag.c"
}
#line 454 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (_tag_it);
-#line 3859 "Tag.c"
+#line 3988 "Tag.c"
}
#line 468 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp110_ = victim_set;
+ _tmp103_ = victim_set;
#line 468 "/home/jens/Source/shotwell/src/Tag.vala"
- gee_collection_clear (G_TYPE_CHECK_INSTANCE_CAST (_tmp110_, GEE_TYPE_COLLECTION, GeeCollection));
-#line 3865 "Tag.c"
+ gee_collection_clear (G_TYPE_CHECK_INSTANCE_CAST (_tmp103_, GEE_TYPE_COLLECTION, GeeCollection));
+#line 3994 "Tag.c"
{
GeeIterator* _fq_tag_path_it = NULL;
- GeeTreeMap* _tmp111_;
- GeeSet* _tmp112_;
- GeeSet* _tmp113_;
- GeeSet* _tmp114_;
- GeeIterator* _tmp115_;
- GeeIterator* _tmp116_;
+ GeeTreeMap* _tmp104_;
+ GeeSet* _tmp105_;
+ GeeSet* _tmp106_;
+ GeeSet* _tmp107_;
+ GeeIterator* _tmp108_;
+ GeeIterator* _tmp109_;
#line 470 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp111_ = ancestry_dictionary;
+ _tmp104_ = ancestry_dictionary;
#line 470 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp112_ = gee_abstract_map_get_keys (G_TYPE_CHECK_INSTANCE_CAST (_tmp111_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap));
+ _tmp105_ = gee_abstract_map_get_keys (G_TYPE_CHECK_INSTANCE_CAST (_tmp104_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap));
#line 470 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp113_ = _tmp112_;
+ _tmp106_ = _tmp105_;
#line 470 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp114_ = _tmp113_;
+ _tmp107_ = _tmp106_;
#line 470 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp115_ = gee_iterable_iterator (G_TYPE_CHECK_INSTANCE_CAST (_tmp114_, GEE_TYPE_ITERABLE, GeeIterable));
+ _tmp108_ = gee_iterable_iterator (G_TYPE_CHECK_INSTANCE_CAST (_tmp107_, GEE_TYPE_ITERABLE, GeeIterable));
#line 470 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp116_ = _tmp115_;
+ _tmp109_ = _tmp108_;
#line 470 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_object_unref0 (_tmp114_);
+ _g_object_unref0 (_tmp107_);
#line 470 "/home/jens/Source/shotwell/src/Tag.vala"
- _fq_tag_path_it = _tmp116_;
+ _fq_tag_path_it = _tmp109_;
#line 470 "/home/jens/Source/shotwell/src/Tag.vala"
while (TRUE) {
-#line 3892 "Tag.c"
- GeeIterator* _tmp117_;
- gboolean _tmp118_;
+#line 4021 "Tag.c"
+ GeeIterator* _tmp110_;
gchar* fq_tag_path = NULL;
- GeeIterator* _tmp119_;
- gpointer _tmp120_;
+ GeeIterator* _tmp111_;
+ gpointer _tmp112_;
GeeList* parents_to_search = NULL;
- const gchar* _tmp121_;
- GeeList* _tmp122_;
+ const gchar* _tmp113_;
+ GeeList* _tmp114_;
Tag* curr_child = NULL;
- GeeTreeMap* _tmp123_;
- const gchar* _tmp124_;
- gpointer _tmp125_;
-#line 470 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp117_ = _fq_tag_path_it;
+ GeeTreeMap* _tmp115_;
+ const gchar* _tmp116_;
+ gpointer _tmp117_;
#line 470 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp118_ = gee_iterator_next (_tmp117_);
+ _tmp110_ = _fq_tag_path_it;
#line 470 "/home/jens/Source/shotwell/src/Tag.vala"
- if (!_tmp118_) {
+ if (!gee_iterator_next (_tmp110_)) {
#line 470 "/home/jens/Source/shotwell/src/Tag.vala"
break;
-#line 3913 "Tag.c"
+#line 4039 "Tag.c"
}
#line 470 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp119_ = _fq_tag_path_it;
+ _tmp111_ = _fq_tag_path_it;
#line 470 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp120_ = gee_iterator_get (_tmp119_);
+ _tmp112_ = gee_iterator_get (_tmp111_);
#line 470 "/home/jens/Source/shotwell/src/Tag.vala"
- fq_tag_path = (gchar*) _tmp120_;
+ fq_tag_path = (gchar*) _tmp112_;
#line 471 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp121_ = fq_tag_path;
+ _tmp113_ = fq_tag_path;
#line 471 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp122_ = hierarchical_tag_utilities_enumerate_parent_paths (_tmp121_);
+ _tmp114_ = hierarchical_tag_utilities_enumerate_parent_paths (_tmp113_);
#line 471 "/home/jens/Source/shotwell/src/Tag.vala"
- parents_to_search = _tmp122_;
+ parents_to_search = _tmp114_;
#line 474 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp123_ = ancestry_dictionary;
+ _tmp115_ = ancestry_dictionary;
#line 474 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp124_ = fq_tag_path;
+ _tmp116_ = fq_tag_path;
#line 474 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp125_ = gee_abstract_map_get (G_TYPE_CHECK_INSTANCE_CAST (_tmp123_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap), _tmp124_);
+ _tmp117_ = gee_abstract_map_get (G_TYPE_CHECK_INSTANCE_CAST (_tmp115_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap), _tmp116_);
#line 474 "/home/jens/Source/shotwell/src/Tag.vala"
- curr_child = (Tag*) _tmp125_;
-#line 3935 "Tag.c"
+ curr_child = (Tag*) _tmp117_;
+#line 4061 "Tag.c"
{
GeeList* _parent_path_list = NULL;
- GeeList* _tmp126_;
- GeeList* _tmp127_;
+ GeeList* _tmp118_;
+ GeeList* _tmp119_;
gint _parent_path_size = 0;
- GeeList* _tmp128_;
- gint _tmp129_;
- gint _tmp130_;
+ GeeList* _tmp120_;
+ gint _tmp121_;
+ gint _tmp122_;
gint _parent_path_index = 0;
#line 476 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp126_ = parents_to_search;
+ _tmp118_ = parents_to_search;
#line 476 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp127_ = _g_object_ref0 (_tmp126_);
+ _tmp119_ = _g_object_ref0 (_tmp118_);
#line 476 "/home/jens/Source/shotwell/src/Tag.vala"
- _parent_path_list = _tmp127_;
+ _parent_path_list = _tmp119_;
#line 476 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp128_ = _parent_path_list;
+ _tmp120_ = _parent_path_list;
#line 476 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp129_ = gee_collection_get_size (G_TYPE_CHECK_INSTANCE_CAST (_tmp128_, GEE_TYPE_COLLECTION, GeeCollection));
+ _tmp121_ = gee_collection_get_size (G_TYPE_CHECK_INSTANCE_CAST (_tmp120_, GEE_TYPE_COLLECTION, GeeCollection));
#line 476 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp130_ = _tmp129_;
+ _tmp122_ = _tmp121_;
#line 476 "/home/jens/Source/shotwell/src/Tag.vala"
- _parent_path_size = _tmp130_;
+ _parent_path_size = _tmp122_;
#line 476 "/home/jens/Source/shotwell/src/Tag.vala"
_parent_path_index = -1;
#line 476 "/home/jens/Source/shotwell/src/Tag.vala"
while (TRUE) {
-#line 3963 "Tag.c"
- gint _tmp131_;
- gint _tmp132_;
- gint _tmp133_;
+#line 4089 "Tag.c"
+ gint _tmp123_;
+ gint _tmp124_;
+ gint _tmp125_;
gchar* parent_path = NULL;
- GeeList* _tmp134_;
- gint _tmp135_;
- gpointer _tmp136_;
+ GeeList* _tmp126_;
+ gint _tmp127_;
+ gpointer _tmp128_;
gint child_ref_count = 0;
- Tag* _tmp137_;
- gint _tmp138_;
+ Tag* _tmp129_;
gint parent_ref_count = 0;
- GeeTreeMap* _tmp139_;
- const gchar* _tmp140_;
- gboolean _tmp141_;
- gint _tmp147_;
- gint _tmp148_;
- GeeSet* _tmp151_;
- GeeTreeMap* _tmp152_;
- const gchar* _tmp153_;
- gpointer _tmp154_;
- Tag* _tmp155_;
- gboolean _tmp156_;
- gboolean _tmp157_;
+ GeeTreeMap* _tmp130_;
+ const gchar* _tmp131_;
+ gint _tmp136_;
+ gint _tmp137_;
+ GeeSet* _tmp140_;
+ GeeTreeMap* _tmp141_;
+ const gchar* _tmp142_;
+ gpointer _tmp143_;
+ Tag* _tmp144_;
+ gboolean _tmp145_;
#line 476 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp131_ = _parent_path_index;
+ _tmp123_ = _parent_path_index;
#line 476 "/home/jens/Source/shotwell/src/Tag.vala"
- _parent_path_index = _tmp131_ + 1;
+ _parent_path_index = _tmp123_ + 1;
#line 476 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp132_ = _parent_path_index;
+ _tmp124_ = _parent_path_index;
#line 476 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp133_ = _parent_path_size;
+ _tmp125_ = _parent_path_size;
#line 476 "/home/jens/Source/shotwell/src/Tag.vala"
- if (!(_tmp132_ < _tmp133_)) {
+ if (!(_tmp124_ < _tmp125_)) {
#line 476 "/home/jens/Source/shotwell/src/Tag.vala"
break;
-#line 3999 "Tag.c"
+#line 4122 "Tag.c"
}
#line 476 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp134_ = _parent_path_list;
+ _tmp126_ = _parent_path_list;
#line 476 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp135_ = _parent_path_index;
+ _tmp127_ = _parent_path_index;
#line 476 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp136_ = gee_list_get (_tmp134_, _tmp135_);
+ _tmp128_ = gee_list_get (_tmp126_, _tmp127_);
#line 476 "/home/jens/Source/shotwell/src/Tag.vala"
- parent_path = (gchar*) _tmp136_;
-#line 479 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp137_ = curr_child;
+ parent_path = (gchar*) _tmp128_;
#line 479 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp138_ = tag_get_sources_count (_tmp137_);
+ _tmp129_ = curr_child;
#line 479 "/home/jens/Source/shotwell/src/Tag.vala"
- child_ref_count = _tmp138_;
+ child_ref_count = tag_get_sources_count (_tmp129_);
#line 480 "/home/jens/Source/shotwell/src/Tag.vala"
parent_ref_count = -1;
#line 483 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp139_ = ancestry_dictionary;
+ _tmp130_ = ancestry_dictionary;
#line 483 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp140_ = parent_path;
+ _tmp131_ = parent_path;
#line 483 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp141_ = gee_abstract_map_has_key (G_TYPE_CHECK_INSTANCE_CAST (_tmp139_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap), _tmp140_);
-#line 483 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp141_) {
-#line 4025 "Tag.c"
- GeeTreeMap* _tmp142_;
- const gchar* _tmp143_;
- gpointer _tmp144_;
- Tag* _tmp145_;
- gint _tmp146_;
-#line 485 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp142_ = ancestry_dictionary;
+ if (gee_abstract_map_has_key (G_TYPE_CHECK_INSTANCE_CAST (_tmp130_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap), _tmp131_)) {
+#line 4144 "Tag.c"
+ GeeTreeMap* _tmp132_;
+ const gchar* _tmp133_;
+ gpointer _tmp134_;
+ Tag* _tmp135_;
#line 485 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp143_ = parent_path;
+ _tmp132_ = ancestry_dictionary;
#line 485 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp144_ = gee_abstract_map_get (G_TYPE_CHECK_INSTANCE_CAST (_tmp142_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap), _tmp143_);
+ _tmp133_ = parent_path;
#line 485 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp145_ = (Tag*) _tmp144_;
+ _tmp134_ = gee_abstract_map_get (G_TYPE_CHECK_INSTANCE_CAST (_tmp132_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap), _tmp133_);
#line 485 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp146_ = tag_get_sources_count (_tmp145_);
+ _tmp135_ = (Tag*) _tmp134_;
#line 485 "/home/jens/Source/shotwell/src/Tag.vala"
- parent_ref_count = _tmp146_;
+ parent_ref_count = tag_get_sources_count (_tmp135_);
#line 485 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_object_unref0 (_tmp145_);
-#line 4045 "Tag.c"
+ _g_object_unref0 (_tmp135_);
+#line 4161 "Tag.c"
}
#line 489 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp147_ = child_ref_count;
+ _tmp136_ = child_ref_count;
#line 489 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp148_ = parent_ref_count;
+ _tmp137_ = parent_ref_count;
#line 489 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp147_ > _tmp148_) {
-#line 4053 "Tag.c"
- GeeSet* _tmp149_;
- Tag* _tmp150_;
+ if (_tmp136_ > _tmp137_) {
+#line 4169 "Tag.c"
+ GeeSet* _tmp138_;
+ Tag* _tmp139_;
#line 493 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp149_ = victim_set;
+ _tmp138_ = victim_set;
#line 493 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp150_ = curr_child;
+ _tmp139_ = curr_child;
#line 493 "/home/jens/Source/shotwell/src/Tag.vala"
- gee_collection_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp149_, GEE_TYPE_COLLECTION, GeeCollection), _tmp150_);
+ gee_collection_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp138_, GEE_TYPE_COLLECTION, GeeCollection), _tmp139_);
#line 497 "/home/jens/Source/shotwell/src/Tag.vala"
_g_free0 (parent_path);
#line 497 "/home/jens/Source/shotwell/src/Tag.vala"
break;
-#line 4066 "Tag.c"
+#line 4182 "Tag.c"
}
#line 501 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp151_ = victim_set;
-#line 501 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp152_ = ancestry_dictionary;
+ _tmp140_ = victim_set;
#line 501 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp153_ = parent_path;
+ _tmp141_ = ancestry_dictionary;
#line 501 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp154_ = gee_abstract_map_get (G_TYPE_CHECK_INSTANCE_CAST (_tmp152_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap), _tmp153_);
+ _tmp142_ = parent_path;
#line 501 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp155_ = (Tag*) _tmp154_;
+ _tmp143_ = gee_abstract_map_get (G_TYPE_CHECK_INSTANCE_CAST (_tmp141_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap), _tmp142_);
#line 501 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp156_ = gee_collection_contains (G_TYPE_CHECK_INSTANCE_CAST (_tmp151_, GEE_TYPE_COLLECTION, GeeCollection), _tmp155_);
+ _tmp144_ = (Tag*) _tmp143_;
#line 501 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp157_ = _tmp156_;
+ _tmp145_ = gee_collection_contains (G_TYPE_CHECK_INSTANCE_CAST (_tmp140_, GEE_TYPE_COLLECTION, GeeCollection), _tmp144_);
#line 501 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_object_unref0 (_tmp155_);
+ _g_object_unref0 (_tmp144_);
#line 501 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp157_) {
-#line 4086 "Tag.c"
- GeeSet* _tmp158_;
- Tag* _tmp159_;
+ if (_tmp145_) {
+#line 4200 "Tag.c"
+ GeeSet* _tmp146_;
+ Tag* _tmp147_;
#line 503 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp158_ = victim_set;
+ _tmp146_ = victim_set;
#line 503 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp159_ = curr_child;
+ _tmp147_ = curr_child;
#line 503 "/home/jens/Source/shotwell/src/Tag.vala"
- gee_collection_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp158_, GEE_TYPE_COLLECTION, GeeCollection), _tmp159_);
+ gee_collection_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp146_, GEE_TYPE_COLLECTION, GeeCollection), _tmp147_);
#line 504 "/home/jens/Source/shotwell/src/Tag.vala"
_g_free0 (parent_path);
#line 504 "/home/jens/Source/shotwell/src/Tag.vala"
break;
-#line 4099 "Tag.c"
+#line 4213 "Tag.c"
}
#line 476 "/home/jens/Source/shotwell/src/Tag.vala"
_g_free0 (parent_path);
-#line 4103 "Tag.c"
+#line 4217 "Tag.c"
}
#line 476 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (_parent_path_list);
-#line 4107 "Tag.c"
+#line 4221 "Tag.c"
}
#line 470 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (curr_child);
@@ -4111,208 +4225,202 @@ void tag_init (ProgressMonitor monitor, void* monitor_target) {
_g_object_unref0 (parents_to_search);
#line 470 "/home/jens/Source/shotwell/src/Tag.vala"
_g_free0 (fq_tag_path);
-#line 4115 "Tag.c"
+#line 4229 "Tag.c"
}
#line 470 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (_fq_tag_path_it);
-#line 4119 "Tag.c"
+#line 4233 "Tag.c"
}
{
GeeIterator* _t_it = NULL;
- GeeSet* _tmp160_;
- GeeIterator* _tmp161_;
+ GeeSet* _tmp148_;
+ GeeIterator* _tmp149_;
#line 510 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp160_ = victim_set;
+ _tmp148_ = victim_set;
#line 510 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp161_ = gee_iterable_iterator (G_TYPE_CHECK_INSTANCE_CAST (_tmp160_, GEE_TYPE_ITERABLE, GeeIterable));
+ _tmp149_ = gee_iterable_iterator (G_TYPE_CHECK_INSTANCE_CAST (_tmp148_, GEE_TYPE_ITERABLE, GeeIterable));
#line 510 "/home/jens/Source/shotwell/src/Tag.vala"
- _t_it = _tmp161_;
+ _t_it = _tmp149_;
#line 510 "/home/jens/Source/shotwell/src/Tag.vala"
while (TRUE) {
-#line 4133 "Tag.c"
- GeeIterator* _tmp162_;
- gboolean _tmp163_;
+#line 4247 "Tag.c"
+ GeeIterator* _tmp150_;
Tag* t = NULL;
- GeeIterator* _tmp164_;
- gpointer _tmp165_;
- GeeTreeMap* _tmp166_;
- Tag* _tmp167_;
- gchar* _tmp168_;
- gchar* _tmp169_;
- Tag* _tmp170_;
+ GeeIterator* _tmp151_;
+ gpointer _tmp152_;
+ GeeTreeMap* _tmp153_;
+ Tag* _tmp154_;
+ gchar* _tmp155_;
+ gchar* _tmp156_;
+ Tag* _tmp157_;
#line 510 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp162_ = _t_it;
+ _tmp150_ = _t_it;
#line 510 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp163_ = gee_iterator_next (_tmp162_);
-#line 510 "/home/jens/Source/shotwell/src/Tag.vala"
- if (!_tmp163_) {
+ if (!gee_iterator_next (_tmp150_)) {
#line 510 "/home/jens/Source/shotwell/src/Tag.vala"
break;
-#line 4152 "Tag.c"
+#line 4263 "Tag.c"
}
#line 510 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp164_ = _t_it;
+ _tmp151_ = _t_it;
#line 510 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp165_ = gee_iterator_get (_tmp164_);
+ _tmp152_ = gee_iterator_get (_tmp151_);
#line 510 "/home/jens/Source/shotwell/src/Tag.vala"
- t = (Tag*) _tmp165_;
+ t = (Tag*) _tmp152_;
#line 511 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp166_ = ancestry_dictionary;
+ _tmp153_ = ancestry_dictionary;
#line 511 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp167_ = t;
+ _tmp154_ = t;
#line 511 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp168_ = tag_get_path (_tmp167_);
+ _tmp155_ = tag_get_path (_tmp154_);
#line 511 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp169_ = _tmp168_;
+ _tmp156_ = _tmp155_;
#line 511 "/home/jens/Source/shotwell/src/Tag.vala"
- gee_abstract_map_unset (G_TYPE_CHECK_INSTANCE_CAST (_tmp166_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap), _tmp169_, NULL);
+ gee_abstract_map_unset (G_TYPE_CHECK_INSTANCE_CAST (_tmp153_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap), _tmp156_, NULL);
#line 511 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp169_);
+ _g_free0 (_tmp156_);
#line 512 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp170_ = t;
+ _tmp157_ = t;
#line 512 "/home/jens/Source/shotwell/src/Tag.vala"
- data_source_destroy_orphan (G_TYPE_CHECK_INSTANCE_CAST (_tmp170_, TYPE_DATA_SOURCE, DataSource), TRUE);
+ data_source_destroy_orphan (G_TYPE_CHECK_INSTANCE_CAST (_tmp157_, TYPE_DATA_SOURCE, DataSource), TRUE);
#line 510 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (t);
-#line 4178 "Tag.c"
+#line 4289 "Tag.c"
}
#line 510 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (_t_it);
-#line 4182 "Tag.c"
+#line 4293 "Tag.c"
}
#line 516 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp171_ = tag_global;
+ _tmp158_ = tag_global;
#line 516 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp172_ = ancestry_dictionary;
+ _tmp159_ = ancestry_dictionary;
#line 516 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp173_ = gee_abstract_map_get_values (G_TYPE_CHECK_INSTANCE_CAST (_tmp172_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap));
+ _tmp160_ = gee_abstract_map_get_values (G_TYPE_CHECK_INSTANCE_CAST (_tmp159_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap));
#line 516 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp174_ = _tmp173_;
+ _tmp161_ = _tmp160_;
#line 516 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp175_ = _tmp174_;
+ _tmp162_ = _tmp161_;
#line 516 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp176_ = data_collection_add_many (G_TYPE_CHECK_INSTANCE_CAST (_tmp171_, TYPE_DATA_COLLECTION, DataCollection), _tmp175_, NULL, NULL);
+ _tmp163_ = data_collection_add_many (G_TYPE_CHECK_INSTANCE_CAST (_tmp158_, TYPE_DATA_COLLECTION, DataCollection), _tmp162_, NULL, NULL);
#line 516 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp177_ = _tmp176_;
+ _tmp164_ = _tmp163_;
#line 516 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_object_unref0 (_tmp177_);
+ _g_object_unref0 (_tmp164_);
#line 516 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_object_unref0 (_tmp175_);
+ _g_object_unref0 (_tmp162_);
#line 517 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp178_ = tag_global;
+ _tmp165_ = tag_global;
#line 517 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp179_ = unlinked;
+ _tmp166_ = unlinked;
#line 517 "/home/jens/Source/shotwell/src/Tag.vala"
- container_source_collection_init_add_many_unlinked (G_TYPE_CHECK_INSTANCE_CAST (_tmp178_, TYPE_CONTAINER_SOURCE_COLLECTION, ContainerSourceCollection), G_TYPE_CHECK_INSTANCE_CAST (_tmp179_, GEE_TYPE_COLLECTION, GeeCollection));
-#line 4208 "Tag.c"
+ container_source_collection_init_add_many_unlinked (G_TYPE_CHECK_INSTANCE_CAST (_tmp165_, TYPE_CONTAINER_SOURCE_COLLECTION, ContainerSourceCollection), G_TYPE_CHECK_INSTANCE_CAST (_tmp166_, GEE_TYPE_COLLECTION, GeeCollection));
+#line 4319 "Tag.c"
{
GeeIterator* _t_it = NULL;
- GeeTreeMap* _tmp180_;
- GeeCollection* _tmp181_;
- GeeCollection* _tmp182_;
- GeeCollection* _tmp183_;
- GeeIterator* _tmp184_;
- GeeIterator* _tmp185_;
+ GeeTreeMap* _tmp167_;
+ GeeCollection* _tmp168_;
+ GeeCollection* _tmp169_;
+ GeeCollection* _tmp170_;
+ GeeIterator* _tmp171_;
+ GeeIterator* _tmp172_;
#line 521 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp180_ = ancestry_dictionary;
+ _tmp167_ = ancestry_dictionary;
#line 521 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp181_ = gee_abstract_map_get_values (G_TYPE_CHECK_INSTANCE_CAST (_tmp180_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap));
+ _tmp168_ = gee_abstract_map_get_values (G_TYPE_CHECK_INSTANCE_CAST (_tmp167_, GEE_TYPE_ABSTRACT_MAP, GeeAbstractMap));
#line 521 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp182_ = _tmp181_;
+ _tmp169_ = _tmp168_;
#line 521 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp183_ = _tmp182_;
+ _tmp170_ = _tmp169_;
#line 521 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp184_ = gee_iterable_iterator (G_TYPE_CHECK_INSTANCE_CAST (_tmp183_, GEE_TYPE_ITERABLE, GeeIterable));
+ _tmp171_ = gee_iterable_iterator (G_TYPE_CHECK_INSTANCE_CAST (_tmp170_, GEE_TYPE_ITERABLE, GeeIterable));
#line 521 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp185_ = _tmp184_;
+ _tmp172_ = _tmp171_;
#line 521 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_object_unref0 (_tmp183_);
+ _g_object_unref0 (_tmp170_);
#line 521 "/home/jens/Source/shotwell/src/Tag.vala"
- _t_it = _tmp185_;
+ _t_it = _tmp172_;
#line 521 "/home/jens/Source/shotwell/src/Tag.vala"
while (TRUE) {
-#line 4235 "Tag.c"
- GeeIterator* _tmp186_;
- gboolean _tmp187_;
+#line 4346 "Tag.c"
+ GeeIterator* _tmp173_;
Tag* t = NULL;
- GeeIterator* _tmp188_;
- gpointer _tmp189_;
- gboolean _tmp190_ = FALSE;
- Tag* _tmp191_;
- GeeList* _tmp192_;
- GeeList* _tmp193_;
- gint _tmp194_;
- gint _tmp195_;
- gboolean _tmp196_;
+ GeeIterator* _tmp174_;
+ gpointer _tmp175_;
+ gboolean _tmp176_ = FALSE;
+ Tag* _tmp177_;
+ GeeList* _tmp178_;
+ GeeList* _tmp179_;
+ gint _tmp180_;
+ gint _tmp181_;
+ gboolean _tmp182_;
#line 521 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp186_ = _t_it;
+ _tmp173_ = _t_it;
#line 521 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp187_ = gee_iterator_next (_tmp186_);
-#line 521 "/home/jens/Source/shotwell/src/Tag.vala"
- if (!_tmp187_) {
+ if (!gee_iterator_next (_tmp173_)) {
#line 521 "/home/jens/Source/shotwell/src/Tag.vala"
break;
-#line 4256 "Tag.c"
+#line 4364 "Tag.c"
}
#line 521 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp188_ = _t_it;
+ _tmp174_ = _t_it;
#line 521 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp189_ = gee_iterator_get (_tmp188_);
+ _tmp175_ = gee_iterator_get (_tmp174_);
#line 521 "/home/jens/Source/shotwell/src/Tag.vala"
- t = (Tag*) _tmp189_;
+ t = (Tag*) _tmp175_;
#line 523 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp191_ = t;
+ _tmp177_ = t;
#line 523 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp192_ = tag_get_hierarchical_children (_tmp191_);
+ _tmp178_ = tag_get_hierarchical_children (_tmp177_);
#line 523 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp193_ = _tmp192_;
+ _tmp179_ = _tmp178_;
#line 523 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp194_ = gee_collection_get_size (G_TYPE_CHECK_INSTANCE_CAST (_tmp193_, GEE_TYPE_COLLECTION, GeeCollection));
+ _tmp180_ = gee_collection_get_size (G_TYPE_CHECK_INSTANCE_CAST (_tmp179_, GEE_TYPE_COLLECTION, GeeCollection));
#line 523 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp195_ = _tmp194_;
+ _tmp181_ = _tmp180_;
#line 523 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp196_ = _tmp195_ < 1;
+ _tmp182_ = _tmp181_ < 1;
#line 523 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_object_unref0 (_tmp193_);
+ _g_object_unref0 (_tmp179_);
#line 523 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp196_) {
-#line 4280 "Tag.c"
- Tag* _tmp197_;
- Tag* _tmp198_;
- Tag* _tmp199_;
+ if (_tmp182_) {
+#line 4388 "Tag.c"
+ Tag* _tmp183_;
+ Tag* _tmp184_;
+ Tag* _tmp185_;
#line 523 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp197_ = t;
+ _tmp183_ = t;
#line 523 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp198_ = tag_get_hierarchical_parent (_tmp197_);
+ _tmp184_ = tag_get_hierarchical_parent (_tmp183_);
#line 523 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp199_ = _tmp198_;
+ _tmp185_ = _tmp184_;
#line 523 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp190_ = _tmp199_ == NULL;
+ _tmp176_ = _tmp185_ == NULL;
#line 523 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_object_unref0 (_tmp199_);
-#line 4294 "Tag.c"
+ _g_object_unref0 (_tmp185_);
+#line 4402 "Tag.c"
} else {
#line 523 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp190_ = FALSE;
-#line 4298 "Tag.c"
+ _tmp176_ = FALSE;
+#line 4406 "Tag.c"
}
#line 523 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp190_) {
-#line 4302 "Tag.c"
- Tag* _tmp200_;
+ if (_tmp176_) {
+#line 4410 "Tag.c"
+ Tag* _tmp186_;
#line 525 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp200_ = t;
+ _tmp186_ = t;
#line 525 "/home/jens/Source/shotwell/src/Tag.vala"
- tag_flatten (_tmp200_);
-#line 4308 "Tag.c"
+ tag_flatten (_tmp186_);
+#line 4416 "Tag.c"
}
#line 521 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (t);
-#line 4312 "Tag.c"
+#line 4420 "Tag.c"
}
#line 521 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (_t_it);
-#line 4316 "Tag.c"
+#line 4424 "Tag.c"
}
#line 387 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (victim_set);
@@ -4322,262 +4430,223 @@ void tag_init (ProgressMonitor monitor, void* monitor_target) {
_g_object_unref0 (ancestry_dictionary);
#line 387 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (rows);
-#line 4326 "Tag.c"
+#line 4434 "Tag.c"
}
-void tag_terminate (void) {
+void
+tag_terminate (void)
+{
}
-gint tag_compare_names (Tag* a, Tag* b) {
+gint
+tag_compare_names (Tag* a,
+ Tag* b)
+{
gint result = 0;
- Tag* _tmp0_;
+ gchar* _tmp0_;
gchar* _tmp1_;
gchar* _tmp2_;
- Tag* _tmp3_;
+ gchar* _tmp3_;
gchar* _tmp4_;
gchar* _tmp5_;
- Tag* _tmp6_;
+ gchar* _tmp6_;
gchar* _tmp7_;
- gchar* _tmp8_;
- Tag* _tmp9_;
- gchar* _tmp10_;
- gchar* _tmp11_;
- gint _tmp12_;
- gint _tmp13_;
+ gint _tmp8_;
#line 533 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_val_if_fail (IS_TAG (a), 0);
#line 533 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_val_if_fail (IS_TAG (b), 0);
#line 534 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp0_ = a;
+ _tmp0_ = data_object_get_name (G_TYPE_CHECK_INSTANCE_CAST (a, TYPE_DATA_OBJECT, DataObject));
#line 534 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp1_ = data_object_get_name (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, TYPE_DATA_OBJECT, DataObject));
+ _tmp1_ = _tmp0_;
#line 534 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp2_ = _tmp1_;
+ _tmp2_ = tag_get_name_collation_key (a);
#line 534 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp3_ = a;
+ _tmp3_ = _tmp2_;
#line 534 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp4_ = tag_get_name_collation_key (_tmp3_);
+ _tmp4_ = data_object_get_name (G_TYPE_CHECK_INSTANCE_CAST (b, TYPE_DATA_OBJECT, DataObject));
#line 534 "/home/jens/Source/shotwell/src/Tag.vala"
_tmp5_ = _tmp4_;
#line 534 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp6_ = b;
-#line 534 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp7_ = data_object_get_name (G_TYPE_CHECK_INSTANCE_CAST (_tmp6_, TYPE_DATA_OBJECT, DataObject));
-#line 534 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp8_ = _tmp7_;
-#line 534 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp9_ = b;
-#line 534 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp10_ = tag_get_name_collation_key (_tmp9_);
+ _tmp6_ = tag_get_name_collation_key (b);
#line 534 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp11_ = _tmp10_;
+ _tmp7_ = _tmp6_;
#line 534 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp12_ = string_precollated_compare (_tmp2_, _tmp5_, _tmp8_, _tmp11_);
+ _tmp8_ = string_precollated_compare (_tmp1_, _tmp3_, _tmp5_, _tmp7_);
#line 534 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp13_ = _tmp12_;
-#line 534 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp11_);
-#line 534 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp8_);
+ _g_free0 (_tmp7_);
#line 534 "/home/jens/Source/shotwell/src/Tag.vala"
_g_free0 (_tmp5_);
#line 534 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp2_);
+ _g_free0 (_tmp3_);
#line 534 "/home/jens/Source/shotwell/src/Tag.vala"
- result = _tmp13_;
+ _g_free0 (_tmp1_);
+#line 534 "/home/jens/Source/shotwell/src/Tag.vala"
+ result = _tmp8_;
#line 534 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 4394 "Tag.c"
+#line 4492 "Tag.c"
}
-gint tag_compare_user_visible_names (Tag* a, Tag* b) {
+gint
+tag_compare_user_visible_names (Tag* a,
+ Tag* b)
+{
gint result = 0;
- Tag* _tmp0_;
+ gchar* _tmp0_;
gchar* _tmp1_;
gchar* _tmp2_;
- Tag* _tmp3_;
+ gchar* _tmp3_;
gchar* _tmp4_;
gchar* _tmp5_;
- Tag* _tmp6_;
+ gchar* _tmp6_;
gchar* _tmp7_;
- gchar* _tmp8_;
- Tag* _tmp9_;
- gchar* _tmp10_;
- gchar* _tmp11_;
- gint _tmp12_;
- gint _tmp13_;
+ gint _tmp8_;
#line 538 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_val_if_fail (IS_TAG (a), 0);
#line 538 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_val_if_fail (IS_TAG (b), 0);
#line 539 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp0_ = a;
+ _tmp0_ = tag_get_user_visible_name (a);
#line 539 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp1_ = tag_get_user_visible_name (_tmp0_);
+ _tmp1_ = _tmp0_;
#line 539 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp2_ = _tmp1_;
+ _tmp2_ = tag_get_name_collation_key (a);
#line 539 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp3_ = a;
+ _tmp3_ = _tmp2_;
#line 539 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp4_ = tag_get_name_collation_key (_tmp3_);
+ _tmp4_ = tag_get_user_visible_name (b);
#line 539 "/home/jens/Source/shotwell/src/Tag.vala"
_tmp5_ = _tmp4_;
#line 539 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp6_ = b;
-#line 539 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp7_ = tag_get_user_visible_name (_tmp6_);
-#line 539 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp8_ = _tmp7_;
-#line 539 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp9_ = b;
+ _tmp6_ = tag_get_name_collation_key (b);
#line 539 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp10_ = tag_get_name_collation_key (_tmp9_);
-#line 539 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp11_ = _tmp10_;
-#line 539 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp12_ = string_precollated_compare (_tmp2_, _tmp5_, _tmp8_, _tmp11_);
-#line 539 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp13_ = _tmp12_;
+ _tmp7_ = _tmp6_;
#line 539 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp11_);
+ _tmp8_ = string_precollated_compare (_tmp1_, _tmp3_, _tmp5_, _tmp7_);
#line 539 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp8_);
+ _g_free0 (_tmp7_);
#line 539 "/home/jens/Source/shotwell/src/Tag.vala"
_g_free0 (_tmp5_);
#line 539 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp2_);
+ _g_free0 (_tmp3_);
+#line 539 "/home/jens/Source/shotwell/src/Tag.vala"
+ _g_free0 (_tmp1_);
#line 539 "/home/jens/Source/shotwell/src/Tag.vala"
- result = _tmp13_;
+ result = _tmp8_;
#line 539 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 4458 "Tag.c"
+#line 4544 "Tag.c"
}
-guint tag_hash_name_string (const gchar* a) {
+guint
+tag_hash_name_string (const gchar* a)
+{
guint result = 0U;
- const gchar* _tmp0_;
- guint _tmp1_;
#line 543 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_val_if_fail (a != NULL, 0U);
#line 544 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp0_ = a;
-#line 544 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp1_ = string_collated_hash (_tmp0_);
-#line 544 "/home/jens/Source/shotwell/src/Tag.vala"
- result = _tmp1_;
+ result = string_collated_hash (a);
#line 544 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 4476 "Tag.c"
+#line 4558 "Tag.c"
}
-gboolean tag_equal_name_strings (const gchar* a, const gchar* b) {
+gboolean
+tag_equal_name_strings (const gchar* a,
+ const gchar* b)
+{
gboolean result = FALSE;
- const gchar* _tmp0_;
- const gchar* _tmp1_;
- gboolean _tmp2_;
#line 547 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_val_if_fail (a != NULL, FALSE);
#line 547 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_val_if_fail (b != NULL, FALSE);
#line 548 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp0_ = a;
-#line 548 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp1_ = b;
-#line 548 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp2_ = string_collated_equals (_tmp0_, _tmp1_);
-#line 548 "/home/jens/Source/shotwell/src/Tag.vala"
- result = _tmp2_;
+ result = string_collated_equals (a, b);
#line 548 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 4499 "Tag.c"
+#line 4575 "Tag.c"
}
-Tag* tag_for_path (const gchar* name) {
+Tag*
+tag_for_path (const gchar* name)
+{
Tag* result = NULL;
Tag* tag = NULL;
TagSourceCollection* _tmp0_;
- const gchar* _tmp1_;
+ Tag* _tmp1_;
Tag* _tmp2_;
- Tag* _tmp3_;
- Tag* _tmp7_;
- TagSourceCollection* _tmp16_;
- Tag* _tmp17_;
+ Tag* _tmp5_;
+ TagSourceCollection* _tmp13_;
+ Tag* _tmp14_;
GError * _inner_error_ = NULL;
#line 553 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_val_if_fail (name != NULL, NULL);
#line 554 "/home/jens/Source/shotwell/src/Tag.vala"
_tmp0_ = tag_global;
#line 554 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp1_ = name;
-#line 554 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp2_ = tag_source_collection_fetch_by_name (_tmp0_, _tmp1_, TRUE);
+ _tmp1_ = tag_source_collection_fetch_by_name (_tmp0_, name, TRUE);
#line 554 "/home/jens/Source/shotwell/src/Tag.vala"
- tag = _tmp2_;
+ tag = _tmp1_;
#line 555 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp3_ = tag;
+ _tmp2_ = tag;
#line 555 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp3_ == NULL) {
-#line 4528 "Tag.c"
- TagSourceCollection* _tmp4_;
- const gchar* _tmp5_;
- Tag* _tmp6_;
-#line 556 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp4_ = tag_global;
+ if (_tmp2_ == NULL) {
+#line 4603 "Tag.c"
+ TagSourceCollection* _tmp3_;
+ Tag* _tmp4_;
#line 556 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp5_ = name;
+ _tmp3_ = tag_global;
#line 556 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp6_ = tag_source_collection_restore_tag_from_holding_tank (_tmp4_, _tmp5_);
+ _tmp4_ = tag_source_collection_restore_tag_from_holding_tank (_tmp3_, name);
#line 556 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (tag);
#line 556 "/home/jens/Source/shotwell/src/Tag.vala"
- tag = _tmp6_;
-#line 4542 "Tag.c"
+ tag = _tmp4_;
+#line 4614 "Tag.c"
}
#line 558 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp7_ = tag;
+ _tmp5_ = tag;
#line 558 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp7_ != NULL) {
+ if (_tmp5_ != NULL) {
#line 559 "/home/jens/Source/shotwell/src/Tag.vala"
result = tag;
#line 559 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 4552 "Tag.c"
+#line 4624 "Tag.c"
}
{
- TagRow* _tmp8_ = NULL;
- TagTable* _tmp9_;
- TagTable* _tmp10_;
- const gchar* _tmp11_;
- TagRow* _tmp12_;
- TagRow* _tmp13_;
- Tag* _tmp14_;
-#line 563 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp9_ = tag_table_get_instance ();
+ TagRow* _tmp6_ = NULL;
+ TagTable* _tmp7_;
+ TagTable* _tmp8_;
+ TagRow* _tmp9_;
+ TagRow* _tmp10_;
+ Tag* _tmp11_;
#line 563 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp10_ = _tmp9_;
+ _tmp7_ = tag_table_get_instance ();
#line 563 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp11_ = name;
+ _tmp8_ = _tmp7_;
#line 563 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp12_ = tag_table_add (_tmp10_, _tmp11_, &_inner_error_);
+ _tmp9_ = tag_table_add (_tmp8_, name, &_inner_error_);
#line 563 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp13_ = _tmp12_;
+ _tmp10_ = _tmp9_;
#line 563 "/home/jens/Source/shotwell/src/Tag.vala"
- _database_table_unref0 (_tmp10_);
+ _database_table_unref0 (_tmp8_);
#line 563 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp8_ = _tmp13_;
+ _tmp6_ = _tmp10_;
#line 563 "/home/jens/Source/shotwell/src/Tag.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 563 "/home/jens/Source/shotwell/src/Tag.vala"
if (_inner_error_->domain == DATABASE_ERROR) {
-#line 4580 "Tag.c"
- goto __catch473_database_error;
+#line 4649 "Tag.c"
+ goto __catch482_database_error;
}
#line 563 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (tag);
@@ -4587,36 +4656,36 @@ Tag* tag_for_path (const gchar* name) {
g_clear_error (&_inner_error_);
#line 563 "/home/jens/Source/shotwell/src/Tag.vala"
return NULL;
-#line 4591 "Tag.c"
+#line 4660 "Tag.c"
}
#line 563 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp14_ = tag_new (_tmp8_, DATA_OBJECT_INVALID_OBJECT_ID);
+ _tmp11_ = tag_new (_tmp6_, DATA_OBJECT_INVALID_OBJECT_ID);
#line 563 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (tag);
#line 563 "/home/jens/Source/shotwell/src/Tag.vala"
- tag = _tmp14_;
+ tag = _tmp11_;
#line 562 "/home/jens/Source/shotwell/src/Tag.vala"
- _tag_row_unref0 (_tmp8_);
-#line 4601 "Tag.c"
+ _tag_row_unref0 (_tmp6_);
+#line 4670 "Tag.c"
}
- goto __finally473;
- __catch473_database_error:
+ goto __finally482;
+ __catch482_database_error:
{
GError* err = NULL;
- GError* _tmp15_;
+ GError* _tmp12_;
#line 562 "/home/jens/Source/shotwell/src/Tag.vala"
err = _inner_error_;
#line 562 "/home/jens/Source/shotwell/src/Tag.vala"
_inner_error_ = NULL;
#line 565 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp15_ = err;
+ _tmp12_ = err;
#line 565 "/home/jens/Source/shotwell/src/Tag.vala"
- app_window_database_error (_tmp15_);
+ app_window_database_error (_tmp12_);
#line 562 "/home/jens/Source/shotwell/src/Tag.vala"
_g_error_free0 (err);
-#line 4618 "Tag.c"
+#line 4687 "Tag.c"
}
- __finally473:
+ __finally482:
#line 562 "/home/jens/Source/shotwell/src/Tag.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 562 "/home/jens/Source/shotwell/src/Tag.vala"
@@ -4627,359 +4696,337 @@ Tag* tag_for_path (const gchar* name) {
g_clear_error (&_inner_error_);
#line 562 "/home/jens/Source/shotwell/src/Tag.vala"
return NULL;
-#line 4631 "Tag.c"
+#line 4700 "Tag.c"
}
#line 568 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp16_ = tag_global;
+ _tmp13_ = tag_global;
#line 568 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp17_ = tag;
+ _tmp14_ = tag;
#line 568 "/home/jens/Source/shotwell/src/Tag.vala"
- data_collection_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp16_, TYPE_DATA_COLLECTION, DataCollection), G_TYPE_CHECK_INSTANCE_CAST (_tmp17_, TYPE_DATA_OBJECT, DataObject));
+ data_collection_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp13_, TYPE_DATA_COLLECTION, DataCollection), G_TYPE_CHECK_INSTANCE_CAST (_tmp14_, TYPE_DATA_OBJECT, DataObject));
#line 570 "/home/jens/Source/shotwell/src/Tag.vala"
result = tag;
#line 570 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 4643 "Tag.c"
+#line 4712 "Tag.c"
}
-GeeCollection* tag_get_terminal_tags (GeeCollection* tags) {
+GeeCollection*
+tag_get_terminal_tags (GeeCollection* tags)
+{
GeeCollection* result = NULL;
GeeSet* result_paths = NULL;
GeeHashSet* _tmp0_;
GeeArrayList* _result_ = NULL;
- GeeArrayList* _tmp38_;
+ GeeArrayList* _tmp34_;
#line 573 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_val_if_fail (GEE_IS_COLLECTION (tags), NULL);
#line 574 "/home/jens/Source/shotwell/src/Tag.vala"
_tmp0_ = gee_hash_set_new (G_TYPE_STRING, (GBoxedCopyFunc) g_strdup, (GDestroyNotify) g_free, NULL, NULL, NULL, NULL, NULL, NULL);
#line 574 "/home/jens/Source/shotwell/src/Tag.vala"
result_paths = G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, GEE_TYPE_SET, GeeSet);
-#line 4659 "Tag.c"
+#line 4730 "Tag.c"
{
GeeIterator* _tag_it = NULL;
- GeeCollection* _tmp1_;
- GeeIterator* _tmp2_;
-#line 576 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp1_ = tags;
+ GeeIterator* _tmp1_;
#line 576 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp2_ = gee_iterable_iterator (G_TYPE_CHECK_INSTANCE_CAST (_tmp1_, GEE_TYPE_ITERABLE, GeeIterable));
+ _tmp1_ = gee_iterable_iterator (G_TYPE_CHECK_INSTANCE_CAST (tags, GEE_TYPE_ITERABLE, GeeIterable));
#line 576 "/home/jens/Source/shotwell/src/Tag.vala"
- _tag_it = _tmp2_;
+ _tag_it = _tmp1_;
#line 576 "/home/jens/Source/shotwell/src/Tag.vala"
while (TRUE) {
-#line 4672 "Tag.c"
- GeeIterator* _tmp3_;
- gboolean _tmp4_;
+#line 4740 "Tag.c"
+ GeeIterator* _tmp2_;
Tag* tag = NULL;
- GeeIterator* _tmp5_;
- gpointer _tmp6_;
- Tag* _tmp7_;
- gchar* _tmp8_;
- gchar* _tmp9_;
- gboolean _tmp10_;
- gboolean _tmp11_;
- Tag* _tmp16_;
- Tag* _tmp17_;
- Tag* _tmp18_;
- gboolean _tmp19_;
- GeeSet* _tmp34_;
- Tag* _tmp35_;
- gchar* _tmp36_;
- gchar* _tmp37_;
-#line 576 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp3_ = _tag_it;
+ GeeIterator* _tmp3_;
+ gpointer _tmp4_;
+ Tag* _tmp5_;
+ gchar* _tmp6_;
+ gchar* _tmp7_;
+ gboolean _tmp8_;
+ Tag* _tmp13_;
+ Tag* _tmp14_;
+ Tag* _tmp15_;
+ gboolean _tmp16_;
+ GeeSet* _tmp30_;
+ Tag* _tmp31_;
+ gchar* _tmp32_;
+ gchar* _tmp33_;
#line 576 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp4_ = gee_iterator_next (_tmp3_);
+ _tmp2_ = _tag_it;
#line 576 "/home/jens/Source/shotwell/src/Tag.vala"
- if (!_tmp4_) {
+ if (!gee_iterator_next (_tmp2_)) {
#line 576 "/home/jens/Source/shotwell/src/Tag.vala"
break;
-#line 4699 "Tag.c"
+#line 4763 "Tag.c"
}
#line 576 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp5_ = _tag_it;
+ _tmp3_ = _tag_it;
#line 576 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp6_ = gee_iterator_get (_tmp5_);
+ _tmp4_ = gee_iterator_get (_tmp3_);
#line 576 "/home/jens/Source/shotwell/src/Tag.vala"
- tag = (Tag*) _tmp6_;
+ tag = (Tag*) _tmp4_;
#line 578 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp7_ = tag;
+ _tmp5_ = tag;
#line 578 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp8_ = tag_get_path (_tmp7_);
+ _tmp6_ = tag_get_path (_tmp5_);
#line 578 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp9_ = _tmp8_;
-#line 578 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp10_ = g_str_has_prefix (_tmp9_, TAG_PATH_SEPARATOR_STRING);
+ _tmp7_ = _tmp6_;
#line 578 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp11_ = !_tmp10_;
+ _tmp8_ = !g_str_has_prefix (_tmp7_, TAG_PATH_SEPARATOR_STRING);
#line 578 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp9_);
+ _g_free0 (_tmp7_);
#line 578 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp11_) {
-#line 4721 "Tag.c"
- GeeSet* _tmp12_;
- Tag* _tmp13_;
- gchar* _tmp14_;
- gchar* _tmp15_;
+ if (_tmp8_) {
+#line 4783 "Tag.c"
+ GeeSet* _tmp9_;
+ Tag* _tmp10_;
+ gchar* _tmp11_;
+ gchar* _tmp12_;
#line 579 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp12_ = result_paths;
+ _tmp9_ = result_paths;
#line 579 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp13_ = tag;
+ _tmp10_ = tag;
#line 579 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp14_ = tag_get_path (_tmp13_);
+ _tmp11_ = tag_get_path (_tmp10_);
#line 579 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp15_ = _tmp14_;
+ _tmp12_ = _tmp11_;
#line 579 "/home/jens/Source/shotwell/src/Tag.vala"
- gee_collection_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp12_, GEE_TYPE_COLLECTION, GeeCollection), _tmp15_);
+ gee_collection_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp9_, GEE_TYPE_COLLECTION, GeeCollection), _tmp12_);
#line 579 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp15_);
+ _g_free0 (_tmp12_);
#line 580 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (tag);
#line 580 "/home/jens/Source/shotwell/src/Tag.vala"
continue;
-#line 4742 "Tag.c"
+#line 4804 "Tag.c"
}
#line 586 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp16_ = tag;
+ _tmp13_ = tag;
#line 586 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp17_ = tag_get_hierarchical_parent (_tmp16_);
+ _tmp14_ = tag_get_hierarchical_parent (_tmp13_);
#line 586 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp18_ = _tmp17_;
+ _tmp15_ = _tmp14_;
#line 586 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp19_ = _tmp18_ != NULL;
+ _tmp16_ = _tmp15_ != NULL;
#line 586 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_object_unref0 (_tmp18_);
+ _g_object_unref0 (_tmp15_);
#line 586 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp19_) {
-#line 4756 "Tag.c"
- GeeSet* _tmp20_;
- Tag* _tmp21_;
- Tag* _tmp22_;
- Tag* _tmp23_;
- gchar* _tmp24_;
- gchar* _tmp25_;
- gboolean _tmp26_;
- gboolean _tmp27_;
-#line 589 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp20_ = result_paths;
+ if (_tmp16_) {
+#line 4818 "Tag.c"
+ GeeSet* _tmp17_;
+ Tag* _tmp18_;
+ Tag* _tmp19_;
+ Tag* _tmp20_;
+ gchar* _tmp21_;
+ gchar* _tmp22_;
+ gboolean _tmp23_;
#line 589 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp21_ = tag;
+ _tmp17_ = result_paths;
#line 589 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp22_ = tag_get_hierarchical_parent (_tmp21_);
+ _tmp18_ = tag;
#line 589 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp23_ = _tmp22_;
+ _tmp19_ = tag_get_hierarchical_parent (_tmp18_);
#line 589 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp24_ = tag_get_path (_tmp23_);
+ _tmp20_ = _tmp19_;
#line 589 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp25_ = _tmp24_;
+ _tmp21_ = tag_get_path (_tmp20_);
#line 589 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp26_ = gee_collection_contains (G_TYPE_CHECK_INSTANCE_CAST (_tmp20_, GEE_TYPE_COLLECTION, GeeCollection), _tmp25_);
+ _tmp22_ = _tmp21_;
#line 589 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp27_ = _tmp26_;
+ _tmp23_ = gee_collection_contains (G_TYPE_CHECK_INSTANCE_CAST (_tmp17_, GEE_TYPE_COLLECTION, GeeCollection), _tmp22_);
#line 589 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp25_);
+ _g_free0 (_tmp22_);
#line 589 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_object_unref0 (_tmp23_);
+ _g_object_unref0 (_tmp20_);
#line 589 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp27_) {
-#line 4787 "Tag.c"
- GeeSet* _tmp28_;
- Tag* _tmp29_;
- Tag* _tmp30_;
- Tag* _tmp31_;
- gchar* _tmp32_;
- gchar* _tmp33_;
+ if (_tmp23_) {
+#line 4846 "Tag.c"
+ GeeSet* _tmp24_;
+ Tag* _tmp25_;
+ Tag* _tmp26_;
+ Tag* _tmp27_;
+ gchar* _tmp28_;
+ gchar* _tmp29_;
#line 590 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp28_ = result_paths;
+ _tmp24_ = result_paths;
#line 590 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp29_ = tag;
+ _tmp25_ = tag;
#line 590 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp30_ = tag_get_hierarchical_parent (_tmp29_);
+ _tmp26_ = tag_get_hierarchical_parent (_tmp25_);
#line 590 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp31_ = _tmp30_;
+ _tmp27_ = _tmp26_;
#line 590 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp32_ = tag_get_path (_tmp31_);
+ _tmp28_ = tag_get_path (_tmp27_);
#line 590 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp33_ = _tmp32_;
+ _tmp29_ = _tmp28_;
#line 590 "/home/jens/Source/shotwell/src/Tag.vala"
- gee_collection_remove (G_TYPE_CHECK_INSTANCE_CAST (_tmp28_, GEE_TYPE_COLLECTION, GeeCollection), _tmp33_);
+ gee_collection_remove (G_TYPE_CHECK_INSTANCE_CAST (_tmp24_, GEE_TYPE_COLLECTION, GeeCollection), _tmp29_);
#line 590 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp33_);
+ _g_free0 (_tmp29_);
#line 590 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_object_unref0 (_tmp31_);
-#line 4812 "Tag.c"
+ _g_object_unref0 (_tmp27_);
+#line 4871 "Tag.c"
}
}
#line 593 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp34_ = result_paths;
+ _tmp30_ = result_paths;
#line 593 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp35_ = tag;
+ _tmp31_ = tag;
#line 593 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp36_ = tag_get_path (_tmp35_);
+ _tmp32_ = tag_get_path (_tmp31_);
#line 593 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp37_ = _tmp36_;
+ _tmp33_ = _tmp32_;
#line 593 "/home/jens/Source/shotwell/src/Tag.vala"
- gee_collection_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp34_, GEE_TYPE_COLLECTION, GeeCollection), _tmp37_);
+ gee_collection_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp30_, GEE_TYPE_COLLECTION, GeeCollection), _tmp33_);
#line 593 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp37_);
+ _g_free0 (_tmp33_);
#line 576 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (tag);
-#line 4829 "Tag.c"
+#line 4888 "Tag.c"
}
#line 576 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (_tag_it);
-#line 4833 "Tag.c"
+#line 4892 "Tag.c"
}
#line 596 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp38_ = gee_array_list_new (TYPE_TAG, (GBoxedCopyFunc) g_object_ref, (GDestroyNotify) g_object_unref, NULL, NULL, NULL);
+ _tmp34_ = gee_array_list_new (TYPE_TAG, (GBoxedCopyFunc) g_object_ref, (GDestroyNotify) g_object_unref, NULL, NULL, NULL);
#line 596 "/home/jens/Source/shotwell/src/Tag.vala"
- _result_ = _tmp38_;
-#line 4839 "Tag.c"
+ _result_ = _tmp34_;
+#line 4898 "Tag.c"
{
GeeIterator* _path_it = NULL;
- GeeSet* _tmp39_;
- GeeIterator* _tmp40_;
+ GeeSet* _tmp35_;
+ GeeIterator* _tmp36_;
#line 597 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp39_ = result_paths;
+ _tmp35_ = result_paths;
#line 597 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp40_ = gee_iterable_iterator (G_TYPE_CHECK_INSTANCE_CAST (_tmp39_, GEE_TYPE_ITERABLE, GeeIterable));
+ _tmp36_ = gee_iterable_iterator (G_TYPE_CHECK_INSTANCE_CAST (_tmp35_, GEE_TYPE_ITERABLE, GeeIterable));
#line 597 "/home/jens/Source/shotwell/src/Tag.vala"
- _path_it = _tmp40_;
+ _path_it = _tmp36_;
#line 597 "/home/jens/Source/shotwell/src/Tag.vala"
while (TRUE) {
-#line 4852 "Tag.c"
- GeeIterator* _tmp41_;
- gboolean _tmp42_;
+#line 4911 "Tag.c"
+ GeeIterator* _tmp37_;
gchar* path = NULL;
- GeeIterator* _tmp43_;
- gpointer _tmp44_;
- TagSourceCollection* _tmp45_;
- const gchar* _tmp46_;
- gboolean _tmp47_;
+ GeeIterator* _tmp38_;
+ gpointer _tmp39_;
+ TagSourceCollection* _tmp40_;
+ const gchar* _tmp41_;
#line 597 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp41_ = _path_it;
+ _tmp37_ = _path_it;
#line 597 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp42_ = gee_iterator_next (_tmp41_);
-#line 597 "/home/jens/Source/shotwell/src/Tag.vala"
- if (!_tmp42_) {
+ if (!gee_iterator_next (_tmp37_)) {
#line 597 "/home/jens/Source/shotwell/src/Tag.vala"
break;
-#line 4869 "Tag.c"
+#line 4924 "Tag.c"
}
#line 597 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp43_ = _path_it;
+ _tmp38_ = _path_it;
#line 597 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp44_ = gee_iterator_get (_tmp43_);
+ _tmp39_ = gee_iterator_get (_tmp38_);
#line 597 "/home/jens/Source/shotwell/src/Tag.vala"
- path = (gchar*) _tmp44_;
-#line 598 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp45_ = tag_global;
+ path = (gchar*) _tmp39_;
#line 598 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp46_ = path;
+ _tmp40_ = tag_global;
#line 598 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp47_ = tag_source_collection_exists (_tmp45_, _tmp46_, FALSE);
+ _tmp41_ = path;
#line 598 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp47_) {
-#line 4885 "Tag.c"
- GeeArrayList* _tmp48_;
- const gchar* _tmp49_;
- Tag* _tmp50_;
- Tag* _tmp51_;
+ if (tag_source_collection_exists (_tmp40_, _tmp41_, FALSE)) {
+#line 4938 "Tag.c"
+ GeeArrayList* _tmp42_;
+ const gchar* _tmp43_;
+ Tag* _tmp44_;
+ Tag* _tmp45_;
#line 599 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp48_ = _result_;
+ _tmp42_ = _result_;
#line 599 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp49_ = path;
+ _tmp43_ = path;
#line 599 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp50_ = tag_for_path (_tmp49_);
+ _tmp44_ = tag_for_path (_tmp43_);
#line 599 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp51_ = _tmp50_;
+ _tmp45_ = _tmp44_;
#line 599 "/home/jens/Source/shotwell/src/Tag.vala"
- gee_abstract_collection_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp48_, GEE_TYPE_ABSTRACT_COLLECTION, GeeAbstractCollection), _tmp51_);
+ gee_abstract_collection_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp42_, GEE_TYPE_ABSTRACT_COLLECTION, GeeAbstractCollection), _tmp45_);
#line 599 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_object_unref0 (_tmp51_);
-#line 4902 "Tag.c"
+ _g_object_unref0 (_tmp45_);
+#line 4955 "Tag.c"
} else {
{
GeeIterator* _probed_tag_it = NULL;
- GeeCollection* _tmp52_;
- GeeIterator* _tmp53_;
+ GeeIterator* _tmp46_;
#line 601 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp52_ = tags;
+ _tmp46_ = gee_iterable_iterator (G_TYPE_CHECK_INSTANCE_CAST (tags, GEE_TYPE_ITERABLE, GeeIterable));
#line 601 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp53_ = gee_iterable_iterator (G_TYPE_CHECK_INSTANCE_CAST (_tmp52_, GEE_TYPE_ITERABLE, GeeIterable));
-#line 601 "/home/jens/Source/shotwell/src/Tag.vala"
- _probed_tag_it = _tmp53_;
+ _probed_tag_it = _tmp46_;
#line 601 "/home/jens/Source/shotwell/src/Tag.vala"
while (TRUE) {
-#line 4916 "Tag.c"
- GeeIterator* _tmp54_;
- gboolean _tmp55_;
+#line 4966 "Tag.c"
+ GeeIterator* _tmp47_;
Tag* probed_tag = NULL;
- GeeIterator* _tmp56_;
- gpointer _tmp57_;
- Tag* _tmp58_;
- gchar* _tmp59_;
- gchar* _tmp60_;
- const gchar* _tmp61_;
- gboolean _tmp62_;
+ GeeIterator* _tmp48_;
+ gpointer _tmp49_;
+ Tag* _tmp50_;
+ gchar* _tmp51_;
+ gchar* _tmp52_;
+ const gchar* _tmp53_;
+ gboolean _tmp54_;
#line 601 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp54_ = _probed_tag_it;
+ _tmp47_ = _probed_tag_it;
#line 601 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp55_ = gee_iterator_next (_tmp54_);
-#line 601 "/home/jens/Source/shotwell/src/Tag.vala"
- if (!_tmp55_) {
+ if (!gee_iterator_next (_tmp47_)) {
#line 601 "/home/jens/Source/shotwell/src/Tag.vala"
break;
-#line 4935 "Tag.c"
+#line 4982 "Tag.c"
}
#line 601 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp56_ = _probed_tag_it;
+ _tmp48_ = _probed_tag_it;
#line 601 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp57_ = gee_iterator_get (_tmp56_);
+ _tmp49_ = gee_iterator_get (_tmp48_);
#line 601 "/home/jens/Source/shotwell/src/Tag.vala"
- probed_tag = (Tag*) _tmp57_;
+ probed_tag = (Tag*) _tmp49_;
#line 602 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp58_ = probed_tag;
+ _tmp50_ = probed_tag;
#line 602 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp59_ = tag_get_path (_tmp58_);
+ _tmp51_ = tag_get_path (_tmp50_);
#line 602 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp60_ = _tmp59_;
+ _tmp52_ = _tmp51_;
#line 602 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp61_ = path;
+ _tmp53_ = path;
#line 602 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp62_ = g_strcmp0 (_tmp60_, _tmp61_) == 0;
+ _tmp54_ = g_strcmp0 (_tmp52_, _tmp53_) == 0;
#line 602 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp60_);
+ _g_free0 (_tmp52_);
#line 602 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp62_) {
-#line 4957 "Tag.c"
- GeeArrayList* _tmp63_;
- Tag* _tmp64_;
+ if (_tmp54_) {
+#line 5004 "Tag.c"
+ GeeArrayList* _tmp55_;
+ Tag* _tmp56_;
#line 603 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp63_ = _result_;
+ _tmp55_ = _result_;
#line 603 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp64_ = probed_tag;
+ _tmp56_ = probed_tag;
#line 603 "/home/jens/Source/shotwell/src/Tag.vala"
- gee_abstract_collection_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp63_, GEE_TYPE_ABSTRACT_COLLECTION, GeeAbstractCollection), _tmp64_);
-#line 4966 "Tag.c"
+ gee_abstract_collection_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp55_, GEE_TYPE_ABSTRACT_COLLECTION, GeeAbstractCollection), _tmp56_);
+#line 5013 "Tag.c"
}
#line 601 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (probed_tag);
-#line 4970 "Tag.c"
+#line 5017 "Tag.c"
}
#line 601 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (_probed_tag_it);
-#line 4974 "Tag.c"
+#line 5021 "Tag.c"
}
}
#line 597 "/home/jens/Source/shotwell/src/Tag.vala"
_g_free0 (path);
-#line 4979 "Tag.c"
+#line 5026 "Tag.c"
}
#line 597 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (_path_it);
-#line 4983 "Tag.c"
+#line 5030 "Tag.c"
}
#line 608 "/home/jens/Source/shotwell/src/Tag.vala"
result = G_TYPE_CHECK_INSTANCE_CAST (_result_, GEE_TYPE_COLLECTION, GeeCollection);
@@ -4987,29 +5034,34 @@ GeeCollection* tag_get_terminal_tags (GeeCollection* tags) {
_g_object_unref0 (result_paths);
#line 608 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 4991 "Tag.c"
+#line 5038 "Tag.c"
}
-static gint _tag_compare_user_visible_names_gcompare_data_func (gconstpointer a, gconstpointer b, gpointer self) {
+static gint
+_tag_compare_user_visible_names_gcompare_data_func (gconstpointer a,
+ gconstpointer b,
+ gpointer self)
+{
gint result;
result = tag_compare_user_visible_names ((Tag*) a, (Tag*) b);
#line 623 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 5000 "Tag.c"
+#line 5051 "Tag.c"
}
-GeeList* tag_make_user_visible_tag_list (GeeCollection* tags) {
+GeeList*
+tag_make_user_visible_tag_list (GeeCollection* tags)
+{
GeeList* result = NULL;
GeeHashSet* seen_tags = NULL;
GeeHashSet* _tmp0_;
GeeCollection* terminal_tags = NULL;
GeeCollection* _tmp1_;
- GeeCollection* _tmp2_;
GeeArrayList* sorted_tags = NULL;
- GeeArrayList* _tmp3_;
- GeeArrayList* _tmp19_;
+ GeeArrayList* _tmp2_;
+ GeeArrayList* _tmp16_;
#line 612 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_val_if_fail (GEE_IS_COLLECTION (tags), NULL);
#line 613 "/home/jens/Source/shotwell/src/Tag.vala"
@@ -5017,103 +5069,95 @@ GeeList* tag_make_user_visible_tag_list (GeeCollection* tags) {
#line 613 "/home/jens/Source/shotwell/src/Tag.vala"
seen_tags = _tmp0_;
#line 614 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp1_ = tags;
-#line 614 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp2_ = tag_get_terminal_tags (_tmp1_);
+ _tmp1_ = tag_get_terminal_tags (tags);
#line 614 "/home/jens/Source/shotwell/src/Tag.vala"
- terminal_tags = _tmp2_;
+ terminal_tags = _tmp1_;
#line 615 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp3_ = gee_array_list_new (TYPE_TAG, (GBoxedCopyFunc) g_object_ref, (GDestroyNotify) g_object_unref, NULL, NULL, NULL);
+ _tmp2_ = gee_array_list_new (TYPE_TAG, (GBoxedCopyFunc) g_object_ref, (GDestroyNotify) g_object_unref, NULL, NULL, NULL);
#line 615 "/home/jens/Source/shotwell/src/Tag.vala"
- sorted_tags = _tmp3_;
-#line 5030 "Tag.c"
+ sorted_tags = _tmp2_;
+#line 5080 "Tag.c"
{
GeeIterator* _tag_it = NULL;
- GeeCollection* _tmp4_;
- GeeIterator* _tmp5_;
+ GeeCollection* _tmp3_;
+ GeeIterator* _tmp4_;
#line 616 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp4_ = terminal_tags;
+ _tmp3_ = terminal_tags;
#line 616 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp5_ = gee_iterable_iterator (G_TYPE_CHECK_INSTANCE_CAST (_tmp4_, GEE_TYPE_ITERABLE, GeeIterable));
+ _tmp4_ = gee_iterable_iterator (G_TYPE_CHECK_INSTANCE_CAST (_tmp3_, GEE_TYPE_ITERABLE, GeeIterable));
#line 616 "/home/jens/Source/shotwell/src/Tag.vala"
- _tag_it = _tmp5_;
+ _tag_it = _tmp4_;
#line 616 "/home/jens/Source/shotwell/src/Tag.vala"
while (TRUE) {
-#line 5043 "Tag.c"
- GeeIterator* _tmp6_;
- gboolean _tmp7_;
+#line 5093 "Tag.c"
+ GeeIterator* _tmp5_;
Tag* tag = NULL;
- GeeIterator* _tmp8_;
- gpointer _tmp9_;
+ GeeIterator* _tmp6_;
+ gpointer _tmp7_;
gchar* user_visible_name = NULL;
- Tag* _tmp10_;
- gchar* _tmp11_;
- GeeHashSet* _tmp12_;
- const gchar* _tmp13_;
- gboolean _tmp14_;
-#line 616 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp6_ = _tag_it;
+ Tag* _tmp8_;
+ gchar* _tmp9_;
+ GeeHashSet* _tmp10_;
+ const gchar* _tmp11_;
#line 616 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp7_ = gee_iterator_next (_tmp6_);
+ _tmp5_ = _tag_it;
#line 616 "/home/jens/Source/shotwell/src/Tag.vala"
- if (!_tmp7_) {
+ if (!gee_iterator_next (_tmp5_)) {
#line 616 "/home/jens/Source/shotwell/src/Tag.vala"
break;
-#line 5063 "Tag.c"
+#line 5109 "Tag.c"
}
#line 616 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp8_ = _tag_it;
+ _tmp6_ = _tag_it;
#line 616 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp9_ = gee_iterator_get (_tmp8_);
+ _tmp7_ = gee_iterator_get (_tmp6_);
#line 616 "/home/jens/Source/shotwell/src/Tag.vala"
- tag = (Tag*) _tmp9_;
+ tag = (Tag*) _tmp7_;
#line 617 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp10_ = tag;
+ _tmp8_ = tag;
#line 617 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp11_ = tag_get_user_visible_name (_tmp10_);
+ _tmp9_ = tag_get_user_visible_name (_tmp8_);
#line 617 "/home/jens/Source/shotwell/src/Tag.vala"
- user_visible_name = _tmp11_;
+ user_visible_name = _tmp9_;
#line 618 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp12_ = seen_tags;
+ _tmp10_ = seen_tags;
#line 618 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp13_ = user_visible_name;
+ _tmp11_ = user_visible_name;
#line 618 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp14_ = gee_abstract_collection_contains (G_TYPE_CHECK_INSTANCE_CAST (_tmp12_, GEE_TYPE_ABSTRACT_COLLECTION, GeeAbstractCollection), _tmp13_);
-#line 618 "/home/jens/Source/shotwell/src/Tag.vala"
- if (!_tmp14_) {
-#line 5085 "Tag.c"
- GeeArrayList* _tmp15_;
- Tag* _tmp16_;
- GeeHashSet* _tmp17_;
- const gchar* _tmp18_;
+ if (!gee_abstract_collection_contains (G_TYPE_CHECK_INSTANCE_CAST (_tmp10_, GEE_TYPE_ABSTRACT_COLLECTION, GeeAbstractCollection), _tmp11_)) {
+#line 5129 "Tag.c"
+ GeeArrayList* _tmp12_;
+ Tag* _tmp13_;
+ GeeHashSet* _tmp14_;
+ const gchar* _tmp15_;
#line 619 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp15_ = sorted_tags;
+ _tmp12_ = sorted_tags;
#line 619 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp16_ = tag;
+ _tmp13_ = tag;
#line 619 "/home/jens/Source/shotwell/src/Tag.vala"
- gee_abstract_collection_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp15_, GEE_TYPE_ABSTRACT_COLLECTION, GeeAbstractCollection), _tmp16_);
+ gee_abstract_collection_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp12_, GEE_TYPE_ABSTRACT_COLLECTION, GeeAbstractCollection), _tmp13_);
#line 620 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp17_ = seen_tags;
+ _tmp14_ = seen_tags;
#line 620 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp18_ = user_visible_name;
+ _tmp15_ = user_visible_name;
#line 620 "/home/jens/Source/shotwell/src/Tag.vala"
- gee_abstract_collection_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp17_, GEE_TYPE_ABSTRACT_COLLECTION, GeeAbstractCollection), _tmp18_);
-#line 5102 "Tag.c"
+ gee_abstract_collection_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp14_, GEE_TYPE_ABSTRACT_COLLECTION, GeeAbstractCollection), _tmp15_);
+#line 5146 "Tag.c"
}
#line 616 "/home/jens/Source/shotwell/src/Tag.vala"
_g_free0 (user_visible_name);
#line 616 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (tag);
-#line 5108 "Tag.c"
+#line 5152 "Tag.c"
}
#line 616 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (_tag_it);
-#line 5112 "Tag.c"
+#line 5156 "Tag.c"
}
#line 623 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp19_ = sorted_tags;
+ _tmp16_ = sorted_tags;
#line 623 "/home/jens/Source/shotwell/src/Tag.vala"
- gee_list_sort (G_TYPE_CHECK_INSTANCE_CAST (_tmp19_, GEE_TYPE_LIST, GeeList), _tag_compare_user_visible_names_gcompare_data_func, NULL, NULL);
+ gee_list_sort (G_TYPE_CHECK_INSTANCE_CAST (_tmp16_, GEE_TYPE_LIST, GeeList), _tag_compare_user_visible_names_gcompare_data_func, NULL, NULL);
#line 624 "/home/jens/Source/shotwell/src/Tag.vala"
result = G_TYPE_CHECK_INSTANCE_CAST (sorted_tags, GEE_TYPE_LIST, GeeList);
#line 624 "/home/jens/Source/shotwell/src/Tag.vala"
@@ -5122,21 +5166,24 @@ GeeList* tag_make_user_visible_tag_list (GeeCollection* tags) {
_g_object_unref0 (seen_tags);
#line 624 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 5126 "Tag.c"
+#line 5170 "Tag.c"
}
-gchar* tag_make_tag_markup_string (GeeList* tags, gint highlight_index) {
+gchar*
+tag_make_tag_markup_string (GeeList* tags,
+ gint highlight_index)
+{
gchar* result = NULL;
GString* builder = NULL;
GString* _tmp0_;
gint i = 0;
gboolean first = FALSE;
- GString* _tmp27_;
+ GString* _tmp24_;
gchar* built = NULL;
- GString* _tmp28_;
- const gchar* _tmp29_;
- gchar* _tmp30_;
+ GString* _tmp25_;
+ const gchar* _tmp26_;
+ gchar* _tmp27_;
#line 627 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_val_if_fail (GEE_IS_LIST (tags), NULL);
#line 628 "/home/jens/Source/shotwell/src/Tag.vala"
@@ -5147,220 +5194,219 @@ gchar* tag_make_tag_markup_string (GeeList* tags, gint highlight_index) {
i = 0;
#line 630 "/home/jens/Source/shotwell/src/Tag.vala"
first = TRUE;
-#line 5151 "Tag.c"
+#line 5198 "Tag.c"
{
GeeList* _tag_list = NULL;
GeeList* _tmp1_;
- GeeList* _tmp2_;
gint _tag_size = 0;
- GeeList* _tmp3_;
+ GeeList* _tmp2_;
+ gint _tmp3_;
gint _tmp4_;
- gint _tmp5_;
gint _tag_index = 0;
#line 631 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp1_ = tags;
-#line 631 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp2_ = _g_object_ref0 (_tmp1_);
+ _tmp1_ = _g_object_ref0 (tags);
#line 631 "/home/jens/Source/shotwell/src/Tag.vala"
- _tag_list = _tmp2_;
+ _tag_list = _tmp1_;
#line 631 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp3_ = _tag_list;
+ _tmp2_ = _tag_list;
#line 631 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp4_ = gee_collection_get_size (G_TYPE_CHECK_INSTANCE_CAST (_tmp3_, GEE_TYPE_COLLECTION, GeeCollection));
+ _tmp3_ = gee_collection_get_size (G_TYPE_CHECK_INSTANCE_CAST (_tmp2_, GEE_TYPE_COLLECTION, GeeCollection));
#line 631 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp5_ = _tmp4_;
+ _tmp4_ = _tmp3_;
#line 631 "/home/jens/Source/shotwell/src/Tag.vala"
- _tag_size = _tmp5_;
+ _tag_size = _tmp4_;
#line 631 "/home/jens/Source/shotwell/src/Tag.vala"
_tag_index = -1;
#line 631 "/home/jens/Source/shotwell/src/Tag.vala"
while (TRUE) {
-#line 5179 "Tag.c"
+#line 5223 "Tag.c"
+ gint _tmp5_;
gint _tmp6_;
gint _tmp7_;
- gint _tmp8_;
Tag* tag = NULL;
- GeeList* _tmp9_;
- gint _tmp10_;
- gpointer _tmp11_;
+ GeeList* _tmp8_;
+ gint _tmp9_;
+ gpointer _tmp10_;
gchar* tag_name = NULL;
- Tag* _tmp12_;
- gchar* _tmp13_;
+ Tag* _tmp11_;
+ gchar* _tmp12_;
gchar* esc_tag_name = NULL;
- const gchar* _tmp14_;
- gchar* _tmp15_;
- gboolean _tmp16_;
- gint _tmp18_;
- gint _tmp19_;
- GString* _tmp21_;
- const gchar* _tmp22_;
+ const gchar* _tmp13_;
+ gchar* _tmp14_;
+ gboolean _tmp15_;
+ gint _tmp17_;
+ GString* _tmp19_;
+ const gchar* _tmp20_;
+ gint _tmp21_;
gint _tmp23_;
- gint _tmp24_;
- gint _tmp26_;
#line 631 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp6_ = _tag_index;
+ _tmp5_ = _tag_index;
#line 631 "/home/jens/Source/shotwell/src/Tag.vala"
- _tag_index = _tmp6_ + 1;
+ _tag_index = _tmp5_ + 1;
#line 631 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp7_ = _tag_index;
+ _tmp6_ = _tag_index;
#line 631 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp8_ = _tag_size;
+ _tmp7_ = _tag_size;
#line 631 "/home/jens/Source/shotwell/src/Tag.vala"
- if (!(_tmp7_ < _tmp8_)) {
+ if (!(_tmp6_ < _tmp7_)) {
#line 631 "/home/jens/Source/shotwell/src/Tag.vala"
break;
-#line 5213 "Tag.c"
+#line 5255 "Tag.c"
}
#line 631 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp9_ = _tag_list;
+ _tmp8_ = _tag_list;
#line 631 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp10_ = _tag_index;
+ _tmp9_ = _tag_index;
#line 631 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp11_ = gee_list_get (_tmp9_, _tmp10_);
+ _tmp10_ = gee_list_get (_tmp8_, _tmp9_);
#line 631 "/home/jens/Source/shotwell/src/Tag.vala"
- tag = (Tag*) _tmp11_;
+ tag = (Tag*) _tmp10_;
#line 632 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp12_ = tag;
+ _tmp11_ = tag;
#line 632 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp13_ = tag_get_user_visible_name (_tmp12_);
+ _tmp12_ = tag_get_user_visible_name (_tmp11_);
#line 632 "/home/jens/Source/shotwell/src/Tag.vala"
- tag_name = _tmp13_;
+ tag_name = _tmp12_;
#line 633 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp14_ = tag_name;
+ _tmp13_ = tag_name;
#line 633 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp15_ = guarded_markup_escape_text (_tmp14_);
+ _tmp14_ = guarded_markup_escape_text (_tmp13_);
#line 633 "/home/jens/Source/shotwell/src/Tag.vala"
- esc_tag_name = _tmp15_;
+ esc_tag_name = _tmp14_;
#line 634 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp16_ = first;
+ _tmp15_ = first;
#line 634 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp16_) {
+ if (_tmp15_) {
#line 635 "/home/jens/Source/shotwell/src/Tag.vala"
first = FALSE;
-#line 5241 "Tag.c"
+#line 5283 "Tag.c"
} else {
- GString* _tmp17_;
+ GString* _tmp16_;
#line 637 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp17_ = builder;
+ _tmp16_ = builder;
#line 637 "/home/jens/Source/shotwell/src/Tag.vala"
- g_string_append (_tmp17_, TAG_TAG_LIST_SEPARATOR_STRING);
-#line 5248 "Tag.c"
+ g_string_append (_tmp16_, TAG_TAG_LIST_SEPARATOR_STRING);
+#line 5290 "Tag.c"
}
#line 638 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp18_ = highlight_index;
-#line 638 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp19_ = i;
+ _tmp17_ = i;
#line 638 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp18_ == _tmp19_) {
-#line 5256 "Tag.c"
- GString* _tmp20_;
+ if (highlight_index == _tmp17_) {
+#line 5296 "Tag.c"
+ GString* _tmp18_;
#line 639 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp20_ = builder;
+ _tmp18_ = builder;
#line 639 "/home/jens/Source/shotwell/src/Tag.vala"
- g_string_append (_tmp20_, "<u>");
-#line 5262 "Tag.c"
+ g_string_append (_tmp18_, "<u>");
+#line 5302 "Tag.c"
}
#line 640 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp21_ = builder;
+ _tmp19_ = builder;
#line 640 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp22_ = esc_tag_name;
+ _tmp20_ = esc_tag_name;
#line 640 "/home/jens/Source/shotwell/src/Tag.vala"
- g_string_append (_tmp21_, _tmp22_);
+ g_string_append (_tmp19_, _tmp20_);
#line 641 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp23_ = highlight_index;
+ _tmp21_ = i;
#line 641 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp24_ = i;
-#line 641 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp23_ == _tmp24_) {
-#line 5276 "Tag.c"
- GString* _tmp25_;
+ if (highlight_index == _tmp21_) {
+#line 5314 "Tag.c"
+ GString* _tmp22_;
#line 642 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp25_ = builder;
+ _tmp22_ = builder;
#line 642 "/home/jens/Source/shotwell/src/Tag.vala"
- g_string_append (_tmp25_, "</u>");
-#line 5282 "Tag.c"
+ g_string_append (_tmp22_, "</u>");
+#line 5320 "Tag.c"
}
#line 643 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp26_ = i;
+ _tmp23_ = i;
#line 643 "/home/jens/Source/shotwell/src/Tag.vala"
- i = _tmp26_ + 1;
+ i = _tmp23_ + 1;
#line 631 "/home/jens/Source/shotwell/src/Tag.vala"
_g_free0 (esc_tag_name);
#line 631 "/home/jens/Source/shotwell/src/Tag.vala"
_g_free0 (tag_name);
#line 631 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (tag);
-#line 5294 "Tag.c"
+#line 5332 "Tag.c"
}
#line 631 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (_tag_list);
-#line 5298 "Tag.c"
+#line 5336 "Tag.c"
}
#line 646 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp27_ = builder;
+ _tmp24_ = builder;
#line 646 "/home/jens/Source/shotwell/src/Tag.vala"
- g_string_append (_tmp27_, "</small>");
+ g_string_append (_tmp24_, "</small>");
#line 647 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp28_ = builder;
+ _tmp25_ = builder;
#line 647 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp29_ = _tmp28_->str;
+ _tmp26_ = _tmp25_->str;
#line 647 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp30_ = g_strdup (_tmp29_);
+ _tmp27_ = g_strdup (_tmp26_);
#line 647 "/home/jens/Source/shotwell/src/Tag.vala"
- built = _tmp30_;
+ built = _tmp27_;
#line 648 "/home/jens/Source/shotwell/src/Tag.vala"
result = built;
#line 648 "/home/jens/Source/shotwell/src/Tag.vala"
_g_string_free0 (builder);
#line 648 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 5318 "Tag.c"
+#line 5356 "Tag.c"
}
-gchar* tag_prep_tag_name (const gchar* name) {
+gchar*
+tag_prep_tag_name (const gchar* name)
+{
gchar* result = NULL;
- const gchar* _tmp0_;
- gchar* _tmp1_;
+ gchar* _tmp0_;
#line 653 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_val_if_fail (name != NULL, NULL);
#line 654 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp0_ = name;
+ _tmp0_ = prepare_input_text (name, PREPARE_INPUT_TEXT_OPTIONS_DEFAULT, DEFAULT_USER_TEXT_INPUT_LENGTH);
#line 654 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp1_ = prepare_input_text (_tmp0_, PREPARE_INPUT_TEXT_OPTIONS_DEFAULT, DEFAULT_USER_TEXT_INPUT_LENGTH);
-#line 654 "/home/jens/Source/shotwell/src/Tag.vala"
- result = _tmp1_;
+ result = _tmp0_;
#line 654 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 5336 "Tag.c"
+#line 5373 "Tag.c"
}
-static void _vala_array_add127 (gchar** * array, int* length, int* size, gchar* value) {
+static void
+_vala_array_add128 (gchar** * array,
+ int* length,
+ int* size,
+ gchar* value)
+{
#line 665 "/home/jens/Source/shotwell/src/Tag.vala"
if ((*length) == (*size)) {
#line 665 "/home/jens/Source/shotwell/src/Tag.vala"
*size = (*size) ? (2 * (*size)) : 4;
#line 665 "/home/jens/Source/shotwell/src/Tag.vala"
*array = g_renew (gchar*, *array, (*size) + 1);
-#line 5347 "Tag.c"
+#line 5389 "Tag.c"
}
#line 665 "/home/jens/Source/shotwell/src/Tag.vala"
(*array)[(*length)++] = value;
#line 665 "/home/jens/Source/shotwell/src/Tag.vala"
(*array)[*length] = NULL;
-#line 5353 "Tag.c"
+#line 5395 "Tag.c"
}
-gchar** tag_prep_tag_names (gchar** names, int names_length1, int* result_length1) {
+gchar**
+tag_prep_tag_names (gchar** names,
+ int names_length1,
+ int* result_length1)
+{
gchar** result = NULL;
gchar** _result_ = NULL;
gchar** _tmp0_;
gint _result__length1;
gint __result__size_;
- gchar** _tmp13_;
- gint _tmp13__length1;
+ gchar** _tmp11_;
+ gint _tmp11__length1;
#line 660 "/home/jens/Source/shotwell/src/Tag.vala"
_tmp0_ = g_new0 (gchar*, 0 + 1);
#line 660 "/home/jens/Source/shotwell/src/Tag.vala"
@@ -5369,170 +5415,155 @@ gchar** tag_prep_tag_names (gchar** names, int names_length1, int* result_length
_result__length1 = 0;
#line 660 "/home/jens/Source/shotwell/src/Tag.vala"
__result__size_ = _result__length1;
-#line 5373 "Tag.c"
+#line 5419 "Tag.c"
{
gint ctr = 0;
#line 662 "/home/jens/Source/shotwell/src/Tag.vala"
ctr = 0;
-#line 5378 "Tag.c"
+#line 5424 "Tag.c"
{
gboolean _tmp1_ = FALSE;
#line 662 "/home/jens/Source/shotwell/src/Tag.vala"
_tmp1_ = TRUE;
#line 662 "/home/jens/Source/shotwell/src/Tag.vala"
while (TRUE) {
-#line 5385 "Tag.c"
+#line 5431 "Tag.c"
gint _tmp3_;
- gchar** _tmp4_;
- gint _tmp4__length1;
gchar* new_name = NULL;
- gchar** _tmp5_;
- gint _tmp5__length1;
- gint _tmp6_;
+ gint _tmp4_;
+ const gchar* _tmp5_;
+ gchar* _tmp6_;
const gchar* _tmp7_;
- gchar* _tmp8_;
- const gchar* _tmp9_;
#line 662 "/home/jens/Source/shotwell/src/Tag.vala"
if (!_tmp1_) {
-#line 5398 "Tag.c"
+#line 5440 "Tag.c"
gint _tmp2_;
#line 662 "/home/jens/Source/shotwell/src/Tag.vala"
_tmp2_ = ctr;
#line 662 "/home/jens/Source/shotwell/src/Tag.vala"
ctr = _tmp2_ + 1;
-#line 5404 "Tag.c"
+#line 5446 "Tag.c"
}
#line 662 "/home/jens/Source/shotwell/src/Tag.vala"
_tmp1_ = FALSE;
#line 662 "/home/jens/Source/shotwell/src/Tag.vala"
_tmp3_ = ctr;
#line 662 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp4_ = names;
-#line 662 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp4__length1 = names_length1;
-#line 662 "/home/jens/Source/shotwell/src/Tag.vala"
- if (!(_tmp3_ < _tmp4__length1)) {
+ if (!(_tmp3_ < names_length1)) {
#line 662 "/home/jens/Source/shotwell/src/Tag.vala"
break;
-#line 5418 "Tag.c"
+#line 5456 "Tag.c"
}
#line 663 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp5_ = names;
-#line 663 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp5__length1 = names_length1;
+ _tmp4_ = ctr;
#line 663 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp6_ = ctr;
+ _tmp5_ = names[_tmp4_];
#line 663 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp7_ = _tmp5_[_tmp6_];
+ _tmp6_ = tag_prep_tag_name (_tmp5_);
#line 663 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp8_ = tag_prep_tag_name (_tmp7_);
-#line 663 "/home/jens/Source/shotwell/src/Tag.vala"
- new_name = _tmp8_;
+ new_name = _tmp6_;
#line 664 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp9_ = new_name;
+ _tmp7_ = new_name;
#line 664 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp9_ != NULL) {
-#line 5436 "Tag.c"
- gchar** _tmp10_;
- gint _tmp10__length1;
- const gchar* _tmp11_;
- gchar* _tmp12_;
+ if (_tmp7_ != NULL) {
+#line 5470 "Tag.c"
+ gchar** _tmp8_;
+ gint _tmp8__length1;
+ const gchar* _tmp9_;
+ gchar* _tmp10_;
#line 665 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp10_ = _result_;
+ _tmp8_ = _result_;
#line 665 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp10__length1 = _result__length1;
+ _tmp8__length1 = _result__length1;
#line 665 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp11_ = new_name;
+ _tmp9_ = new_name;
#line 665 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp12_ = g_strdup (_tmp11_);
+ _tmp10_ = g_strdup (_tmp9_);
#line 665 "/home/jens/Source/shotwell/src/Tag.vala"
- _vala_array_add127 (&_result_, &_result__length1, &__result__size_, _tmp12_);
-#line 5451 "Tag.c"
+ _vala_array_add128 (&_result_, &_result__length1, &__result__size_, _tmp10_);
+#line 5485 "Tag.c"
}
#line 662 "/home/jens/Source/shotwell/src/Tag.vala"
_g_free0 (new_name);
-#line 5455 "Tag.c"
+#line 5489 "Tag.c"
}
}
}
#line 668 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp13_ = _result_;
+ _tmp11_ = _result_;
#line 668 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp13__length1 = _result__length1;
+ _tmp11__length1 = _result__length1;
#line 668 "/home/jens/Source/shotwell/src/Tag.vala"
if (result_length1) {
#line 668 "/home/jens/Source/shotwell/src/Tag.vala"
- *result_length1 = _tmp13__length1;
-#line 5467 "Tag.c"
+ *result_length1 = _tmp11__length1;
+#line 5501 "Tag.c"
}
#line 668 "/home/jens/Source/shotwell/src/Tag.vala"
- result = _tmp13_;
+ result = _tmp11_;
#line 668 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 5473 "Tag.c"
+#line 5507 "Tag.c"
}
-static void tag_set_raw_flat_name (Tag* self, const gchar* name) {
+static void
+tag_set_raw_flat_name (Tag* self,
+ const gchar* name)
+{
gchar* prepped_name = NULL;
- const gchar* _tmp0_;
- gchar* _tmp1_;
+ gchar* _tmp0_;
+ const gchar* _tmp1_;
const gchar* _tmp2_;
- const gchar* _tmp3_;
- gboolean _tmp4_;
- TagRow* _tmp11_;
- const gchar* _tmp12_;
- gchar* _tmp13_;
- Alteration* _tmp14_;
- Alteration* _tmp15_;
+ TagRow* _tmp9_;
+ const gchar* _tmp10_;
+ gchar* _tmp11_;
+ Alteration* _tmp12_;
+ Alteration* _tmp13_;
GError * _inner_error_ = NULL;
#line 671 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_if_fail (IS_TAG (self));
#line 671 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_if_fail (name != NULL);
#line 672 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp0_ = name;
+ _tmp0_ = tag_prep_tag_name (name);
#line 672 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp1_ = tag_prep_tag_name (_tmp0_);
-#line 672 "/home/jens/Source/shotwell/src/Tag.vala"
- prepped_name = _tmp1_;
+ prepped_name = _tmp0_;
#line 674 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp2_ = prepped_name;
+ _tmp1_ = prepped_name;
#line 674 "/home/jens/Source/shotwell/src/Tag.vala"
- _vala_assert (_tmp2_ != NULL, "prepped_name != null");
+ _vala_assert (_tmp1_ != NULL, "prepped_name != null");
#line 675 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp3_ = prepped_name;
-#line 675 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp4_ = g_str_has_prefix (_tmp3_, TAG_PATH_SEPARATOR_STRING);
+ _tmp2_ = prepped_name;
#line 675 "/home/jens/Source/shotwell/src/Tag.vala"
- _vala_assert (!_tmp4_, "!prepped_name.has_prefix(Tag.PATH_SEPARATOR_STRING)");
-#line 5510 "Tag.c"
+ _vala_assert (!g_str_has_prefix (_tmp2_, TAG_PATH_SEPARATOR_STRING), "!prepped_name.has_prefix(Tag.PATH_SEPARATOR_STRING)");
+#line 5541 "Tag.c"
{
- TagTable* _tmp5_;
- TagTable* _tmp6_;
- TagRow* _tmp7_;
- TagID _tmp8_;
- const gchar* _tmp9_;
+ TagTable* _tmp3_;
+ TagTable* _tmp4_;
+ TagRow* _tmp5_;
+ TagID _tmp6_;
+ const gchar* _tmp7_;
#line 678 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp5_ = tag_table_get_instance ();
+ _tmp3_ = tag_table_get_instance ();
#line 678 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp6_ = _tmp5_;
+ _tmp4_ = _tmp3_;
#line 678 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp7_ = self->priv->row;
+ _tmp5_ = self->priv->row;
#line 678 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp8_ = _tmp7_->tag_id;
+ _tmp6_ = _tmp5_->tag_id;
#line 678 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp9_ = prepped_name;
+ _tmp7_ = prepped_name;
#line 678 "/home/jens/Source/shotwell/src/Tag.vala"
- tag_table_rename (_tmp6_, &_tmp8_, _tmp9_, &_inner_error_);
+ tag_table_rename (_tmp4_, &_tmp6_, _tmp7_, &_inner_error_);
#line 678 "/home/jens/Source/shotwell/src/Tag.vala"
- _database_table_unref0 (_tmp6_);
+ _database_table_unref0 (_tmp4_);
#line 678 "/home/jens/Source/shotwell/src/Tag.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 678 "/home/jens/Source/shotwell/src/Tag.vala"
if (_inner_error_->domain == DATABASE_ERROR) {
-#line 5535 "Tag.c"
- goto __catch474_database_error;
+#line 5566 "Tag.c"
+ goto __catch483_database_error;
}
#line 678 "/home/jens/Source/shotwell/src/Tag.vala"
_g_free0 (prepped_name);
@@ -5542,31 +5573,31 @@ static void tag_set_raw_flat_name (Tag* self, const gchar* name) {
g_clear_error (&_inner_error_);
#line 678 "/home/jens/Source/shotwell/src/Tag.vala"
return;
-#line 5546 "Tag.c"
+#line 5577 "Tag.c"
}
}
- goto __finally474;
- __catch474_database_error:
+ goto __finally483;
+ __catch483_database_error:
{
GError* err = NULL;
- GError* _tmp10_;
+ GError* _tmp8_;
#line 677 "/home/jens/Source/shotwell/src/Tag.vala"
err = _inner_error_;
#line 677 "/home/jens/Source/shotwell/src/Tag.vala"
_inner_error_ = NULL;
#line 680 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp10_ = err;
+ _tmp8_ = err;
#line 680 "/home/jens/Source/shotwell/src/Tag.vala"
- app_window_database_error (_tmp10_);
+ app_window_database_error (_tmp8_);
#line 681 "/home/jens/Source/shotwell/src/Tag.vala"
_g_error_free0 (err);
#line 681 "/home/jens/Source/shotwell/src/Tag.vala"
_g_free0 (prepped_name);
#line 681 "/home/jens/Source/shotwell/src/Tag.vala"
return;
-#line 5568 "Tag.c"
+#line 5599 "Tag.c"
}
- __finally474:
+ __finally483:
#line 677 "/home/jens/Source/shotwell/src/Tag.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 677 "/home/jens/Source/shotwell/src/Tag.vala"
@@ -5577,18 +5608,18 @@ static void tag_set_raw_flat_name (Tag* self, const gchar* name) {
g_clear_error (&_inner_error_);
#line 677 "/home/jens/Source/shotwell/src/Tag.vala"
return;
-#line 5581 "Tag.c"
+#line 5612 "Tag.c"
}
#line 684 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp11_ = self->priv->row;
+ _tmp9_ = self->priv->row;
#line 684 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp12_ = prepped_name;
+ _tmp10_ = prepped_name;
#line 684 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp13_ = g_strdup (_tmp12_);
+ _tmp11_ = g_strdup (_tmp10_);
#line 684 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp11_->name);
+ _g_free0 (_tmp9_->name);
#line 684 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp11_->name = _tmp13_;
+ _tmp9_->name = _tmp11_;
#line 685 "/home/jens/Source/shotwell/src/Tag.vala"
_g_free0 (self->priv->name_collation_key);
#line 685 "/home/jens/Source/shotwell/src/Tag.vala"
@@ -5596,89 +5627,83 @@ static void tag_set_raw_flat_name (Tag* self, const gchar* name) {
#line 687 "/home/jens/Source/shotwell/src/Tag.vala"
tag_update_indexable_keywords (self);
#line 689 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp14_ = alteration_new_from_list ("metadata:name, indexable:keywords");
+ _tmp12_ = alteration_new_from_list ("metadata:name, indexable:keywords");
#line 689 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp15_ = _tmp14_;
+ _tmp13_ = _tmp12_;
#line 689 "/home/jens/Source/shotwell/src/Tag.vala"
- data_object_notify_altered (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_DATA_OBJECT, DataObject), _tmp15_);
+ data_object_notify_altered (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_DATA_OBJECT, DataObject), _tmp13_);
#line 689 "/home/jens/Source/shotwell/src/Tag.vala"
- _alteration_unref0 (_tmp15_);
+ _alteration_unref0 (_tmp13_);
#line 671 "/home/jens/Source/shotwell/src/Tag.vala"
_g_free0 (prepped_name);
-#line 5609 "Tag.c"
+#line 5640 "Tag.c"
}
-static void tag_set_raw_path (Tag* self, const gchar* path, gboolean suppress_notify) {
+static void
+tag_set_raw_path (Tag* self,
+ const gchar* path,
+ gboolean suppress_notify)
+{
gchar* prepped_path = NULL;
- const gchar* _tmp0_;
- gchar* _tmp1_;
+ gchar* _tmp0_;
+ const gchar* _tmp1_;
const gchar* _tmp2_;
- const gchar* _tmp3_;
- gboolean _tmp4_;
- TagSourceCollection* _tmp5_;
- const gchar* _tmp6_;
- gboolean _tmp7_;
- TagRow* _tmp14_;
- const gchar* _tmp15_;
- gchar* _tmp16_;
- gboolean _tmp17_;
+ TagSourceCollection* _tmp3_;
+ const gchar* _tmp4_;
+ TagRow* _tmp11_;
+ const gchar* _tmp12_;
+ gchar* _tmp13_;
GError * _inner_error_ = NULL;
#line 692 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_if_fail (IS_TAG (self));
#line 692 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_if_fail (path != NULL);
#line 693 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp0_ = path;
-#line 693 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp1_ = tag_prep_tag_name (_tmp0_);
+ _tmp0_ = tag_prep_tag_name (path);
#line 693 "/home/jens/Source/shotwell/src/Tag.vala"
- prepped_path = _tmp1_;
+ prepped_path = _tmp0_;
#line 695 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp2_ = prepped_path;
+ _tmp1_ = prepped_path;
#line 695 "/home/jens/Source/shotwell/src/Tag.vala"
- _vala_assert (_tmp2_ != NULL, "prepped_path != null");
-#line 696 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp3_ = prepped_path;
+ _vala_assert (_tmp1_ != NULL, "prepped_path != null");
#line 696 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp4_ = g_str_has_prefix (_tmp3_, TAG_PATH_SEPARATOR_STRING);
+ _tmp2_ = prepped_path;
#line 696 "/home/jens/Source/shotwell/src/Tag.vala"
- _vala_assert (_tmp4_, "prepped_path.has_prefix(Tag.PATH_SEPARATOR_STRING)");
+ _vala_assert (g_str_has_prefix (_tmp2_, TAG_PATH_SEPARATOR_STRING), "prepped_path.has_prefix(Tag.PATH_SEPARATOR_STRING)");
#line 697 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp5_ = tag_global;
+ _tmp3_ = tag_global;
#line 697 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp6_ = prepped_path;
+ _tmp4_ = prepped_path;
#line 697 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp7_ = tag_source_collection_exists (_tmp5_, _tmp6_, FALSE);
-#line 697 "/home/jens/Source/shotwell/src/Tag.vala"
- _vala_assert (!_tmp7_, "!Tag.global.exists(prepped_path)");
-#line 5656 "Tag.c"
+ _vala_assert (!tag_source_collection_exists (_tmp3_, _tmp4_, FALSE), "!Tag.global.exists(prepped_path)");
+#line 5681 "Tag.c"
{
- TagTable* _tmp8_;
- TagTable* _tmp9_;
- TagRow* _tmp10_;
- TagID _tmp11_;
- const gchar* _tmp12_;
+ TagTable* _tmp5_;
+ TagTable* _tmp6_;
+ TagRow* _tmp7_;
+ TagID _tmp8_;
+ const gchar* _tmp9_;
#line 700 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp8_ = tag_table_get_instance ();
+ _tmp5_ = tag_table_get_instance ();
#line 700 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp9_ = _tmp8_;
+ _tmp6_ = _tmp5_;
#line 700 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp10_ = self->priv->row;
+ _tmp7_ = self->priv->row;
#line 700 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp11_ = _tmp10_->tag_id;
+ _tmp8_ = _tmp7_->tag_id;
#line 700 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp12_ = prepped_path;
+ _tmp9_ = prepped_path;
#line 700 "/home/jens/Source/shotwell/src/Tag.vala"
- tag_table_rename (_tmp9_, &_tmp11_, _tmp12_, &_inner_error_);
+ tag_table_rename (_tmp6_, &_tmp8_, _tmp9_, &_inner_error_);
#line 700 "/home/jens/Source/shotwell/src/Tag.vala"
- _database_table_unref0 (_tmp9_);
+ _database_table_unref0 (_tmp6_);
#line 700 "/home/jens/Source/shotwell/src/Tag.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 700 "/home/jens/Source/shotwell/src/Tag.vala"
if (_inner_error_->domain == DATABASE_ERROR) {
-#line 5681 "Tag.c"
- goto __catch475_database_error;
+#line 5706 "Tag.c"
+ goto __catch484_database_error;
}
#line 700 "/home/jens/Source/shotwell/src/Tag.vala"
_g_free0 (prepped_path);
@@ -5688,31 +5713,31 @@ static void tag_set_raw_path (Tag* self, const gchar* path, gboolean suppress_no
g_clear_error (&_inner_error_);
#line 700 "/home/jens/Source/shotwell/src/Tag.vala"
return;
-#line 5692 "Tag.c"
+#line 5717 "Tag.c"
}
}
- goto __finally475;
- __catch475_database_error:
+ goto __finally484;
+ __catch484_database_error:
{
GError* err = NULL;
- GError* _tmp13_;
+ GError* _tmp10_;
#line 699 "/home/jens/Source/shotwell/src/Tag.vala"
err = _inner_error_;
#line 699 "/home/jens/Source/shotwell/src/Tag.vala"
_inner_error_ = NULL;
#line 702 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp13_ = err;
+ _tmp10_ = err;
#line 702 "/home/jens/Source/shotwell/src/Tag.vala"
- app_window_database_error (_tmp13_);
+ app_window_database_error (_tmp10_);
#line 703 "/home/jens/Source/shotwell/src/Tag.vala"
_g_error_free0 (err);
#line 703 "/home/jens/Source/shotwell/src/Tag.vala"
_g_free0 (prepped_path);
#line 703 "/home/jens/Source/shotwell/src/Tag.vala"
return;
-#line 5714 "Tag.c"
+#line 5739 "Tag.c"
}
- __finally475:
+ __finally484:
#line 699 "/home/jens/Source/shotwell/src/Tag.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 699 "/home/jens/Source/shotwell/src/Tag.vala"
@@ -5723,48 +5748,48 @@ static void tag_set_raw_path (Tag* self, const gchar* path, gboolean suppress_no
g_clear_error (&_inner_error_);
#line 699 "/home/jens/Source/shotwell/src/Tag.vala"
return;
-#line 5727 "Tag.c"
+#line 5752 "Tag.c"
}
#line 706 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp14_ = self->priv->row;
+ _tmp11_ = self->priv->row;
#line 706 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp15_ = prepped_path;
+ _tmp12_ = prepped_path;
#line 706 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp16_ = g_strdup (_tmp15_);
+ _tmp13_ = g_strdup (_tmp12_);
#line 706 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp14_->name);
+ _g_free0 (_tmp11_->name);
#line 706 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp14_->name = _tmp16_;
+ _tmp11_->name = _tmp13_;
#line 707 "/home/jens/Source/shotwell/src/Tag.vala"
_g_free0 (self->priv->name_collation_key);
#line 707 "/home/jens/Source/shotwell/src/Tag.vala"
self->priv->name_collation_key = NULL;
#line 709 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp17_ = suppress_notify;
-#line 709 "/home/jens/Source/shotwell/src/Tag.vala"
- if (!_tmp17_) {
-#line 5747 "Tag.c"
- Alteration* _tmp18_;
- Alteration* _tmp19_;
+ if (!suppress_notify) {
+#line 5770 "Tag.c"
+ Alteration* _tmp14_;
+ Alteration* _tmp15_;
#line 710 "/home/jens/Source/shotwell/src/Tag.vala"
tag_update_indexable_keywords (self);
#line 711 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp18_ = alteration_new_from_list ("metadata:name, indexable:keywords");
+ _tmp14_ = alteration_new_from_list ("metadata:name, indexable:keywords");
#line 711 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp19_ = _tmp18_;
+ _tmp15_ = _tmp14_;
#line 711 "/home/jens/Source/shotwell/src/Tag.vala"
- data_object_notify_altered (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_DATA_OBJECT, DataObject), _tmp19_);
+ data_object_notify_altered (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_DATA_OBJECT, DataObject), _tmp15_);
#line 711 "/home/jens/Source/shotwell/src/Tag.vala"
- _alteration_unref0 (_tmp19_);
-#line 5760 "Tag.c"
+ _alteration_unref0 (_tmp15_);
+#line 5783 "Tag.c"
}
#line 692 "/home/jens/Source/shotwell/src/Tag.vala"
_g_free0 (prepped_path);
-#line 5764 "Tag.c"
+#line 5787 "Tag.c"
}
-static gchar* tag_real_get_typename (DataSource* base) {
+static gchar*
+tag_real_get_typename (DataSource* base)
+{
Tag * self;
gchar* result = NULL;
gchar* _tmp0_;
@@ -5776,11 +5801,13 @@ static gchar* tag_real_get_typename (DataSource* base) {
result = _tmp0_;
#line 716 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 5780 "Tag.c"
+#line 5805 "Tag.c"
}
-static gint64 tag_real_get_instance_id (DataSource* base) {
+static gint64
+tag_real_get_instance_id (DataSource* base)
+{
Tag * self;
gint64 result = 0LL;
TagID _tmp0_ = {0};
@@ -5795,11 +5822,13 @@ static gint64 tag_real_get_instance_id (DataSource* base) {
result = _tmp1_;
#line 720 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 5799 "Tag.c"
+#line 5826 "Tag.c"
}
-static gchar* tag_real_get_name (DataObject* base) {
+static gchar*
+tag_real_get_name (DataObject* base)
+{
Tag * self;
gchar* result = NULL;
TagRow* _tmp0_;
@@ -5817,11 +5846,13 @@ static gchar* tag_real_get_name (DataObject* base) {
result = _tmp2_;
#line 724 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 5821 "Tag.c"
+#line 5850 "Tag.c"
}
-gchar* tag_get_path (Tag* self) {
+gchar*
+tag_get_path (Tag* self)
+{
gchar* result = NULL;
gchar* _tmp0_;
#line 727 "/home/jens/Source/shotwell/src/Tag.vala"
@@ -5832,11 +5863,13 @@ gchar* tag_get_path (Tag* self) {
result = _tmp0_;
#line 728 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 5836 "Tag.c"
+#line 5867 "Tag.c"
}
-gchar* tag_get_user_visible_name (Tag* self) {
+gchar*
+tag_get_user_visible_name (Tag* self)
+{
gchar* result = NULL;
gchar* _tmp0_;
gchar* _tmp1_;
@@ -5858,11 +5891,13 @@ gchar* tag_get_user_visible_name (Tag* self) {
result = _tmp3_;
#line 732 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 5862 "Tag.c"
+#line 5895 "Tag.c"
}
-gchar* tag_get_searchable_name (Tag* self) {
+gchar*
+tag_get_searchable_name (Tag* self)
+{
gchar* result = NULL;
gchar* istring = NULL;
gchar* _tmp0_;
@@ -5900,11 +5935,13 @@ gchar* tag_get_searchable_name (Tag* self) {
_g_free0 (istring);
#line 737 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 5904 "Tag.c"
+#line 5939 "Tag.c"
}
-void tag_flatten (Tag* self) {
+void
+tag_flatten (Tag* self)
+{
Tag* _tmp0_;
Tag* _tmp1_;
gchar* _tmp2_;
@@ -5927,19 +5964,20 @@ void tag_flatten (Tag* self) {
tag_set_raw_flat_name (self, _tmp3_);
#line 743 "/home/jens/Source/shotwell/src/Tag.vala"
_g_free0 (_tmp3_);
-#line 5931 "Tag.c"
+#line 5968 "Tag.c"
}
-void tag_promote (Tag* self) {
+void
+tag_promote (Tag* self)
+{
gchar* _tmp0_;
gchar* _tmp1_;
gboolean _tmp2_;
- gboolean _tmp3_;
+ gchar* _tmp3_;
gchar* _tmp4_;
gchar* _tmp5_;
gchar* _tmp6_;
- gchar* _tmp7_;
#line 746 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_if_fail (IS_TAG (self));
#line 747 "/home/jens/Source/shotwell/src/Tag.vala"
@@ -5949,55 +5987,53 @@ void tag_promote (Tag* self) {
#line 747 "/home/jens/Source/shotwell/src/Tag.vala"
_tmp2_ = g_str_has_prefix (_tmp1_, TAG_PATH_SEPARATOR_STRING);
#line 747 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp3_ = _tmp2_;
-#line 747 "/home/jens/Source/shotwell/src/Tag.vala"
_g_free0 (_tmp1_);
#line 747 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp3_) {
+ if (_tmp2_) {
#line 748 "/home/jens/Source/shotwell/src/Tag.vala"
return;
-#line 5960 "Tag.c"
+#line 5996 "Tag.c"
}
#line 750 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp4_ = tag_get_path (self);
+ _tmp3_ = tag_get_path (self);
#line 750 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp5_ = _tmp4_;
+ _tmp4_ = _tmp3_;
#line 750 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp6_ = g_strconcat (TAG_PATH_SEPARATOR_STRING, _tmp5_, NULL);
+ _tmp5_ = g_strconcat (TAG_PATH_SEPARATOR_STRING, _tmp4_, NULL);
#line 750 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp7_ = _tmp6_;
+ _tmp6_ = _tmp5_;
#line 750 "/home/jens/Source/shotwell/src/Tag.vala"
- tag_set_raw_path (self, _tmp7_, FALSE);
+ tag_set_raw_path (self, _tmp6_, FALSE);
#line 750 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp7_);
+ _g_free0 (_tmp6_);
#line 750 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp5_);
-#line 5976 "Tag.c"
+ _g_free0 (_tmp4_);
+#line 6012 "Tag.c"
}
-Tag* tag_get_hierarchical_parent (Tag* self) {
+Tag*
+tag_get_hierarchical_parent (Tag* self)
+{
Tag* result = NULL;
gchar* _tmp0_;
gchar* _tmp1_;
gboolean _tmp2_;
- gboolean _tmp3_;
GeeList* components = NULL;
+ gchar* _tmp3_;
gchar* _tmp4_;
- gchar* _tmp5_;
+ GeeList* _tmp5_;
GeeList* _tmp6_;
GeeList* _tmp7_;
- GeeList* _tmp8_;
+ gint _tmp8_;
gint _tmp9_;
- gint _tmp10_;
- GeeList* _tmp11_;
+ GeeList* _tmp10_;
+ gint _tmp11_;
gint _tmp12_;
- gint _tmp13_;
gchar* parent_path = NULL;
- gchar* _tmp14_;
- TagSourceCollection* _tmp29_;
- const gchar* _tmp30_;
- gboolean _tmp31_;
+ gchar* _tmp13_;
+ TagSourceCollection* _tmp28_;
+ const gchar* _tmp29_;
#line 753 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_val_if_fail (IS_TAG (self), NULL);
#line 755 "/home/jens/Source/shotwell/src/Tag.vala"
@@ -6005,162 +6041,158 @@ Tag* tag_get_hierarchical_parent (Tag* self) {
#line 755 "/home/jens/Source/shotwell/src/Tag.vala"
_tmp1_ = _tmp0_;
#line 755 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp2_ = g_str_has_prefix (_tmp1_, TAG_PATH_SEPARATOR_STRING);
-#line 755 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp3_ = !_tmp2_;
+ _tmp2_ = !g_str_has_prefix (_tmp1_, TAG_PATH_SEPARATOR_STRING);
#line 755 "/home/jens/Source/shotwell/src/Tag.vala"
_g_free0 (_tmp1_);
#line 755 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp3_) {
+ if (_tmp2_) {
#line 756 "/home/jens/Source/shotwell/src/Tag.vala"
result = NULL;
#line 756 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 6020 "Tag.c"
+#line 6054 "Tag.c"
}
#line 758 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp4_ = tag_get_path (self);
+ _tmp3_ = tag_get_path (self);
#line 758 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp5_ = _tmp4_;
+ _tmp4_ = _tmp3_;
#line 758 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp6_ = hierarchical_tag_utilities_enumerate_path_components (_tmp5_);
+ _tmp5_ = hierarchical_tag_utilities_enumerate_path_components (_tmp4_);
#line 758 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp7_ = _tmp6_;
+ _tmp6_ = _tmp5_;
#line 758 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp5_);
+ _g_free0 (_tmp4_);
#line 758 "/home/jens/Source/shotwell/src/Tag.vala"
- components = _tmp7_;
+ components = _tmp6_;
#line 761 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp8_ = components;
+ _tmp7_ = components;
#line 761 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp9_ = gee_collection_get_size (G_TYPE_CHECK_INSTANCE_CAST (_tmp8_, GEE_TYPE_COLLECTION, GeeCollection));
+ _tmp8_ = gee_collection_get_size (G_TYPE_CHECK_INSTANCE_CAST (_tmp7_, GEE_TYPE_COLLECTION, GeeCollection));
#line 761 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp10_ = _tmp9_;
+ _tmp9_ = _tmp8_;
#line 761 "/home/jens/Source/shotwell/src/Tag.vala"
- _vala_assert (_tmp10_ > 0, "components.size > 0");
+ _vala_assert (_tmp9_ > 0, "components.size > 0");
#line 763 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp11_ = components;
+ _tmp10_ = components;
#line 763 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp12_ = gee_collection_get_size (G_TYPE_CHECK_INSTANCE_CAST (_tmp11_, GEE_TYPE_COLLECTION, GeeCollection));
+ _tmp11_ = gee_collection_get_size (G_TYPE_CHECK_INSTANCE_CAST (_tmp10_, GEE_TYPE_COLLECTION, GeeCollection));
#line 763 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp13_ = _tmp12_;
+ _tmp12_ = _tmp11_;
#line 763 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp13_ == 1) {
+ if (_tmp12_ == 1) {
#line 764 "/home/jens/Source/shotwell/src/Tag.vala"
result = NULL;
#line 764 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (components);
#line 764 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 6056 "Tag.c"
+#line 6090 "Tag.c"
}
#line 767 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp14_ = g_strdup ("");
+ _tmp13_ = g_strdup ("");
#line 767 "/home/jens/Source/shotwell/src/Tag.vala"
- parent_path = _tmp14_;
-#line 6062 "Tag.c"
+ parent_path = _tmp13_;
+#line 6096 "Tag.c"
{
gint i = 0;
#line 768 "/home/jens/Source/shotwell/src/Tag.vala"
i = 0;
-#line 6067 "Tag.c"
+#line 6101 "Tag.c"
{
- gboolean _tmp15_ = FALSE;
+ gboolean _tmp14_ = FALSE;
#line 768 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp15_ = TRUE;
+ _tmp14_ = TRUE;
#line 768 "/home/jens/Source/shotwell/src/Tag.vala"
while (TRUE) {
-#line 6074 "Tag.c"
- gint _tmp17_;
- GeeList* _tmp18_;
+#line 6108 "Tag.c"
+ gint _tmp16_;
+ GeeList* _tmp17_;
+ gint _tmp18_;
gint _tmp19_;
- gint _tmp20_;
- const gchar* _tmp21_;
- GeeList* _tmp22_;
- gint _tmp23_;
- gpointer _tmp24_;
+ const gchar* _tmp20_;
+ GeeList* _tmp21_;
+ gint _tmp22_;
+ gpointer _tmp23_;
+ gchar* _tmp24_;
gchar* _tmp25_;
gchar* _tmp26_;
gchar* _tmp27_;
- gchar* _tmp28_;
#line 768 "/home/jens/Source/shotwell/src/Tag.vala"
- if (!_tmp15_) {
-#line 6089 "Tag.c"
- gint _tmp16_;
+ if (!_tmp14_) {
+#line 6123 "Tag.c"
+ gint _tmp15_;
#line 768 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp16_ = i;
+ _tmp15_ = i;
#line 768 "/home/jens/Source/shotwell/src/Tag.vala"
- i = _tmp16_ + 1;
-#line 6095 "Tag.c"
+ i = _tmp15_ + 1;
+#line 6129 "Tag.c"
}
#line 768 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp15_ = FALSE;
+ _tmp14_ = FALSE;
#line 768 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp17_ = i;
+ _tmp16_ = i;
#line 768 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp18_ = components;
+ _tmp17_ = components;
#line 768 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp19_ = gee_collection_get_size (G_TYPE_CHECK_INSTANCE_CAST (_tmp18_, GEE_TYPE_COLLECTION, GeeCollection));
+ _tmp18_ = gee_collection_get_size (G_TYPE_CHECK_INSTANCE_CAST (_tmp17_, GEE_TYPE_COLLECTION, GeeCollection));
#line 768 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp20_ = _tmp19_;
+ _tmp19_ = _tmp18_;
#line 768 "/home/jens/Source/shotwell/src/Tag.vala"
- if (!(_tmp17_ < (_tmp20_ - 1))) {
+ if (!(_tmp16_ < (_tmp19_ - 1))) {
#line 768 "/home/jens/Source/shotwell/src/Tag.vala"
break;
-#line 6111 "Tag.c"
+#line 6145 "Tag.c"
}
#line 769 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp21_ = parent_path;
+ _tmp20_ = parent_path;
#line 769 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp22_ = components;
+ _tmp21_ = components;
#line 769 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp23_ = i;
+ _tmp22_ = i;
#line 769 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp24_ = gee_list_get (_tmp22_, _tmp23_);
+ _tmp23_ = gee_list_get (_tmp21_, _tmp22_);
#line 769 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp25_ = (gchar*) _tmp24_;
+ _tmp24_ = (gchar*) _tmp23_;
#line 769 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp26_ = g_strconcat (TAG_PATH_SEPARATOR_STRING, _tmp25_, NULL);
+ _tmp25_ = g_strconcat (TAG_PATH_SEPARATOR_STRING, _tmp24_, NULL);
#line 769 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp27_ = _tmp26_;
+ _tmp26_ = _tmp25_;
#line 769 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp28_ = g_strconcat (_tmp21_, _tmp27_, NULL);
+ _tmp27_ = g_strconcat (_tmp20_, _tmp26_, NULL);
#line 769 "/home/jens/Source/shotwell/src/Tag.vala"
_g_free0 (parent_path);
#line 769 "/home/jens/Source/shotwell/src/Tag.vala"
- parent_path = _tmp28_;
+ parent_path = _tmp27_;
#line 769 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp27_);
+ _g_free0 (_tmp26_);
#line 769 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp25_);
-#line 6137 "Tag.c"
+ _g_free0 (_tmp24_);
+#line 6171 "Tag.c"
}
}
}
#line 771 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp29_ = tag_global;
-#line 771 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp30_ = parent_path;
+ _tmp28_ = tag_global;
#line 771 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp31_ = tag_source_collection_exists (_tmp29_, _tmp30_, FALSE);
+ _tmp29_ = parent_path;
#line 771 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp31_) {
-#line 6149 "Tag.c"
- const gchar* _tmp32_;
- Tag* _tmp33_;
+ if (tag_source_collection_exists (_tmp28_, _tmp29_, FALSE)) {
+#line 6181 "Tag.c"
+ const gchar* _tmp30_;
+ Tag* _tmp31_;
#line 772 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp32_ = parent_path;
+ _tmp30_ = parent_path;
#line 772 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp33_ = tag_for_path (_tmp32_);
+ _tmp31_ = tag_for_path (_tmp30_);
#line 772 "/home/jens/Source/shotwell/src/Tag.vala"
- result = _tmp33_;
+ result = _tmp31_;
#line 772 "/home/jens/Source/shotwell/src/Tag.vala"
_g_free0 (parent_path);
#line 772 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (components);
#line 772 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 6164 "Tag.c"
+#line 6196 "Tag.c"
} else {
#line 774 "/home/jens/Source/shotwell/src/Tag.vala"
result = NULL;
@@ -6170,126 +6202,117 @@ Tag* tag_get_hierarchical_parent (Tag* self) {
_g_object_unref0 (components);
#line 774 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 6174 "Tag.c"
+#line 6206 "Tag.c"
}
#line 753 "/home/jens/Source/shotwell/src/Tag.vala"
_g_free0 (parent_path);
#line 753 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (components);
-#line 6180 "Tag.c"
+#line 6212 "Tag.c"
}
-gint tag_get_attachment_count (Tag* self, MediaSource* source) {
+gint
+tag_get_attachment_count (Tag* self,
+ MediaSource* source)
+{
gint result = 0;
- MediaSource* _tmp0_;
- gboolean _tmp1_;
gint _result_ = 0;
#line 777 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_val_if_fail (IS_TAG (self), 0);
#line 777 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_val_if_fail (IS_MEDIA_SOURCE (source), 0);
#line 779 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp0_ = source;
-#line 779 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp1_ = tag_contains (self, _tmp0_);
-#line 779 "/home/jens/Source/shotwell/src/Tag.vala"
- if (!_tmp1_) {
+ if (!tag_contains (self, source)) {
#line 780 "/home/jens/Source/shotwell/src/Tag.vala"
result = 0;
#line 780 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 6203 "Tag.c"
+#line 6232 "Tag.c"
}
#line 783 "/home/jens/Source/shotwell/src/Tag.vala"
_result_ = 1;
-#line 6207 "Tag.c"
+#line 6236 "Tag.c"
{
GeeList* _child_list = NULL;
- GeeList* _tmp2_;
+ GeeList* _tmp0_;
gint _child_size = 0;
- GeeList* _tmp3_;
- gint _tmp4_;
- gint _tmp5_;
+ GeeList* _tmp1_;
+ gint _tmp2_;
+ gint _tmp3_;
gint _child_index = 0;
#line 786 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp2_ = tag_get_hierarchical_children (self);
+ _tmp0_ = tag_get_hierarchical_children (self);
#line 786 "/home/jens/Source/shotwell/src/Tag.vala"
- _child_list = _tmp2_;
+ _child_list = _tmp0_;
#line 786 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp3_ = _child_list;
+ _tmp1_ = _child_list;
#line 786 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp4_ = gee_collection_get_size (G_TYPE_CHECK_INSTANCE_CAST (_tmp3_, GEE_TYPE_COLLECTION, GeeCollection));
+ _tmp2_ = gee_collection_get_size (G_TYPE_CHECK_INSTANCE_CAST (_tmp1_, GEE_TYPE_COLLECTION, GeeCollection));
#line 786 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp5_ = _tmp4_;
+ _tmp3_ = _tmp2_;
#line 786 "/home/jens/Source/shotwell/src/Tag.vala"
- _child_size = _tmp5_;
+ _child_size = _tmp3_;
#line 786 "/home/jens/Source/shotwell/src/Tag.vala"
_child_index = -1;
#line 786 "/home/jens/Source/shotwell/src/Tag.vala"
while (TRUE) {
-#line 6232 "Tag.c"
+#line 6261 "Tag.c"
+ gint _tmp4_;
+ gint _tmp5_;
gint _tmp6_;
- gint _tmp7_;
- gint _tmp8_;
Tag* child = NULL;
- GeeList* _tmp9_;
- gint _tmp10_;
- gpointer _tmp11_;
- Tag* _tmp12_;
- MediaSource* _tmp13_;
- gboolean _tmp14_;
+ GeeList* _tmp7_;
+ gint _tmp8_;
+ gpointer _tmp9_;
+ Tag* _tmp10_;
#line 786 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp6_ = _child_index;
+ _tmp4_ = _child_index;
#line 786 "/home/jens/Source/shotwell/src/Tag.vala"
- _child_index = _tmp6_ + 1;
+ _child_index = _tmp4_ + 1;
#line 786 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp7_ = _child_index;
+ _tmp5_ = _child_index;
#line 786 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp8_ = _child_size;
+ _tmp6_ = _child_size;
#line 786 "/home/jens/Source/shotwell/src/Tag.vala"
- if (!(_tmp7_ < _tmp8_)) {
+ if (!(_tmp5_ < _tmp6_)) {
#line 786 "/home/jens/Source/shotwell/src/Tag.vala"
break;
-#line 6255 "Tag.c"
+#line 6282 "Tag.c"
}
#line 786 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp9_ = _child_list;
+ _tmp7_ = _child_list;
#line 786 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp10_ = _child_index;
+ _tmp8_ = _child_index;
#line 786 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp11_ = gee_list_get (_tmp9_, _tmp10_);
+ _tmp9_ = gee_list_get (_tmp7_, _tmp8_);
#line 786 "/home/jens/Source/shotwell/src/Tag.vala"
- child = (Tag*) _tmp11_;
-#line 787 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp12_ = child;
-#line 787 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp13_ = source;
+ child = (Tag*) _tmp9_;
#line 787 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp14_ = tag_contains (_tmp12_, _tmp13_);
+ _tmp10_ = child;
#line 787 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp14_) {
-#line 6273 "Tag.c"
- gint _tmp15_;
+ if (tag_contains (_tmp10_, source)) {
+#line 6296 "Tag.c"
+ gint _tmp11_;
#line 788 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp15_ = _result_;
+ _tmp11_ = _result_;
#line 788 "/home/jens/Source/shotwell/src/Tag.vala"
- _result_ = _tmp15_ + 1;
-#line 6279 "Tag.c"
+ _result_ = _tmp11_ + 1;
+#line 6302 "Tag.c"
}
#line 786 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (child);
-#line 6283 "Tag.c"
+#line 6306 "Tag.c"
}
#line 786 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (_child_list);
-#line 6287 "Tag.c"
+#line 6310 "Tag.c"
}
#line 790 "/home/jens/Source/shotwell/src/Tag.vala"
result = _result_;
#line 790 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 6293 "Tag.c"
+#line 6316 "Tag.c"
}
@@ -6297,7 +6320,9 @@ gint tag_get_attachment_count (Tag* self, MediaSource* source) {
* gets all hierarchical children of a tag recursively; tags are enumerated from most-derived
* to least-derived
*/
-GeeList* tag_get_hierarchical_children (Tag* self) {
+GeeList*
+tag_get_hierarchical_children (Tag* self)
+{
GeeList* result = NULL;
GeeArrayList* _result_ = NULL;
GeeArrayList* _tmp0_;
@@ -6306,14 +6331,13 @@ GeeList* tag_get_hierarchical_children (Tag* self) {
gchar* _tmp2_;
gchar* _tmp3_;
gboolean _tmp4_;
- gboolean _tmp5_;
GeeTreeSet* forward_sorted_paths = NULL;
- GeeTreeSet* _tmp6_;
+ GeeTreeSet* _tmp5_;
gchar* target_path = NULL;
+ gchar* _tmp6_;
gchar* _tmp7_;
gchar* _tmp8_;
gchar* _tmp9_;
- gchar* _tmp10_;
#line 797 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_val_if_fail (IS_TAG (self), NULL);
#line 798 "/home/jens/Source/shotwell/src/Tag.vala"
@@ -6329,233 +6353,222 @@ GeeList* tag_get_hierarchical_children (Tag* self) {
#line 802 "/home/jens/Source/shotwell/src/Tag.vala"
_tmp3_ = _tmp2_;
#line 802 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp4_ = g_str_has_prefix (_tmp3_, TAG_PATH_SEPARATOR_STRING);
-#line 802 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp5_ = !_tmp4_;
+ _tmp4_ = !g_str_has_prefix (_tmp3_, TAG_PATH_SEPARATOR_STRING);
#line 802 "/home/jens/Source/shotwell/src/Tag.vala"
_g_free0 (_tmp3_);
#line 802 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp5_) {
+ if (_tmp4_) {
#line 803 "/home/jens/Source/shotwell/src/Tag.vala"
result = G_TYPE_CHECK_INSTANCE_CAST (_result_, GEE_TYPE_LIST, GeeList);
#line 803 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (result_reversed);
#line 803 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 6346 "Tag.c"
+#line 6368 "Tag.c"
}
#line 807 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp6_ = gee_tree_set_new (G_TYPE_STRING, (GBoxedCopyFunc) g_strdup, (GDestroyNotify) g_free, NULL, NULL, NULL);
+ _tmp5_ = gee_tree_set_new (G_TYPE_STRING, (GBoxedCopyFunc) g_strdup, (GDestroyNotify) g_free, NULL, NULL, NULL);
#line 807 "/home/jens/Source/shotwell/src/Tag.vala"
- forward_sorted_paths = _tmp6_;
+ forward_sorted_paths = _tmp5_;
#line 809 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp7_ = tag_get_path (self);
+ _tmp6_ = tag_get_path (self);
#line 809 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp8_ = _tmp7_;
+ _tmp7_ = _tmp6_;
#line 809 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp9_ = g_strconcat (_tmp8_, TAG_PATH_SEPARATOR_STRING, NULL);
+ _tmp8_ = g_strconcat (_tmp7_, TAG_PATH_SEPARATOR_STRING, NULL);
#line 809 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp10_ = _tmp9_;
+ _tmp9_ = _tmp8_;
#line 809 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp8_);
+ _g_free0 (_tmp7_);
#line 809 "/home/jens/Source/shotwell/src/Tag.vala"
- target_path = _tmp10_;
-#line 6364 "Tag.c"
+ target_path = _tmp9_;
+#line 6386 "Tag.c"
{
GeeIterator* _path_it = NULL;
- TagSourceCollection* _tmp11_;
+ TagSourceCollection* _tmp10_;
+ GeeCollection* _tmp11_;
GeeCollection* _tmp12_;
- GeeCollection* _tmp13_;
+ GeeIterator* _tmp13_;
GeeIterator* _tmp14_;
- GeeIterator* _tmp15_;
#line 810 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp11_ = tag_global;
+ _tmp10_ = tag_global;
#line 810 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp12_ = tag_source_collection_get_all_names (_tmp11_);
+ _tmp11_ = tag_source_collection_get_all_names (_tmp10_);
#line 810 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp13_ = _tmp12_;
+ _tmp12_ = _tmp11_;
#line 810 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp14_ = gee_iterable_iterator (G_TYPE_CHECK_INSTANCE_CAST (_tmp13_, GEE_TYPE_ITERABLE, GeeIterable));
+ _tmp13_ = gee_iterable_iterator (G_TYPE_CHECK_INSTANCE_CAST (_tmp12_, GEE_TYPE_ITERABLE, GeeIterable));
#line 810 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp15_ = _tmp14_;
+ _tmp14_ = _tmp13_;
#line 810 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_object_unref0 (_tmp13_);
+ _g_object_unref0 (_tmp12_);
#line 810 "/home/jens/Source/shotwell/src/Tag.vala"
- _path_it = _tmp15_;
+ _path_it = _tmp14_;
#line 810 "/home/jens/Source/shotwell/src/Tag.vala"
while (TRUE) {
-#line 6388 "Tag.c"
- GeeIterator* _tmp16_;
- gboolean _tmp17_;
+#line 6410 "Tag.c"
+ GeeIterator* _tmp15_;
gchar* path = NULL;
- GeeIterator* _tmp18_;
- gpointer _tmp19_;
- const gchar* _tmp20_;
- const gchar* _tmp21_;
- gboolean _tmp22_;
-#line 810 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp16_ = _path_it;
+ GeeIterator* _tmp16_;
+ gpointer _tmp17_;
+ const gchar* _tmp18_;
+ const gchar* _tmp19_;
#line 810 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp17_ = gee_iterator_next (_tmp16_);
+ _tmp15_ = _path_it;
#line 810 "/home/jens/Source/shotwell/src/Tag.vala"
- if (!_tmp17_) {
+ if (!gee_iterator_next (_tmp15_)) {
#line 810 "/home/jens/Source/shotwell/src/Tag.vala"
break;
-#line 6405 "Tag.c"
+#line 6423 "Tag.c"
}
#line 810 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp18_ = _path_it;
+ _tmp16_ = _path_it;
#line 810 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp19_ = gee_iterator_get (_tmp18_);
+ _tmp17_ = gee_iterator_get (_tmp16_);
#line 810 "/home/jens/Source/shotwell/src/Tag.vala"
- path = (gchar*) _tmp19_;
+ path = (gchar*) _tmp17_;
#line 811 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp20_ = path;
+ _tmp18_ = path;
#line 811 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp21_ = target_path;
+ _tmp19_ = target_path;
#line 811 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp22_ = g_str_has_prefix (_tmp20_, _tmp21_);
-#line 811 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp22_) {
-#line 6421 "Tag.c"
- GeeTreeSet* _tmp23_;
- const gchar* _tmp24_;
+ if (g_str_has_prefix (_tmp18_, _tmp19_)) {
+#line 6437 "Tag.c"
+ GeeTreeSet* _tmp20_;
+ const gchar* _tmp21_;
#line 812 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp23_ = forward_sorted_paths;
+ _tmp20_ = forward_sorted_paths;
#line 812 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp24_ = path;
+ _tmp21_ = path;
#line 812 "/home/jens/Source/shotwell/src/Tag.vala"
- gee_abstract_collection_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp23_, GEE_TYPE_ABSTRACT_COLLECTION, GeeAbstractCollection), _tmp24_);
-#line 6430 "Tag.c"
+ gee_abstract_collection_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp20_, GEE_TYPE_ABSTRACT_COLLECTION, GeeAbstractCollection), _tmp21_);
+#line 6446 "Tag.c"
}
#line 810 "/home/jens/Source/shotwell/src/Tag.vala"
_g_free0 (path);
-#line 6434 "Tag.c"
+#line 6450 "Tag.c"
}
#line 810 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (_path_it);
-#line 6438 "Tag.c"
+#line 6454 "Tag.c"
}
{
GeeIterator* _tmp_it = NULL;
- GeeTreeSet* _tmp25_;
- GeeIterator* _tmp26_;
+ GeeTreeSet* _tmp22_;
+ GeeIterator* _tmp23_;
#line 815 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp25_ = forward_sorted_paths;
+ _tmp22_ = forward_sorted_paths;
#line 815 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp26_ = gee_abstract_collection_iterator (G_TYPE_CHECK_INSTANCE_CAST (_tmp25_, GEE_TYPE_ABSTRACT_COLLECTION, GeeAbstractCollection));
+ _tmp23_ = gee_abstract_collection_iterator (G_TYPE_CHECK_INSTANCE_CAST (_tmp22_, GEE_TYPE_ABSTRACT_COLLECTION, GeeAbstractCollection));
#line 815 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp_it = _tmp26_;
+ _tmp_it = _tmp23_;
#line 815 "/home/jens/Source/shotwell/src/Tag.vala"
while (TRUE) {
-#line 6452 "Tag.c"
- GeeIterator* _tmp27_;
- gboolean _tmp28_;
+#line 6468 "Tag.c"
+ GeeIterator* _tmp24_;
gchar* tmp = NULL;
- GeeIterator* _tmp29_;
- gpointer _tmp30_;
- GeeArrayList* _tmp31_;
- const gchar* _tmp32_;
- Tag* _tmp33_;
- Tag* _tmp34_;
-#line 815 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp27_ = _tmp_it;
+ GeeIterator* _tmp25_;
+ gpointer _tmp26_;
+ GeeArrayList* _tmp27_;
+ const gchar* _tmp28_;
+ Tag* _tmp29_;
+ Tag* _tmp30_;
#line 815 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp28_ = gee_iterator_next (_tmp27_);
+ _tmp24_ = _tmp_it;
#line 815 "/home/jens/Source/shotwell/src/Tag.vala"
- if (!_tmp28_) {
+ if (!gee_iterator_next (_tmp24_)) {
#line 815 "/home/jens/Source/shotwell/src/Tag.vala"
break;
-#line 6470 "Tag.c"
+#line 6483 "Tag.c"
}
#line 815 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp29_ = _tmp_it;
+ _tmp25_ = _tmp_it;
#line 815 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp30_ = gee_iterator_get (_tmp29_);
+ _tmp26_ = gee_iterator_get (_tmp25_);
#line 815 "/home/jens/Source/shotwell/src/Tag.vala"
- tmp = (gchar*) _tmp30_;
+ tmp = (gchar*) _tmp26_;
#line 816 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp31_ = result_reversed;
+ _tmp27_ = result_reversed;
#line 816 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp32_ = tmp;
+ _tmp28_ = tmp;
#line 816 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp33_ = tag_for_path (_tmp32_);
+ _tmp29_ = tag_for_path (_tmp28_);
#line 816 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp34_ = _tmp33_;
+ _tmp30_ = _tmp29_;
#line 816 "/home/jens/Source/shotwell/src/Tag.vala"
- gee_abstract_collection_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp31_, GEE_TYPE_ABSTRACT_COLLECTION, GeeAbstractCollection), _tmp34_);
+ gee_abstract_collection_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp27_, GEE_TYPE_ABSTRACT_COLLECTION, GeeAbstractCollection), _tmp30_);
#line 816 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_object_unref0 (_tmp34_);
+ _g_object_unref0 (_tmp30_);
#line 815 "/home/jens/Source/shotwell/src/Tag.vala"
_g_free0 (tmp);
-#line 6492 "Tag.c"
+#line 6505 "Tag.c"
}
#line 815 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (_tmp_it);
-#line 6496 "Tag.c"
+#line 6509 "Tag.c"
}
{
gint index = 0;
- GeeArrayList* _tmp35_;
- gint _tmp36_;
- gint _tmp37_;
+ GeeArrayList* _tmp31_;
+ gint _tmp32_;
+ gint _tmp33_;
#line 819 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp35_ = result_reversed;
+ _tmp31_ = result_reversed;
#line 819 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp36_ = gee_abstract_collection_get_size (G_TYPE_CHECK_INSTANCE_CAST (_tmp35_, GEE_TYPE_ABSTRACT_COLLECTION, GeeAbstractCollection));
+ _tmp32_ = gee_abstract_collection_get_size (G_TYPE_CHECK_INSTANCE_CAST (_tmp31_, GEE_TYPE_ABSTRACT_COLLECTION, GeeAbstractCollection));
#line 819 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp37_ = _tmp36_;
+ _tmp33_ = _tmp32_;
#line 819 "/home/jens/Source/shotwell/src/Tag.vala"
- index = _tmp37_ - 1;
-#line 6511 "Tag.c"
+ index = _tmp33_ - 1;
+#line 6524 "Tag.c"
{
- gboolean _tmp38_ = FALSE;
+ gboolean _tmp34_ = FALSE;
#line 819 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp38_ = TRUE;
+ _tmp34_ = TRUE;
#line 819 "/home/jens/Source/shotwell/src/Tag.vala"
while (TRUE) {
-#line 6518 "Tag.c"
- gint _tmp40_;
- GeeArrayList* _tmp41_;
- GeeArrayList* _tmp42_;
- gint _tmp43_;
- gpointer _tmp44_;
- Tag* _tmp45_;
+#line 6531 "Tag.c"
+ gint _tmp36_;
+ GeeArrayList* _tmp37_;
+ GeeArrayList* _tmp38_;
+ gint _tmp39_;
+ gpointer _tmp40_;
+ Tag* _tmp41_;
#line 819 "/home/jens/Source/shotwell/src/Tag.vala"
- if (!_tmp38_) {
-#line 6527 "Tag.c"
- gint _tmp39_;
+ if (!_tmp34_) {
+#line 6540 "Tag.c"
+ gint _tmp35_;
#line 819 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp39_ = index;
+ _tmp35_ = index;
#line 819 "/home/jens/Source/shotwell/src/Tag.vala"
- index = _tmp39_ - 1;
-#line 6533 "Tag.c"
+ index = _tmp35_ - 1;
+#line 6546 "Tag.c"
}
#line 819 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp38_ = FALSE;
+ _tmp34_ = FALSE;
#line 819 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp40_ = index;
+ _tmp36_ = index;
#line 819 "/home/jens/Source/shotwell/src/Tag.vala"
- if (!(_tmp40_ >= 0)) {
+ if (!(_tmp36_ >= 0)) {
#line 819 "/home/jens/Source/shotwell/src/Tag.vala"
break;
-#line 6543 "Tag.c"
+#line 6556 "Tag.c"
}
#line 820 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp41_ = _result_;
+ _tmp37_ = _result_;
#line 820 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp42_ = result_reversed;
+ _tmp38_ = result_reversed;
#line 820 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp43_ = index;
+ _tmp39_ = index;
#line 820 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp44_ = gee_abstract_list_get (G_TYPE_CHECK_INSTANCE_CAST (_tmp42_, GEE_TYPE_ABSTRACT_LIST, GeeAbstractList), _tmp43_);
+ _tmp40_ = gee_abstract_list_get (G_TYPE_CHECK_INSTANCE_CAST (_tmp38_, GEE_TYPE_ABSTRACT_LIST, GeeAbstractList), _tmp39_);
#line 820 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp45_ = (Tag*) _tmp44_;
+ _tmp41_ = (Tag*) _tmp40_;
#line 820 "/home/jens/Source/shotwell/src/Tag.vala"
- gee_abstract_collection_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp41_, GEE_TYPE_ABSTRACT_COLLECTION, GeeAbstractCollection), _tmp45_);
+ gee_abstract_collection_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp37_, GEE_TYPE_ABSTRACT_COLLECTION, GeeAbstractCollection), _tmp41_);
#line 820 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_object_unref0 (_tmp45_);
-#line 6559 "Tag.c"
+ _g_object_unref0 (_tmp41_);
+#line 6572 "Tag.c"
}
}
}
@@ -6569,160 +6582,152 @@ GeeList* tag_get_hierarchical_children (Tag* self) {
_g_object_unref0 (result_reversed);
#line 823 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 6573 "Tag.c"
+#line 6586 "Tag.c"
}
-static gchar* tag_get_next_untitled_tag_name (const gchar* _prefix) {
+static gchar*
+tag_get_next_untitled_tag_name (const gchar* _prefix)
+{
gchar* result = NULL;
const gchar* _tmp0_ = NULL;
- const gchar* _tmp1_;
gchar* prefix = NULL;
- gchar* _tmp3_;
+ gchar* _tmp1_;
gchar* candidate_name = NULL;
- gchar* _tmp4_;
+ gchar* _tmp2_;
guint64 counter = 0ULL;
#line 829 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp1_ = _prefix;
-#line 829 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp1_ != NULL) {
-#line 6590 "Tag.c"
- const gchar* _tmp2_;
-#line 829 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp2_ = _prefix;
+ if (_prefix != NULL) {
#line 829 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp0_ = _tmp2_;
-#line 6596 "Tag.c"
+ _tmp0_ = _prefix;
+#line 6604 "Tag.c"
} else {
#line 829 "/home/jens/Source/shotwell/src/Tag.vala"
_tmp0_ = "";
-#line 6600 "Tag.c"
+#line 6608 "Tag.c"
}
#line 829 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp3_ = g_strdup (_tmp0_);
+ _tmp1_ = g_strdup (_tmp0_);
#line 829 "/home/jens/Source/shotwell/src/Tag.vala"
- prefix = _tmp3_;
+ prefix = _tmp1_;
#line 830 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp4_ = g_strdup (_ ("untitled"));
+ _tmp2_ = g_strdup (_ ("untitled"));
#line 830 "/home/jens/Source/shotwell/src/Tag.vala"
- candidate_name = _tmp4_;
+ candidate_name = _tmp2_;
#line 831 "/home/jens/Source/shotwell/src/Tag.vala"
counter = (guint64) 0;
-#line 6612 "Tag.c"
+#line 6620 "Tag.c"
{
- gboolean _tmp5_ = FALSE;
+ gboolean _tmp3_ = FALSE;
#line 832 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp5_ = TRUE;
+ _tmp3_ = TRUE;
#line 832 "/home/jens/Source/shotwell/src/Tag.vala"
while (TRUE) {
-#line 6619 "Tag.c"
- gchar* _tmp7_ = NULL;
- guint64 _tmp8_;
+#line 6627 "Tag.c"
+ gchar* _tmp5_ = NULL;
+ guint64 _tmp6_;
gchar* path_candidate = NULL;
- const gchar* _tmp14_;
- const gchar* _tmp15_;
+ const gchar* _tmp12_;
+ const gchar* _tmp13_;
+ gchar* _tmp14_;
+ gchar* _tmp15_;
gchar* _tmp16_;
gchar* _tmp17_;
- gchar* _tmp18_;
- gchar* _tmp19_;
- TagSourceCollection* _tmp20_;
- const gchar* _tmp21_;
- gboolean _tmp22_;
- guint64 _tmp23_;
+ TagSourceCollection* _tmp18_;
+ const gchar* _tmp19_;
+ guint64 _tmp20_;
#line 832 "/home/jens/Source/shotwell/src/Tag.vala"
- if (!_tmp5_) {
-#line 6635 "Tag.c"
- guint64 _tmp6_;
+ if (!_tmp3_) {
+#line 6642 "Tag.c"
+ guint64 _tmp4_;
#line 840 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp6_ = counter;
+ _tmp4_ = counter;
#line 840 "/home/jens/Source/shotwell/src/Tag.vala"
- if (!(_tmp6_ < G_MAXUINT64)) {
+ if (!(_tmp4_ < G_MAXUINT64)) {
#line 840 "/home/jens/Source/shotwell/src/Tag.vala"
break;
-#line 6643 "Tag.c"
+#line 6650 "Tag.c"
}
}
#line 832 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp5_ = FALSE;
+ _tmp3_ = FALSE;
#line 834 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp8_ = counter;
+ _tmp6_ = counter;
#line 834 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp8_ == ((guint64) 0)) {
-#line 6652 "Tag.c"
- gchar* _tmp9_;
+ if (_tmp6_ == ((guint64) 0)) {
+#line 6659 "Tag.c"
+ gchar* _tmp7_;
#line 834 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp9_ = g_strdup ("");
+ _tmp7_ = g_strdup ("");
#line 834 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp7_);
+ _g_free0 (_tmp5_);
#line 834 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp7_ = _tmp9_;
-#line 6660 "Tag.c"
+ _tmp5_ = _tmp7_;
+#line 6667 "Tag.c"
} else {
- guint64 _tmp10_;
+ guint64 _tmp8_;
+ gchar* _tmp9_;
+ gchar* _tmp10_;
gchar* _tmp11_;
- gchar* _tmp12_;
- gchar* _tmp13_;
#line 834 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp10_ = counter;
+ _tmp8_ = counter;
#line 834 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp11_ = g_strdup_printf ("%" G_GUINT64_FORMAT, _tmp10_);
+ _tmp9_ = g_strdup_printf ("%" G_GUINT64_FORMAT, _tmp8_);
#line 834 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp12_ = _tmp11_;
+ _tmp10_ = _tmp9_;
#line 834 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp13_ = g_strconcat (" ", _tmp12_, NULL);
+ _tmp11_ = g_strconcat (" ", _tmp10_, NULL);
#line 834 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp7_);
+ _g_free0 (_tmp5_);
#line 834 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp7_ = _tmp13_;
+ _tmp5_ = _tmp11_;
#line 834 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp12_);
-#line 6680 "Tag.c"
+ _g_free0 (_tmp10_);
+#line 6687 "Tag.c"
}
#line 833 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp14_ = prefix;
+ _tmp12_ = prefix;
#line 833 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp15_ = candidate_name;
+ _tmp13_ = candidate_name;
#line 833 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp16_ = g_strconcat (_tmp14_, _tmp15_, NULL);
+ _tmp14_ = g_strconcat (_tmp12_, _tmp13_, NULL);
#line 833 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp17_ = _tmp16_;
+ _tmp15_ = _tmp14_;
#line 833 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp18_ = g_strconcat (_tmp17_, _tmp7_, NULL);
+ _tmp16_ = g_strconcat (_tmp15_, _tmp5_, NULL);
#line 833 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp19_ = _tmp18_;
+ _tmp17_ = _tmp16_;
#line 833 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp17_);
+ _g_free0 (_tmp15_);
#line 833 "/home/jens/Source/shotwell/src/Tag.vala"
- path_candidate = _tmp19_;
-#line 836 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp20_ = tag_global;
+ path_candidate = _tmp17_;
#line 836 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp21_ = path_candidate;
+ _tmp18_ = tag_global;
#line 836 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp22_ = tag_source_collection_exists (_tmp20_, _tmp21_, FALSE);
+ _tmp19_ = path_candidate;
#line 836 "/home/jens/Source/shotwell/src/Tag.vala"
- if (!_tmp22_) {
+ if (!tag_source_collection_exists (_tmp18_, _tmp19_, FALSE)) {
#line 837 "/home/jens/Source/shotwell/src/Tag.vala"
result = path_candidate;
#line 837 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp7_);
+ _g_free0 (_tmp5_);
#line 837 "/home/jens/Source/shotwell/src/Tag.vala"
_g_free0 (candidate_name);
#line 837 "/home/jens/Source/shotwell/src/Tag.vala"
_g_free0 (prefix);
#line 837 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 6716 "Tag.c"
+#line 6721 "Tag.c"
}
#line 839 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp23_ = counter;
+ _tmp20_ = counter;
#line 839 "/home/jens/Source/shotwell/src/Tag.vala"
- counter = _tmp23_ + 1;
+ counter = _tmp20_ + 1;
#line 832 "/home/jens/Source/shotwell/src/Tag.vala"
_g_free0 (path_candidate);
#line 832 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp7_);
-#line 6726 "Tag.c"
+ _g_free0 (_tmp5_);
+#line 6731 "Tag.c"
}
}
#line 843 "/home/jens/Source/shotwell/src/Tag.vala"
@@ -6731,23 +6736,24 @@ static gchar* tag_get_next_untitled_tag_name (const gchar* _prefix) {
_g_free0 (candidate_name);
#line 828 "/home/jens/Source/shotwell/src/Tag.vala"
_g_free0 (prefix);
-#line 6735 "Tag.c"
+#line 6740 "Tag.c"
}
-Tag* tag_create_new_child (Tag* self) {
+Tag*
+tag_create_new_child (Tag* self)
+{
Tag* result = NULL;
gchar* path_prefix = NULL;
gchar* _tmp0_;
const gchar* _tmp1_;
- gboolean _tmp2_;
- const gchar* _tmp8_;
+ const gchar* _tmp7_;
+ gchar* _tmp8_;
gchar* _tmp9_;
gchar* _tmp10_;
gchar* _tmp11_;
- gchar* _tmp12_;
+ Tag* _tmp12_;
Tag* _tmp13_;
- Tag* _tmp14_;
#line 846 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_val_if_fail (IS_TAG (self), NULL);
#line 847 "/home/jens/Source/shotwell/src/Tag.vala"
@@ -6757,66 +6763,66 @@ Tag* tag_create_new_child (Tag* self) {
#line 849 "/home/jens/Source/shotwell/src/Tag.vala"
_tmp1_ = path_prefix;
#line 849 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp2_ = g_str_has_prefix (_tmp1_, TAG_PATH_SEPARATOR_STRING);
-#line 849 "/home/jens/Source/shotwell/src/Tag.vala"
- if (!_tmp2_) {
-#line 6764 "Tag.c"
+ if (!g_str_has_prefix (_tmp1_, TAG_PATH_SEPARATOR_STRING)) {
+#line 6768 "Tag.c"
+ gchar* _tmp2_;
gchar* _tmp3_;
gchar* _tmp4_;
gchar* _tmp5_;
gchar* _tmp6_;
- gchar* _tmp7_;
#line 850 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp3_ = tag_get_path (self);
+ _tmp2_ = tag_get_path (self);
#line 850 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp4_ = _tmp3_;
+ _tmp3_ = _tmp2_;
#line 850 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp5_ = hierarchical_tag_utilities_flat_to_hierarchical (_tmp4_);
+ _tmp4_ = hierarchical_tag_utilities_flat_to_hierarchical (_tmp3_);
#line 850 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp6_ = _tmp5_;
+ _tmp5_ = _tmp4_;
#line 850 "/home/jens/Source/shotwell/src/Tag.vala"
- tag_set_raw_path (self, _tmp6_, FALSE);
+ tag_set_raw_path (self, _tmp5_, FALSE);
#line 850 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp6_);
+ _g_free0 (_tmp5_);
#line 850 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp4_);
+ _g_free0 (_tmp3_);
#line 852 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp7_ = tag_get_path (self);
+ _tmp6_ = tag_get_path (self);
#line 852 "/home/jens/Source/shotwell/src/Tag.vala"
_g_free0 (path_prefix);
#line 852 "/home/jens/Source/shotwell/src/Tag.vala"
- path_prefix = _tmp7_;
-#line 6790 "Tag.c"
+ path_prefix = _tmp6_;
+#line 6794 "Tag.c"
}
#line 855 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp8_ = path_prefix;
+ _tmp7_ = path_prefix;
#line 855 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp9_ = g_strconcat (_tmp8_, TAG_PATH_SEPARATOR_STRING, NULL);
+ _tmp8_ = g_strconcat (_tmp7_, TAG_PATH_SEPARATOR_STRING, NULL);
#line 855 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp10_ = _tmp9_;
+ _tmp9_ = _tmp8_;
#line 855 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp11_ = tag_get_next_untitled_tag_name (_tmp10_);
+ _tmp10_ = tag_get_next_untitled_tag_name (_tmp9_);
#line 855 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp12_ = _tmp11_;
+ _tmp11_ = _tmp10_;
#line 855 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp13_ = tag_for_path (_tmp12_);
+ _tmp12_ = tag_for_path (_tmp11_);
#line 855 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp14_ = _tmp13_;
+ _tmp13_ = _tmp12_;
#line 855 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp12_);
+ _g_free0 (_tmp11_);
#line 855 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp10_);
+ _g_free0 (_tmp9_);
#line 855 "/home/jens/Source/shotwell/src/Tag.vala"
- result = _tmp14_;
+ result = _tmp13_;
#line 855 "/home/jens/Source/shotwell/src/Tag.vala"
_g_free0 (path_prefix);
#line 855 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 6816 "Tag.c"
+#line 6820 "Tag.c"
}
-Tag* tag_create_new_root (void) {
+Tag*
+tag_create_new_root (void)
+{
Tag* result = NULL;
gchar* _tmp0_;
gchar* _tmp1_;
@@ -6836,11 +6842,13 @@ Tag* tag_create_new_root (void) {
result = _tmp3_;
#line 859 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 6840 "Tag.c"
+#line 6846 "Tag.c"
}
-gchar* tag_get_name_collation_key (Tag* self) {
+gchar*
+tag_get_name_collation_key (Tag* self)
+{
gchar* result = NULL;
const gchar* _tmp0_;
const gchar* _tmp4_;
@@ -6851,7 +6859,7 @@ gchar* tag_get_name_collation_key (Tag* self) {
_tmp0_ = self->priv->name_collation_key;
#line 863 "/home/jens/Source/shotwell/src/Tag.vala"
if (_tmp0_ == NULL) {
-#line 6855 "Tag.c"
+#line 6863 "Tag.c"
TagRow* _tmp1_;
const gchar* _tmp2_;
gchar* _tmp3_;
@@ -6865,7 +6873,7 @@ gchar* tag_get_name_collation_key (Tag* self) {
_g_free0 (self->priv->name_collation_key);
#line 864 "/home/jens/Source/shotwell/src/Tag.vala"
self->priv->name_collation_key = _tmp3_;
-#line 6869 "Tag.c"
+#line 6877 "Tag.c"
}
#line 866 "/home/jens/Source/shotwell/src/Tag.vala"
_tmp4_ = self->priv->name_collation_key;
@@ -6875,18 +6883,19 @@ gchar* tag_get_name_collation_key (Tag* self) {
result = _tmp5_;
#line 866 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 6879 "Tag.c"
+#line 6887 "Tag.c"
}
-static gchar* tag_real_to_string (DataObject* base) {
+static gchar*
+tag_real_to_string (DataObject* base)
+{
Tag * self;
gchar* result = NULL;
TagRow* _tmp0_;
const gchar* _tmp1_;
ViewCollection* _tmp2_;
- gint _tmp3_;
- gchar* _tmp4_;
+ gchar* _tmp3_;
#line 869 "/home/jens/Source/shotwell/src/Tag.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_TAG, Tag);
#line 870 "/home/jens/Source/shotwell/src/Tag.vala"
@@ -6896,88 +6905,83 @@ static gchar* tag_real_to_string (DataObject* base) {
#line 870 "/home/jens/Source/shotwell/src/Tag.vala"
_tmp2_ = self->priv->media_views;
#line 870 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp3_ = data_collection_get_count (G_TYPE_CHECK_INSTANCE_CAST (_tmp2_, TYPE_DATA_COLLECTION, DataCollection));
+ _tmp3_ = g_strdup_printf ("Tag %s (%d sources)", _tmp1_, data_collection_get_count (G_TYPE_CHECK_INSTANCE_CAST (_tmp2_, TYPE_DATA_COLLECTION, DataCollection)));
#line 870 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp4_ = g_strdup_printf ("Tag %s (%d sources)", _tmp1_, _tmp3_);
-#line 870 "/home/jens/Source/shotwell/src/Tag.vala"
- result = _tmp4_;
+ result = _tmp3_;
#line 870 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 6907 "Tag.c"
+#line 6914 "Tag.c"
}
-static gboolean tag_real_equals (DataSource* base, DataSource* source) {
+static gboolean
+tag_real_equals (DataSource* base,
+ DataSource* source)
+{
Tag * self;
gboolean result = FALSE;
Tag* tag = NULL;
- DataSource* _tmp0_;
+ Tag* _tmp0_;
Tag* _tmp1_;
- Tag* _tmp2_;
- DataSource* _tmp11_;
- gboolean _tmp12_;
#line 873 "/home/jens/Source/shotwell/src/Tag.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_TAG, Tag);
#line 873 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_val_if_fail ((source == NULL) || IS_DATA_SOURCE (source), FALSE);
#line 875 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp0_ = source;
-#line 875 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp1_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_TYPE (_tmp0_, TYPE_TAG) ? ((Tag*) _tmp0_) : NULL);
+ _tmp0_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_TYPE (source, TYPE_TAG) ? ((Tag*) source) : NULL);
#line 875 "/home/jens/Source/shotwell/src/Tag.vala"
- tag = _tmp1_;
+ tag = _tmp0_;
#line 876 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp2_ = tag;
+ _tmp1_ = tag;
#line 876 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp2_ != NULL) {
-#line 6934 "Tag.c"
- Tag* _tmp3_;
+ if (_tmp1_ != NULL) {
+#line 6939 "Tag.c"
+ Tag* _tmp2_;
#line 877 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp3_ = tag;
+ _tmp2_ = tag;
#line 877 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp3_ != self) {
-#line 6940 "Tag.c"
- Tag* _tmp4_;
- TagRow* _tmp5_;
- TagID _tmp6_;
- gint64 _tmp7_;
- TagRow* _tmp8_;
- TagID _tmp9_;
- gint64 _tmp10_;
+ if (_tmp2_ != self) {
+#line 6945 "Tag.c"
+ Tag* _tmp3_;
+ TagRow* _tmp4_;
+ TagID _tmp5_;
+ gint64 _tmp6_;
+ TagRow* _tmp7_;
+ TagID _tmp8_;
+ gint64 _tmp9_;
#line 878 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp4_ = tag;
+ _tmp3_ = tag;
#line 878 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp5_ = _tmp4_->priv->row;
+ _tmp4_ = _tmp3_->priv->row;
#line 878 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp6_ = _tmp5_->tag_id;
+ _tmp5_ = _tmp4_->tag_id;
#line 878 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp7_ = _tmp6_.id;
+ _tmp6_ = _tmp5_.id;
#line 878 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp8_ = self->priv->row;
+ _tmp7_ = self->priv->row;
#line 878 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp9_ = _tmp8_->tag_id;
+ _tmp8_ = _tmp7_->tag_id;
#line 878 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp10_ = _tmp9_.id;
+ _tmp9_ = _tmp8_.id;
#line 878 "/home/jens/Source/shotwell/src/Tag.vala"
- _vala_assert (_tmp7_ != _tmp10_, "tag.row.tag_id.id != row.tag_id.id");
-#line 6964 "Tag.c"
+ _vala_assert (_tmp6_ != _tmp9_, "tag.row.tag_id.id != row.tag_id.id");
+#line 6969 "Tag.c"
}
}
#line 882 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp11_ = source;
-#line 882 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp12_ = DATA_SOURCE_CLASS (tag_parent_class)->equals (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_DATA_SOURCE, DataSource), _tmp11_);
-#line 882 "/home/jens/Source/shotwell/src/Tag.vala"
- result = _tmp12_;
+ result = DATA_SOURCE_CLASS (tag_parent_class)->equals (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_DATA_SOURCE, DataSource), source);
#line 882 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (tag);
#line 882 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 6977 "Tag.c"
+#line 6978 "Tag.c"
}
-void tag_get_tag_id (Tag* self, TagID* result) {
+void
+tag_get_tag_id (Tag* self,
+ TagID* result)
+{
TagRow* _tmp0_;
TagID _tmp1_;
#line 885 "/home/jens/Source/shotwell/src/Tag.vala"
@@ -6990,11 +6994,13 @@ void tag_get_tag_id (Tag* self, TagID* result) {
*result = _tmp1_;
#line 886 "/home/jens/Source/shotwell/src/Tag.vala"
return;
-#line 6994 "Tag.c"
+#line 6998 "Tag.c"
}
-static SourceSnapshot* tag_real_save_snapshot (DataSource* base) {
+static SourceSnapshot*
+tag_real_save_snapshot (DataSource* base)
+{
Tag * self;
SourceSnapshot* result = NULL;
TagTagSnapshot* _tmp0_;
@@ -7006,11 +7012,13 @@ static SourceSnapshot* tag_real_save_snapshot (DataSource* base) {
result = G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, TYPE_SOURCE_SNAPSHOT, SourceSnapshot);
#line 890 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 7010 "Tag.c"
+#line 7016 "Tag.c"
}
-static SourceProxy* tag_real_get_proxy (Proxyable* base) {
+static SourceProxy*
+tag_real_get_proxy (Proxyable* base)
+{
Tag * self;
SourceProxy* result = NULL;
TagTagProxy* _tmp0_;
@@ -7022,51 +7030,48 @@ static SourceProxy* tag_real_get_proxy (Proxyable* base) {
result = G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, TYPE_SOURCE_PROXY, SourceProxy);
#line 894 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 7026 "Tag.c"
+#line 7034 "Tag.c"
}
-Tag* tag_reconstitute (gint64 object_id, TagRow* row) {
+Tag*
+tag_reconstitute (gint64 object_id,
+ TagRow* row)
+{
Tag* result = NULL;
Tag* tag = NULL;
- TagRow* _tmp8_;
- gint64 _tmp9_;
- Tag* _tmp10_;
- TagSourceCollection* _tmp11_;
- gchar* _tmp12_;
- gchar* _tmp13_;
+ Tag* _tmp6_;
+ TagSourceCollection* _tmp7_;
+ gchar* _tmp8_;
+ gchar* _tmp9_;
GError * _inner_error_ = NULL;
#line 897 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_val_if_fail (IS_TAG_ROW (row), NULL);
-#line 7042 "Tag.c"
+#line 7051 "Tag.c"
{
TagID _tmp0_ = {0};
TagTable* _tmp1_;
TagTable* _tmp2_;
- TagRow* _tmp3_;
- TagID _tmp4_ = {0};
- TagID _tmp5_;
- TagRow* _tmp6_;
+ TagID _tmp3_ = {0};
+ TagID _tmp4_;
#line 900 "/home/jens/Source/shotwell/src/Tag.vala"
_tmp1_ = tag_table_get_instance ();
#line 900 "/home/jens/Source/shotwell/src/Tag.vala"
_tmp2_ = _tmp1_;
#line 900 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp3_ = row;
+ tag_table_create_from_row (_tmp2_, row, &_tmp3_, &_inner_error_);
#line 900 "/home/jens/Source/shotwell/src/Tag.vala"
- tag_table_create_from_row (_tmp2_, _tmp3_, &_tmp4_, &_inner_error_);
-#line 900 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp5_ = _tmp4_;
+ _tmp4_ = _tmp3_;
#line 900 "/home/jens/Source/shotwell/src/Tag.vala"
_database_table_unref0 (_tmp2_);
#line 900 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp0_ = _tmp5_;
+ _tmp0_ = _tmp4_;
#line 900 "/home/jens/Source/shotwell/src/Tag.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 900 "/home/jens/Source/shotwell/src/Tag.vala"
if (_inner_error_->domain == DATABASE_ERROR) {
-#line 7069 "Tag.c"
- goto __catch476_database_error;
+#line 7074 "Tag.c"
+ goto __catch485_database_error;
}
#line 900 "/home/jens/Source/shotwell/src/Tag.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -7074,32 +7079,30 @@ Tag* tag_reconstitute (gint64 object_id, TagRow* row) {
g_clear_error (&_inner_error_);
#line 900 "/home/jens/Source/shotwell/src/Tag.vala"
return NULL;
-#line 7078 "Tag.c"
+#line 7083 "Tag.c"
}
#line 900 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp6_ = row;
-#line 900 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp6_->tag_id = _tmp0_;
-#line 7084 "Tag.c"
+ row->tag_id = _tmp0_;
+#line 7087 "Tag.c"
}
- goto __finally476;
- __catch476_database_error:
+ goto __finally485;
+ __catch485_database_error:
{
GError* err = NULL;
- GError* _tmp7_;
+ GError* _tmp5_;
#line 899 "/home/jens/Source/shotwell/src/Tag.vala"
err = _inner_error_;
#line 899 "/home/jens/Source/shotwell/src/Tag.vala"
_inner_error_ = NULL;
#line 902 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp7_ = err;
+ _tmp5_ = err;
#line 902 "/home/jens/Source/shotwell/src/Tag.vala"
- app_window_database_error (_tmp7_);
+ app_window_database_error (_tmp5_);
#line 899 "/home/jens/Source/shotwell/src/Tag.vala"
_g_error_free0 (err);
-#line 7101 "Tag.c"
+#line 7104 "Tag.c"
}
- __finally476:
+ __finally485:
#line 899 "/home/jens/Source/shotwell/src/Tag.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 899 "/home/jens/Source/shotwell/src/Tag.vala"
@@ -7108,44 +7111,41 @@ Tag* tag_reconstitute (gint64 object_id, TagRow* row) {
g_clear_error (&_inner_error_);
#line 899 "/home/jens/Source/shotwell/src/Tag.vala"
return NULL;
-#line 7112 "Tag.c"
+#line 7115 "Tag.c"
}
#line 905 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp8_ = row;
+ _tmp6_ = tag_new (row, object_id);
#line 905 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp9_ = object_id;
-#line 905 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp10_ = tag_new (_tmp8_, _tmp9_);
-#line 905 "/home/jens/Source/shotwell/src/Tag.vala"
- tag = _tmp10_;
+ tag = _tmp6_;
#line 906 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp11_ = tag_global;
+ _tmp7_ = tag_global;
#line 906 "/home/jens/Source/shotwell/src/Tag.vala"
- data_collection_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp11_, TYPE_DATA_COLLECTION, DataCollection), G_TYPE_CHECK_INSTANCE_CAST (tag, TYPE_DATA_OBJECT, DataObject));
+ data_collection_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp7_, TYPE_DATA_COLLECTION, DataCollection), G_TYPE_CHECK_INSTANCE_CAST (tag, TYPE_DATA_OBJECT, DataObject));
#line 908 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp12_ = data_object_to_string (G_TYPE_CHECK_INSTANCE_CAST (tag, TYPE_DATA_OBJECT, DataObject));
+ _tmp8_ = data_object_to_string (G_TYPE_CHECK_INSTANCE_CAST (tag, TYPE_DATA_OBJECT, DataObject));
#line 908 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp13_ = _tmp12_;
+ _tmp9_ = _tmp8_;
#line 908 "/home/jens/Source/shotwell/src/Tag.vala"
- g_debug ("Tag.vala:908: Reconstituted %s", _tmp13_);
+ g_debug ("Tag.vala:908: Reconstituted %s", _tmp9_);
#line 908 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp13_);
+ _g_free0 (_tmp9_);
#line 910 "/home/jens/Source/shotwell/src/Tag.vala"
result = tag;
#line 910 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 7138 "Tag.c"
+#line 7137 "Tag.c"
}
-static gboolean tag_real_has_links (ContainerSource* base) {
+static gboolean
+tag_real_has_links (ContainerSource* base)
+{
Tag * self;
gboolean result = FALSE;
LibraryPhotoSourceCollection* _tmp0_;
SourceBacklink* _tmp1_;
SourceBacklink* _tmp2_;
gboolean _tmp3_;
- gboolean _tmp4_;
#line 913 "/home/jens/Source/shotwell/src/Tag.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_TAG, Tag);
#line 914 "/home/jens/Source/shotwell/src/Tag.vala"
@@ -7157,18 +7157,18 @@ static gboolean tag_real_has_links (ContainerSource* base) {
#line 914 "/home/jens/Source/shotwell/src/Tag.vala"
_tmp3_ = source_collection_has_backlink (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, TYPE_SOURCE_COLLECTION, SourceCollection), _tmp2_);
#line 914 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp4_ = _tmp3_;
-#line 914 "/home/jens/Source/shotwell/src/Tag.vala"
_source_backlink_unref0 (_tmp2_);
#line 914 "/home/jens/Source/shotwell/src/Tag.vala"
- result = _tmp4_;
+ result = _tmp3_;
#line 914 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 7168 "Tag.c"
+#line 7166 "Tag.c"
}
-static SourceBacklink* tag_real_get_backlink (ContainerSource* base) {
+static SourceBacklink*
+tag_real_get_backlink (ContainerSource* base)
+{
Tag * self;
SourceBacklink* result = NULL;
SourceBacklink* _tmp0_;
@@ -7184,11 +7184,13 @@ static SourceBacklink* tag_real_get_backlink (ContainerSource* base) {
}
-static void tag_real_break_link (ContainerSource* base, DataSource* source) {
+static void
+tag_real_break_link (ContainerSource* base,
+ DataSource* source)
+{
Tag * self;
- DataSource* _tmp0_;
+ GeeList* _tmp0_;
GeeList* _tmp1_;
- GeeList* _tmp2_;
#line 921 "/home/jens/Source/shotwell/src/Tag.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_TAG, Tag);
#line 921 "/home/jens/Source/shotwell/src/Tag.vala"
@@ -7196,24 +7198,24 @@ static void tag_real_break_link (ContainerSource* base, DataSource* source) {
#line 922 "/home/jens/Source/shotwell/src/Tag.vala"
self->priv->unlinking = TRUE;
#line 924 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp0_ = source;
+ _tmp0_ = tag_detach (self, G_TYPE_CHECK_INSTANCE_CAST (G_TYPE_CHECK_INSTANCE_CAST (source, TYPE_LIBRARY_PHOTO, LibraryPhoto), TYPE_MEDIA_SOURCE, MediaSource));
#line 924 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp1_ = tag_detach (self, G_TYPE_CHECK_INSTANCE_CAST (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, TYPE_LIBRARY_PHOTO, LibraryPhoto), TYPE_MEDIA_SOURCE, MediaSource));
-#line 924 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp2_ = _tmp1_;
+ _tmp1_ = _tmp0_;
#line 924 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_object_unref0 (_tmp2_);
+ _g_object_unref0 (_tmp1_);
#line 926 "/home/jens/Source/shotwell/src/Tag.vala"
self->priv->unlinking = FALSE;
#line 7209 "Tag.c"
}
-static void tag_real_break_link_many (ContainerSource* base, GeeCollection* sources) {
+static void
+tag_real_break_link_many (ContainerSource* base,
+ GeeCollection* sources)
+{
Tag * self;
- GeeCollection* _tmp0_;
+ GeeMultiMap* _tmp0_;
GeeMultiMap* _tmp1_;
- GeeMultiMap* _tmp2_;
#line 929 "/home/jens/Source/shotwell/src/Tag.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_TAG, Tag);
#line 929 "/home/jens/Source/shotwell/src/Tag.vala"
@@ -7221,22 +7223,22 @@ static void tag_real_break_link_many (ContainerSource* base, GeeCollection* sour
#line 930 "/home/jens/Source/shotwell/src/Tag.vala"
self->priv->unlinking = TRUE;
#line 932 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp0_ = sources;
+ _tmp0_ = tag_detach_many (self, G_TYPE_CHECK_INSTANCE_CAST (sources, GEE_TYPE_COLLECTION, GeeCollection));
#line 932 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp1_ = tag_detach_many (self, G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, GEE_TYPE_COLLECTION, GeeCollection));
-#line 932 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp2_ = _tmp1_;
+ _tmp1_ = _tmp0_;
#line 932 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_object_unref0 (_tmp2_);
+ _g_object_unref0 (_tmp1_);
#line 934 "/home/jens/Source/shotwell/src/Tag.vala"
self->priv->unlinking = FALSE;
#line 7234 "Tag.c"
}
-static void tag_real_establish_link (ContainerSource* base, DataSource* source) {
+static void
+tag_real_establish_link (ContainerSource* base,
+ DataSource* source)
+{
Tag * self;
- DataSource* _tmp0_;
#line 937 "/home/jens/Source/shotwell/src/Tag.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_TAG, Tag);
#line 937 "/home/jens/Source/shotwell/src/Tag.vala"
@@ -7244,18 +7246,18 @@ static void tag_real_establish_link (ContainerSource* base, DataSource* source)
#line 938 "/home/jens/Source/shotwell/src/Tag.vala"
self->priv->relinking = TRUE;
#line 940 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp0_ = source;
-#line 940 "/home/jens/Source/shotwell/src/Tag.vala"
- tag_attach (self, G_TYPE_CHECK_INSTANCE_CAST (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, TYPE_LIBRARY_PHOTO, LibraryPhoto), TYPE_MEDIA_SOURCE, MediaSource));
+ tag_attach (self, G_TYPE_CHECK_INSTANCE_CAST (G_TYPE_CHECK_INSTANCE_CAST (source, TYPE_LIBRARY_PHOTO, LibraryPhoto), TYPE_MEDIA_SOURCE, MediaSource));
#line 942 "/home/jens/Source/shotwell/src/Tag.vala"
self->priv->relinking = FALSE;
#line 7253 "Tag.c"
}
-static void tag_real_establish_link_many (ContainerSource* base, GeeCollection* sources) {
+static void
+tag_real_establish_link_many (ContainerSource* base,
+ GeeCollection* sources)
+{
Tag * self;
- GeeCollection* _tmp0_;
#line 945 "/home/jens/Source/shotwell/src/Tag.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_TAG, Tag);
#line 945 "/home/jens/Source/shotwell/src/Tag.vala"
@@ -7263,16 +7265,16 @@ static void tag_real_establish_link_many (ContainerSource* base, GeeCollection*
#line 946 "/home/jens/Source/shotwell/src/Tag.vala"
self->priv->relinking = TRUE;
#line 948 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp0_ = sources;
-#line 948 "/home/jens/Source/shotwell/src/Tag.vala"
- tag_attach_many (self, G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, GEE_TYPE_COLLECTION, GeeCollection));
+ tag_attach_many (self, G_TYPE_CHECK_INSTANCE_CAST (sources, GEE_TYPE_COLLECTION, GeeCollection));
#line 950 "/home/jens/Source/shotwell/src/Tag.vala"
self->priv->relinking = FALSE;
#line 7272 "Tag.c"
}
-static void tag_update_indexable_keywords (Tag* self) {
+static void
+tag_update_indexable_keywords (Tag* self)
+{
gchar* _tmp0_;
gchar* _tmp1_;
gchar* _tmp2_;
@@ -7290,11 +7292,13 @@ static void tag_update_indexable_keywords (Tag* self) {
self->priv->indexable_keywords = _tmp2_;
#line 954 "/home/jens/Source/shotwell/src/Tag.vala"
_g_free0 (_tmp1_);
-#line 7294 "Tag.c"
+#line 7296 "Tag.c"
}
-static const gchar* tag_real_get_indexable_keywords (Indexable* base) {
+static const gchar*
+tag_real_get_indexable_keywords (Indexable* base)
+{
Tag * self;
const gchar* result = NULL;
const gchar* _tmp0_;
@@ -7306,11 +7310,14 @@ static const gchar* tag_real_get_indexable_keywords (Indexable* base) {
result = _tmp0_;
#line 958 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 7310 "Tag.c"
+#line 7314 "Tag.c"
}
-void tag_attach (Tag* self, MediaSource* source) {
+void
+tag_attach (Tag* self,
+ MediaSource* source)
+{
Tag* attach_to = NULL;
Tag* _tmp0_;
#line 961 "/home/jens/Source/shotwell/src/Tag.vala"
@@ -7323,71 +7330,65 @@ void tag_attach (Tag* self, MediaSource* source) {
attach_to = _tmp0_;
#line 963 "/home/jens/Source/shotwell/src/Tag.vala"
while (TRUE) {
-#line 7327 "Tag.c"
+#line 7334 "Tag.c"
Tag* _tmp1_;
Tag* _tmp2_;
ViewCollection* _tmp3_;
- MediaSource* _tmp4_;
- gboolean _tmp5_;
- Tag* _tmp11_;
- Tag* _tmp12_;
+ Tag* _tmp8_;
+ Tag* _tmp9_;
#line 963 "/home/jens/Source/shotwell/src/Tag.vala"
_tmp1_ = attach_to;
#line 963 "/home/jens/Source/shotwell/src/Tag.vala"
if (!(_tmp1_ != NULL)) {
#line 963 "/home/jens/Source/shotwell/src/Tag.vala"
break;
-#line 7341 "Tag.c"
+#line 7346 "Tag.c"
}
#line 964 "/home/jens/Source/shotwell/src/Tag.vala"
_tmp2_ = attach_to;
#line 964 "/home/jens/Source/shotwell/src/Tag.vala"
_tmp3_ = _tmp2_->priv->media_views;
#line 964 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp4_ = source;
-#line 964 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp5_ = view_collection_has_view_for_source (_tmp3_, G_TYPE_CHECK_INSTANCE_CAST (_tmp4_, TYPE_DATA_SOURCE, DataSource));
-#line 964 "/home/jens/Source/shotwell/src/Tag.vala"
- if (!_tmp5_) {
-#line 7353 "Tag.c"
- Tag* _tmp6_;
- ViewCollection* _tmp7_;
- MediaSource* _tmp8_;
- ThumbnailView* _tmp9_;
- ThumbnailView* _tmp10_;
+ if (!view_collection_has_view_for_source (_tmp3_, G_TYPE_CHECK_INSTANCE_CAST (source, TYPE_DATA_SOURCE, DataSource))) {
+#line 7354 "Tag.c"
+ Tag* _tmp4_;
+ ViewCollection* _tmp5_;
+ ThumbnailView* _tmp6_;
+ ThumbnailView* _tmp7_;
#line 965 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp6_ = attach_to;
+ _tmp4_ = attach_to;
#line 965 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp7_ = _tmp6_->priv->media_views;
+ _tmp5_ = _tmp4_->priv->media_views;
#line 965 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp8_ = source;
+ _tmp6_ = thumbnail_view_new (G_TYPE_CHECK_INSTANCE_CAST (source, TYPE_THUMBNAIL_SOURCE, ThumbnailSource));
#line 965 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp9_ = thumbnail_view_new (G_TYPE_CHECK_INSTANCE_CAST (_tmp8_, TYPE_THUMBNAIL_SOURCE, ThumbnailSource));
-#line 965 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp10_ = _tmp9_;
+ _tmp7_ = _tmp6_;
#line 965 "/home/jens/Source/shotwell/src/Tag.vala"
- data_collection_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp7_, TYPE_DATA_COLLECTION, DataCollection), G_TYPE_CHECK_INSTANCE_CAST (_tmp10_, TYPE_DATA_OBJECT, DataObject));
+ data_collection_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp5_, TYPE_DATA_COLLECTION, DataCollection), G_TYPE_CHECK_INSTANCE_CAST (_tmp7_, TYPE_DATA_OBJECT, DataObject));
#line 965 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_object_unref0 (_tmp10_);
-#line 7373 "Tag.c"
+ _g_object_unref0 (_tmp7_);
+#line 7371 "Tag.c"
}
#line 968 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp11_ = attach_to;
+ _tmp8_ = attach_to;
#line 968 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp12_ = tag_get_hierarchical_parent (_tmp11_);
+ _tmp9_ = tag_get_hierarchical_parent (_tmp8_);
#line 968 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (attach_to);
#line 968 "/home/jens/Source/shotwell/src/Tag.vala"
- attach_to = _tmp12_;
-#line 7383 "Tag.c"
+ attach_to = _tmp9_;
+#line 7381 "Tag.c"
}
#line 961 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (attach_to);
-#line 7387 "Tag.c"
+#line 7385 "Tag.c"
}
-void tag_attach_many (Tag* self, GeeCollection* sources) {
+void
+tag_attach_many (Tag* self,
+ GeeCollection* sources)
+{
Tag* attach_to = NULL;
Tag* _tmp0_;
#line 972 "/home/jens/Source/shotwell/src/Tag.vala"
@@ -7400,164 +7401,157 @@ void tag_attach_many (Tag* self, GeeCollection* sources) {
attach_to = _tmp0_;
#line 974 "/home/jens/Source/shotwell/src/Tag.vala"
while (TRUE) {
-#line 7404 "Tag.c"
+#line 7405 "Tag.c"
Tag* _tmp1_;
GeeArrayList* view_list = NULL;
GeeArrayList* _tmp2_;
- GeeArrayList* _tmp17_;
- gint _tmp18_;
- gint _tmp19_;
- Tag* _tmp25_;
- Tag* _tmp26_;
+ GeeArrayList* _tmp14_;
+ gint _tmp15_;
+ gint _tmp16_;
+ Tag* _tmp22_;
+ Tag* _tmp23_;
#line 974 "/home/jens/Source/shotwell/src/Tag.vala"
_tmp1_ = attach_to;
#line 974 "/home/jens/Source/shotwell/src/Tag.vala"
if (!(_tmp1_ != NULL)) {
#line 974 "/home/jens/Source/shotwell/src/Tag.vala"
break;
-#line 7419 "Tag.c"
+#line 7420 "Tag.c"
}
#line 975 "/home/jens/Source/shotwell/src/Tag.vala"
_tmp2_ = gee_array_list_new (TYPE_THUMBNAIL_VIEW, (GBoxedCopyFunc) g_object_ref, (GDestroyNotify) g_object_unref, NULL, NULL, NULL);
#line 975 "/home/jens/Source/shotwell/src/Tag.vala"
view_list = _tmp2_;
-#line 7425 "Tag.c"
+#line 7426 "Tag.c"
{
GeeIterator* _source_it = NULL;
- GeeCollection* _tmp3_;
- GeeIterator* _tmp4_;
-#line 976 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp3_ = sources;
+ GeeIterator* _tmp3_;
#line 976 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp4_ = gee_iterable_iterator (G_TYPE_CHECK_INSTANCE_CAST (_tmp3_, GEE_TYPE_ITERABLE, GeeIterable));
+ _tmp3_ = gee_iterable_iterator (G_TYPE_CHECK_INSTANCE_CAST (sources, GEE_TYPE_ITERABLE, GeeIterable));
#line 976 "/home/jens/Source/shotwell/src/Tag.vala"
- _source_it = _tmp4_;
+ _source_it = _tmp3_;
#line 976 "/home/jens/Source/shotwell/src/Tag.vala"
while (TRUE) {
-#line 7438 "Tag.c"
- GeeIterator* _tmp5_;
- gboolean _tmp6_;
+#line 7436 "Tag.c"
+ GeeIterator* _tmp4_;
MediaSource* source = NULL;
- GeeIterator* _tmp7_;
- gpointer _tmp8_;
- Tag* _tmp9_;
- ViewCollection* _tmp10_;
- MediaSource* _tmp11_;
- gboolean _tmp12_;
-#line 976 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp5_ = _source_it;
+ GeeIterator* _tmp5_;
+ gpointer _tmp6_;
+ Tag* _tmp7_;
+ ViewCollection* _tmp8_;
+ MediaSource* _tmp9_;
#line 976 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp6_ = gee_iterator_next (_tmp5_);
+ _tmp4_ = _source_it;
#line 976 "/home/jens/Source/shotwell/src/Tag.vala"
- if (!_tmp6_) {
+ if (!gee_iterator_next (_tmp4_)) {
#line 976 "/home/jens/Source/shotwell/src/Tag.vala"
break;
-#line 7456 "Tag.c"
+#line 7450 "Tag.c"
}
#line 976 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp7_ = _source_it;
+ _tmp5_ = _source_it;
#line 976 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp8_ = gee_iterator_get (_tmp7_);
+ _tmp6_ = gee_iterator_get (_tmp5_);
#line 976 "/home/jens/Source/shotwell/src/Tag.vala"
- source = (MediaSource*) _tmp8_;
-#line 977 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp9_ = attach_to;
+ source = (MediaSource*) _tmp6_;
#line 977 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp10_ = _tmp9_->priv->media_views;
+ _tmp7_ = attach_to;
#line 977 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp11_ = source;
+ _tmp8_ = _tmp7_->priv->media_views;
#line 977 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp12_ = view_collection_has_view_for_source (_tmp10_, G_TYPE_CHECK_INSTANCE_CAST (_tmp11_, TYPE_DATA_SOURCE, DataSource));
+ _tmp9_ = source;
#line 977 "/home/jens/Source/shotwell/src/Tag.vala"
- if (!_tmp12_) {
-#line 7474 "Tag.c"
- GeeArrayList* _tmp13_;
- MediaSource* _tmp14_;
- ThumbnailView* _tmp15_;
- ThumbnailView* _tmp16_;
+ if (!view_collection_has_view_for_source (_tmp8_, G_TYPE_CHECK_INSTANCE_CAST (_tmp9_, TYPE_DATA_SOURCE, DataSource))) {
+#line 7466 "Tag.c"
+ GeeArrayList* _tmp10_;
+ MediaSource* _tmp11_;
+ ThumbnailView* _tmp12_;
+ ThumbnailView* _tmp13_;
#line 978 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp13_ = view_list;
+ _tmp10_ = view_list;
#line 978 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp14_ = source;
+ _tmp11_ = source;
#line 978 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp15_ = thumbnail_view_new (G_TYPE_CHECK_INSTANCE_CAST (_tmp14_, TYPE_THUMBNAIL_SOURCE, ThumbnailSource));
+ _tmp12_ = thumbnail_view_new (G_TYPE_CHECK_INSTANCE_CAST (_tmp11_, TYPE_THUMBNAIL_SOURCE, ThumbnailSource));
#line 978 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp16_ = _tmp15_;
+ _tmp13_ = _tmp12_;
#line 978 "/home/jens/Source/shotwell/src/Tag.vala"
- gee_abstract_collection_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp13_, GEE_TYPE_ABSTRACT_COLLECTION, GeeAbstractCollection), _tmp16_);
+ gee_abstract_collection_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp10_, GEE_TYPE_ABSTRACT_COLLECTION, GeeAbstractCollection), _tmp13_);
#line 978 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_object_unref0 (_tmp16_);
-#line 7491 "Tag.c"
+ _g_object_unref0 (_tmp13_);
+#line 7483 "Tag.c"
}
#line 976 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (source);
-#line 7495 "Tag.c"
+#line 7487 "Tag.c"
}
#line 976 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (_source_it);
-#line 7499 "Tag.c"
+#line 7491 "Tag.c"
}
#line 981 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp17_ = view_list;
+ _tmp14_ = view_list;
#line 981 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp18_ = gee_abstract_collection_get_size (G_TYPE_CHECK_INSTANCE_CAST (_tmp17_, GEE_TYPE_ABSTRACT_COLLECTION, GeeAbstractCollection));
+ _tmp15_ = gee_abstract_collection_get_size (G_TYPE_CHECK_INSTANCE_CAST (_tmp14_, GEE_TYPE_ABSTRACT_COLLECTION, GeeAbstractCollection));
#line 981 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp19_ = _tmp18_;
+ _tmp16_ = _tmp15_;
#line 981 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp19_ > 0) {
-#line 7509 "Tag.c"
- Tag* _tmp20_;
- ViewCollection* _tmp21_;
- GeeArrayList* _tmp22_;
- GeeCollection* _tmp23_;
- GeeCollection* _tmp24_;
+ if (_tmp16_ > 0) {
+#line 7501 "Tag.c"
+ Tag* _tmp17_;
+ ViewCollection* _tmp18_;
+ GeeArrayList* _tmp19_;
+ GeeCollection* _tmp20_;
+ GeeCollection* _tmp21_;
#line 982 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp20_ = attach_to;
+ _tmp17_ = attach_to;
#line 982 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp21_ = _tmp20_->priv->media_views;
+ _tmp18_ = _tmp17_->priv->media_views;
#line 982 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp22_ = view_list;
+ _tmp19_ = view_list;
#line 982 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp23_ = data_collection_add_many (G_TYPE_CHECK_INSTANCE_CAST (_tmp21_, TYPE_DATA_COLLECTION, DataCollection), G_TYPE_CHECK_INSTANCE_CAST (_tmp22_, GEE_TYPE_COLLECTION, GeeCollection), NULL, NULL);
+ _tmp20_ = data_collection_add_many (G_TYPE_CHECK_INSTANCE_CAST (_tmp18_, TYPE_DATA_COLLECTION, DataCollection), G_TYPE_CHECK_INSTANCE_CAST (_tmp19_, GEE_TYPE_COLLECTION, GeeCollection), NULL, NULL);
#line 982 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp24_ = _tmp23_;
+ _tmp21_ = _tmp20_;
#line 982 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_object_unref0 (_tmp24_);
-#line 7527 "Tag.c"
+ _g_object_unref0 (_tmp21_);
+#line 7519 "Tag.c"
}
#line 984 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp25_ = attach_to;
+ _tmp22_ = attach_to;
#line 984 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp26_ = tag_get_hierarchical_parent (_tmp25_);
+ _tmp23_ = tag_get_hierarchical_parent (_tmp22_);
#line 984 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (attach_to);
#line 984 "/home/jens/Source/shotwell/src/Tag.vala"
- attach_to = _tmp26_;
+ attach_to = _tmp23_;
#line 974 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (view_list);
-#line 7539 "Tag.c"
+#line 7531 "Tag.c"
}
#line 972 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (attach_to);
-#line 7543 "Tag.c"
+#line 7535 "Tag.c"
}
-GeeList* tag_detach (Tag* self, MediaSource* source) {
+GeeList*
+tag_detach (Tag* self,
+ MediaSource* source)
+{
GeeList* result = NULL;
DataView* this_view = NULL;
ViewCollection* _tmp0_;
- MediaSource* _tmp1_;
+ DataView* _tmp1_;
DataView* _tmp2_;
- DataView* _tmp3_;
GeeList* detached_from = NULL;
- GeeArrayList* _tmp4_;
- ViewCollection* _tmp29_;
- ViewCollection* _tmp30_;
- DataView* _tmp31_;
- Marker* _tmp32_;
- Marker* _tmp33_;
- GeeList* _tmp34_;
+ GeeArrayList* _tmp3_;
+ ViewCollection* _tmp27_;
+ ViewCollection* _tmp28_;
+ DataView* _tmp29_;
+ Marker* _tmp30_;
+ Marker* _tmp31_;
+ GeeList* _tmp32_;
#line 991 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_val_if_fail (IS_TAG (self), NULL);
#line 991 "/home/jens/Source/shotwell/src/Tag.vala"
@@ -7565,190 +7559,188 @@ GeeList* tag_detach (Tag* self, MediaSource* source) {
#line 992 "/home/jens/Source/shotwell/src/Tag.vala"
_tmp0_ = self->priv->media_views;
#line 992 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp1_ = source;
+ _tmp1_ = view_collection_get_view_for_source (_tmp0_, G_TYPE_CHECK_INSTANCE_CAST (source, TYPE_DATA_SOURCE, DataSource));
#line 992 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp2_ = view_collection_get_view_for_source (_tmp0_, G_TYPE_CHECK_INSTANCE_CAST (_tmp1_, TYPE_DATA_SOURCE, DataSource));
-#line 992 "/home/jens/Source/shotwell/src/Tag.vala"
- this_view = _tmp2_;
+ this_view = _tmp1_;
#line 993 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp3_ = this_view;
+ _tmp2_ = this_view;
#line 993 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp3_ == NULL) {
+ if (_tmp2_ == NULL) {
#line 994 "/home/jens/Source/shotwell/src/Tag.vala"
result = NULL;
#line 994 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (this_view);
#line 994 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 7584 "Tag.c"
+#line 7576 "Tag.c"
}
#line 996 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp4_ = gee_array_list_new (TYPE_TAG, (GBoxedCopyFunc) g_object_ref, (GDestroyNotify) g_object_unref, NULL, NULL, NULL);
+ _tmp3_ = gee_array_list_new (TYPE_TAG, (GBoxedCopyFunc) g_object_ref, (GDestroyNotify) g_object_unref, NULL, NULL, NULL);
#line 996 "/home/jens/Source/shotwell/src/Tag.vala"
- detached_from = G_TYPE_CHECK_INSTANCE_CAST (_tmp4_, GEE_TYPE_LIST, GeeList);
-#line 7590 "Tag.c"
+ detached_from = G_TYPE_CHECK_INSTANCE_CAST (_tmp3_, GEE_TYPE_LIST, GeeList);
+#line 7582 "Tag.c"
{
GeeList* _child_tag_list = NULL;
- GeeList* _tmp5_;
+ GeeList* _tmp4_;
gint _child_tag_size = 0;
- GeeList* _tmp6_;
+ GeeList* _tmp5_;
+ gint _tmp6_;
gint _tmp7_;
- gint _tmp8_;
gint _child_tag_index = 0;
#line 998 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp5_ = tag_get_hierarchical_children (self);
+ _tmp4_ = tag_get_hierarchical_children (self);
#line 998 "/home/jens/Source/shotwell/src/Tag.vala"
- _child_tag_list = _tmp5_;
+ _child_tag_list = _tmp4_;
#line 998 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp6_ = _child_tag_list;
+ _tmp5_ = _child_tag_list;
#line 998 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp7_ = gee_collection_get_size (G_TYPE_CHECK_INSTANCE_CAST (_tmp6_, GEE_TYPE_COLLECTION, GeeCollection));
+ _tmp6_ = gee_collection_get_size (G_TYPE_CHECK_INSTANCE_CAST (_tmp5_, GEE_TYPE_COLLECTION, GeeCollection));
#line 998 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp8_ = _tmp7_;
+ _tmp7_ = _tmp6_;
#line 998 "/home/jens/Source/shotwell/src/Tag.vala"
- _child_tag_size = _tmp8_;
+ _child_tag_size = _tmp7_;
#line 998 "/home/jens/Source/shotwell/src/Tag.vala"
_child_tag_index = -1;
#line 998 "/home/jens/Source/shotwell/src/Tag.vala"
while (TRUE) {
-#line 7615 "Tag.c"
+#line 7607 "Tag.c"
+ gint _tmp8_;
gint _tmp9_;
gint _tmp10_;
- gint _tmp11_;
Tag* child_tag = NULL;
- GeeList* _tmp12_;
- gint _tmp13_;
- gpointer _tmp14_;
+ GeeList* _tmp11_;
+ gint _tmp12_;
+ gpointer _tmp13_;
DataView* child_view = NULL;
- Tag* _tmp15_;
- ViewCollection* _tmp16_;
- MediaSource* _tmp17_;
- DataView* _tmp18_;
- DataView* _tmp19_;
+ Tag* _tmp14_;
+ ViewCollection* _tmp15_;
+ DataView* _tmp16_;
+ DataView* _tmp17_;
#line 998 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp9_ = _child_tag_index;
+ _tmp8_ = _child_tag_index;
#line 998 "/home/jens/Source/shotwell/src/Tag.vala"
- _child_tag_index = _tmp9_ + 1;
+ _child_tag_index = _tmp8_ + 1;
#line 998 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp10_ = _child_tag_index;
+ _tmp9_ = _child_tag_index;
#line 998 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp11_ = _child_tag_size;
+ _tmp10_ = _child_tag_size;
#line 998 "/home/jens/Source/shotwell/src/Tag.vala"
- if (!(_tmp10_ < _tmp11_)) {
+ if (!(_tmp9_ < _tmp10_)) {
#line 998 "/home/jens/Source/shotwell/src/Tag.vala"
break;
-#line 7641 "Tag.c"
+#line 7632 "Tag.c"
}
#line 998 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp12_ = _child_tag_list;
+ _tmp11_ = _child_tag_list;
#line 998 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp13_ = _child_tag_index;
+ _tmp12_ = _child_tag_index;
#line 998 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp14_ = gee_list_get (_tmp12_, _tmp13_);
+ _tmp13_ = gee_list_get (_tmp11_, _tmp12_);
#line 998 "/home/jens/Source/shotwell/src/Tag.vala"
- child_tag = (Tag*) _tmp14_;
-#line 999 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp15_ = child_tag;
+ child_tag = (Tag*) _tmp13_;
#line 999 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp16_ = _tmp15_->priv->media_views;
+ _tmp14_ = child_tag;
#line 999 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp17_ = source;
+ _tmp15_ = _tmp14_->priv->media_views;
#line 999 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp18_ = view_collection_get_view_for_source (_tmp16_, G_TYPE_CHECK_INSTANCE_CAST (_tmp17_, TYPE_DATA_SOURCE, DataSource));
+ _tmp16_ = view_collection_get_view_for_source (_tmp15_, G_TYPE_CHECK_INSTANCE_CAST (source, TYPE_DATA_SOURCE, DataSource));
#line 999 "/home/jens/Source/shotwell/src/Tag.vala"
- child_view = _tmp18_;
+ child_view = _tmp16_;
#line 1000 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp19_ = child_view;
+ _tmp17_ = child_view;
#line 1000 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp19_ != NULL) {
-#line 7665 "Tag.c"
+ if (_tmp17_ != NULL) {
+#line 7654 "Tag.c"
+ Tag* _tmp18_;
+ ViewCollection* _tmp19_;
Tag* _tmp20_;
ViewCollection* _tmp21_;
- Tag* _tmp22_;
- ViewCollection* _tmp23_;
- DataView* _tmp24_;
- Marker* _tmp25_;
- Marker* _tmp26_;
- GeeList* _tmp27_;
- Tag* _tmp28_;
+ DataView* _tmp22_;
+ Marker* _tmp23_;
+ Marker* _tmp24_;
+ GeeList* _tmp25_;
+ Tag* _tmp26_;
#line 1001 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp20_ = child_tag;
+ _tmp18_ = child_tag;
#line 1001 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp21_ = _tmp20_->priv->media_views;
+ _tmp19_ = _tmp18_->priv->media_views;
#line 1001 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp22_ = child_tag;
+ _tmp20_ = child_tag;
#line 1001 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp23_ = _tmp22_->priv->media_views;
+ _tmp21_ = _tmp20_->priv->media_views;
#line 1001 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp24_ = child_view;
+ _tmp22_ = child_view;
#line 1001 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp25_ = data_collection_mark (G_TYPE_CHECK_INSTANCE_CAST (_tmp23_, TYPE_DATA_COLLECTION, DataCollection), G_TYPE_CHECK_INSTANCE_CAST (_tmp24_, TYPE_DATA_OBJECT, DataObject));
+ _tmp23_ = data_collection_mark (G_TYPE_CHECK_INSTANCE_CAST (_tmp21_, TYPE_DATA_COLLECTION, DataCollection), G_TYPE_CHECK_INSTANCE_CAST (_tmp22_, TYPE_DATA_OBJECT, DataObject));
#line 1001 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp26_ = _tmp25_;
+ _tmp24_ = _tmp23_;
#line 1001 "/home/jens/Source/shotwell/src/Tag.vala"
- data_collection_remove_marked (G_TYPE_CHECK_INSTANCE_CAST (_tmp21_, TYPE_DATA_COLLECTION, DataCollection), _tmp26_);
+ data_collection_remove_marked (G_TYPE_CHECK_INSTANCE_CAST (_tmp19_, TYPE_DATA_COLLECTION, DataCollection), _tmp24_);
#line 1001 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_object_unref0 (_tmp26_);
+ _g_object_unref0 (_tmp24_);
#line 1002 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp27_ = detached_from;
+ _tmp25_ = detached_from;
#line 1002 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp28_ = child_tag;
+ _tmp26_ = child_tag;
#line 1002 "/home/jens/Source/shotwell/src/Tag.vala"
- gee_collection_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp27_, GEE_TYPE_COLLECTION, GeeCollection), _tmp28_);
-#line 7699 "Tag.c"
+ gee_collection_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp25_, GEE_TYPE_COLLECTION, GeeCollection), _tmp26_);
+#line 7688 "Tag.c"
}
#line 998 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (child_view);
#line 998 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (child_tag);
-#line 7705 "Tag.c"
+#line 7694 "Tag.c"
}
#line 998 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (_child_tag_list);
-#line 7709 "Tag.c"
+#line 7698 "Tag.c"
}
#line 1006 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp29_ = self->priv->media_views;
+ _tmp27_ = self->priv->media_views;
#line 1006 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp30_ = self->priv->media_views;
+ _tmp28_ = self->priv->media_views;
#line 1006 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp31_ = this_view;
+ _tmp29_ = this_view;
#line 1006 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp32_ = data_collection_mark (G_TYPE_CHECK_INSTANCE_CAST (_tmp30_, TYPE_DATA_COLLECTION, DataCollection), G_TYPE_CHECK_INSTANCE_CAST (_tmp31_, TYPE_DATA_OBJECT, DataObject));
+ _tmp30_ = data_collection_mark (G_TYPE_CHECK_INSTANCE_CAST (_tmp28_, TYPE_DATA_COLLECTION, DataCollection), G_TYPE_CHECK_INSTANCE_CAST (_tmp29_, TYPE_DATA_OBJECT, DataObject));
#line 1006 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp33_ = _tmp32_;
+ _tmp31_ = _tmp30_;
#line 1006 "/home/jens/Source/shotwell/src/Tag.vala"
- data_collection_remove_marked (G_TYPE_CHECK_INSTANCE_CAST (_tmp29_, TYPE_DATA_COLLECTION, DataCollection), _tmp33_);
+ data_collection_remove_marked (G_TYPE_CHECK_INSTANCE_CAST (_tmp27_, TYPE_DATA_COLLECTION, DataCollection), _tmp31_);
#line 1006 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_object_unref0 (_tmp33_);
+ _g_object_unref0 (_tmp31_);
#line 1007 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp34_ = detached_from;
+ _tmp32_ = detached_from;
#line 1007 "/home/jens/Source/shotwell/src/Tag.vala"
- gee_collection_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp34_, GEE_TYPE_COLLECTION, GeeCollection), self);
+ gee_collection_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp32_, GEE_TYPE_COLLECTION, GeeCollection), self);
#line 1009 "/home/jens/Source/shotwell/src/Tag.vala"
result = detached_from;
#line 1009 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (this_view);
#line 1009 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 7735 "Tag.c"
+#line 7724 "Tag.c"
}
-GeeMultiMap* tag_detach_many (Tag* self, GeeCollection* sources) {
+GeeMultiMap*
+tag_detach_many (Tag* self,
+ GeeCollection* sources)
+{
GeeMultiMap* result = NULL;
GeeMultiMap* detached_from = NULL;
GeeHashMultiMap* _tmp0_;
Marker* marker = NULL;
ViewCollection* _tmp1_;
Marker* _tmp2_;
- ViewCollection* _tmp42_;
- Marker* _tmp43_;
- GeeMultiMap* _tmp44_ = NULL;
- GeeMultiMap* _tmp45_;
- gint _tmp46_;
- gint _tmp47_;
- GeeMultiMap* _tmp49_;
+ ViewCollection* _tmp40_;
+ Marker* _tmp41_;
+ GeeMultiMap* _tmp42_ = NULL;
+ GeeMultiMap* _tmp43_;
+ gint _tmp44_;
+ gint _tmp45_;
+ GeeMultiMap* _tmp47_;
#line 1015 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_val_if_fail (IS_TAG (self), NULL);
#line 1015 "/home/jens/Source/shotwell/src/Tag.vala"
@@ -7763,618 +7755,548 @@ GeeMultiMap* tag_detach_many (Tag* self, GeeCollection* sources) {
_tmp2_ = data_collection_start_marking (G_TYPE_CHECK_INSTANCE_CAST (_tmp1_, TYPE_DATA_COLLECTION, DataCollection));
#line 1018 "/home/jens/Source/shotwell/src/Tag.vala"
marker = _tmp2_;
-#line 7767 "Tag.c"
+#line 7759 "Tag.c"
{
GeeIterator* _source_it = NULL;
- GeeCollection* _tmp3_;
- GeeIterator* _tmp4_;
-#line 1019 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp3_ = sources;
+ GeeIterator* _tmp3_;
#line 1019 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp4_ = gee_iterable_iterator (G_TYPE_CHECK_INSTANCE_CAST (_tmp3_, GEE_TYPE_ITERABLE, GeeIterable));
+ _tmp3_ = gee_iterable_iterator (G_TYPE_CHECK_INSTANCE_CAST (sources, GEE_TYPE_ITERABLE, GeeIterable));
#line 1019 "/home/jens/Source/shotwell/src/Tag.vala"
- _source_it = _tmp4_;
+ _source_it = _tmp3_;
#line 1019 "/home/jens/Source/shotwell/src/Tag.vala"
while (TRUE) {
-#line 7780 "Tag.c"
- GeeIterator* _tmp5_;
- gboolean _tmp6_;
+#line 7769 "Tag.c"
+ GeeIterator* _tmp4_;
MediaSource* source = NULL;
- GeeIterator* _tmp7_;
- gpointer _tmp8_;
+ GeeIterator* _tmp5_;
+ gpointer _tmp6_;
DataView* view = NULL;
- ViewCollection* _tmp9_;
- MediaSource* _tmp10_;
- DataView* _tmp11_;
- DataView* _tmp12_;
- Marker* _tmp38_;
- DataView* _tmp39_;
- GeeMultiMap* _tmp40_;
- MediaSource* _tmp41_;
-#line 1019 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp5_ = _source_it;
+ ViewCollection* _tmp7_;
+ MediaSource* _tmp8_;
+ DataView* _tmp9_;
+ DataView* _tmp10_;
+ Marker* _tmp36_;
+ DataView* _tmp37_;
+ GeeMultiMap* _tmp38_;
+ MediaSource* _tmp39_;
#line 1019 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp6_ = gee_iterator_next (_tmp5_);
+ _tmp4_ = _source_it;
#line 1019 "/home/jens/Source/shotwell/src/Tag.vala"
- if (!_tmp6_) {
+ if (!gee_iterator_next (_tmp4_)) {
#line 1019 "/home/jens/Source/shotwell/src/Tag.vala"
break;
-#line 7803 "Tag.c"
+#line 7789 "Tag.c"
}
#line 1019 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp7_ = _source_it;
+ _tmp5_ = _source_it;
#line 1019 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp8_ = gee_iterator_get (_tmp7_);
+ _tmp6_ = gee_iterator_get (_tmp5_);
#line 1019 "/home/jens/Source/shotwell/src/Tag.vala"
- source = (MediaSource*) _tmp8_;
+ source = (MediaSource*) _tmp6_;
#line 1020 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp9_ = self->priv->media_views;
+ _tmp7_ = self->priv->media_views;
#line 1020 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp10_ = source;
+ _tmp8_ = source;
#line 1020 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp11_ = view_collection_get_view_for_source (_tmp9_, G_TYPE_CHECK_INSTANCE_CAST (_tmp10_, TYPE_DATA_SOURCE, DataSource));
+ _tmp9_ = view_collection_get_view_for_source (_tmp7_, G_TYPE_CHECK_INSTANCE_CAST (_tmp8_, TYPE_DATA_SOURCE, DataSource));
#line 1020 "/home/jens/Source/shotwell/src/Tag.vala"
- view = _tmp11_;
+ view = _tmp9_;
#line 1021 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp12_ = view;
+ _tmp10_ = view;
#line 1021 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp12_ == NULL) {
+ if (_tmp10_ == NULL) {
#line 1022 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (view);
#line 1022 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (source);
#line 1022 "/home/jens/Source/shotwell/src/Tag.vala"
continue;
-#line 7829 "Tag.c"
+#line 7815 "Tag.c"
}
{
GeeList* _child_tag_list = NULL;
- GeeList* _tmp13_;
+ GeeList* _tmp11_;
gint _child_tag_size = 0;
- GeeList* _tmp14_;
- gint _tmp15_;
- gint _tmp16_;
+ GeeList* _tmp12_;
+ gint _tmp13_;
+ gint _tmp14_;
gint _child_tag_index = 0;
#line 1024 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp13_ = tag_get_hierarchical_children (self);
+ _tmp11_ = tag_get_hierarchical_children (self);
#line 1024 "/home/jens/Source/shotwell/src/Tag.vala"
- _child_tag_list = _tmp13_;
+ _child_tag_list = _tmp11_;
#line 1024 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp14_ = _child_tag_list;
+ _tmp12_ = _child_tag_list;
#line 1024 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp15_ = gee_collection_get_size (G_TYPE_CHECK_INSTANCE_CAST (_tmp14_, GEE_TYPE_COLLECTION, GeeCollection));
+ _tmp13_ = gee_collection_get_size (G_TYPE_CHECK_INSTANCE_CAST (_tmp12_, GEE_TYPE_COLLECTION, GeeCollection));
#line 1024 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp16_ = _tmp15_;
+ _tmp14_ = _tmp13_;
#line 1024 "/home/jens/Source/shotwell/src/Tag.vala"
- _child_tag_size = _tmp16_;
+ _child_tag_size = _tmp14_;
#line 1024 "/home/jens/Source/shotwell/src/Tag.vala"
_child_tag_index = -1;
#line 1024 "/home/jens/Source/shotwell/src/Tag.vala"
while (TRUE) {
-#line 7855 "Tag.c"
+#line 7841 "Tag.c"
+ gint _tmp15_;
+ gint _tmp16_;
gint _tmp17_;
- gint _tmp18_;
- gint _tmp19_;
Tag* child_tag = NULL;
- GeeList* _tmp20_;
- gint _tmp21_;
- gpointer _tmp22_;
+ GeeList* _tmp18_;
+ gint _tmp19_;
+ gpointer _tmp20_;
DataView* child_view = NULL;
- Tag* _tmp23_;
- ViewCollection* _tmp24_;
- MediaSource* _tmp25_;
- DataView* _tmp26_;
- DataView* _tmp27_;
+ Tag* _tmp21_;
+ ViewCollection* _tmp22_;
+ MediaSource* _tmp23_;
+ DataView* _tmp24_;
+ DataView* _tmp25_;
#line 1024 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp17_ = _child_tag_index;
+ _tmp15_ = _child_tag_index;
#line 1024 "/home/jens/Source/shotwell/src/Tag.vala"
- _child_tag_index = _tmp17_ + 1;
+ _child_tag_index = _tmp15_ + 1;
#line 1024 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp18_ = _child_tag_index;
+ _tmp16_ = _child_tag_index;
#line 1024 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp19_ = _child_tag_size;
+ _tmp17_ = _child_tag_size;
#line 1024 "/home/jens/Source/shotwell/src/Tag.vala"
- if (!(_tmp18_ < _tmp19_)) {
+ if (!(_tmp16_ < _tmp17_)) {
#line 1024 "/home/jens/Source/shotwell/src/Tag.vala"
break;
-#line 7881 "Tag.c"
+#line 7867 "Tag.c"
}
#line 1024 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp20_ = _child_tag_list;
+ _tmp18_ = _child_tag_list;
#line 1024 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp21_ = _child_tag_index;
+ _tmp19_ = _child_tag_index;
#line 1024 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp22_ = gee_list_get (_tmp20_, _tmp21_);
+ _tmp20_ = gee_list_get (_tmp18_, _tmp19_);
#line 1024 "/home/jens/Source/shotwell/src/Tag.vala"
- child_tag = (Tag*) _tmp22_;
+ child_tag = (Tag*) _tmp20_;
#line 1025 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp23_ = child_tag;
+ _tmp21_ = child_tag;
#line 1025 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp24_ = _tmp23_->priv->media_views;
+ _tmp22_ = _tmp21_->priv->media_views;
#line 1025 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp25_ = source;
+ _tmp23_ = source;
#line 1025 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp26_ = view_collection_get_view_for_source (_tmp24_, G_TYPE_CHECK_INSTANCE_CAST (_tmp25_, TYPE_DATA_SOURCE, DataSource));
+ _tmp24_ = view_collection_get_view_for_source (_tmp22_, G_TYPE_CHECK_INSTANCE_CAST (_tmp23_, TYPE_DATA_SOURCE, DataSource));
#line 1025 "/home/jens/Source/shotwell/src/Tag.vala"
- child_view = _tmp26_;
+ child_view = _tmp24_;
#line 1026 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp27_ = child_view;
+ _tmp25_ = child_view;
#line 1026 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp27_ != NULL) {
-#line 7905 "Tag.c"
+ if (_tmp25_ != NULL) {
+#line 7891 "Tag.c"
+ Tag* _tmp26_;
+ ViewCollection* _tmp27_;
Tag* _tmp28_;
ViewCollection* _tmp29_;
- Tag* _tmp30_;
- ViewCollection* _tmp31_;
- DataView* _tmp32_;
- Marker* _tmp33_;
- Marker* _tmp34_;
- GeeMultiMap* _tmp35_;
- Tag* _tmp36_;
- MediaSource* _tmp37_;
+ DataView* _tmp30_;
+ Marker* _tmp31_;
+ Marker* _tmp32_;
+ GeeMultiMap* _tmp33_;
+ Tag* _tmp34_;
+ MediaSource* _tmp35_;
#line 1027 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp28_ = child_tag;
+ _tmp26_ = child_tag;
#line 1027 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp29_ = _tmp28_->priv->media_views;
+ _tmp27_ = _tmp26_->priv->media_views;
#line 1027 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp30_ = child_tag;
+ _tmp28_ = child_tag;
#line 1027 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp31_ = _tmp30_->priv->media_views;
+ _tmp29_ = _tmp28_->priv->media_views;
#line 1027 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp32_ = child_view;
+ _tmp30_ = child_view;
#line 1027 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp33_ = data_collection_mark (G_TYPE_CHECK_INSTANCE_CAST (_tmp31_, TYPE_DATA_COLLECTION, DataCollection), G_TYPE_CHECK_INSTANCE_CAST (_tmp32_, TYPE_DATA_OBJECT, DataObject));
+ _tmp31_ = data_collection_mark (G_TYPE_CHECK_INSTANCE_CAST (_tmp29_, TYPE_DATA_COLLECTION, DataCollection), G_TYPE_CHECK_INSTANCE_CAST (_tmp30_, TYPE_DATA_OBJECT, DataObject));
#line 1027 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp34_ = _tmp33_;
+ _tmp32_ = _tmp31_;
#line 1027 "/home/jens/Source/shotwell/src/Tag.vala"
- data_collection_remove_marked (G_TYPE_CHECK_INSTANCE_CAST (_tmp29_, TYPE_DATA_COLLECTION, DataCollection), _tmp34_);
+ data_collection_remove_marked (G_TYPE_CHECK_INSTANCE_CAST (_tmp27_, TYPE_DATA_COLLECTION, DataCollection), _tmp32_);
#line 1027 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_object_unref0 (_tmp34_);
+ _g_object_unref0 (_tmp32_);
#line 1028 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp35_ = detached_from;
+ _tmp33_ = detached_from;
#line 1028 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp36_ = child_tag;
+ _tmp34_ = child_tag;
#line 1028 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp37_ = source;
+ _tmp35_ = source;
#line 1028 "/home/jens/Source/shotwell/src/Tag.vala"
- gee_multi_map_set (_tmp35_, _tmp36_, _tmp37_);
-#line 7942 "Tag.c"
+ gee_multi_map_set (_tmp33_, _tmp34_, _tmp35_);
+#line 7928 "Tag.c"
}
#line 1024 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (child_view);
#line 1024 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (child_tag);
-#line 7948 "Tag.c"
+#line 7934 "Tag.c"
}
#line 1024 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (_child_tag_list);
-#line 7952 "Tag.c"
+#line 7938 "Tag.c"
}
#line 1032 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp38_ = marker;
+ _tmp36_ = marker;
#line 1032 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp39_ = view;
+ _tmp37_ = view;
#line 1032 "/home/jens/Source/shotwell/src/Tag.vala"
- marker_mark (_tmp38_, G_TYPE_CHECK_INSTANCE_CAST (_tmp39_, TYPE_DATA_OBJECT, DataObject));
+ marker_mark (_tmp36_, G_TYPE_CHECK_INSTANCE_CAST (_tmp37_, TYPE_DATA_OBJECT, DataObject));
#line 1033 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp40_ = detached_from;
+ _tmp38_ = detached_from;
#line 1033 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp41_ = source;
+ _tmp39_ = source;
#line 1033 "/home/jens/Source/shotwell/src/Tag.vala"
- gee_multi_map_set (_tmp40_, self, _tmp41_);
+ gee_multi_map_set (_tmp38_, self, _tmp39_);
#line 1019 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (view);
#line 1019 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (source);
-#line 7970 "Tag.c"
+#line 7956 "Tag.c"
}
#line 1019 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (_source_it);
-#line 7974 "Tag.c"
+#line 7960 "Tag.c"
}
#line 1036 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp42_ = self->priv->media_views;
+ _tmp40_ = self->priv->media_views;
#line 1036 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp43_ = marker;
+ _tmp41_ = marker;
#line 1036 "/home/jens/Source/shotwell/src/Tag.vala"
- data_collection_remove_marked (G_TYPE_CHECK_INSTANCE_CAST (_tmp42_, TYPE_DATA_COLLECTION, DataCollection), _tmp43_);
+ data_collection_remove_marked (G_TYPE_CHECK_INSTANCE_CAST (_tmp40_, TYPE_DATA_COLLECTION, DataCollection), _tmp41_);
#line 1038 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp45_ = detached_from;
+ _tmp43_ = detached_from;
#line 1038 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp46_ = gee_multi_map_get_size (_tmp45_);
+ _tmp44_ = gee_multi_map_get_size (_tmp43_);
#line 1038 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp47_ = _tmp46_;
+ _tmp45_ = _tmp44_;
#line 1038 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp47_ > 0) {
-#line 7990 "Tag.c"
- GeeMultiMap* _tmp48_;
+ if (_tmp45_ > 0) {
+#line 7976 "Tag.c"
+ GeeMultiMap* _tmp46_;
#line 1038 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp48_ = detached_from;
+ _tmp46_ = detached_from;
#line 1038 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp44_ = _tmp48_;
-#line 7996 "Tag.c"
+ _tmp42_ = _tmp46_;
+#line 7982 "Tag.c"
} else {
#line 1038 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp44_ = NULL;
-#line 8000 "Tag.c"
+ _tmp42_ = NULL;
+#line 7986 "Tag.c"
}
#line 1038 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp49_ = _g_object_ref0 (_tmp44_);
+ _tmp47_ = _g_object_ref0 (_tmp42_);
#line 1038 "/home/jens/Source/shotwell/src/Tag.vala"
- result = _tmp49_;
+ result = _tmp47_;
#line 1038 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (marker);
#line 1038 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (detached_from);
#line 1038 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 8012 "Tag.c"
+#line 7998 "Tag.c"
}
-static gint string_index_of (const gchar* self, const gchar* needle, gint start_index) {
+static gint
+string_index_of (const gchar* self,
+ const gchar* needle,
+ gint start_index)
+{
gint result = 0;
gchar* _result_ = NULL;
- gint _tmp0_;
- const gchar* _tmp1_;
- gchar* _tmp2_;
- gchar* _tmp3_;
-#line 1011 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
+ gchar* _tmp0_;
+ gchar* _tmp1_;
+#line 1025 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
g_return_val_if_fail (self != NULL, 0);
-#line 1011 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
+#line 1025 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
g_return_val_if_fail (needle != NULL, 0);
-#line 1012 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- _tmp0_ = start_index;
-#line 1012 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- _tmp1_ = needle;
-#line 1012 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- _tmp2_ = strstr (((gchar*) self) + _tmp0_, (gchar*) _tmp1_);
-#line 1012 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- _result_ = _tmp2_;
-#line 1014 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- _tmp3_ = _result_;
-#line 1014 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- if (_tmp3_ != NULL) {
-#line 8039 "Tag.c"
- gchar* _tmp4_;
-#line 1015 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- _tmp4_ = _result_;
-#line 1015 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- result = (gint) (_tmp4_ - ((gchar*) self));
-#line 1015 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
+#line 1026 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
+ _tmp0_ = strstr (((gchar*) self) + start_index, (gchar*) needle);
+#line 1026 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
+ _result_ = _tmp0_;
+#line 1028 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
+ _tmp1_ = _result_;
+#line 1028 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
+ if (_tmp1_ != NULL) {
+#line 8023 "Tag.c"
+ gchar* _tmp2_;
+#line 1029 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
+ _tmp2_ = _result_;
+#line 1029 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
+ result = (gint) (_tmp2_ - ((gchar*) self));
+#line 1029 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
return result;
-#line 8047 "Tag.c"
+#line 8031 "Tag.c"
} else {
-#line 1017 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
+#line 1031 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
result = -1;
-#line 1017 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
+#line 1031 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
return result;
-#line 8053 "Tag.c"
+#line 8037 "Tag.c"
}
}
-static glong string_strnlen (gchar* str, glong maxlen) {
+static glong
+string_strnlen (gchar* str,
+ glong maxlen)
+{
glong result = 0L;
gchar* end = NULL;
gchar* _tmp0_;
- glong _tmp1_;
- gchar* _tmp2_;
- gchar* _tmp3_;
-#line 1322 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- _tmp0_ = str;
-#line 1322 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- _tmp1_ = maxlen;
-#line 1322 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- _tmp2_ = memchr (_tmp0_, 0, (gsize) _tmp1_);
-#line 1322 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- end = _tmp2_;
-#line 1323 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- _tmp3_ = end;
-#line 1323 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- if (_tmp3_ == NULL) {
-#line 8077 "Tag.c"
- glong _tmp4_;
-#line 1324 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- _tmp4_ = maxlen;
-#line 1324 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- result = _tmp4_;
-#line 1324 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
+ gchar* _tmp1_;
+#line 1336 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
+ _tmp0_ = memchr (str, 0, (gsize) maxlen);
+#line 1336 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
+ end = _tmp0_;
+#line 1337 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
+ _tmp1_ = end;
+#line 1337 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
+ if (_tmp1_ == NULL) {
+#line 1338 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
+ result = maxlen;
+#line 1338 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
return result;
-#line 8085 "Tag.c"
+#line 8062 "Tag.c"
} else {
- gchar* _tmp5_;
- gchar* _tmp6_;
-#line 1326 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- _tmp5_ = end;
-#line 1326 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- _tmp6_ = str;
-#line 1326 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- result = (glong) (_tmp5_ - _tmp6_);
-#line 1326 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
+ gchar* _tmp2_;
+#line 1340 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
+ _tmp2_ = end;
+#line 1340 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
+ result = (glong) (_tmp2_ - str);
+#line 1340 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
return result;
-#line 8097 "Tag.c"
+#line 8071 "Tag.c"
}
}
-static gchar* string_substring (const gchar* self, glong offset, glong len) {
+static gchar*
+string_substring (const gchar* self,
+ glong offset,
+ glong len)
+{
gchar* result = NULL;
glong string_length = 0L;
gboolean _tmp0_ = FALSE;
- glong _tmp1_;
- glong _tmp8_;
- glong _tmp14_;
- glong _tmp17_;
- glong _tmp18_;
- glong _tmp19_;
- glong _tmp20_;
- glong _tmp21_;
- gchar* _tmp22_;
-#line 1333 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
+ glong _tmp6_;
+ gchar* _tmp7_;
+#line 1347 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
g_return_val_if_fail (self != NULL, NULL);
-#line 1335 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- _tmp1_ = offset;
-#line 1335 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- if (_tmp1_ >= ((glong) 0)) {
-#line 8121 "Tag.c"
- glong _tmp2_;
-#line 1335 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- _tmp2_ = len;
-#line 1335 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- _tmp0_ = _tmp2_ >= ((glong) 0);
-#line 8127 "Tag.c"
+#line 1349 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
+ if (offset >= ((glong) 0)) {
+#line 1349 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
+ _tmp0_ = len >= ((glong) 0);
+#line 8092 "Tag.c"
} else {
-#line 1335 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
+#line 1349 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
_tmp0_ = FALSE;
-#line 8131 "Tag.c"
+#line 8096 "Tag.c"
}
-#line 1335 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
+#line 1349 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
if (_tmp0_) {
-#line 8135 "Tag.c"
- glong _tmp3_;
- glong _tmp4_;
- glong _tmp5_;
-#line 1337 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- _tmp3_ = offset;
-#line 1337 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- _tmp4_ = len;
-#line 1337 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- _tmp5_ = string_strnlen ((gchar*) self, _tmp3_ + _tmp4_);
-#line 1337 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- string_length = _tmp5_;
-#line 8147 "Tag.c"
+#line 1351 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
+ string_length = string_strnlen ((gchar*) self, offset + len);
+#line 8102 "Tag.c"
} else {
- gint _tmp6_;
- gint _tmp7_;
-#line 1339 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- _tmp6_ = strlen (self);
-#line 1339 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- _tmp7_ = _tmp6_;
-#line 1339 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- string_length = (glong) _tmp7_;
-#line 8157 "Tag.c"
+ gint _tmp1_;
+ gint _tmp2_;
+#line 1353 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
+ _tmp1_ = strlen (self);
+#line 1353 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
+ _tmp2_ = _tmp1_;
+#line 1353 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
+ string_length = (glong) _tmp2_;
+#line 8112 "Tag.c"
}
-#line 1342 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- _tmp8_ = offset;
-#line 1342 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- if (_tmp8_ < ((glong) 0)) {
-#line 8163 "Tag.c"
- glong _tmp9_;
- glong _tmp10_;
- glong _tmp11_;
-#line 1343 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- _tmp9_ = string_length;
-#line 1343 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- _tmp10_ = offset;
-#line 1343 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- offset = _tmp9_ + _tmp10_;
-#line 1344 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- _tmp11_ = offset;
-#line 1344 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- g_return_val_if_fail (_tmp11_ >= ((glong) 0), NULL);
-#line 8177 "Tag.c"
+#line 1356 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
+ if (offset < ((glong) 0)) {
+#line 8116 "Tag.c"
+ glong _tmp3_;
+#line 1357 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
+ _tmp3_ = string_length;
+#line 1357 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
+ offset = _tmp3_ + offset;
+#line 1358 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
+ g_return_val_if_fail (offset >= ((glong) 0), NULL);
+#line 8124 "Tag.c"
} else {
- glong _tmp12_;
- glong _tmp13_;
-#line 1346 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- _tmp12_ = offset;
-#line 1346 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- _tmp13_ = string_length;
-#line 1346 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- g_return_val_if_fail (_tmp12_ <= _tmp13_, NULL);
-#line 8187 "Tag.c"
+ glong _tmp4_;
+#line 1360 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
+ _tmp4_ = string_length;
+#line 1360 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
+ g_return_val_if_fail (offset <= _tmp4_, NULL);
+#line 8131 "Tag.c"
}
-#line 1348 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- _tmp14_ = len;
-#line 1348 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- if (_tmp14_ < ((glong) 0)) {
-#line 8193 "Tag.c"
- glong _tmp15_;
- glong _tmp16_;
-#line 1349 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- _tmp15_ = string_length;
-#line 1349 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- _tmp16_ = offset;
-#line 1349 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- len = _tmp15_ - _tmp16_;
-#line 8202 "Tag.c"
+#line 1362 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
+ if (len < ((glong) 0)) {
+#line 8135 "Tag.c"
+ glong _tmp5_;
+#line 1363 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
+ _tmp5_ = string_length;
+#line 1363 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
+ len = _tmp5_ - offset;
+#line 8141 "Tag.c"
}
-#line 1351 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- _tmp17_ = offset;
-#line 1351 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- _tmp18_ = len;
-#line 1351 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- _tmp19_ = string_length;
-#line 1351 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- g_return_val_if_fail ((_tmp17_ + _tmp18_) <= _tmp19_, NULL);
-#line 1352 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- _tmp20_ = offset;
-#line 1352 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- _tmp21_ = len;
-#line 1352 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- _tmp22_ = g_strndup (((gchar*) self) + _tmp20_, (gsize) _tmp21_);
-#line 1352 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- result = _tmp22_;
-#line 1352 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
+#line 1365 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
+ _tmp6_ = string_length;
+#line 1365 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
+ g_return_val_if_fail ((offset + len) <= _tmp6_, NULL);
+#line 1366 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
+ _tmp7_ = g_strndup (((gchar*) self) + offset, (gsize) len);
+#line 1366 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
+ result = _tmp7_;
+#line 1366 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
return result;
-#line 8222 "Tag.c"
+#line 8153 "Tag.c"
}
-gboolean tag_rename (Tag* self, const gchar* name) {
+gboolean
+tag_rename (Tag* self,
+ const gchar* name)
+{
gboolean result = FALSE;
- const gchar* _tmp0_;
+ gchar* _tmp0_;
gchar* _tmp1_;
- gchar* _tmp2_;
- gboolean _tmp3_;
+ gboolean _tmp2_;
gchar* new_name = NULL;
+ gchar* _tmp3_;
const gchar* _tmp4_;
gchar* _tmp5_;
- const gchar* _tmp6_;
- gchar* _tmp7_;
- gchar* _tmp8_;
- gboolean _tmp9_;
- gboolean _tmp10_;
+ gchar* _tmp6_;
+ gboolean _tmp7_;
#line 1042 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_val_if_fail (IS_TAG (self), FALSE);
#line 1042 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_val_if_fail (name != NULL, FALSE);
#line 1043 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp0_ = name;
-#line 1043 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp1_ = tag_get_user_visible_name (self);
+ _tmp0_ = tag_get_user_visible_name (self);
#line 1043 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp2_ = _tmp1_;
+ _tmp1_ = _tmp0_;
#line 1043 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp3_ = g_strcmp0 (_tmp0_, _tmp2_) == 0;
+ _tmp2_ = g_strcmp0 (name, _tmp1_) == 0;
#line 1043 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp2_);
+ _g_free0 (_tmp1_);
#line 1043 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp3_) {
+ if (_tmp2_) {
#line 1044 "/home/jens/Source/shotwell/src/Tag.vala"
result = TRUE;
#line 1044 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 8260 "Tag.c"
+#line 8189 "Tag.c"
}
#line 1046 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp4_ = name;
-#line 1046 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp5_ = tag_prep_tag_name (_tmp4_);
+ _tmp3_ = tag_prep_tag_name (name);
#line 1046 "/home/jens/Source/shotwell/src/Tag.vala"
- new_name = _tmp5_;
+ new_name = _tmp3_;
#line 1047 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp6_ = new_name;
+ _tmp4_ = new_name;
#line 1047 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp6_ == NULL) {
+ if (_tmp4_ == NULL) {
#line 1048 "/home/jens/Source/shotwell/src/Tag.vala"
result = FALSE;
#line 1048 "/home/jens/Source/shotwell/src/Tag.vala"
_g_free0 (new_name);
#line 1048 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 8278 "Tag.c"
+#line 8205 "Tag.c"
}
#line 1051 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp7_ = tag_get_path (self);
+ _tmp5_ = tag_get_path (self);
#line 1051 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp8_ = _tmp7_;
+ _tmp6_ = _tmp5_;
#line 1051 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp9_ = g_str_has_prefix (_tmp8_, TAG_PATH_SEPARATOR_STRING);
+ _tmp7_ = g_str_has_prefix (_tmp6_, TAG_PATH_SEPARATOR_STRING);
#line 1051 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp10_ = _tmp9_;
+ _g_free0 (_tmp6_);
#line 1051 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp8_);
-#line 1051 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp10_) {
-#line 8292 "Tag.c"
+ if (_tmp7_) {
+#line 8217 "Tag.c"
gchar* new_path = NULL;
- const gchar* _tmp11_;
- gchar* _tmp12_;
+ const gchar* _tmp8_;
+ gchar* _tmp9_;
gchar* old_path = NULL;
- gchar* _tmp13_;
+ gchar* _tmp10_;
Tag* parent = NULL;
- Tag* _tmp14_;
- Tag* _tmp15_;
- TagSourceCollection* _tmp25_;
- const gchar* _tmp26_;
- gboolean _tmp27_;
+ Tag* _tmp11_;
+ Tag* _tmp12_;
+ TagSourceCollection* _tmp22_;
+ const gchar* _tmp23_;
GeeCollection* children = NULL;
- GeeList* _tmp28_;
- const gchar* _tmp29_;
- Alteration* _tmp53_;
- Alteration* _tmp54_;
+ GeeList* _tmp24_;
+ const gchar* _tmp25_;
+ Alteration* _tmp47_;
+ Alteration* _tmp48_;
#line 1052 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp11_ = new_name;
+ _tmp8_ = new_name;
#line 1052 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp12_ = g_strdup (_tmp11_);
+ _tmp9_ = g_strdup (_tmp8_);
#line 1052 "/home/jens/Source/shotwell/src/Tag.vala"
- new_path = _tmp12_;
+ new_path = _tmp9_;
#line 1053 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp13_ = tag_get_path (self);
+ _tmp10_ = tag_get_path (self);
#line 1053 "/home/jens/Source/shotwell/src/Tag.vala"
- old_path = _tmp13_;
+ old_path = _tmp10_;
#line 1055 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp14_ = tag_get_hierarchical_parent (self);
+ _tmp11_ = tag_get_hierarchical_parent (self);
#line 1055 "/home/jens/Source/shotwell/src/Tag.vala"
- parent = _tmp14_;
+ parent = _tmp11_;
#line 1056 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp15_ = parent;
+ _tmp12_ = parent;
#line 1056 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp15_ != NULL) {
-#line 8327 "Tag.c"
- Tag* _tmp16_;
+ if (_tmp12_ != NULL) {
+#line 8251 "Tag.c"
+ Tag* _tmp13_;
+ gchar* _tmp14_;
+ gchar* _tmp15_;
+ gchar* _tmp16_;
gchar* _tmp17_;
- gchar* _tmp18_;
+ const gchar* _tmp18_;
gchar* _tmp19_;
- gchar* _tmp20_;
- const gchar* _tmp21_;
- gchar* _tmp22_;
#line 1057 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp16_ = parent;
+ _tmp13_ = parent;
#line 1057 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp17_ = tag_get_path (_tmp16_);
+ _tmp14_ = tag_get_path (_tmp13_);
#line 1057 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp18_ = _tmp17_;
+ _tmp15_ = _tmp14_;
#line 1057 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp19_ = g_strconcat (_tmp18_, TAG_PATH_SEPARATOR_STRING, NULL);
+ _tmp16_ = g_strconcat (_tmp15_, TAG_PATH_SEPARATOR_STRING, NULL);
#line 1057 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp20_ = _tmp19_;
+ _tmp17_ = _tmp16_;
#line 1057 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp21_ = new_path;
+ _tmp18_ = new_path;
#line 1057 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp22_ = g_strconcat (_tmp20_, _tmp21_, NULL);
+ _tmp19_ = g_strconcat (_tmp17_, _tmp18_, NULL);
#line 1057 "/home/jens/Source/shotwell/src/Tag.vala"
_g_free0 (new_path);
#line 1057 "/home/jens/Source/shotwell/src/Tag.vala"
- new_path = _tmp22_;
+ new_path = _tmp19_;
#line 1057 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp20_);
+ _g_free0 (_tmp17_);
#line 1057 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp18_);
-#line 8357 "Tag.c"
+ _g_free0 (_tmp15_);
+#line 8281 "Tag.c"
} else {
- const gchar* _tmp23_;
- gchar* _tmp24_;
+ const gchar* _tmp20_;
+ gchar* _tmp21_;
#line 1059 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp23_ = new_path;
+ _tmp20_ = new_path;
#line 1059 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp24_ = g_strconcat (TAG_PATH_SEPARATOR_STRING, _tmp23_, NULL);
+ _tmp21_ = g_strconcat (TAG_PATH_SEPARATOR_STRING, _tmp20_, NULL);
#line 1059 "/home/jens/Source/shotwell/src/Tag.vala"
_g_free0 (new_path);
#line 1059 "/home/jens/Source/shotwell/src/Tag.vala"
- new_path = _tmp24_;
-#line 8369 "Tag.c"
+ new_path = _tmp21_;
+#line 8293 "Tag.c"
}
#line 1062 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp25_ = tag_global;
+ _tmp22_ = tag_global;
#line 1062 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp26_ = new_path;
+ _tmp23_ = new_path;
#line 1062 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp27_ = tag_source_collection_exists (_tmp25_, _tmp26_, TRUE);
-#line 1062 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp27_) {
+ if (tag_source_collection_exists (_tmp22_, _tmp23_, TRUE)) {
#line 1063 "/home/jens/Source/shotwell/src/Tag.vala"
result = FALSE;
#line 1063 "/home/jens/Source/shotwell/src/Tag.vala"
@@ -8387,118 +8309,112 @@ gboolean tag_rename (Tag* self, const gchar* name) {
_g_free0 (new_name);
#line 1063 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 8391 "Tag.c"
+#line 8313 "Tag.c"
}
#line 1065 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp28_ = tag_get_hierarchical_children (self);
+ _tmp24_ = tag_get_hierarchical_children (self);
#line 1065 "/home/jens/Source/shotwell/src/Tag.vala"
- children = G_TYPE_CHECK_INSTANCE_CAST (_tmp28_, GEE_TYPE_COLLECTION, GeeCollection);
+ children = G_TYPE_CHECK_INSTANCE_CAST (_tmp24_, GEE_TYPE_COLLECTION, GeeCollection);
#line 1067 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp29_ = new_path;
+ _tmp25_ = new_path;
#line 1067 "/home/jens/Source/shotwell/src/Tag.vala"
- tag_set_raw_path (self, _tmp29_, TRUE);
-#line 8401 "Tag.c"
+ tag_set_raw_path (self, _tmp25_, TRUE);
+#line 8323 "Tag.c"
{
GeeIterator* _child_it = NULL;
- GeeCollection* _tmp30_;
- GeeIterator* _tmp31_;
+ GeeCollection* _tmp26_;
+ GeeIterator* _tmp27_;
#line 1069 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp30_ = children;
+ _tmp26_ = children;
#line 1069 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp31_ = gee_iterable_iterator (G_TYPE_CHECK_INSTANCE_CAST (_tmp30_, GEE_TYPE_ITERABLE, GeeIterable));
+ _tmp27_ = gee_iterable_iterator (G_TYPE_CHECK_INSTANCE_CAST (_tmp26_, GEE_TYPE_ITERABLE, GeeIterable));
#line 1069 "/home/jens/Source/shotwell/src/Tag.vala"
- _child_it = _tmp31_;
+ _child_it = _tmp27_;
#line 1069 "/home/jens/Source/shotwell/src/Tag.vala"
while (TRUE) {
-#line 8414 "Tag.c"
- GeeIterator* _tmp32_;
- gboolean _tmp33_;
+#line 8336 "Tag.c"
+ GeeIterator* _tmp28_;
Tag* child = NULL;
- GeeIterator* _tmp34_;
- gpointer _tmp35_;
+ GeeIterator* _tmp29_;
+ gpointer _tmp30_;
gchar* old_child_path = NULL;
- Tag* _tmp36_;
- gchar* _tmp37_;
+ Tag* _tmp31_;
+ gchar* _tmp32_;
gint old_path_index = 0;
+ const gchar* _tmp33_;
+ const gchar* _tmp34_;
+ gint _tmp35_;
+ gchar* child_subpath = NULL;
+ const gchar* _tmp36_;
+ gint _tmp37_;
const gchar* _tmp38_;
- const gchar* _tmp39_;
+ gint _tmp39_;
gint _tmp40_;
- gint _tmp41_;
- gchar* child_subpath = NULL;
- const gchar* _tmp42_;
- gint _tmp43_;
- const gchar* _tmp44_;
- gint _tmp45_;
- gint _tmp46_;
- gchar* _tmp47_;
+ gchar* _tmp41_;
gchar* new_child_path = NULL;
- const gchar* _tmp48_;
- const gchar* _tmp49_;
- gchar* _tmp50_;
- Tag* _tmp51_;
- const gchar* _tmp52_;
-#line 1069 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp32_ = _child_it;
+ const gchar* _tmp42_;
+ const gchar* _tmp43_;
+ gchar* _tmp44_;
+ Tag* _tmp45_;
+ const gchar* _tmp46_;
#line 1069 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp33_ = gee_iterator_next (_tmp32_);
+ _tmp28_ = _child_it;
#line 1069 "/home/jens/Source/shotwell/src/Tag.vala"
- if (!_tmp33_) {
+ if (!gee_iterator_next (_tmp28_)) {
#line 1069 "/home/jens/Source/shotwell/src/Tag.vala"
break;
-#line 8449 "Tag.c"
+#line 8367 "Tag.c"
}
#line 1069 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp34_ = _child_it;
+ _tmp29_ = _child_it;
#line 1069 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp35_ = gee_iterator_get (_tmp34_);
+ _tmp30_ = gee_iterator_get (_tmp29_);
#line 1069 "/home/jens/Source/shotwell/src/Tag.vala"
- child = (Tag*) _tmp35_;
+ child = (Tag*) _tmp30_;
#line 1072 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp36_ = child;
+ _tmp31_ = child;
#line 1072 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp37_ = tag_get_path (_tmp36_);
+ _tmp32_ = tag_get_path (_tmp31_);
#line 1072 "/home/jens/Source/shotwell/src/Tag.vala"
- old_child_path = _tmp37_;
-#line 1076 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp38_ = old_child_path;
+ old_child_path = _tmp32_;
#line 1076 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp39_ = old_path;
+ _tmp33_ = old_child_path;
#line 1076 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp40_ = string_index_of (_tmp38_, _tmp39_, 0);
+ _tmp34_ = old_path;
#line 1076 "/home/jens/Source/shotwell/src/Tag.vala"
- old_path_index = _tmp40_;
+ old_path_index = string_index_of (_tmp33_, _tmp34_, 0);
#line 1077 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp41_ = old_path_index;
+ _tmp35_ = old_path_index;
#line 1077 "/home/jens/Source/shotwell/src/Tag.vala"
- _vala_assert (_tmp41_ != -1, "old_path_index != -1");
+ _vala_assert (_tmp35_ != -1, "old_path_index != -1");
#line 1079 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp42_ = old_child_path;
+ _tmp36_ = old_child_path;
#line 1079 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp43_ = old_path_index;
+ _tmp37_ = old_path_index;
#line 1079 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp44_ = old_path;
+ _tmp38_ = old_path;
#line 1079 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp45_ = strlen (_tmp44_);
+ _tmp39_ = strlen (_tmp38_);
#line 1079 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp46_ = _tmp45_;
+ _tmp40_ = _tmp39_;
#line 1079 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp47_ = string_substring (_tmp42_, (glong) (_tmp43_ + _tmp46_), (glong) -1);
+ _tmp41_ = string_substring (_tmp36_, (glong) (_tmp37_ + _tmp40_), (glong) -1);
#line 1079 "/home/jens/Source/shotwell/src/Tag.vala"
- child_subpath = _tmp47_;
+ child_subpath = _tmp41_;
#line 1081 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp48_ = new_path;
+ _tmp42_ = new_path;
#line 1081 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp49_ = child_subpath;
+ _tmp43_ = child_subpath;
#line 1081 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp50_ = g_strconcat (_tmp48_, _tmp49_, NULL);
+ _tmp44_ = g_strconcat (_tmp42_, _tmp43_, NULL);
#line 1081 "/home/jens/Source/shotwell/src/Tag.vala"
- new_child_path = _tmp50_;
+ new_child_path = _tmp44_;
#line 1083 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp51_ = child;
+ _tmp45_ = child;
#line 1083 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp52_ = new_child_path;
+ _tmp46_ = new_child_path;
#line 1083 "/home/jens/Source/shotwell/src/Tag.vala"
- tag_set_raw_path (_tmp51_, _tmp52_, TRUE);
+ tag_set_raw_path (_tmp45_, _tmp46_, TRUE);
#line 1069 "/home/jens/Source/shotwell/src/Tag.vala"
_g_free0 (new_child_path);
#line 1069 "/home/jens/Source/shotwell/src/Tag.vala"
@@ -8507,77 +8423,74 @@ gboolean tag_rename (Tag* self, const gchar* name) {
_g_free0 (old_child_path);
#line 1069 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (child);
-#line 8511 "Tag.c"
+#line 8427 "Tag.c"
}
#line 1069 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (_child_it);
-#line 8515 "Tag.c"
+#line 8431 "Tag.c"
}
#line 1086 "/home/jens/Source/shotwell/src/Tag.vala"
tag_update_indexable_keywords (self);
#line 1087 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp53_ = alteration_new_from_list ("metadata:name, indexable:keywords");
+ _tmp47_ = alteration_new_from_list ("metadata:name, indexable:keywords");
#line 1087 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp54_ = _tmp53_;
+ _tmp48_ = _tmp47_;
#line 1087 "/home/jens/Source/shotwell/src/Tag.vala"
- data_object_notify_altered (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_DATA_OBJECT, DataObject), _tmp54_);
+ data_object_notify_altered (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_DATA_OBJECT, DataObject), _tmp48_);
#line 1087 "/home/jens/Source/shotwell/src/Tag.vala"
- _alteration_unref0 (_tmp54_);
-#line 8527 "Tag.c"
+ _alteration_unref0 (_tmp48_);
+#line 8443 "Tag.c"
{
GeeIterator* _child_it = NULL;
- GeeCollection* _tmp55_;
- GeeIterator* _tmp56_;
+ GeeCollection* _tmp49_;
+ GeeIterator* _tmp50_;
#line 1088 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp55_ = children;
+ _tmp49_ = children;
#line 1088 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp56_ = gee_iterable_iterator (G_TYPE_CHECK_INSTANCE_CAST (_tmp55_, GEE_TYPE_ITERABLE, GeeIterable));
+ _tmp50_ = gee_iterable_iterator (G_TYPE_CHECK_INSTANCE_CAST (_tmp49_, GEE_TYPE_ITERABLE, GeeIterable));
#line 1088 "/home/jens/Source/shotwell/src/Tag.vala"
- _child_it = _tmp56_;
+ _child_it = _tmp50_;
#line 1088 "/home/jens/Source/shotwell/src/Tag.vala"
while (TRUE) {
-#line 8540 "Tag.c"
- GeeIterator* _tmp57_;
- gboolean _tmp58_;
+#line 8456 "Tag.c"
+ GeeIterator* _tmp51_;
Tag* child = NULL;
- GeeIterator* _tmp59_;
- gpointer _tmp60_;
- Tag* _tmp61_;
- Alteration* _tmp62_;
- Alteration* _tmp63_;
-#line 1088 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp57_ = _child_it;
+ GeeIterator* _tmp52_;
+ gpointer _tmp53_;
+ Tag* _tmp54_;
+ Alteration* _tmp55_;
+ Alteration* _tmp56_;
#line 1088 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp58_ = gee_iterator_next (_tmp57_);
+ _tmp51_ = _child_it;
#line 1088 "/home/jens/Source/shotwell/src/Tag.vala"
- if (!_tmp58_) {
+ if (!gee_iterator_next (_tmp51_)) {
#line 1088 "/home/jens/Source/shotwell/src/Tag.vala"
break;
-#line 8557 "Tag.c"
+#line 8470 "Tag.c"
}
#line 1088 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp59_ = _child_it;
+ _tmp52_ = _child_it;
#line 1088 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp60_ = gee_iterator_get (_tmp59_);
+ _tmp53_ = gee_iterator_get (_tmp52_);
#line 1088 "/home/jens/Source/shotwell/src/Tag.vala"
- child = (Tag*) _tmp60_;
+ child = (Tag*) _tmp53_;
#line 1089 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp61_ = child;
+ _tmp54_ = child;
#line 1089 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp62_ = alteration_new_from_list ("metadata:name, indexable:keywords");
+ _tmp55_ = alteration_new_from_list ("metadata:name, indexable:keywords");
#line 1089 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp63_ = _tmp62_;
+ _tmp56_ = _tmp55_;
#line 1089 "/home/jens/Source/shotwell/src/Tag.vala"
- data_object_notify_altered (G_TYPE_CHECK_INSTANCE_CAST (_tmp61_, TYPE_DATA_OBJECT, DataObject), _tmp63_);
+ data_object_notify_altered (G_TYPE_CHECK_INSTANCE_CAST (_tmp54_, TYPE_DATA_OBJECT, DataObject), _tmp56_);
#line 1089 "/home/jens/Source/shotwell/src/Tag.vala"
- _alteration_unref0 (_tmp63_);
+ _alteration_unref0 (_tmp56_);
#line 1088 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (child);
-#line 8577 "Tag.c"
+#line 8490 "Tag.c"
}
#line 1088 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (_child_it);
-#line 8581 "Tag.c"
+#line 8494 "Tag.c"
}
#line 1051 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (children);
@@ -8587,33 +8500,30 @@ gboolean tag_rename (Tag* self, const gchar* name) {
_g_free0 (old_path);
#line 1051 "/home/jens/Source/shotwell/src/Tag.vala"
_g_free0 (new_path);
-#line 8591 "Tag.c"
+#line 8504 "Tag.c"
} else {
- TagSourceCollection* _tmp64_;
- const gchar* _tmp65_;
- gboolean _tmp66_;
- const gchar* _tmp67_;
+ TagSourceCollection* _tmp57_;
+ const gchar* _tmp58_;
+ const gchar* _tmp59_;
#line 1093 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp64_ = tag_global;
+ _tmp57_ = tag_global;
#line 1093 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp65_ = new_name;
+ _tmp58_ = new_name;
#line 1093 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp66_ = tag_source_collection_exists (_tmp64_, _tmp65_, TRUE);
-#line 1093 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp66_) {
+ if (tag_source_collection_exists (_tmp57_, _tmp58_, TRUE)) {
#line 1094 "/home/jens/Source/shotwell/src/Tag.vala"
result = FALSE;
#line 1094 "/home/jens/Source/shotwell/src/Tag.vala"
_g_free0 (new_name);
#line 1094 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 8611 "Tag.c"
+#line 8521 "Tag.c"
}
#line 1096 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp67_ = new_name;
+ _tmp59_ = new_name;
#line 1096 "/home/jens/Source/shotwell/src/Tag.vala"
- tag_set_raw_flat_name (self, _tmp67_);
-#line 8617 "Tag.c"
+ tag_set_raw_flat_name (self, _tmp59_);
+#line 8527 "Tag.c"
}
#line 1099 "/home/jens/Source/shotwell/src/Tag.vala"
result = TRUE;
@@ -8621,15 +8531,16 @@ gboolean tag_rename (Tag* self, const gchar* name) {
_g_free0 (new_name);
#line 1099 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 8625 "Tag.c"
+#line 8535 "Tag.c"
}
-gboolean tag_contains (Tag* self, MediaSource* source) {
+gboolean
+tag_contains (Tag* self,
+ MediaSource* source)
+{
gboolean result = FALSE;
ViewCollection* _tmp0_;
- MediaSource* _tmp1_;
- gboolean _tmp2_;
#line 1102 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_val_if_fail (IS_TAG (self), FALSE);
#line 1102 "/home/jens/Source/shotwell/src/Tag.vala"
@@ -8637,36 +8548,33 @@ gboolean tag_contains (Tag* self, MediaSource* source) {
#line 1103 "/home/jens/Source/shotwell/src/Tag.vala"
_tmp0_ = self->priv->media_views;
#line 1103 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp1_ = source;
-#line 1103 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp2_ = view_collection_has_view_for_source (_tmp0_, G_TYPE_CHECK_INSTANCE_CAST (_tmp1_, TYPE_DATA_SOURCE, DataSource));
-#line 1103 "/home/jens/Source/shotwell/src/Tag.vala"
- result = _tmp2_;
+ result = view_collection_has_view_for_source (_tmp0_, G_TYPE_CHECK_INSTANCE_CAST (source, TYPE_DATA_SOURCE, DataSource));
#line 1103 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 8648 "Tag.c"
+#line 8555 "Tag.c"
}
-gint tag_get_sources_count (Tag* self) {
+gint
+tag_get_sources_count (Tag* self)
+{
gint result = 0;
ViewCollection* _tmp0_;
- gint _tmp1_;
#line 1106 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_val_if_fail (IS_TAG (self), 0);
#line 1107 "/home/jens/Source/shotwell/src/Tag.vala"
_tmp0_ = self->priv->media_views;
#line 1107 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp1_ = data_collection_get_count (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, TYPE_DATA_COLLECTION, DataCollection));
-#line 1107 "/home/jens/Source/shotwell/src/Tag.vala"
- result = _tmp1_;
+ result = data_collection_get_count (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, TYPE_DATA_COLLECTION, DataCollection));
#line 1107 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 8666 "Tag.c"
+#line 8572 "Tag.c"
}
-GeeCollection* tag_get_sources (Tag* self) {
+GeeCollection*
+tag_get_sources (Tag* self)
+{
GeeCollection* result = NULL;
ViewCollection* _tmp0_;
GeeCollection* _tmp1_;
@@ -8680,42 +8588,40 @@ GeeCollection* tag_get_sources (Tag* self) {
result = G_TYPE_CHECK_INSTANCE_CAST (_tmp1_, GEE_TYPE_COLLECTION, GeeCollection);
#line 1111 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 8684 "Tag.c"
+#line 8592 "Tag.c"
}
-void tag_mirror_sources (Tag* self, ViewCollection* view, CreateView mirroring_ctor, void* mirroring_ctor_target) {
+void
+tag_mirror_sources (Tag* self,
+ ViewCollection* view,
+ CreateView mirroring_ctor,
+ void* mirroring_ctor_target)
+{
ViewCollection* _tmp0_;
- ViewCollection* _tmp1_;
- CreateView _tmp2_;
- void* _tmp2__target;
#line 1114 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_if_fail (IS_TAG (self));
#line 1114 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_if_fail (IS_VIEW_COLLECTION (view));
#line 1115 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp0_ = view;
-#line 1115 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp1_ = self->priv->media_views;
-#line 1115 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp2_ = mirroring_ctor;
-#line 1115 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp2__target = mirroring_ctor_target;
+ _tmp0_ = self->priv->media_views;
#line 1115 "/home/jens/Source/shotwell/src/Tag.vala"
- view_collection_mirror (_tmp0_, _tmp1_, _tmp2_, _tmp2__target, NULL, NULL);
-#line 8707 "Tag.c"
+ view_collection_mirror (view, _tmp0_, mirroring_ctor, mirroring_ctor_target, NULL, NULL);
+#line 8611 "Tag.c"
}
-static void tag_on_media_views_contents_altered (Tag* self, GeeIterable* added, GeeIterable* removed) {
+static void
+tag_on_media_views_contents_altered (Tag* self,
+ GeeIterable* added,
+ GeeIterable* removed)
+{
GeeCollection* added_sources = NULL;
- GeeIterable* _tmp0_;
GeeCollection* removed_sources = NULL;
- GeeIterable* _tmp29_;
- GeeCollection* _tmp58_;
- GeeCollection* _tmp62_;
- gboolean _tmp66_ = FALSE;
- GeeCollection* _tmp67_;
+ GeeCollection* _tmp47_;
+ GeeCollection* _tmp51_;
+ gboolean _tmp55_ = FALSE;
+ GeeCollection* _tmp56_;
GError * _inner_error_ = NULL;
#line 1118 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_if_fail (IS_TAG (self));
@@ -8726,294 +8632,263 @@ static void tag_on_media_views_contents_altered (Tag* self, GeeIterable* added,
#line 1120 "/home/jens/Source/shotwell/src/Tag.vala"
added_sources = NULL;
#line 1121 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp0_ = added;
-#line 1121 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp0_ != NULL) {
-#line 8733 "Tag.c"
- GeeArrayList* _tmp1_;
+ if (added != NULL) {
+#line 8637 "Tag.c"
+ GeeArrayList* _tmp0_;
#line 1122 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp1_ = gee_array_list_new (TYPE_MEDIA_SOURCE, (GBoxedCopyFunc) g_object_ref, (GDestroyNotify) g_object_unref, NULL, NULL, NULL);
+ _tmp0_ = gee_array_list_new (TYPE_MEDIA_SOURCE, (GBoxedCopyFunc) g_object_ref, (GDestroyNotify) g_object_unref, NULL, NULL, NULL);
#line 1122 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (added_sources);
#line 1122 "/home/jens/Source/shotwell/src/Tag.vala"
- added_sources = G_TYPE_CHECK_INSTANCE_CAST (_tmp1_, GEE_TYPE_COLLECTION, GeeCollection);
-#line 8741 "Tag.c"
+ added_sources = G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, GEE_TYPE_COLLECTION, GeeCollection);
+#line 8645 "Tag.c"
{
GeeIterator* _view_it = NULL;
- GeeIterable* _tmp2_;
- GeeIterator* _tmp3_;
+ GeeIterator* _tmp1_;
#line 1123 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp2_ = added;
+ _tmp1_ = gee_iterable_iterator (added);
#line 1123 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp3_ = gee_iterable_iterator (_tmp2_);
-#line 1123 "/home/jens/Source/shotwell/src/Tag.vala"
- _view_it = _tmp3_;
+ _view_it = _tmp1_;
#line 1123 "/home/jens/Source/shotwell/src/Tag.vala"
while (TRUE) {
-#line 8754 "Tag.c"
- GeeIterator* _tmp4_;
- gboolean _tmp5_;
+#line 8655 "Tag.c"
+ GeeIterator* _tmp2_;
DataView* view = NULL;
- GeeIterator* _tmp6_;
- gpointer _tmp7_;
+ GeeIterator* _tmp3_;
+ gpointer _tmp4_;
MediaSource* source = NULL;
- DataView* _tmp8_;
- DataSource* _tmp9_;
- TagRow* _tmp10_;
- GeeSet* _tmp11_;
- MediaSource* _tmp12_;
- gchar* _tmp13_;
- gchar* _tmp14_;
- gboolean _tmp15_;
- gboolean _tmp16_;
+ DataView* _tmp5_;
+ DataSource* _tmp6_;
+ TagRow* _tmp7_;
+ GeeSet* _tmp8_;
+ MediaSource* _tmp9_;
+ gchar* _tmp10_;
+ gchar* _tmp11_;
+ gboolean _tmp12_;
gboolean is_added = FALSE;
- GeeCollection* _tmp25_;
- MediaSource* _tmp26_;
- gboolean _tmp27_;
- gboolean _tmp28_;
-#line 1123 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp4_ = _view_it;
+ GeeCollection* _tmp20_;
+ MediaSource* _tmp21_;
+ gboolean _tmp22_;
#line 1123 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp5_ = gee_iterator_next (_tmp4_);
+ _tmp2_ = _view_it;
#line 1123 "/home/jens/Source/shotwell/src/Tag.vala"
- if (!_tmp5_) {
+ if (!gee_iterator_next (_tmp2_)) {
#line 1123 "/home/jens/Source/shotwell/src/Tag.vala"
break;
-#line 8783 "Tag.c"
+#line 8679 "Tag.c"
}
#line 1123 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp6_ = _view_it;
+ _tmp3_ = _view_it;
#line 1123 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp7_ = gee_iterator_get (_tmp6_);
+ _tmp4_ = gee_iterator_get (_tmp3_);
#line 1123 "/home/jens/Source/shotwell/src/Tag.vala"
- view = (DataView*) _tmp7_;
+ view = (DataView*) _tmp4_;
#line 1124 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp8_ = view;
+ _tmp5_ = view;
#line 1124 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp9_ = data_view_get_source (_tmp8_);
+ _tmp6_ = data_view_get_source (_tmp5_);
#line 1124 "/home/jens/Source/shotwell/src/Tag.vala"
- source = G_TYPE_CHECK_INSTANCE_CAST (_tmp9_, TYPE_MEDIA_SOURCE, MediaSource);
+ source = G_TYPE_CHECK_INSTANCE_CAST (_tmp6_, TYPE_MEDIA_SOURCE, MediaSource);
#line 1128 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp10_ = self->priv->row;
+ _tmp7_ = self->priv->row;
#line 1128 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp11_ = _tmp10_->source_id_list;
+ _tmp8_ = _tmp7_->source_id_list;
#line 1128 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp12_ = source;
+ _tmp9_ = source;
#line 1128 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp13_ = data_source_get_source_id (G_TYPE_CHECK_INSTANCE_CAST (_tmp12_, TYPE_DATA_SOURCE, DataSource));
+ _tmp10_ = data_source_get_source_id (G_TYPE_CHECK_INSTANCE_CAST (_tmp9_, TYPE_DATA_SOURCE, DataSource));
#line 1128 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp14_ = _tmp13_;
+ _tmp11_ = _tmp10_;
#line 1128 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp15_ = gee_collection_contains (G_TYPE_CHECK_INSTANCE_CAST (_tmp11_, GEE_TYPE_COLLECTION, GeeCollection), _tmp14_);
+ _tmp12_ = !gee_collection_contains (G_TYPE_CHECK_INSTANCE_CAST (_tmp8_, GEE_TYPE_COLLECTION, GeeCollection), _tmp11_);
#line 1128 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp16_ = !_tmp15_;
+ _g_free0 (_tmp11_);
#line 1128 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp14_);
-#line 1128 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp16_) {
-#line 8815 "Tag.c"
+ if (_tmp12_) {
+#line 8709 "Tag.c"
gboolean is_added = FALSE;
- TagRow* _tmp17_;
- GeeSet* _tmp18_;
- MediaSource* _tmp19_;
- gchar* _tmp20_;
- gchar* _tmp21_;
- gboolean _tmp22_;
- gboolean _tmp23_;
- gboolean _tmp24_;
-#line 1129 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp17_ = self->priv->row;
+ TagRow* _tmp13_;
+ GeeSet* _tmp14_;
+ MediaSource* _tmp15_;
+ gchar* _tmp16_;
+ gchar* _tmp17_;
+ gboolean _tmp18_;
+ gboolean _tmp19_;
#line 1129 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp18_ = _tmp17_->source_id_list;
+ _tmp13_ = self->priv->row;
#line 1129 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp19_ = source;
+ _tmp14_ = _tmp13_->source_id_list;
#line 1129 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp20_ = data_source_get_source_id (G_TYPE_CHECK_INSTANCE_CAST (_tmp19_, TYPE_DATA_SOURCE, DataSource));
+ _tmp15_ = source;
#line 1129 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp21_ = _tmp20_;
+ _tmp16_ = data_source_get_source_id (G_TYPE_CHECK_INSTANCE_CAST (_tmp15_, TYPE_DATA_SOURCE, DataSource));
#line 1129 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp22_ = gee_collection_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp18_, GEE_TYPE_COLLECTION, GeeCollection), _tmp21_);
+ _tmp17_ = _tmp16_;
#line 1129 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp23_ = _tmp22_;
+ _tmp18_ = gee_collection_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp14_, GEE_TYPE_COLLECTION, GeeCollection), _tmp17_);
#line 1129 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp21_);
+ _g_free0 (_tmp17_);
#line 1129 "/home/jens/Source/shotwell/src/Tag.vala"
- is_added = _tmp23_;
+ is_added = _tmp18_;
#line 1130 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp24_ = is_added;
+ _tmp19_ = is_added;
#line 1130 "/home/jens/Source/shotwell/src/Tag.vala"
- _vala_assert (_tmp24_, "is_added");
-#line 8847 "Tag.c"
+ _vala_assert (_tmp19_, "is_added");
+#line 8738 "Tag.c"
}
#line 1133 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp25_ = added_sources;
+ _tmp20_ = added_sources;
#line 1133 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp26_ = source;
+ _tmp21_ = source;
#line 1133 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp27_ = gee_collection_add (_tmp25_, _tmp26_);
-#line 1133 "/home/jens/Source/shotwell/src/Tag.vala"
- is_added = _tmp27_;
+ is_added = gee_collection_add (_tmp20_, _tmp21_);
#line 1134 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp28_ = is_added;
+ _tmp22_ = is_added;
#line 1134 "/home/jens/Source/shotwell/src/Tag.vala"
- _vala_assert (_tmp28_, "is_added");
+ _vala_assert (_tmp22_, "is_added");
#line 1123 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (source);
#line 1123 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (view);
-#line 8865 "Tag.c"
+#line 8754 "Tag.c"
}
#line 1123 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (_view_it);
-#line 8869 "Tag.c"
+#line 8758 "Tag.c"
}
}
#line 1138 "/home/jens/Source/shotwell/src/Tag.vala"
removed_sources = NULL;
#line 1139 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp29_ = removed;
-#line 1139 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp29_ != NULL) {
-#line 8878 "Tag.c"
- GeeArrayList* _tmp30_;
+ if (removed != NULL) {
+#line 8765 "Tag.c"
+ GeeArrayList* _tmp23_;
#line 1140 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp30_ = gee_array_list_new (TYPE_MEDIA_SOURCE, (GBoxedCopyFunc) g_object_ref, (GDestroyNotify) g_object_unref, NULL, NULL, NULL);
+ _tmp23_ = gee_array_list_new (TYPE_MEDIA_SOURCE, (GBoxedCopyFunc) g_object_ref, (GDestroyNotify) g_object_unref, NULL, NULL, NULL);
#line 1140 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (removed_sources);
#line 1140 "/home/jens/Source/shotwell/src/Tag.vala"
- removed_sources = G_TYPE_CHECK_INSTANCE_CAST (_tmp30_, GEE_TYPE_COLLECTION, GeeCollection);
-#line 8886 "Tag.c"
+ removed_sources = G_TYPE_CHECK_INSTANCE_CAST (_tmp23_, GEE_TYPE_COLLECTION, GeeCollection);
+#line 8773 "Tag.c"
{
GeeIterator* _view_it = NULL;
- GeeIterable* _tmp31_;
- GeeIterator* _tmp32_;
-#line 1141 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp31_ = removed;
+ GeeIterator* _tmp24_;
#line 1141 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp32_ = gee_iterable_iterator (_tmp31_);
+ _tmp24_ = gee_iterable_iterator (removed);
#line 1141 "/home/jens/Source/shotwell/src/Tag.vala"
- _view_it = _tmp32_;
+ _view_it = _tmp24_;
#line 1141 "/home/jens/Source/shotwell/src/Tag.vala"
while (TRUE) {
-#line 8899 "Tag.c"
- GeeIterator* _tmp33_;
- gboolean _tmp34_;
+#line 8783 "Tag.c"
+ GeeIterator* _tmp25_;
DataView* view = NULL;
- GeeIterator* _tmp35_;
- gpointer _tmp36_;
+ GeeIterator* _tmp26_;
+ gpointer _tmp27_;
MediaSource* source = NULL;
- DataView* _tmp37_;
- DataSource* _tmp38_;
+ DataView* _tmp28_;
+ DataSource* _tmp29_;
gboolean is_removed = FALSE;
- TagRow* _tmp39_;
- GeeSet* _tmp40_;
- MediaSource* _tmp41_;
- gchar* _tmp42_;
- gchar* _tmp43_;
- gboolean _tmp44_;
- gboolean _tmp45_;
- gboolean _tmp46_;
+ TagRow* _tmp30_;
+ GeeSet* _tmp31_;
+ MediaSource* _tmp32_;
+ gchar* _tmp33_;
+ gchar* _tmp34_;
+ gboolean _tmp35_;
+ gboolean _tmp36_;
gboolean is_added = FALSE;
- GeeCollection* _tmp47_;
- MediaSource* _tmp48_;
- gboolean _tmp49_;
- gboolean _tmp50_;
+ GeeCollection* _tmp37_;
+ MediaSource* _tmp38_;
+ gboolean _tmp39_;
#line 1141 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp33_ = _view_it;
+ _tmp25_ = _view_it;
#line 1141 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp34_ = gee_iterator_next (_tmp33_);
-#line 1141 "/home/jens/Source/shotwell/src/Tag.vala"
- if (!_tmp34_) {
+ if (!gee_iterator_next (_tmp25_)) {
#line 1141 "/home/jens/Source/shotwell/src/Tag.vala"
break;
-#line 8930 "Tag.c"
+#line 8809 "Tag.c"
}
#line 1141 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp35_ = _view_it;
+ _tmp26_ = _view_it;
#line 1141 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp36_ = gee_iterator_get (_tmp35_);
+ _tmp27_ = gee_iterator_get (_tmp26_);
#line 1141 "/home/jens/Source/shotwell/src/Tag.vala"
- view = (DataView*) _tmp36_;
+ view = (DataView*) _tmp27_;
#line 1142 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp37_ = view;
+ _tmp28_ = view;
#line 1142 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp38_ = data_view_get_source (_tmp37_);
+ _tmp29_ = data_view_get_source (_tmp28_);
#line 1142 "/home/jens/Source/shotwell/src/Tag.vala"
- source = G_TYPE_CHECK_INSTANCE_CAST (_tmp38_, TYPE_MEDIA_SOURCE, MediaSource);
+ source = G_TYPE_CHECK_INSTANCE_CAST (_tmp29_, TYPE_MEDIA_SOURCE, MediaSource);
#line 1144 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp39_ = self->priv->row;
+ _tmp30_ = self->priv->row;
#line 1144 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp40_ = _tmp39_->source_id_list;
+ _tmp31_ = _tmp30_->source_id_list;
#line 1144 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp41_ = source;
+ _tmp32_ = source;
#line 1144 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp42_ = data_source_get_source_id (G_TYPE_CHECK_INSTANCE_CAST (_tmp41_, TYPE_DATA_SOURCE, DataSource));
+ _tmp33_ = data_source_get_source_id (G_TYPE_CHECK_INSTANCE_CAST (_tmp32_, TYPE_DATA_SOURCE, DataSource));
#line 1144 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp43_ = _tmp42_;
+ _tmp34_ = _tmp33_;
#line 1144 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp44_ = gee_collection_remove (G_TYPE_CHECK_INSTANCE_CAST (_tmp40_, GEE_TYPE_COLLECTION, GeeCollection), _tmp43_);
-#line 1144 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp45_ = _tmp44_;
+ _tmp35_ = gee_collection_remove (G_TYPE_CHECK_INSTANCE_CAST (_tmp31_, GEE_TYPE_COLLECTION, GeeCollection), _tmp34_);
#line 1144 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_free0 (_tmp43_);
+ _g_free0 (_tmp34_);
#line 1144 "/home/jens/Source/shotwell/src/Tag.vala"
- is_removed = _tmp45_;
+ is_removed = _tmp35_;
#line 1145 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp46_ = is_removed;
+ _tmp36_ = is_removed;
#line 1145 "/home/jens/Source/shotwell/src/Tag.vala"
- _vala_assert (_tmp46_, "is_removed");
+ _vala_assert (_tmp36_, "is_removed");
#line 1147 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp47_ = removed_sources;
+ _tmp37_ = removed_sources;
#line 1147 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp48_ = source;
+ _tmp38_ = source;
#line 1147 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp49_ = gee_collection_add (_tmp47_, _tmp48_);
-#line 1147 "/home/jens/Source/shotwell/src/Tag.vala"
- is_added = _tmp49_;
+ is_added = gee_collection_add (_tmp37_, _tmp38_);
#line 1148 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp50_ = is_added;
+ _tmp39_ = is_added;
#line 1148 "/home/jens/Source/shotwell/src/Tag.vala"
- _vala_assert (_tmp50_, "is_added");
+ _vala_assert (_tmp39_, "is_added");
#line 1141 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (source);
#line 1141 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (view);
-#line 8982 "Tag.c"
+#line 8857 "Tag.c"
}
#line 1141 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (_view_it);
-#line 8986 "Tag.c"
+#line 8861 "Tag.c"
}
}
{
- TagTable* _tmp51_;
- TagTable* _tmp52_;
- TagRow* _tmp53_;
- TagID _tmp54_;
- TagRow* _tmp55_;
- GeeSet* _tmp56_;
+ TagTable* _tmp40_;
+ TagTable* _tmp41_;
+ TagRow* _tmp42_;
+ TagID _tmp43_;
+ TagRow* _tmp44_;
+ GeeSet* _tmp45_;
#line 1153 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp51_ = tag_table_get_instance ();
+ _tmp40_ = tag_table_get_instance ();
#line 1153 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp52_ = _tmp51_;
+ _tmp41_ = _tmp40_;
#line 1153 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp53_ = self->priv->row;
+ _tmp42_ = self->priv->row;
#line 1153 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp54_ = _tmp53_->tag_id;
+ _tmp43_ = _tmp42_->tag_id;
#line 1153 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp55_ = self->priv->row;
+ _tmp44_ = self->priv->row;
#line 1153 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp56_ = _tmp55_->source_id_list;
+ _tmp45_ = _tmp44_->source_id_list;
#line 1153 "/home/jens/Source/shotwell/src/Tag.vala"
- tag_table_set_tagged_sources (_tmp52_, &_tmp54_, G_TYPE_CHECK_INSTANCE_CAST (_tmp56_, GEE_TYPE_COLLECTION, GeeCollection), &_inner_error_);
+ tag_table_set_tagged_sources (_tmp41_, &_tmp43_, G_TYPE_CHECK_INSTANCE_CAST (_tmp45_, GEE_TYPE_COLLECTION, GeeCollection), &_inner_error_);
#line 1153 "/home/jens/Source/shotwell/src/Tag.vala"
- _database_table_unref0 (_tmp52_);
+ _database_table_unref0 (_tmp41_);
#line 1153 "/home/jens/Source/shotwell/src/Tag.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1153 "/home/jens/Source/shotwell/src/Tag.vala"
if (_inner_error_->domain == DATABASE_ERROR) {
-#line 9016 "Tag.c"
- goto __catch477_database_error;
+#line 8891 "Tag.c"
+ goto __catch486_database_error;
}
#line 1153 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (removed_sources);
@@ -9025,27 +8900,27 @@ static void tag_on_media_views_contents_altered (Tag* self, GeeIterable* added,
g_clear_error (&_inner_error_);
#line 1153 "/home/jens/Source/shotwell/src/Tag.vala"
return;
-#line 9029 "Tag.c"
+#line 8904 "Tag.c"
}
}
- goto __finally477;
- __catch477_database_error:
+ goto __finally486;
+ __catch486_database_error:
{
GError* err = NULL;
- GError* _tmp57_;
+ GError* _tmp46_;
#line 1152 "/home/jens/Source/shotwell/src/Tag.vala"
err = _inner_error_;
#line 1152 "/home/jens/Source/shotwell/src/Tag.vala"
_inner_error_ = NULL;
#line 1155 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp57_ = err;
+ _tmp46_ = err;
#line 1155 "/home/jens/Source/shotwell/src/Tag.vala"
- app_window_database_error (_tmp57_);
+ app_window_database_error (_tmp46_);
#line 1152 "/home/jens/Source/shotwell/src/Tag.vala"
_g_error_free0 (err);
-#line 9047 "Tag.c"
+#line 8922 "Tag.c"
}
- __finally477:
+ __finally486:
#line 1152 "/home/jens/Source/shotwell/src/Tag.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1152 "/home/jens/Source/shotwell/src/Tag.vala"
@@ -9058,206 +8933,205 @@ static void tag_on_media_views_contents_altered (Tag* self, GeeIterable* added,
g_clear_error (&_inner_error_);
#line 1152 "/home/jens/Source/shotwell/src/Tag.vala"
return;
-#line 9062 "Tag.c"
+#line 8937 "Tag.c"
}
#line 1159 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp58_ = added_sources;
+ _tmp47_ = added_sources;
#line 1159 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp58_ != NULL) {
-#line 9068 "Tag.c"
- TagSourceCollection* _tmp59_;
- GeeCollection* _tmp60_;
- gboolean _tmp61_;
+ if (_tmp47_ != NULL) {
+#line 8943 "Tag.c"
+ TagSourceCollection* _tmp48_;
+ GeeCollection* _tmp49_;
+ gboolean _tmp50_;
#line 1160 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp59_ = tag_global;
+ _tmp48_ = tag_global;
#line 1160 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp60_ = added_sources;
+ _tmp49_ = added_sources;
#line 1160 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp61_ = self->priv->relinking;
+ _tmp50_ = self->priv->relinking;
#line 1160 "/home/jens/Source/shotwell/src/Tag.vala"
- container_source_collection_notify_container_contents_added (G_TYPE_CHECK_INSTANCE_CAST (_tmp59_, TYPE_CONTAINER_SOURCE_COLLECTION, ContainerSourceCollection), G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_CONTAINER_SOURCE, ContainerSource), _tmp60_, _tmp61_);
-#line 9080 "Tag.c"
+ container_source_collection_notify_container_contents_added (G_TYPE_CHECK_INSTANCE_CAST (_tmp48_, TYPE_CONTAINER_SOURCE_COLLECTION, ContainerSourceCollection), G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_CONTAINER_SOURCE, ContainerSource), _tmp49_, _tmp50_);
+#line 8955 "Tag.c"
}
#line 1162 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp62_ = removed_sources;
+ _tmp51_ = removed_sources;
#line 1162 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp62_ != NULL) {
-#line 9086 "Tag.c"
- TagSourceCollection* _tmp63_;
- GeeCollection* _tmp64_;
- gboolean _tmp65_;
+ if (_tmp51_ != NULL) {
+#line 8961 "Tag.c"
+ TagSourceCollection* _tmp52_;
+ GeeCollection* _tmp53_;
+ gboolean _tmp54_;
#line 1163 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp63_ = tag_global;
+ _tmp52_ = tag_global;
#line 1163 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp64_ = removed_sources;
+ _tmp53_ = removed_sources;
#line 1163 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp65_ = self->priv->unlinking;
+ _tmp54_ = self->priv->unlinking;
#line 1163 "/home/jens/Source/shotwell/src/Tag.vala"
- container_source_collection_notify_container_contents_removed (G_TYPE_CHECK_INSTANCE_CAST (_tmp63_, TYPE_CONTAINER_SOURCE_COLLECTION, ContainerSourceCollection), G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_CONTAINER_SOURCE, ContainerSource), _tmp64_, _tmp65_);
-#line 9098 "Tag.c"
+ container_source_collection_notify_container_contents_removed (G_TYPE_CHECK_INSTANCE_CAST (_tmp52_, TYPE_CONTAINER_SOURCE_COLLECTION, ContainerSourceCollection), G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_CONTAINER_SOURCE, ContainerSource), _tmp53_, _tmp54_);
+#line 8973 "Tag.c"
}
#line 1165 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp67_ = added_sources;
+ _tmp56_ = added_sources;
#line 1165 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp67_ != NULL) {
+ if (_tmp56_ != NULL) {
#line 1165 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp66_ = TRUE;
-#line 9106 "Tag.c"
+ _tmp55_ = TRUE;
+#line 8981 "Tag.c"
} else {
- GeeCollection* _tmp68_;
+ GeeCollection* _tmp57_;
#line 1165 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp68_ = removed_sources;
+ _tmp57_ = removed_sources;
#line 1165 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp66_ = _tmp68_ != NULL;
-#line 9113 "Tag.c"
+ _tmp55_ = _tmp57_ != NULL;
+#line 8988 "Tag.c"
}
#line 1165 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp66_) {
-#line 9117 "Tag.c"
- TagSourceCollection* _tmp69_;
- GeeCollection* _tmp70_;
- gboolean _tmp71_;
- GeeCollection* _tmp72_;
- gboolean _tmp73_;
+ if (_tmp55_) {
+#line 8992 "Tag.c"
+ TagSourceCollection* _tmp58_;
+ GeeCollection* _tmp59_;
+ gboolean _tmp60_;
+ GeeCollection* _tmp61_;
+ gboolean _tmp62_;
#line 1166 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp69_ = tag_global;
+ _tmp58_ = tag_global;
#line 1166 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp70_ = added_sources;
+ _tmp59_ = added_sources;
#line 1166 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp71_ = self->priv->relinking;
+ _tmp60_ = self->priv->relinking;
#line 1166 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp72_ = removed_sources;
+ _tmp61_ = removed_sources;
#line 1166 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp73_ = self->priv->unlinking;
+ _tmp62_ = self->priv->unlinking;
#line 1166 "/home/jens/Source/shotwell/src/Tag.vala"
- container_source_collection_notify_container_contents_altered (G_TYPE_CHECK_INSTANCE_CAST (_tmp69_, TYPE_CONTAINER_SOURCE_COLLECTION, ContainerSourceCollection), G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_CONTAINER_SOURCE, ContainerSource), _tmp70_, _tmp71_, _tmp72_, _tmp73_);
-#line 9135 "Tag.c"
+ container_source_collection_notify_container_contents_altered (G_TYPE_CHECK_INSTANCE_CAST (_tmp58_, TYPE_CONTAINER_SOURCE_COLLECTION, ContainerSourceCollection), G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_CONTAINER_SOURCE, ContainerSource), _tmp59_, _tmp60_, _tmp61_, _tmp62_);
+#line 9010 "Tag.c"
}
#line 1118 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (removed_sources);
#line 1118 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (added_sources);
-#line 9141 "Tag.c"
+#line 9016 "Tag.c"
}
-static void tag_on_sources_destroyed (Tag* self, GeeCollection* sources) {
- GeeCollection* _tmp0_;
+static void
+tag_on_sources_destroyed (Tag* self,
+ GeeCollection* sources)
+{
+ GeeMultiMap* _tmp0_;
GeeMultiMap* _tmp1_;
- GeeMultiMap* _tmp2_;
#line 1171 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_if_fail (IS_TAG (self));
#line 1171 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_if_fail (GEE_IS_COLLECTION (sources));
#line 1172 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp0_ = sources;
+ _tmp0_ = tag_detach_many (self, G_TYPE_CHECK_INSTANCE_CAST (sources, GEE_TYPE_COLLECTION, GeeCollection));
#line 1172 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp1_ = tag_detach_many (self, G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, GEE_TYPE_COLLECTION, GeeCollection));
-#line 1172 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp2_ = _tmp1_;
+ _tmp1_ = _tmp0_;
#line 1172 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_object_unref0 (_tmp2_);
-#line 9161 "Tag.c"
+ _g_object_unref0 (_tmp1_);
+#line 9036 "Tag.c"
}
-static void tag_real_destroy (DataSource* base) {
+static void
+tag_real_destroy (DataSource* base)
+{
Tag * self;
ViewCollection* _tmp0_;
- gint _tmp1_;
GError * _inner_error_ = NULL;
#line 1175 "/home/jens/Source/shotwell/src/Tag.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_TAG, Tag);
#line 1179 "/home/jens/Source/shotwell/src/Tag.vala"
_tmp0_ = self->priv->media_views;
#line 1179 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp1_ = data_collection_get_count (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, TYPE_DATA_COLLECTION, DataCollection));
-#line 1179 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp1_ > 0) {
-#line 9178 "Tag.c"
- ViewCollection* _tmp2_;
- guint _tmp3_;
+ if (data_collection_get_count (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, TYPE_DATA_COLLECTION, DataCollection)) > 0) {
+#line 9052 "Tag.c"
+ ViewCollection* _tmp1_;
+ guint _tmp2_;
GeeArrayList* removed = NULL;
+ GeeArrayList* _tmp3_;
GeeArrayList* _tmp4_;
- GeeArrayList* _tmp5_;
- ViewCollection* _tmp6_;
+ ViewCollection* _tmp5_;
+ GeeCollection* _tmp6_;
GeeCollection* _tmp7_;
- GeeCollection* _tmp8_;
- ViewCollection* _tmp9_;
- TagSourceCollection* _tmp10_;
- GeeArrayList* _tmp11_;
- TagSourceCollection* _tmp12_;
- GeeArrayList* _tmp13_;
- ViewCollection* _tmp14_;
+ ViewCollection* _tmp8_;
+ TagSourceCollection* _tmp9_;
+ GeeArrayList* _tmp10_;
+ TagSourceCollection* _tmp11_;
+ GeeArrayList* _tmp12_;
+ ViewCollection* _tmp13_;
#line 1180 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp2_ = self->priv->media_views;
+ _tmp1_ = self->priv->media_views;
#line 1180 "/home/jens/Source/shotwell/src/Tag.vala"
- g_signal_parse_name ("contents-altered", TYPE_DATA_COLLECTION, &_tmp3_, NULL, FALSE);
+ g_signal_parse_name ("contents-altered", TYPE_DATA_COLLECTION, &_tmp2_, NULL, FALSE);
#line 1180 "/home/jens/Source/shotwell/src/Tag.vala"
- g_signal_handlers_disconnect_matched (G_TYPE_CHECK_INSTANCE_CAST (_tmp2_, TYPE_DATA_COLLECTION, DataCollection), G_SIGNAL_MATCH_ID | G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, _tmp3_, 0, NULL, (GCallback) _tag_on_media_views_contents_altered_data_collection_contents_altered, self);
+ g_signal_handlers_disconnect_matched (G_TYPE_CHECK_INSTANCE_CAST (_tmp1_, TYPE_DATA_COLLECTION, DataCollection), G_SIGNAL_MATCH_ID | G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, _tmp2_, 0, NULL, (GCallback) _tag_on_media_views_contents_altered_data_collection_contents_altered, self);
#line 1182 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp4_ = gee_array_list_new (TYPE_MEDIA_SOURCE, (GBoxedCopyFunc) g_object_ref, (GDestroyNotify) g_object_unref, NULL, NULL, NULL);
+ _tmp3_ = gee_array_list_new (TYPE_MEDIA_SOURCE, (GBoxedCopyFunc) g_object_ref, (GDestroyNotify) g_object_unref, NULL, NULL, NULL);
#line 1182 "/home/jens/Source/shotwell/src/Tag.vala"
- removed = _tmp4_;
+ removed = _tmp3_;
#line 1183 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp5_ = removed;
+ _tmp4_ = removed;
#line 1183 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp6_ = self->priv->media_views;
+ _tmp5_ = self->priv->media_views;
#line 1183 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp7_ = view_collection_get_sources (_tmp6_);
+ _tmp6_ = view_collection_get_sources (_tmp5_);
#line 1183 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp8_ = G_TYPE_CHECK_INSTANCE_CAST (_tmp7_, GEE_TYPE_COLLECTION, GeeCollection);
+ _tmp7_ = G_TYPE_CHECK_INSTANCE_CAST (_tmp6_, GEE_TYPE_COLLECTION, GeeCollection);
#line 1183 "/home/jens/Source/shotwell/src/Tag.vala"
- gee_array_list_add_all (_tmp5_, _tmp8_);
+ gee_array_list_add_all (_tmp4_, _tmp7_);
#line 1183 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_object_unref0 (_tmp8_);
+ _g_object_unref0 (_tmp7_);
#line 1185 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp9_ = self->priv->media_views;
+ _tmp8_ = self->priv->media_views;
#line 1185 "/home/jens/Source/shotwell/src/Tag.vala"
- data_collection_clear (G_TYPE_CHECK_INSTANCE_CAST (_tmp9_, TYPE_DATA_COLLECTION, DataCollection));
+ data_collection_clear (G_TYPE_CHECK_INSTANCE_CAST (_tmp8_, TYPE_DATA_COLLECTION, DataCollection));
#line 1187 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp10_ = tag_global;
+ _tmp9_ = tag_global;
#line 1187 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp11_ = removed;
+ _tmp10_ = removed;
#line 1187 "/home/jens/Source/shotwell/src/Tag.vala"
- container_source_collection_notify_container_contents_removed (G_TYPE_CHECK_INSTANCE_CAST (_tmp10_, TYPE_CONTAINER_SOURCE_COLLECTION, ContainerSourceCollection), G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_CONTAINER_SOURCE, ContainerSource), G_TYPE_CHECK_INSTANCE_CAST (_tmp11_, GEE_TYPE_COLLECTION, GeeCollection), FALSE);
+ container_source_collection_notify_container_contents_removed (G_TYPE_CHECK_INSTANCE_CAST (_tmp9_, TYPE_CONTAINER_SOURCE_COLLECTION, ContainerSourceCollection), G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_CONTAINER_SOURCE, ContainerSource), G_TYPE_CHECK_INSTANCE_CAST (_tmp10_, GEE_TYPE_COLLECTION, GeeCollection), FALSE);
#line 1188 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp12_ = tag_global;
+ _tmp11_ = tag_global;
#line 1188 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp13_ = removed;
+ _tmp12_ = removed;
#line 1188 "/home/jens/Source/shotwell/src/Tag.vala"
- container_source_collection_notify_container_contents_altered (G_TYPE_CHECK_INSTANCE_CAST (_tmp12_, TYPE_CONTAINER_SOURCE_COLLECTION, ContainerSourceCollection), G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_CONTAINER_SOURCE, ContainerSource), NULL, FALSE, G_TYPE_CHECK_INSTANCE_CAST (_tmp13_, GEE_TYPE_COLLECTION, GeeCollection), FALSE);
+ container_source_collection_notify_container_contents_altered (G_TYPE_CHECK_INSTANCE_CAST (_tmp11_, TYPE_CONTAINER_SOURCE_COLLECTION, ContainerSourceCollection), G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_CONTAINER_SOURCE, ContainerSource), NULL, FALSE, G_TYPE_CHECK_INSTANCE_CAST (_tmp12_, GEE_TYPE_COLLECTION, GeeCollection), FALSE);
#line 1190 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp14_ = self->priv->media_views;
+ _tmp13_ = self->priv->media_views;
#line 1190 "/home/jens/Source/shotwell/src/Tag.vala"
- g_signal_connect_object (G_TYPE_CHECK_INSTANCE_CAST (_tmp14_, TYPE_DATA_COLLECTION, DataCollection), "contents-altered", (GCallback) _tag_on_media_views_contents_altered_data_collection_contents_altered, self, 0);
+ g_signal_connect_object (G_TYPE_CHECK_INSTANCE_CAST (_tmp13_, TYPE_DATA_COLLECTION, DataCollection), "contents-altered", (GCallback) _tag_on_media_views_contents_altered_data_collection_contents_altered, self, 0);
#line 1179 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (removed);
-#line 9237 "Tag.c"
+#line 9111 "Tag.c"
}
{
+ TagTable* _tmp14_;
TagTable* _tmp15_;
- TagTable* _tmp16_;
- TagRow* _tmp17_;
- TagID _tmp18_;
+ TagRow* _tmp16_;
+ TagID _tmp17_;
#line 1194 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp15_ = tag_table_get_instance ();
+ _tmp14_ = tag_table_get_instance ();
#line 1194 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp16_ = _tmp15_;
+ _tmp15_ = _tmp14_;
#line 1194 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp17_ = self->priv->row;
+ _tmp16_ = self->priv->row;
#line 1194 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp18_ = _tmp17_->tag_id;
+ _tmp17_ = _tmp16_->tag_id;
#line 1194 "/home/jens/Source/shotwell/src/Tag.vala"
- tag_table_remove (_tmp16_, &_tmp18_, &_inner_error_);
+ tag_table_remove (_tmp15_, &_tmp17_, &_inner_error_);
#line 1194 "/home/jens/Source/shotwell/src/Tag.vala"
- _database_table_unref0 (_tmp16_);
+ _database_table_unref0 (_tmp15_);
#line 1194 "/home/jens/Source/shotwell/src/Tag.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1194 "/home/jens/Source/shotwell/src/Tag.vala"
if (_inner_error_->domain == DATABASE_ERROR) {
-#line 9260 "Tag.c"
- goto __catch478_database_error;
+#line 9134 "Tag.c"
+ goto __catch487_database_error;
}
#line 1194 "/home/jens/Source/shotwell/src/Tag.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -9265,27 +9139,27 @@ static void tag_real_destroy (DataSource* base) {
g_clear_error (&_inner_error_);
#line 1194 "/home/jens/Source/shotwell/src/Tag.vala"
return;
-#line 9269 "Tag.c"
+#line 9143 "Tag.c"
}
}
- goto __finally478;
- __catch478_database_error:
+ goto __finally487;
+ __catch487_database_error:
{
GError* err = NULL;
- GError* _tmp19_;
+ GError* _tmp18_;
#line 1193 "/home/jens/Source/shotwell/src/Tag.vala"
err = _inner_error_;
#line 1193 "/home/jens/Source/shotwell/src/Tag.vala"
_inner_error_ = NULL;
#line 1196 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp19_ = err;
+ _tmp18_ = err;
#line 1196 "/home/jens/Source/shotwell/src/Tag.vala"
- app_window_database_error (_tmp19_);
+ app_window_database_error (_tmp18_);
#line 1193 "/home/jens/Source/shotwell/src/Tag.vala"
_g_error_free0 (err);
-#line 9287 "Tag.c"
+#line 9161 "Tag.c"
}
- __finally478:
+ __finally487:
#line 1193 "/home/jens/Source/shotwell/src/Tag.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1193 "/home/jens/Source/shotwell/src/Tag.vala"
@@ -9294,126 +9168,128 @@ static void tag_real_destroy (DataSource* base) {
g_clear_error (&_inner_error_);
#line 1193 "/home/jens/Source/shotwell/src/Tag.vala"
return;
-#line 9298 "Tag.c"
+#line 9172 "Tag.c"
}
#line 1199 "/home/jens/Source/shotwell/src/Tag.vala"
DATA_SOURCE_CLASS (tag_parent_class)->destroy (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_DATA_SOURCE, DataSource));
-#line 9302 "Tag.c"
+#line 9176 "Tag.c"
}
-static void _tag_tag_snapshot_on_source_destroyed_source_collection_item_destroyed (SourceCollection* _sender, DataSource* source, gpointer self) {
+static void
+_tag_tag_snapshot_on_source_destroyed_source_collection_item_destroyed (SourceCollection* _sender,
+ DataSource* source,
+ gpointer self)
+{
#line 292 "/home/jens/Source/shotwell/src/Tag.vala"
tag_tag_snapshot_on_source_destroyed ((TagTagSnapshot*) self, source);
-#line 9309 "Tag.c"
+#line 9187 "Tag.c"
}
-static TagTagSnapshot* tag_tag_snapshot_construct (GType object_type, Tag* tag) {
+static TagTagSnapshot*
+tag_tag_snapshot_construct (GType object_type,
+ Tag* tag)
+{
TagTagSnapshot* self = NULL;
- Tag* _tmp0_;
+ TagRow* _tmp0_;
TagRow* _tmp1_;
- TagRow* _tmp2_;
- LibraryPhotoSourceCollection* _tmp14_;
- VideoSourceCollection* _tmp15_;
+ LibraryPhotoSourceCollection* _tmp11_;
+ VideoSourceCollection* _tmp12_;
#line 278 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_val_if_fail (IS_TAG (tag), NULL);
#line 278 "/home/jens/Source/shotwell/src/Tag.vala"
self = (TagTagSnapshot*) source_snapshot_construct (object_type);
#line 280 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp0_ = tag;
-#line 280 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp1_ = _tmp0_->priv->row;
+ _tmp0_ = tag->priv->row;
#line 280 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp2_ = _tag_row_ref0 (_tmp1_);
+ _tmp1_ = _tag_row_ref0 (_tmp0_);
#line 280 "/home/jens/Source/shotwell/src/Tag.vala"
_tag_row_unref0 (self->priv->row);
#line 280 "/home/jens/Source/shotwell/src/Tag.vala"
- self->priv->row = _tmp2_;
-#line 9334 "Tag.c"
+ self->priv->row = _tmp1_;
+#line 9212 "Tag.c"
{
GeeIterator* _source_it = NULL;
- Tag* _tmp3_;
- GeeCollection* _tmp4_;
- GeeCollection* _tmp5_;
- GeeIterator* _tmp6_;
- GeeIterator* _tmp7_;
-#line 284 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp3_ = tag;
+ GeeCollection* _tmp2_;
+ GeeCollection* _tmp3_;
+ GeeIterator* _tmp4_;
+ GeeIterator* _tmp5_;
#line 284 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp4_ = tag_get_sources (_tmp3_);
+ _tmp2_ = tag_get_sources (tag);
#line 284 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp5_ = _tmp4_;
+ _tmp3_ = _tmp2_;
#line 284 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp6_ = gee_iterable_iterator (G_TYPE_CHECK_INSTANCE_CAST (_tmp5_, GEE_TYPE_ITERABLE, GeeIterable));
+ _tmp4_ = gee_iterable_iterator (G_TYPE_CHECK_INSTANCE_CAST (_tmp3_, GEE_TYPE_ITERABLE, GeeIterable));
#line 284 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp7_ = _tmp6_;
+ _tmp5_ = _tmp4_;
#line 284 "/home/jens/Source/shotwell/src/Tag.vala"
- _g_object_unref0 (_tmp5_);
+ _g_object_unref0 (_tmp3_);
#line 284 "/home/jens/Source/shotwell/src/Tag.vala"
- _source_it = _tmp7_;
+ _source_it = _tmp5_;
#line 284 "/home/jens/Source/shotwell/src/Tag.vala"
while (TRUE) {
-#line 9358 "Tag.c"
- GeeIterator* _tmp8_;
- gboolean _tmp9_;
+#line 9233 "Tag.c"
+ GeeIterator* _tmp6_;
MediaSource* source = NULL;
- GeeIterator* _tmp10_;
- gpointer _tmp11_;
- GeeHashSet* _tmp12_;
- MediaSource* _tmp13_;
-#line 284 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp8_ = _source_it;
+ GeeIterator* _tmp7_;
+ gpointer _tmp8_;
+ GeeHashSet* _tmp9_;
+ MediaSource* _tmp10_;
#line 284 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp9_ = gee_iterator_next (_tmp8_);
+ _tmp6_ = _source_it;
#line 284 "/home/jens/Source/shotwell/src/Tag.vala"
- if (!_tmp9_) {
+ if (!gee_iterator_next (_tmp6_)) {
#line 284 "/home/jens/Source/shotwell/src/Tag.vala"
break;
-#line 9374 "Tag.c"
+#line 9246 "Tag.c"
}
#line 284 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp10_ = _source_it;
+ _tmp7_ = _source_it;
#line 284 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp11_ = gee_iterator_get (_tmp10_);
+ _tmp8_ = gee_iterator_get (_tmp7_);
#line 284 "/home/jens/Source/shotwell/src/Tag.vala"
- source = (MediaSource*) _tmp11_;
+ source = (MediaSource*) _tmp8_;
#line 285 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp12_ = self->priv->sources;
+ _tmp9_ = self->priv->sources;
#line 285 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp13_ = source;
+ _tmp10_ = source;
#line 285 "/home/jens/Source/shotwell/src/Tag.vala"
- gee_abstract_collection_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp12_, GEE_TYPE_ABSTRACT_COLLECTION, GeeAbstractCollection), _tmp13_);
+ gee_abstract_collection_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp9_, GEE_TYPE_ABSTRACT_COLLECTION, GeeAbstractCollection), _tmp10_);
#line 284 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (source);
-#line 9390 "Tag.c"
+#line 9262 "Tag.c"
}
#line 284 "/home/jens/Source/shotwell/src/Tag.vala"
_g_object_unref0 (_source_it);
-#line 9394 "Tag.c"
+#line 9266 "Tag.c"
}
#line 287 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp14_ = library_photo_global;
+ _tmp11_ = library_photo_global;
#line 287 "/home/jens/Source/shotwell/src/Tag.vala"
- g_signal_connect (G_TYPE_CHECK_INSTANCE_CAST (_tmp14_, TYPE_SOURCE_COLLECTION, SourceCollection), "item-destroyed", (GCallback) _tag_tag_snapshot_on_source_destroyed_source_collection_item_destroyed, self);
+ g_signal_connect (G_TYPE_CHECK_INSTANCE_CAST (_tmp11_, TYPE_SOURCE_COLLECTION, SourceCollection), "item-destroyed", (GCallback) _tag_tag_snapshot_on_source_destroyed_source_collection_item_destroyed, self);
#line 288 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp15_ = video_global;
+ _tmp12_ = video_global;
#line 288 "/home/jens/Source/shotwell/src/Tag.vala"
- g_signal_connect (G_TYPE_CHECK_INSTANCE_CAST (_tmp15_, TYPE_SOURCE_COLLECTION, SourceCollection), "item-destroyed", (GCallback) _tag_tag_snapshot_on_source_destroyed_source_collection_item_destroyed, self);
+ g_signal_connect (G_TYPE_CHECK_INSTANCE_CAST (_tmp12_, TYPE_SOURCE_COLLECTION, SourceCollection), "item-destroyed", (GCallback) _tag_tag_snapshot_on_source_destroyed_source_collection_item_destroyed, self);
#line 278 "/home/jens/Source/shotwell/src/Tag.vala"
return self;
-#line 9406 "Tag.c"
+#line 9278 "Tag.c"
}
-static TagTagSnapshot* tag_tag_snapshot_new (Tag* tag) {
+static TagTagSnapshot*
+tag_tag_snapshot_new (Tag* tag)
+{
#line 278 "/home/jens/Source/shotwell/src/Tag.vala"
return tag_tag_snapshot_construct (TAG_TYPE_TAG_SNAPSHOT, tag);
-#line 9413 "Tag.c"
+#line 9287 "Tag.c"
}
-static TagRow* tag_tag_snapshot_get_row (TagTagSnapshot* self) {
+static TagRow*
+tag_tag_snapshot_get_row (TagTagSnapshot* self)
+{
TagRow* result = NULL;
TagRow* _tmp0_;
TagRow* _tmp1_;
@@ -9427,11 +9303,13 @@ static TagRow* tag_tag_snapshot_get_row (TagTagSnapshot* self) {
result = _tmp1_;
#line 297 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 9431 "Tag.c"
+#line 9307 "Tag.c"
}
-static void tag_tag_snapshot_real_notify_broken (SourceSnapshot* base) {
+static void
+tag_tag_snapshot_real_notify_broken (SourceSnapshot* base)
+{
TagTagSnapshot * self;
TagRow* _tmp0_;
GeeHashSet* _tmp1_;
@@ -9449,14 +9327,15 @@ static void tag_tag_snapshot_real_notify_broken (SourceSnapshot* base) {
gee_abstract_collection_clear (G_TYPE_CHECK_INSTANCE_CAST (_tmp1_, GEE_TYPE_ABSTRACT_COLLECTION, GeeAbstractCollection));
#line 304 "/home/jens/Source/shotwell/src/Tag.vala"
SOURCE_SNAPSHOT_CLASS (tag_tag_snapshot_parent_class)->notify_broken (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_SOURCE_SNAPSHOT, SourceSnapshot));
-#line 9453 "Tag.c"
+#line 9331 "Tag.c"
}
-static void tag_tag_snapshot_on_source_destroyed (TagTagSnapshot* self, DataSource* source) {
+static void
+tag_tag_snapshot_on_source_destroyed (TagTagSnapshot* self,
+ DataSource* source)
+{
GeeHashSet* _tmp0_;
- DataSource* _tmp1_;
- gboolean _tmp2_;
#line 307 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_if_fail (TAG_IS_TAG_SNAPSHOT (self));
#line 307 "/home/jens/Source/shotwell/src/Tag.vala"
@@ -9464,19 +9343,17 @@ static void tag_tag_snapshot_on_source_destroyed (TagTagSnapshot* self, DataSour
#line 308 "/home/jens/Source/shotwell/src/Tag.vala"
_tmp0_ = self->priv->sources;
#line 308 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp1_ = source;
-#line 308 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp2_ = gee_abstract_collection_contains (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, GEE_TYPE_ABSTRACT_COLLECTION, GeeAbstractCollection), G_TYPE_CHECK_INSTANCE_CAST (_tmp1_, TYPE_MEDIA_SOURCE, MediaSource));
-#line 308 "/home/jens/Source/shotwell/src/Tag.vala"
- if (_tmp2_) {
+ if (gee_abstract_collection_contains (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, GEE_TYPE_ABSTRACT_COLLECTION, GeeAbstractCollection), G_TYPE_CHECK_INSTANCE_CAST (source, TYPE_MEDIA_SOURCE, MediaSource))) {
#line 309 "/home/jens/Source/shotwell/src/Tag.vala"
source_snapshot_notify_broken (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_SOURCE_SNAPSHOT, SourceSnapshot));
-#line 9475 "Tag.c"
+#line 9350 "Tag.c"
}
}
-static void tag_tag_snapshot_class_init (TagTagSnapshotClass * klass) {
+static void
+tag_tag_snapshot_class_init (TagTagSnapshotClass * klass)
+{
#line 274 "/home/jens/Source/shotwell/src/Tag.vala"
tag_tag_snapshot_parent_class = g_type_class_peek_parent (klass);
#line 274 "/home/jens/Source/shotwell/src/Tag.vala"
@@ -9485,11 +9362,13 @@ static void tag_tag_snapshot_class_init (TagTagSnapshotClass * klass) {
g_type_class_add_private (klass, sizeof (TagTagSnapshotPrivate));
#line 274 "/home/jens/Source/shotwell/src/Tag.vala"
((SourceSnapshotClass *) klass)->notify_broken = (void (*) (SourceSnapshot *)) tag_tag_snapshot_real_notify_broken;
-#line 9489 "Tag.c"
+#line 9366 "Tag.c"
}
-static void tag_tag_snapshot_instance_init (TagTagSnapshot * self) {
+static void
+tag_tag_snapshot_instance_init (TagTagSnapshot * self)
+{
GeeHashSet* _tmp0_;
#line 274 "/home/jens/Source/shotwell/src/Tag.vala"
self->priv = TAG_TAG_SNAPSHOT_GET_PRIVATE (self);
@@ -9497,11 +9376,13 @@ static void tag_tag_snapshot_instance_init (TagTagSnapshot * self) {
_tmp0_ = gee_hash_set_new (TYPE_MEDIA_SOURCE, (GBoxedCopyFunc) g_object_ref, (GDestroyNotify) g_object_unref, NULL, NULL, NULL, NULL, NULL, NULL);
#line 276 "/home/jens/Source/shotwell/src/Tag.vala"
self->priv->sources = _tmp0_;
-#line 9501 "Tag.c"
+#line 9380 "Tag.c"
}
-static void tag_tag_snapshot_finalize (SourceSnapshot * obj) {
+static void
+tag_tag_snapshot_finalize (SourceSnapshot * obj)
+{
TagTagSnapshot * self;
LibraryPhotoSourceCollection* _tmp0_;
guint _tmp1_;
@@ -9527,11 +9408,13 @@ static void tag_tag_snapshot_finalize (SourceSnapshot * obj) {
_g_object_unref0 (self->priv->sources);
#line 274 "/home/jens/Source/shotwell/src/Tag.vala"
SOURCE_SNAPSHOT_CLASS (tag_tag_snapshot_parent_class)->finalize (obj);
-#line 9531 "Tag.c"
+#line 9412 "Tag.c"
}
-static GType tag_tag_snapshot_get_type (void) {
+static GType
+tag_tag_snapshot_get_type (void)
+{
static volatile gsize tag_tag_snapshot_type_id__volatile = 0;
if (g_once_init_enter (&tag_tag_snapshot_type_id__volatile)) {
static const GTypeInfo g_define_type_info = { sizeof (TagTagSnapshotClass), (GBaseInitFunc) NULL, (GBaseFinalizeFunc) NULL, (GClassInitFunc) tag_tag_snapshot_class_init, (GClassFinalizeFunc) NULL, NULL, sizeof (TagTagSnapshot), 0, (GInstanceInitFunc) tag_tag_snapshot_instance_init, NULL };
@@ -9543,77 +9426,83 @@ static GType tag_tag_snapshot_get_type (void) {
}
-static TagTagProxy* tag_tag_proxy_construct (GType object_type, Tag* tag) {
+static TagTagProxy*
+tag_tag_proxy_construct (GType object_type,
+ Tag* tag)
+{
TagTagProxy* self = NULL;
- Tag* _tmp0_;
#line 314 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_val_if_fail (IS_TAG (tag), NULL);
#line 315 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp0_ = tag;
-#line 315 "/home/jens/Source/shotwell/src/Tag.vala"
- self = (TagTagProxy*) source_proxy_construct (object_type, G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, TYPE_DATA_SOURCE, DataSource));
+ self = (TagTagProxy*) source_proxy_construct (object_type, G_TYPE_CHECK_INSTANCE_CAST (tag, TYPE_DATA_SOURCE, DataSource));
#line 314 "/home/jens/Source/shotwell/src/Tag.vala"
return self;
-#line 9558 "Tag.c"
+#line 9441 "Tag.c"
}
-static TagTagProxy* tag_tag_proxy_new (Tag* tag) {
+static TagTagProxy*
+tag_tag_proxy_new (Tag* tag)
+{
#line 314 "/home/jens/Source/shotwell/src/Tag.vala"
return tag_tag_proxy_construct (TAG_TYPE_TAG_PROXY, tag);
-#line 9565 "Tag.c"
+#line 9450 "Tag.c"
}
-static DataSource* tag_tag_proxy_real_reconstitute (SourceProxy* base, gint64 object_id, SourceSnapshot* snapshot) {
+static DataSource*
+tag_tag_proxy_real_reconstitute (SourceProxy* base,
+ gint64 object_id,
+ SourceSnapshot* snapshot)
+{
TagTagProxy * self;
DataSource* result = NULL;
- gint64 _tmp0_;
- SourceSnapshot* _tmp1_;
- TagRow* _tmp2_;
- TagRow* _tmp3_;
- Tag* _tmp4_;
- DataSource* _tmp5_;
+ TagRow* _tmp0_;
+ TagRow* _tmp1_;
+ Tag* _tmp2_;
+ DataSource* _tmp3_;
#line 318 "/home/jens/Source/shotwell/src/Tag.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (base, TAG_TYPE_TAG_PROXY, TagTagProxy);
#line 318 "/home/jens/Source/shotwell/src/Tag.vala"
g_return_val_if_fail (IS_SOURCE_SNAPSHOT (snapshot), NULL);
#line 319 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp0_ = object_id;
-#line 319 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp1_ = snapshot;
-#line 319 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp2_ = tag_tag_snapshot_get_row (G_TYPE_CHECK_INSTANCE_CAST (_tmp1_, TAG_TYPE_TAG_SNAPSHOT, TagTagSnapshot));
+ _tmp0_ = tag_tag_snapshot_get_row (G_TYPE_CHECK_INSTANCE_CAST (snapshot, TAG_TYPE_TAG_SNAPSHOT, TagTagSnapshot));
#line 319 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp3_ = _tmp2_;
+ _tmp1_ = _tmp0_;
#line 319 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp4_ = tag_reconstitute (_tmp0_, _tmp3_);
+ _tmp2_ = tag_reconstitute (object_id, _tmp1_);
#line 319 "/home/jens/Source/shotwell/src/Tag.vala"
- _tmp5_ = G_TYPE_CHECK_INSTANCE_CAST (_tmp4_, TYPE_DATA_SOURCE, DataSource);
+ _tmp3_ = G_TYPE_CHECK_INSTANCE_CAST (_tmp2_, TYPE_DATA_SOURCE, DataSource);
#line 319 "/home/jens/Source/shotwell/src/Tag.vala"
- _tag_row_unref0 (_tmp3_);
+ _tag_row_unref0 (_tmp1_);
#line 319 "/home/jens/Source/shotwell/src/Tag.vala"
- result = _tmp5_;
+ result = _tmp3_;
#line 319 "/home/jens/Source/shotwell/src/Tag.vala"
return result;
-#line 9600 "Tag.c"
+#line 9483 "Tag.c"
}
-static void tag_tag_proxy_class_init (TagTagProxyClass * klass) {
+static void
+tag_tag_proxy_class_init (TagTagProxyClass * klass)
+{
#line 313 "/home/jens/Source/shotwell/src/Tag.vala"
tag_tag_proxy_parent_class = g_type_class_peek_parent (klass);
#line 313 "/home/jens/Source/shotwell/src/Tag.vala"
((SourceProxyClass *) klass)->reconstitute = (DataSource* (*) (SourceProxy *, gint64, SourceSnapshot*)) tag_tag_proxy_real_reconstitute;
-#line 9609 "Tag.c"
+#line 9494 "Tag.c"
}
-static void tag_tag_proxy_instance_init (TagTagProxy * self) {
+static void
+tag_tag_proxy_instance_init (TagTagProxy * self)
+{
}
-static GType tag_tag_proxy_get_type (void) {
+static GType
+tag_tag_proxy_get_type (void)
+{
static volatile gsize tag_tag_proxy_type_id__volatile = 0;
if (g_once_init_enter (&tag_tag_proxy_type_id__volatile)) {
static const GTypeInfo g_define_type_info = { sizeof (TagTagProxyClass), (GBaseInitFunc) NULL, (GBaseFinalizeFunc) NULL, (GClassInitFunc) tag_tag_proxy_class_init, (GClassFinalizeFunc) NULL, NULL, sizeof (TagTagProxy), 0, (GInstanceInitFunc) tag_tag_proxy_instance_init, NULL };
@@ -9625,7 +9514,9 @@ static GType tag_tag_proxy_get_type (void) {
}
-static void tag_class_init (TagClass * klass) {
+static void
+tag_class_init (TagClass * klass)
+{
#line 269 "/home/jens/Source/shotwell/src/Tag.vala"
tag_parent_class = g_type_class_peek_parent (klass);
#line 269 "/home/jens/Source/shotwell/src/Tag.vala"
@@ -9646,11 +9537,13 @@ static void tag_class_init (TagClass * klass) {
((DataSourceClass *) klass)->destroy = (void (*) (DataSource *)) tag_real_destroy;
#line 269 "/home/jens/Source/shotwell/src/Tag.vala"
G_OBJECT_CLASS (klass)->finalize = tag_finalize;
-#line 9650 "Tag.c"
+#line 9541 "Tag.c"
}
-static void tag_container_source_interface_init (ContainerSourceIface * iface) {
+static void
+tag_container_source_interface_init (ContainerSourceIface * iface)
+{
#line 269 "/home/jens/Source/shotwell/src/Tag.vala"
tag_container_source_parent_iface = g_type_interface_peek_parent (iface);
#line 269 "/home/jens/Source/shotwell/src/Tag.vala"
@@ -9665,29 +9558,35 @@ static void tag_container_source_interface_init (ContainerSourceIface * iface) {
iface->establish_link = (void (*) (ContainerSource *, DataSource*)) tag_real_establish_link;
#line 269 "/home/jens/Source/shotwell/src/Tag.vala"
iface->establish_link_many = (void (*) (ContainerSource *, GeeCollection*)) tag_real_establish_link_many;
-#line 9669 "Tag.c"
+#line 9562 "Tag.c"
}
-static void tag_proxyable_interface_init (ProxyableIface * iface) {
+static void
+tag_proxyable_interface_init (ProxyableIface * iface)
+{
#line 269 "/home/jens/Source/shotwell/src/Tag.vala"
tag_proxyable_parent_iface = g_type_interface_peek_parent (iface);
#line 269 "/home/jens/Source/shotwell/src/Tag.vala"
iface->get_proxy = (SourceProxy* (*) (Proxyable *)) tag_real_get_proxy;
-#line 9678 "Tag.c"
+#line 9573 "Tag.c"
}
-static void tag_indexable_interface_init (IndexableIface * iface) {
+static void
+tag_indexable_interface_init (IndexableIface * iface)
+{
#line 269 "/home/jens/Source/shotwell/src/Tag.vala"
tag_indexable_parent_iface = g_type_interface_peek_parent (iface);
#line 269 "/home/jens/Source/shotwell/src/Tag.vala"
iface->get_indexable_keywords = (const gchar* (*) (Indexable *)) tag_real_get_indexable_keywords;
-#line 9687 "Tag.c"
+#line 9584 "Tag.c"
}
-static void tag_instance_init (Tag * self) {
+static void
+tag_instance_init (Tag * self)
+{
#line 269 "/home/jens/Source/shotwell/src/Tag.vala"
self->priv = TAG_GET_PRIVATE (self);
#line 327 "/home/jens/Source/shotwell/src/Tag.vala"
@@ -9698,11 +9597,13 @@ static void tag_instance_init (Tag * self) {
self->priv->relinking = FALSE;
#line 330 "/home/jens/Source/shotwell/src/Tag.vala"
self->priv->indexable_keywords = NULL;
-#line 9702 "Tag.c"
+#line 9601 "Tag.c"
}
-static void tag_finalize (GObject * obj) {
+static void
+tag_finalize (GObject * obj)
+{
Tag * self;
ViewCollection* _tmp0_;
guint _tmp1_;
@@ -9740,11 +9641,13 @@ static void tag_finalize (GObject * obj) {
_g_free0 (self->priv->indexable_keywords);
#line 269 "/home/jens/Source/shotwell/src/Tag.vala"
G_OBJECT_CLASS (tag_parent_class)->finalize (obj);
-#line 9744 "Tag.c"
+#line 9645 "Tag.c"
}
-GType tag_get_type (void) {
+GType
+tag_get_type (void)
+{
static volatile gsize tag_type_id__volatile = 0;
if (g_once_init_enter (&tag_type_id__volatile)) {
static const GTypeInfo g_define_type_info = { sizeof (TagClass), (GBaseInitFunc) NULL, (GBaseFinalizeFunc) NULL, (GClassInitFunc) tag_class_init, (GClassFinalizeFunc) NULL, NULL, sizeof (Tag), 0, (GInstanceInitFunc) tag_instance_init, NULL };
@@ -9762,7 +9665,11 @@ GType tag_get_type (void) {
}
-static void _vala_array_destroy (gpointer array, gint array_length, GDestroyNotify destroy_func) {
+static void
+_vala_array_destroy (gpointer array,
+ gint array_length,
+ GDestroyNotify destroy_func)
+{
if ((array != NULL) && (destroy_func != NULL)) {
int i;
for (i = 0; i < array_length; i = i + 1) {
@@ -9774,7 +9681,11 @@ static void _vala_array_destroy (gpointer array, gint array_length, GDestroyNoti
}
-static void _vala_array_free (gpointer array, gint array_length, GDestroyNotify destroy_func) {
+static void
+_vala_array_free (gpointer array,
+ gint array_length,
+ GDestroyNotify destroy_func)
+{
_vala_array_destroy (array, array_length, destroy_func);
g_free (array);
}