summaryrefslogtreecommitdiff
path: root/src/SearchFilter.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/SearchFilter.c')
-rw-r--r--src/SearchFilter.c8339
1 files changed, 4456 insertions, 3883 deletions
diff --git a/src/SearchFilter.c b/src/SearchFilter.c
index 00b08ac..59ae93b 100644
--- a/src/SearchFilter.c
+++ b/src/SearchFilter.c
@@ -1,4 +1,4 @@
-/* SearchFilter.c generated by valac 0.36.6, the Vala compiler
+/* SearchFilter.c generated by valac 0.40.4, the Vala compiler
* generated from SearchFilter.vala, do not modify */
/* Copyright 2016 Software Freedom Conservancy Inc.
@@ -8,6 +8,7 @@
*/
/* Bitfield values used to specify which search bar features we want.*/
+
#include <glib.h>
#include <glib-object.h>
#include <stdlib.h>
@@ -318,9 +319,9 @@ enum {
TEXT_ACTION_TEXT_CHANGED_SIGNAL,
TEXT_ACTION_SENSITIVITY_CHANGED_SIGNAL,
TEXT_ACTION_VISIBILITY_CHANGED_SIGNAL,
- TEXT_ACTION_LAST_SIGNAL
+ TEXT_ACTION_NUM_SIGNALS
};
-static guint text_action_signals[TEXT_ACTION_LAST_SIGNAL] = {0};
+static guint text_action_signals[TEXT_ACTION_NUM_SIGNALS] = {0};
#define TYPE_SEARCH_FILTER_ACTIONS (search_filter_actions_get_type ())
#define SEARCH_FILTER_ACTIONS(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_SEARCH_FILTER_ACTIONS, SearchFilterActions))
@@ -478,9 +479,9 @@ enum {
SEARCH_FILTER_ACTIONS_TEXT_CHANGED_SIGNAL,
SEARCH_FILTER_ACTIONS_MEDIA_CONTEXT_CHANGED_SIGNAL,
SEARCH_FILTER_ACTIONS_CRITERIA_CHANGED_SIGNAL,
- SEARCH_FILTER_ACTIONS_LAST_SIGNAL
+ SEARCH_FILTER_ACTIONS_NUM_SIGNALS
};
-static guint search_filter_actions_signals[SEARCH_FILTER_ACTIONS_LAST_SIGNAL] = {0};
+static guint search_filter_actions_signals[SEARCH_FILTER_ACTIONS_NUM_SIGNALS] = {0};
#define TYPE_SEARCH_FILTER_TOOLBAR (search_filter_toolbar_get_type ())
#define SEARCH_FILTER_TOOLBAR(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_SEARCH_FILTER_TOOLBAR, SearchFilterToolbar))
@@ -542,6 +543,11 @@ typedef struct _SearchFilterToolbarLabelToolItemClass SearchFilterToolbarLabelTo
typedef struct _SearchFilterToolbarToggleActionToolButton SearchFilterToolbarToggleActionToolButton;
typedef struct _SearchFilterToolbarToggleActionToolButtonClass SearchFilterToolbarToggleActionToolButtonClass;
+enum {
+ SEARCH_FILTER_TOOLBAR_0_PROPERTY,
+ SEARCH_FILTER_TOOLBAR_NUM_PROPERTIES
+};
+static GParamSpec* search_filter_toolbar_properties[SEARCH_FILTER_TOOLBAR_NUM_PROPERTIES];
#define _search_filter_actions_unref0(var) ((var == NULL) ? NULL : (var = (search_filter_actions_unref (var), NULL)))
#define _view_filter_unref0(var) ((var == NULL) ? NULL : (var = (view_filter_unref (var), NULL)))
#define _g_error_free0(var) ((var == NULL) ? NULL : (var = (g_error_free (var), NULL)))
@@ -619,14 +625,39 @@ typedef struct _DeleteSavedSearchCommandClass DeleteSavedSearchCommandClass;
#define _command_manager_unref0(var) ((var == NULL) ? NULL : (var = (command_manager_unref (var), NULL)))
#define _search_filter_toolbar_saved_search_popover_unref0(var) ((var == NULL) ? NULL : (var = (search_filter_toolbar_saved_search_popover_unref (var), NULL)))
typedef struct _SearchFilterToolbarLabelToolItemPrivate SearchFilterToolbarLabelToolItemPrivate;
+enum {
+ SEARCH_FILTER_TOOLBAR_LABEL_TOOL_ITEM_0_PROPERTY,
+ SEARCH_FILTER_TOOLBAR_LABEL_TOOL_ITEM_NUM_PROPERTIES
+};
+static GParamSpec* search_filter_toolbar_label_tool_item_properties[SEARCH_FILTER_TOOLBAR_LABEL_TOOL_ITEM_NUM_PROPERTIES];
typedef struct _SearchFilterToolbarToggleActionToolButtonPrivate SearchFilterToolbarToggleActionToolButtonPrivate;
+enum {
+ SEARCH_FILTER_TOOLBAR_TOGGLE_ACTION_TOOL_BUTTON_0_PROPERTY,
+ SEARCH_FILTER_TOOLBAR_TOGGLE_ACTION_TOOL_BUTTON_NUM_PROPERTIES
+};
+static GParamSpec* search_filter_toolbar_toggle_action_tool_button_properties[SEARCH_FILTER_TOOLBAR_TOGGLE_ACTION_TOOL_BUTTON_NUM_PROPERTIES];
typedef struct _SearchFilterToolbarSearchBoxPrivate SearchFilterToolbarSearchBoxPrivate;
+enum {
+ SEARCH_FILTER_TOOLBAR_SEARCH_BOX_0_PROPERTY,
+ SEARCH_FILTER_TOOLBAR_SEARCH_BOX_NUM_PROPERTIES
+};
+static GParamSpec* search_filter_toolbar_search_box_properties[SEARCH_FILTER_TOOLBAR_SEARCH_BOX_NUM_PROPERTIES];
typedef struct _SearchFilterToolbarRatingFilterButtonPrivate SearchFilterToolbarRatingFilterButtonPrivate;
enum {
+ SEARCH_FILTER_TOOLBAR_RATING_FILTER_BUTTON_0_PROPERTY,
+ SEARCH_FILTER_TOOLBAR_RATING_FILTER_BUTTON_NUM_PROPERTIES
+};
+static GParamSpec* search_filter_toolbar_rating_filter_button_properties[SEARCH_FILTER_TOOLBAR_RATING_FILTER_BUTTON_NUM_PROPERTIES];
+enum {
+ SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_FILTER_BUTTON_0_PROPERTY,
+ SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_FILTER_BUTTON_NUM_PROPERTIES
+};
+static GParamSpec* search_filter_toolbar_saved_search_filter_button_properties[SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_FILTER_BUTTON_NUM_PROPERTIES];
+enum {
SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_FILTER_BUTTON_CLICKED_SIGNAL,
- SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_FILTER_BUTTON_LAST_SIGNAL
+ SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_FILTER_BUTTON_NUM_SIGNALS
};
-static guint search_filter_toolbar_saved_search_filter_button_signals[SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_FILTER_BUTTON_LAST_SIGNAL] = {0};
+static guint search_filter_toolbar_saved_search_filter_button_signals[SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_FILTER_BUTTON_NUM_SIGNALS] = {0};
typedef struct _SearchFilterToolbarSavedSearchPopoverPrivate SearchFilterToolbarSavedSearchPopoverPrivate;
#define SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_TYPE_DATA_BUTTON (search_filter_toolbar_saved_search_popover_data_button_get_type ())
@@ -652,10 +683,16 @@ typedef struct _SavedSearchTableClass SavedSearchTableClass;
#define _g_list_free0(var) ((var == NULL) ? NULL : (var = (g_list_free (var), NULL)))
typedef struct _SearchFilterToolbarSavedSearchPopoverDataButtonPrivate SearchFilterToolbarSavedSearchPopoverDataButtonPrivate;
enum {
+ SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_DATA_BUTTON_0_PROPERTY,
+ SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_DATA_BUTTON_SEARCH_PROPERTY,
+ SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_DATA_BUTTON_NUM_PROPERTIES
+};
+static GParamSpec* search_filter_toolbar_saved_search_popover_data_button_properties[SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_DATA_BUTTON_NUM_PROPERTIES];
+enum {
SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_DATA_BUTTON_CLICKED_SIGNAL,
- SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_DATA_BUTTON_LAST_SIGNAL
+ SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_DATA_BUTTON_NUM_SIGNALS
};
-static guint search_filter_toolbar_saved_search_popover_data_button_signals[SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_DATA_BUTTON_LAST_SIGNAL] = {0};
+static guint search_filter_toolbar_saved_search_popover_data_button_signals[SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_DATA_BUTTON_NUM_SIGNALS] = {0};
typedef struct _SearchFilterToolbarParamSpecSavedSearchPopover SearchFilterToolbarParamSpecSavedSearchPopover;
enum {
SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_SEARCH_ACTIVATED_SIGNAL,
@@ -663,9 +700,9 @@ enum {
SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_DELETE_CLICKED_SIGNAL,
SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_ADD_CLICKED_SIGNAL,
SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_CLOSED_SIGNAL,
- SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_LAST_SIGNAL
+ SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_NUM_SIGNALS
};
-static guint search_filter_toolbar_saved_search_popover_signals[SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_LAST_SIGNAL] = {0};
+static guint search_filter_toolbar_saved_search_popover_signals[SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_NUM_SIGNALS] = {0};
#define _vala_assert(expr, msg) if G_LIKELY (expr) ; else g_assertion_message_expr (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, msg);
#define _vala_return_if_fail(expr, msg) if G_LIKELY (expr) ; else { g_return_if_fail_warning (G_LOG_DOMAIN, G_STRFUNC, msg); return; }
#define _vala_return_val_if_fail(expr, msg, val) if G_LIKELY (expr) ; else { g_return_if_fail_warning (G_LOG_DOMAIN, G_STRFUNC, msg); return val; }
@@ -1052,9 +1089,15 @@ GType search_filter_criteria_get_type (void) G_GNUC_CONST;
GType rating_filter_get_type (void) G_GNUC_CONST;
gpointer view_filter_ref (gpointer instance);
void view_filter_unref (gpointer instance);
-GParamSpec* param_spec_view_filter (const gchar* name, const gchar* nick, const gchar* blurb, GType object_type, GParamFlags flags);
-void value_set_view_filter (GValue* value, gpointer v_object);
-void value_take_view_filter (GValue* value, gpointer v_object);
+GParamSpec* param_spec_view_filter (const gchar* name,
+ const gchar* nick,
+ const gchar* blurb,
+ GType object_type,
+ GParamFlags flags);
+void value_set_view_filter (GValue* value,
+ gpointer v_object);
+void value_take_view_filter (GValue* value,
+ gpointer v_object);
gpointer value_get_view_filter (const GValue* value);
GType view_filter_get_type (void) G_GNUC_CONST;
GType data_object_get_type (void) G_GNUC_CONST;
@@ -1064,18 +1107,19 @@ GType rating_get_type (void) G_GNUC_CONST;
GType data_source_get_type (void) G_GNUC_CONST;
GType saved_search_get_type (void) G_GNUC_CONST;
#define SEARCH_VIEW_FILTER_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), TYPE_SEARCH_VIEW_FILTER, SearchViewFilterPrivate))
-enum {
- SEARCH_VIEW_FILTER_DUMMY_PROPERTY
-};
guint search_view_filter_get_criteria (SearchViewFilter* self);
static guint search_view_filter_real_get_criteria (SearchViewFilter* self);
-void search_view_filter_set_rating_filter (SearchViewFilter* self, RatingFilter rf);
+void search_view_filter_set_rating_filter (SearchViewFilter* self,
+ RatingFilter rf);
gboolean search_view_filter_has_search_filter (SearchViewFilter* self);
gboolean is_string_empty (const gchar* s);
const gchar* search_view_filter_get_search_filter (SearchViewFilter* self);
-gchar** search_view_filter_get_search_filter_words (SearchViewFilter* self, int* result_length1);
-void search_view_filter_set_search_filter (SearchViewFilter* self, const gchar* text);
-static gchar** _vala_array_dup27 (gchar** self, int length);
+gchar** search_view_filter_get_search_filter_words (SearchViewFilter* self,
+ int* result_length1);
+void search_view_filter_set_search_filter (SearchViewFilter* self,
+ const gchar* text);
+static gchar** _vala_array_dup27 (gchar** self,
+ int length);
void search_view_filter_clear_search_filter (SearchViewFilter* self);
gboolean search_view_filter_has_saved_search (SearchViewFilter* self);
SavedSearch* search_view_filter_get_saved_search (SearchViewFilter* self);
@@ -1088,17 +1132,20 @@ gboolean search_view_filter_get_show_media_raw (SearchViewFilter* self);
SearchViewFilter* search_view_filter_construct (GType object_type);
ViewFilter* view_filter_construct (GType object_type);
gboolean search_view_filter_get_flagged (SearchViewFilter* self);
-void search_view_filter_set_flagged (SearchViewFilter* self, gboolean value);
-void search_view_filter_set_show_media_video (SearchViewFilter* self, gboolean value);
-void search_view_filter_set_show_media_photos (SearchViewFilter* self, gboolean value);
-void search_view_filter_set_show_media_raw (SearchViewFilter* self, gboolean value);
-void search_view_filter_set_saved_search (SearchViewFilter* self, SavedSearch* value);
+void search_view_filter_set_flagged (SearchViewFilter* self,
+ gboolean value);
+void search_view_filter_set_show_media_video (SearchViewFilter* self,
+ gboolean value);
+void search_view_filter_set_show_media_photos (SearchViewFilter* self,
+ gboolean value);
+void search_view_filter_set_show_media_raw (SearchViewFilter* self,
+ gboolean value);
+void search_view_filter_set_saved_search (SearchViewFilter* self,
+ SavedSearch* value);
static void search_view_filter_finalize (ViewFilter * obj);
GType default_search_view_filter_get_type (void) G_GNUC_CONST;
-enum {
- DEFAULT_SEARCH_VIEW_FILTER_DUMMY_PROPERTY
-};
-static gboolean default_search_view_filter_real_predicate (ViewFilter* base, DataView* view);
+static gboolean default_search_view_filter_real_predicate (ViewFilter* base,
+ DataView* view);
GType thumbnail_source_get_type (void) G_GNUC_CONST;
GType media_source_get_type (void) G_GNUC_CONST;
GType thumbnail_view_get_type (void) G_GNUC_CONST;
@@ -1122,86 +1169,138 @@ Event* media_source_get_event (MediaSource* self);
GType tag_get_type (void) G_GNUC_CONST;
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 source_collection_get_type (void) G_GNUC_CONST;
GType database_source_collection_get_type (void) G_GNUC_CONST;
GType container_source_collection_get_type (void) G_GNUC_CONST;
GType tag_source_collection_get_type (void) G_GNUC_CONST;
-GeeList* tag_source_collection_fetch_for_source (TagSourceCollection* self, MediaSource* source);
-gboolean saved_search_predicate (SavedSearch* self, MediaSource* source);
+GeeList* tag_source_collection_fetch_for_source (TagSourceCollection* self,
+ MediaSource* source);
+gboolean saved_search_predicate (SavedSearch* self,
+ MediaSource* source);
DefaultSearchViewFilter* default_search_view_filter_construct (GType object_type);
GType disabled_view_filter_get_type (void) G_GNUC_CONST;
-enum {
- DISABLED_VIEW_FILTER_DUMMY_PROPERTY
-};
-static gboolean disabled_view_filter_real_predicate (ViewFilter* base, DataView* view);
+static gboolean disabled_view_filter_real_predicate (ViewFilter* base,
+ DataView* view);
static guint disabled_view_filter_real_get_criteria (SearchViewFilter* base);
DisabledViewFilter* disabled_view_filter_new (void);
DisabledViewFilter* disabled_view_filter_construct (GType object_type);
gpointer text_action_ref (gpointer instance);
void text_action_unref (gpointer instance);
-GParamSpec* param_spec_text_action (const gchar* name, const gchar* nick, const gchar* blurb, GType object_type, GParamFlags flags);
-void value_set_text_action (GValue* value, gpointer v_object);
-void value_take_text_action (GValue* value, gpointer v_object);
+GParamSpec* param_spec_text_action (const gchar* name,
+ const gchar* nick,
+ const gchar* blurb,
+ GType object_type,
+ GParamFlags flags);
+void value_set_text_action (GValue* value,
+ gpointer v_object);
+void value_take_text_action (GValue* value,
+ gpointer v_object);
gpointer value_get_text_action (const GValue* value);
GType text_action_get_type (void) G_GNUC_CONST;
#define TEXT_ACTION_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), TYPE_TEXT_ACTION, TextActionPrivate))
-enum {
- TEXT_ACTION_DUMMY_PROPERTY
-};
TextAction* text_action_new (const gchar* init);
-TextAction* text_action_construct (GType object_type, const gchar* init);
-void text_action_set_text (TextAction* self, const gchar* text);
+TextAction* text_action_construct (GType object_type,
+ const gchar* init);
+void text_action_set_text (TextAction* self,
+ const gchar* text);
void text_action_clear (TextAction* self);
gboolean text_action_is_sensitive (TextAction* self);
-void text_action_set_sensitive (TextAction* self, gboolean sensitive);
+void text_action_set_sensitive (TextAction* self,
+ gboolean sensitive);
gboolean text_action_is_visible (TextAction* self);
-void text_action_set_visible (TextAction* self, gboolean visible);
+void text_action_set_visible (TextAction* self,
+ gboolean visible);
const gchar* text_action_get_value (TextAction* self);
static void text_action_finalize (TextAction * obj);
gpointer search_filter_actions_ref (gpointer instance);
void search_filter_actions_unref (gpointer instance);
-GParamSpec* param_spec_search_filter_actions (const gchar* name, const gchar* nick, const gchar* blurb, GType object_type, GParamFlags flags);
-void value_set_search_filter_actions (GValue* value, gpointer v_object);
-void value_take_search_filter_actions (GValue* value, gpointer v_object);
+GParamSpec* param_spec_search_filter_actions (const gchar* name,
+ const gchar* nick,
+ const gchar* blurb,
+ GType object_type,
+ GParamFlags flags);
+void value_set_search_filter_actions (GValue* value,
+ gpointer v_object);
+void value_take_search_filter_actions (GValue* value,
+ gpointer v_object);
gpointer value_get_search_filter_actions (const GValue* value);
GType search_filter_actions_get_type (void) G_GNUC_CONST;
#define SEARCH_FILTER_ACTIONS_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), TYPE_SEARCH_FILTER_ACTIONS, SearchFilterActionsPrivate))
-enum {
- SEARCH_FILTER_ACTIONS_DUMMY_PROPERTY
-};
-static void search_filter_actions_on_action_radio (SearchFilterActions* self, GSimpleAction* action, GVariant* parameter);
-static void _search_filter_actions_on_action_radio_gsimple_action_activate_callback (GSimpleAction* action, GVariant* parameter, gpointer self);
-static void search_filter_actions_on_rating_changed (SearchFilterActions* self, GSimpleAction* action, GVariant* value);
-static void _search_filter_actions_on_rating_changed_gsimple_action_change_state_callback (GSimpleAction* action, GVariant* value, gpointer self);
-static void search_filter_actions_on_action_toggle (SearchFilterActions* self, GSimpleAction* action, GVariant* parameter);
-static void _search_filter_actions_on_action_toggle_gsimple_action_activate_callback (GSimpleAction* action, GVariant* parameter, gpointer self);
-static void search_filter_actions_on_flagged_toggled (SearchFilterActions* self, GSimpleAction* action, GVariant* value);
-static void _search_filter_actions_on_flagged_toggled_gsimple_action_change_state_callback (GSimpleAction* action, GVariant* value, gpointer self);
-static void search_filter_actions_on_photos_toggled (SearchFilterActions* self, GSimpleAction* action, GVariant* value);
-static void _search_filter_actions_on_photos_toggled_gsimple_action_change_state_callback (GSimpleAction* action, GVariant* value, gpointer self);
-static void search_filter_actions_on_videos_toggled (SearchFilterActions* self, GSimpleAction* action, GVariant* value);
-static void _search_filter_actions_on_videos_toggled_gsimple_action_change_state_callback (GSimpleAction* action, GVariant* value, gpointer self);
-static void search_filter_actions_on_raw_toggled (SearchFilterActions* self, GSimpleAction* action, GVariant* value);
-static void _search_filter_actions_on_raw_toggled_gsimple_action_change_state_callback (GSimpleAction* action, GVariant* value, gpointer self);
+static void search_filter_actions_on_action_radio (SearchFilterActions* self,
+ GSimpleAction* action,
+ GVariant* parameter);
+static void _search_filter_actions_on_action_radio_gsimple_action_activate_callback (GSimpleAction* action,
+ GVariant* parameter,
+ gpointer self);
+static void search_filter_actions_on_rating_changed (SearchFilterActions* self,
+ GSimpleAction* action,
+ GVariant* value);
+static void _search_filter_actions_on_rating_changed_gsimple_action_change_state_callback (GSimpleAction* action,
+ GVariant* value,
+ gpointer self);
+static void search_filter_actions_on_action_toggle (SearchFilterActions* self,
+ GSimpleAction* action,
+ GVariant* parameter);
+static void _search_filter_actions_on_action_toggle_gsimple_action_activate_callback (GSimpleAction* action,
+ GVariant* parameter,
+ gpointer self);
+static void search_filter_actions_on_flagged_toggled (SearchFilterActions* self,
+ GSimpleAction* action,
+ GVariant* value);
+static void _search_filter_actions_on_flagged_toggled_gsimple_action_change_state_callback (GSimpleAction* action,
+ GVariant* value,
+ gpointer self);
+static void search_filter_actions_on_photos_toggled (SearchFilterActions* self,
+ GSimpleAction* action,
+ GVariant* value);
+static void _search_filter_actions_on_photos_toggled_gsimple_action_change_state_callback (GSimpleAction* action,
+ GVariant* value,
+ gpointer self);
+static void search_filter_actions_on_videos_toggled (SearchFilterActions* self,
+ GSimpleAction* action,
+ GVariant* value);
+static void _search_filter_actions_on_videos_toggled_gsimple_action_change_state_callback (GSimpleAction* action,
+ GVariant* value,
+ gpointer self);
+static void search_filter_actions_on_raw_toggled (SearchFilterActions* self,
+ GSimpleAction* action,
+ GVariant* value);
+static void _search_filter_actions_on_raw_toggled_gsimple_action_change_state_callback (GSimpleAction* action,
+ GVariant* value,
+ gpointer self);
SearchFilterActions* search_filter_actions_new (void);
SearchFilterActions* search_filter_actions_construct (GType object_type);
static void search_filter_actions_register (SearchFilterActions* self);
TextAction* search_filter_actions_get_text (SearchFilterActions* self);
-static void search_filter_actions_on_text_changed (SearchFilterActions* self, TextAction* action, const gchar* text);
-static void _search_filter_actions_on_text_changed_text_action_text_changed (TextAction* _sender, const gchar* text, gpointer self);
+static void search_filter_actions_on_text_changed (SearchFilterActions* self,
+ TextAction* action,
+ const gchar* text);
+static void _search_filter_actions_on_text_changed_text_action_text_changed (TextAction* _sender,
+ const gchar* text,
+ gpointer self);
SearchFilterCriteria search_filter_actions_get_criteria (SearchFilterActions* self);
-GActionEntry* search_filter_actions_get_actions (SearchFilterActions* self, int* result_length1);
-GSimpleAction* search_filter_actions_get_action (SearchFilterActions* self, const gchar* name);
+GActionEntry* search_filter_actions_get_actions (SearchFilterActions* self,
+ int* result_length1);
+GSimpleAction* search_filter_actions_get_action (SearchFilterActions* self,
+ const gchar* name);
GType page_window_get_type (void) G_GNUC_CONST;
GType app_window_get_type (void) G_GNUC_CONST;
GType library_window_get_type (void) G_GNUC_CONST;
AppWindow* app_window_get_instance (void);
-void search_filter_actions_set_action_sensitive (SearchFilterActions* self, const gchar* name, gboolean sensitive);
+void search_filter_actions_set_action_sensitive (SearchFilterActions* self,
+ const gchar* name,
+ gboolean sensitive);
void search_filter_actions_reset (SearchFilterActions* self);
GSimpleAction* search_filter_actions_get_flagged (SearchFilterActions* self);
static GVariant* _variant_new32 (gboolean value);
@@ -1213,32 +1312,51 @@ GSimpleAction* search_filter_actions_get_videos (SearchFilterActions* self);
static GVariant* _variant_new35 (gboolean value);
static GVariant* _variant_new36 (gchar* value);
GSimpleAction* search_filter_actions_get_rating (SearchFilterActions* self);
-void search_filter_actions_set_sensitive_for_search_criteria (SearchFilterActions* self, SearchFilterCriteria criteria);
+void search_filter_actions_set_sensitive_for_search_criteria (SearchFilterActions* self,
+ SearchFilterCriteria criteria);
static void search_filter_actions_update_sensitivities (SearchFilterActions* self);
GType page_get_type (void) G_GNUC_CONST;
-void search_filter_actions_monitor_page_contents (SearchFilterActions* self, Page* old_page, Page* new_page);
+void search_filter_actions_monitor_page_contents (SearchFilterActions* self,
+ Page* old_page,
+ Page* new_page);
GType checkerboard_page_get_type (void) G_GNUC_CONST;
gpointer core_tracker_ref (gpointer instance);
void core_tracker_unref (gpointer instance);
-GParamSpec* core_param_spec_tracker (const gchar* name, const gchar* nick, const gchar* blurb, GType object_type, GParamFlags flags);
-void core_value_set_tracker (GValue* value, gpointer v_object);
-void core_value_take_tracker (GValue* value, gpointer v_object);
+GParamSpec* core_param_spec_tracker (const gchar* name,
+ const gchar* nick,
+ const gchar* blurb,
+ GType object_type,
+ GParamFlags flags);
+void core_value_set_tracker (GValue* value,
+ gpointer v_object);
+void core_value_take_tracker (GValue* value,
+ gpointer v_object);
gpointer core_value_get_tracker (const GValue* value);
GType core_tracker_get_type (void) G_GNUC_CONST;
GType core_view_tracker_get_type (void) G_GNUC_CONST;
CoreViewTracker* checkerboard_page_get_view_tracker (CheckerboardPage* self);
GType media_view_tracker_get_type (void) G_GNUC_CONST;
-static void search_filter_actions_on_media_tracker_updated (SearchFilterActions* self, CoreTracker* t);
-static void _search_filter_actions_on_media_tracker_updated_core_tracker_updated (CoreTracker* _sender, gpointer self);
+static void search_filter_actions_on_media_tracker_updated (SearchFilterActions* self,
+ CoreTracker* t);
+static void _search_filter_actions_on_media_tracker_updated_core_tracker_updated (CoreTracker* _sender,
+ gpointer self);
GType camera_view_tracker_get_type (void) G_GNUC_CONST;
-static void search_filter_actions_on_camera_tracker_updated (SearchFilterActions* self, CoreTracker* t);
-static void _search_filter_actions_on_camera_tracker_updated_core_tracker_updated (CoreTracker* _sender, gpointer self);
+static void search_filter_actions_on_camera_tracker_updated (SearchFilterActions* self,
+ CoreTracker* t);
+static void _search_filter_actions_on_camera_tracker_updated_core_tracker_updated (CoreTracker* _sender,
+ gpointer self);
GType media_accumulator_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 core_tracker_accumulator_get_type (void) G_GNUC_CONST;
@@ -1252,7 +1370,12 @@ gboolean search_filter_actions_get_has_photos (SearchFilterActions* self);
gboolean search_filter_actions_get_has_videos (SearchFilterActions* self);
gboolean search_filter_actions_get_has_raw (SearchFilterActions* self);
gboolean search_filter_actions_get_has_flagged (SearchFilterActions* self);
-static void g_cclosure_user_marshal_VOID__BOOLEAN_BOOLEAN_BOOLEAN_BOOLEAN (GClosure * closure, GValue * return_value, guint n_param_values, const GValue * param_values, gpointer invocation_hint, gpointer marshal_data);
+static void g_cclosure_user_marshal_VOID__BOOLEAN_BOOLEAN_BOOLEAN_BOOLEAN (GClosure * closure,
+ GValue * return_value,
+ guint n_param_values,
+ const GValue * param_values,
+ gpointer invocation_hint,
+ gpointer marshal_data);
static void search_filter_actions_finalize (SearchFilterActions * obj);
GType search_filter_toolbar_get_type (void) G_GNUC_CONST;
GType search_filter_toolbar_search_box_get_type (void) G_GNUC_CONST;
@@ -1261,27 +1384,53 @@ GType search_filter_toolbar_saved_search_filter_button_get_type (void) G_GNUC_CO
static GType search_filter_toolbar_label_tool_item_get_type (void) G_GNUC_CONST G_GNUC_UNUSED;
static GType search_filter_toolbar_toggle_action_tool_button_get_type (void) G_GNUC_CONST G_GNUC_UNUSED;
#define SEARCH_FILTER_TOOLBAR_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), TYPE_SEARCH_FILTER_TOOLBAR, SearchFilterToolbarPrivate))
-enum {
- SEARCH_FILTER_TOOLBAR_DUMMY_PROPERTY
-};
-static void search_filter_toolbar_on_media_context_changed (SearchFilterToolbar* self, gboolean has_photos, gboolean has_videos, gboolean has_raw, gboolean has_flagged);
-static void _search_filter_toolbar_on_media_context_changed_search_filter_actions_media_context_changed (SearchFilterActions* _sender, gboolean has_photos, gboolean has_videos, gboolean has_raw, gboolean has_flagged, gpointer self);
+static void search_filter_toolbar_on_media_context_changed (SearchFilterToolbar* self,
+ gboolean has_photos,
+ gboolean has_videos,
+ gboolean has_raw,
+ gboolean has_flagged);
+static void _search_filter_toolbar_on_media_context_changed_search_filter_actions_media_context_changed (SearchFilterActions* _sender,
+ gboolean has_photos,
+ gboolean has_videos,
+ gboolean has_raw,
+ gboolean has_flagged,
+ gpointer self);
static void search_filter_toolbar_on_flagged_toggled (SearchFilterToolbar* self);
-static void _search_filter_toolbar_on_flagged_toggled_search_filter_actions_flagged_toggled (SearchFilterActions* _sender, gboolean on, gpointer self);
+static void _search_filter_toolbar_on_flagged_toggled_search_filter_actions_flagged_toggled (SearchFilterActions* _sender,
+ gboolean on,
+ gpointer self);
static void search_filter_toolbar_on_photos_toggled (SearchFilterToolbar* self);
-static void _search_filter_toolbar_on_photos_toggled_search_filter_actions_photos_toggled (SearchFilterActions* _sender, gboolean on, gpointer self);
+static void _search_filter_toolbar_on_photos_toggled_search_filter_actions_photos_toggled (SearchFilterActions* _sender,
+ gboolean on,
+ gpointer self);
static void search_filter_toolbar_on_videos_toggled (SearchFilterToolbar* self);
-static void _search_filter_toolbar_on_videos_toggled_search_filter_actions_videos_toggled (SearchFilterActions* _sender, gboolean on, gpointer self);
+static void _search_filter_toolbar_on_videos_toggled_search_filter_actions_videos_toggled (SearchFilterActions* _sender,
+ gboolean on,
+ gpointer self);
static void search_filter_toolbar_on_raw_toggled (SearchFilterToolbar* self);
-static void _search_filter_toolbar_on_raw_toggled_search_filter_actions_raw_toggled (SearchFilterActions* _sender, gboolean on, gpointer self);
+static void _search_filter_toolbar_on_raw_toggled_search_filter_actions_raw_toggled (SearchFilterActions* _sender,
+ gboolean on,
+ gpointer self);
static void search_filter_toolbar_on_rating_changed (SearchFilterToolbar* self);
-static void _search_filter_toolbar_on_rating_changed_search_filter_actions_rating_changed (SearchFilterActions* _sender, RatingFilter filter, gpointer self);
+static void _search_filter_toolbar_on_rating_changed_search_filter_actions_rating_changed (SearchFilterActions* _sender,
+ RatingFilter filter,
+ gpointer self);
static void search_filter_toolbar_on_search_text_changed (SearchFilterToolbar* self);
-static void _search_filter_toolbar_on_search_text_changed_search_filter_actions_text_changed (SearchFilterActions* _sender, const gchar* text, gpointer self);
+static void _search_filter_toolbar_on_search_text_changed_search_filter_actions_text_changed (SearchFilterActions* _sender,
+ const gchar* text,
+ gpointer self);
static void search_filter_toolbar_on_criteria_changed (SearchFilterToolbar* self);
-static void _search_filter_toolbar_on_criteria_changed_search_filter_actions_criteria_changed (SearchFilterActions* _sender, gpointer self);
-static gboolean search_filter_toolbar_on_context_menu_requested (SearchFilterToolbar* self, gint x, gint y, gint button);
-static gboolean _search_filter_toolbar_on_context_menu_requested_gtk_toolbar_popup_context_menu (GtkToolbar* _sender, gint x, gint y, gint button_number, gpointer self);
+static void _search_filter_toolbar_on_criteria_changed_search_filter_actions_criteria_changed (SearchFilterActions* _sender,
+ gpointer self);
+static gboolean search_filter_toolbar_on_context_menu_requested (SearchFilterToolbar* self,
+ gint x,
+ gint y,
+ gint button);
+static gboolean _search_filter_toolbar_on_context_menu_requested_gtk_toolbar_popup_context_menu (GtkToolbar* _sender,
+ gint x,
+ gint y,
+ gint button_number,
+ gpointer self);
SearchFilterToolbarSavedSearchFilterButton* search_filter_toolbar_saved_search_filter_button_new (void);
SearchFilterToolbarSavedSearchFilterButton* search_filter_toolbar_saved_search_filter_button_construct (GType object_type);
#define SEARCH_FILTER_TOOLBAR_FILTER_BUTTON_MARGIN 12
@@ -1290,25 +1439,40 @@ SearchFilterToolbarSavedSearchFilterButton* search_filter_toolbar_saved_search_f
#define SEARCH_FILTER_TOOLBAR_FILTER_ICON_BASE_WIDTH 30
#define SEARCH_FILTER_TOOLBAR_FILTER_ICON_PLUS_WIDTH 20
SearchFilterToolbar* search_filter_toolbar_new (SearchFilterActions* actions);
-SearchFilterToolbar* search_filter_toolbar_construct (GType object_type, SearchFilterActions* actions);
+SearchFilterToolbar* search_filter_toolbar_construct (GType object_type,
+ SearchFilterActions* actions);
SearchFilterToolbarSearchBox* search_filter_toolbar_search_box_new (TextAction* action);
-SearchFilterToolbarSearchBox* search_filter_toolbar_search_box_construct (GType object_type, TextAction* action);
+SearchFilterToolbarSearchBox* search_filter_toolbar_search_box_construct (GType object_type,
+ TextAction* action);
gchar* resources_get_ui (const gchar* filename);
void app_window_panic (const gchar* msg);
static void search_filter_toolbar_on_context_menu_close_chosen (SearchFilterToolbar* self);
-static void _search_filter_toolbar_on_context_menu_close_chosen_gtk_menu_item_activate (GtkMenuItem* _sender, gpointer self);
-static SearchFilterToolbarLabelToolItem* search_filter_toolbar_label_tool_item_new (const gchar* s, gint left_padding, gint right_padding);
-static SearchFilterToolbarLabelToolItem* search_filter_toolbar_label_tool_item_construct (GType object_type, const gchar* s, gint left_padding, gint right_padding);
+static void _search_filter_toolbar_on_context_menu_close_chosen_gtk_menu_item_activate (GtkMenuItem* _sender,
+ gpointer self);
+static SearchFilterToolbarLabelToolItem* search_filter_toolbar_label_tool_item_new (const gchar* s,
+ gint left_padding,
+ gint right_padding);
+static SearchFilterToolbarLabelToolItem* search_filter_toolbar_label_tool_item_construct (GType object_type,
+ const gchar* s,
+ gint left_padding,
+ gint right_padding);
static SearchFilterToolbarToggleActionToolButton* search_filter_toolbar_toggle_action_tool_button_new (const gchar* action);
-static SearchFilterToolbarToggleActionToolButton* search_filter_toolbar_toggle_action_tool_button_construct (GType object_type, const gchar* action);
-static void search_filter_toolbar_toggle_action_tool_button_set_label (SearchFilterToolbarToggleActionToolButton* self, const gchar* label);
+static SearchFilterToolbarToggleActionToolButton* search_filter_toolbar_toggle_action_tool_button_construct (GType object_type,
+ const gchar* action);
+static void search_filter_toolbar_toggle_action_tool_button_set_label (SearchFilterToolbarToggleActionToolButton* self,
+ const gchar* label);
SearchFilterToolbarRatingFilterButton* search_filter_toolbar_rating_filter_button_new (GMenuModel* model);
-SearchFilterToolbarRatingFilterButton* search_filter_toolbar_rating_filter_button_construct (GType object_type, GMenuModel* model);
-void search_filter_toolbar_rating_filter_button_set_label (SearchFilterToolbarRatingFilterButton* self, const gchar* label);
-void search_filter_toolbar_saved_search_filter_button_set_label (SearchFilterToolbarSavedSearchFilterButton* self, const gchar* label);
+SearchFilterToolbarRatingFilterButton* search_filter_toolbar_rating_filter_button_construct (GType object_type,
+ GMenuModel* model);
+void search_filter_toolbar_rating_filter_button_set_label (SearchFilterToolbarRatingFilterButton* self,
+ const gchar* label);
+void search_filter_toolbar_saved_search_filter_button_set_label (SearchFilterToolbarSavedSearchFilterButton* self,
+ const gchar* label);
static void search_filter_toolbar_on_saved_search_button_clicked (SearchFilterToolbar* self);
-static void _search_filter_toolbar_on_saved_search_button_clicked_search_filter_toolbar_saved_search_filter_button_clicked (SearchFilterToolbarSavedSearchFilterButton* _sender, gpointer self);
-static void search_filter_toolbar_toggle_action_tool_button_set_icon_name (SearchFilterToolbarToggleActionToolButton* self, const gchar* icon_name);
+static void _search_filter_toolbar_on_saved_search_button_clicked_search_filter_toolbar_saved_search_filter_button_clicked (SearchFilterToolbarSavedSearchFilterButton* _sender,
+ gpointer self);
+static void search_filter_toolbar_toggle_action_tool_button_set_icon_name (SearchFilterToolbarToggleActionToolButton* self,
+ const gchar* icon_name);
#define RESOURCES_ICON_FILTER_PHOTOS "filter-photos"
#define RESOURCES_ICON_FILTER_PHOTOS_DISABLED "filter-photos-disabled"
#define RESOURCES_ICON_FILTER_VIDEOS "filter-videos"
@@ -1321,39 +1485,60 @@ LibraryWindow* library_window_get_app (void);
static GVariant* _variant_new39 (gboolean value);
void search_filter_toolbar_update (SearchFilterToolbar* self);
static GVariant* _variant_new40 (gboolean value);
-void search_filter_toolbar_set_view_filter (SearchFilterToolbar* self, SearchViewFilter* search_filter);
+void search_filter_toolbar_set_view_filter (SearchFilterToolbar* self,
+ SearchViewFilter* search_filter);
void search_filter_toolbar_unset_view_filter (SearchFilterToolbar* self);
-void library_window_show_search_bar (LibraryWindow* self, gboolean display);
-void search_filter_toolbar_rating_filter_button_set_filter_icon (SearchFilterToolbarRatingFilterButton* self, RatingFilter filter);
-static void search_filter_toolbar_on_savedsearch_selected (SearchFilterToolbar* self, SavedSearch* saved_search);
+void library_window_show_search_bar (LibraryWindow* self,
+ gboolean display);
+void search_filter_toolbar_rating_filter_button_set_filter_icon (SearchFilterToolbarRatingFilterButton* self,
+ RatingFilter filter);
+static void search_filter_toolbar_on_savedsearch_selected (SearchFilterToolbar* self,
+ SavedSearch* saved_search);
static void search_filter_toolbar_disable_savedsearch (SearchFilterToolbar* self);
-static void search_filter_toolbar_edit_dialog (SearchFilterToolbar* self, SavedSearch* search);
+static void search_filter_toolbar_edit_dialog (SearchFilterToolbar* self,
+ SavedSearch* search);
gpointer search_filter_toolbar_saved_search_popover_ref (gpointer instance);
void search_filter_toolbar_saved_search_popover_unref (gpointer instance);
-GParamSpec* search_filter_toolbar_param_spec_saved_search_popover (const gchar* name, const gchar* nick, const gchar* blurb, GType object_type, GParamFlags flags);
-void search_filter_toolbar_value_set_saved_search_popover (GValue* value, gpointer v_object);
-void search_filter_toolbar_value_take_saved_search_popover (GValue* value, gpointer v_object);
+GParamSpec* search_filter_toolbar_param_spec_saved_search_popover (const gchar* name,
+ const gchar* nick,
+ const gchar* blurb,
+ GType object_type,
+ GParamFlags flags);
+void search_filter_toolbar_value_set_saved_search_popover (GValue* value,
+ gpointer v_object);
+void search_filter_toolbar_value_take_saved_search_popover (GValue* value,
+ gpointer v_object);
gpointer search_filter_toolbar_value_get_saved_search_popover (const GValue* value);
GType search_filter_toolbar_saved_search_popover_get_type (void) G_GNUC_CONST;
void search_filter_toolbar_saved_search_popover_hide (SearchFilterToolbarSavedSearchPopover* self);
GType saved_search_dialog_get_type (void) G_GNUC_CONST;
SavedSearchDialog* saved_search_dialog_new_edit_existing (SavedSearch* saved_search);
-SavedSearchDialog* saved_search_dialog_construct_edit_existing (GType object_type, SavedSearch* saved_search);
+SavedSearchDialog* saved_search_dialog_construct_edit_existing (GType object_type,
+ SavedSearch* saved_search);
void saved_search_dialog_show (SavedSearchDialog* self);
-static void search_filter_toolbar_delete_dialog (SearchFilterToolbar* self, SavedSearch* search);
+static void search_filter_toolbar_delete_dialog (SearchFilterToolbar* self,
+ SavedSearch* search);
gboolean dialogs_confirm_delete_saved_search (SavedSearch* search);
gpointer command_manager_ref (gpointer instance);
void command_manager_unref (gpointer instance);
-GParamSpec* param_spec_command_manager (const gchar* name, const gchar* nick, const gchar* blurb, GType object_type, GParamFlags flags);
-void value_set_command_manager (GValue* value, gpointer v_object);
-void value_take_command_manager (GValue* value, gpointer v_object);
+GParamSpec* param_spec_command_manager (const gchar* name,
+ const gchar* nick,
+ const gchar* blurb,
+ GType object_type,
+ GParamFlags flags);
+void value_set_command_manager (GValue* value,
+ gpointer v_object);
+void value_take_command_manager (GValue* value,
+ gpointer v_object);
gpointer value_get_command_manager (const GValue* value);
GType command_manager_get_type (void) G_GNUC_CONST;
CommandManager* app_window_get_command_manager (void);
GType command_get_type (void) G_GNUC_CONST;
-void command_manager_execute (CommandManager* self, Command* command);
+void command_manager_execute (CommandManager* self,
+ Command* command);
DeleteSavedSearchCommand* delete_saved_search_command_new (SavedSearch* search);
-DeleteSavedSearchCommand* delete_saved_search_command_construct (GType object_type, SavedSearch* search);
+DeleteSavedSearchCommand* delete_saved_search_command_construct (GType object_type,
+ SavedSearch* search);
GType page_command_get_type (void) G_GNUC_CONST;
GType single_data_source_command_get_type (void) G_GNUC_CONST;
GType delete_saved_search_command_get_type (void) G_GNUC_CONST;
@@ -1361,119 +1546,174 @@ static void search_filter_toolbar_add_dialog (SearchFilterToolbar* self);
SavedSearchDialog* saved_search_dialog_new (void);
SavedSearchDialog* saved_search_dialog_construct (GType object_type);
static void search_filter_toolbar_on_popover_closed (SearchFilterToolbar* self);
-void search_filter_toolbar_saved_search_filter_button_set_active (SearchFilterToolbarSavedSearchFilterButton* self, gboolean active);
-static void _search_filter_toolbar_edit_dialog_search_filter_toolbar_saved_search_popover_edit_clicked (SearchFilterToolbarSavedSearchPopover* _sender, SavedSearch* search, gpointer self);
-static void _search_filter_toolbar_on_savedsearch_selected_search_filter_toolbar_saved_search_popover_search_activated (SearchFilterToolbarSavedSearchPopover* _sender, SavedSearch* search, gpointer self);
-static void _search_filter_toolbar_delete_dialog_search_filter_toolbar_saved_search_popover_delete_clicked (SearchFilterToolbarSavedSearchPopover* _sender, SavedSearch* search, gpointer self);
-static void _search_filter_toolbar_add_dialog_search_filter_toolbar_saved_search_popover_add_clicked (SearchFilterToolbarSavedSearchPopover* _sender, gpointer self);
-static void _search_filter_toolbar_on_popover_closed_search_filter_toolbar_saved_search_popover_closed (SearchFilterToolbarSavedSearchPopover* _sender, gpointer self);
+void search_filter_toolbar_saved_search_filter_button_set_active (SearchFilterToolbarSavedSearchFilterButton* self,
+ gboolean active);
+static void _search_filter_toolbar_edit_dialog_search_filter_toolbar_saved_search_popover_edit_clicked (SearchFilterToolbarSavedSearchPopover* _sender,
+ SavedSearch* search,
+ gpointer self);
+static void _search_filter_toolbar_on_savedsearch_selected_search_filter_toolbar_saved_search_popover_search_activated (SearchFilterToolbarSavedSearchPopover* _sender,
+ SavedSearch* search,
+ gpointer self);
+static void _search_filter_toolbar_delete_dialog_search_filter_toolbar_saved_search_popover_delete_clicked (SearchFilterToolbarSavedSearchPopover* _sender,
+ SavedSearch* search,
+ gpointer self);
+static void _search_filter_toolbar_add_dialog_search_filter_toolbar_saved_search_popover_add_clicked (SearchFilterToolbarSavedSearchPopover* _sender,
+ gpointer self);
+static void _search_filter_toolbar_on_popover_closed_search_filter_toolbar_saved_search_popover_closed (SearchFilterToolbarSavedSearchPopover* _sender,
+ gpointer self);
SearchFilterToolbarSavedSearchPopover* search_filter_toolbar_saved_search_popover_new (GtkWidget* relative_to);
-SearchFilterToolbarSavedSearchPopover* search_filter_toolbar_saved_search_popover_construct (GType object_type, GtkWidget* relative_to);
+SearchFilterToolbarSavedSearchPopover* search_filter_toolbar_saved_search_popover_construct (GType object_type,
+ GtkWidget* relative_to);
void search_filter_toolbar_saved_search_popover_show_all (SearchFilterToolbarSavedSearchPopover* self);
void search_filter_toolbar_take_focus (SearchFilterToolbar* self);
void search_filter_toolbar_search_box_get_focus (SearchFilterToolbarSearchBox* self);
#define SEARCH_FILTER_TOOLBAR_LABEL_TOOL_ITEM_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), SEARCH_FILTER_TOOLBAR_TYPE_LABEL_TOOL_ITEM, SearchFilterToolbarLabelToolItemPrivate))
-enum {
- SEARCH_FILTER_TOOLBAR_LABEL_TOOL_ITEM_DUMMY_PROPERTY
-};
static void search_filter_toolbar_label_tool_item_finalize (GObject * obj);
#define SEARCH_FILTER_TOOLBAR_TOGGLE_ACTION_TOOL_BUTTON_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), SEARCH_FILTER_TOOLBAR_TYPE_TOGGLE_ACTION_TOOL_BUTTON, SearchFilterToolbarToggleActionToolButtonPrivate))
-enum {
- SEARCH_FILTER_TOOLBAR_TOGGLE_ACTION_TOOL_BUTTON_DUMMY_PROPERTY
-};
static void search_filter_toolbar_toggle_action_tool_button_finalize (GObject * obj);
#define SEARCH_FILTER_TOOLBAR_SEARCH_BOX_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), SEARCH_FILTER_TOOLBAR_TYPE_SEARCH_BOX, SearchFilterToolbarSearchBoxPrivate))
-enum {
- SEARCH_FILTER_TOOLBAR_SEARCH_BOX_DUMMY_PROPERTY
-};
-static void search_filter_toolbar_search_box_on_action_text_changed (SearchFilterToolbarSearchBox* self, const gchar* text);
-static void _search_filter_toolbar_search_box_on_action_text_changed_text_action_text_changed (TextAction* _sender, const gchar* text, gpointer self);
-static void search_filter_toolbar_search_box_on_sensitivity_changed (SearchFilterToolbarSearchBox* self, gboolean sensitive);
-static void _search_filter_toolbar_search_box_on_sensitivity_changed_text_action_sensitivity_changed (TextAction* _sender, gboolean sensitive, gpointer self);
-static void search_filter_toolbar_search_box_on_visibility_changed (SearchFilterToolbarSearchBox* self, gboolean visible);
-static void _search_filter_toolbar_search_box_on_visibility_changed_text_action_visibility_changed (TextAction* _sender, gboolean visible, gpointer self);
+static void search_filter_toolbar_search_box_on_action_text_changed (SearchFilterToolbarSearchBox* self,
+ const gchar* text);
+static void _search_filter_toolbar_search_box_on_action_text_changed_text_action_text_changed (TextAction* _sender,
+ const gchar* text,
+ gpointer self);
+static void search_filter_toolbar_search_box_on_sensitivity_changed (SearchFilterToolbarSearchBox* self,
+ gboolean sensitive);
+static void _search_filter_toolbar_search_box_on_sensitivity_changed_text_action_sensitivity_changed (TextAction* _sender,
+ gboolean sensitive,
+ gpointer self);
+static void search_filter_toolbar_search_box_on_visibility_changed (SearchFilterToolbarSearchBox* self,
+ gboolean visible);
+static void _search_filter_toolbar_search_box_on_visibility_changed_text_action_visibility_changed (TextAction* _sender,
+ gboolean visible,
+ gpointer self);
static void search_filter_toolbar_search_box_on_entry_changed (SearchFilterToolbarSearchBox* self);
-static void _search_filter_toolbar_search_box_on_entry_changed_gtk_entry_buffer_deleted_text (GtkEntryBuffer* _sender, guint position, guint n_chars, gpointer self);
-static void _search_filter_toolbar_search_box_on_entry_changed_gtk_entry_buffer_inserted_text (GtkEntryBuffer* _sender, guint position, const gchar* chars, guint n_chars, gpointer self);
-static gboolean search_filter_toolbar_search_box_on_escape_key (SearchFilterToolbarSearchBox* self, GdkEventKey* e);
-static gboolean _search_filter_toolbar_search_box_on_escape_key_gtk_widget_key_press_event (GtkWidget* _sender, GdkEventKey* event, gpointer self);
-static void search_filter_toolbar_search_box_set_nullable_text (SearchFilterToolbarSearchBox* self, const gchar* text);
+static void _search_filter_toolbar_search_box_on_entry_changed_gtk_entry_buffer_deleted_text (GtkEntryBuffer* _sender,
+ guint position,
+ guint n_chars,
+ gpointer self);
+static void _search_filter_toolbar_search_box_on_entry_changed_gtk_entry_buffer_inserted_text (GtkEntryBuffer* _sender,
+ guint position,
+ const gchar* chars,
+ guint n_chars,
+ gpointer self);
+static gboolean search_filter_toolbar_search_box_on_escape_key (SearchFilterToolbarSearchBox* self,
+ GdkEventKey* e);
+static gboolean _search_filter_toolbar_search_box_on_escape_key_gtk_widget_key_press_event (GtkWidget* _sender,
+ GdkEventKey* event,
+ gpointer self);
+static void search_filter_toolbar_search_box_set_nullable_text (SearchFilterToolbarSearchBox* self,
+ const gchar* text);
static void search_filter_toolbar_search_box_finalize (GObject * obj);
-enum {
- SEARCH_FILTER_TOOLBAR_RATING_FILTER_BUTTON_DUMMY_PROPERTY
-};
-static GtkWidget* search_filter_toolbar_rating_filter_button_get_filter_icon (SearchFilterToolbarRatingFilterButton* self, RatingFilter filter);
+static GtkWidget* search_filter_toolbar_rating_filter_button_get_filter_icon (SearchFilterToolbarRatingFilterButton* self,
+ RatingFilter filter);
#define RESOURCES_ICON_FILTER_REJECTED_OR_BETTER "all-rejected.png"
#define RESOURCES_ICON_RATING_REJECTED "rejected.svg"
#define RESOURCES_ICON_FILTER_UNRATED_OR_BETTER "shotwell-16.png"
-GdkPixbuf* resources_load_icon (const gchar* name, gint scale);
-static gint search_filter_toolbar_rating_filter_button_get_filter_icon_size (SearchFilterToolbarRatingFilterButton* self, RatingFilter filter);
+GdkPixbuf* resources_load_icon (const gchar* name,
+ gint scale);
+static gint search_filter_toolbar_rating_filter_button_get_filter_icon_size (SearchFilterToolbarRatingFilterButton* self,
+ RatingFilter filter);
#define RESOURCES_ICON_FILTER_REJECTED_OR_BETTER_FIXED_SIZE 32
#define RESOURCES_ICON_FILTER_UNRATED_OR_BETTER_FIXED_SIZE 16
-static gint search_filter_toolbar_rating_filter_button_get_filter_button_size (SearchFilterToolbarRatingFilterButton* self, RatingFilter filter);
+static gint search_filter_toolbar_rating_filter_button_get_filter_button_size (SearchFilterToolbarRatingFilterButton* self,
+ RatingFilter filter);
gchar* resources_get_rating_filter_tooltip (RatingFilter filter);
static void search_filter_toolbar_rating_filter_button_finalize (GObject * obj);
-enum {
- SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_FILTER_BUTTON_DUMMY_PROPERTY
-};
static void search_filter_toolbar_saved_search_filter_button_on_clicked (SearchFilterToolbarSavedSearchFilterButton* self);
-static void _search_filter_toolbar_saved_search_filter_button_on_clicked_gtk_button_clicked (GtkButton* _sender, gpointer self);
+static void _search_filter_toolbar_saved_search_filter_button_on_clicked_gtk_button_clicked (GtkButton* _sender,
+ gpointer self);
void search_filter_toolbar_saved_search_filter_button_restyle (SearchFilterToolbarSavedSearchFilterButton* self);
static void search_filter_toolbar_saved_search_filter_button_finalize (GObject * obj);
static GType search_filter_toolbar_saved_search_popover_data_button_get_type (void) G_GNUC_CONST G_GNUC_UNUSED;
#define SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), SEARCH_FILTER_TOOLBAR_TYPE_SAVED_SEARCH_POPOVER, SearchFilterToolbarSavedSearchPopoverPrivate))
-enum {
- SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_DUMMY_PROPERTY
-};
-static void search_filter_toolbar_saved_search_popover_on_edit_click (SearchFilterToolbarSavedSearchPopover* self, SavedSearch* search);
-static void _search_filter_toolbar_saved_search_popover_on_edit_click_search_filter_toolbar_saved_search_popover_data_button_clicked (SearchFilterToolbarSavedSearchPopoverDataButton* _sender, SavedSearch* search, gpointer self);
-static void search_filter_toolbar_saved_search_popover_on_delete_click (SearchFilterToolbarSavedSearchPopover* self, SavedSearch* search);
-static void _search_filter_toolbar_saved_search_popover_on_delete_click_search_filter_toolbar_saved_search_popover_data_button_clicked (SearchFilterToolbarSavedSearchPopoverDataButton* _sender, SavedSearch* search, gpointer self);
+static void search_filter_toolbar_saved_search_popover_on_edit_click (SearchFilterToolbarSavedSearchPopover* self,
+ SavedSearch* search);
+static void _search_filter_toolbar_saved_search_popover_on_edit_click_search_filter_toolbar_saved_search_popover_data_button_clicked (SearchFilterToolbarSavedSearchPopoverDataButton* _sender,
+ SavedSearch* search,
+ gpointer self);
+static void search_filter_toolbar_saved_search_popover_on_delete_click (SearchFilterToolbarSavedSearchPopover* self,
+ SavedSearch* search);
+static void _search_filter_toolbar_saved_search_popover_on_delete_click_search_filter_toolbar_saved_search_popover_data_button_clicked (SearchFilterToolbarSavedSearchPopoverDataButton* _sender,
+ SavedSearch* search,
+ gpointer self);
static void search_filter_toolbar_saved_search_popover_on_add_click (SearchFilterToolbarSavedSearchPopover* self);
-static void _search_filter_toolbar_saved_search_popover_on_add_click_gtk_button_clicked (GtkButton* _sender, gpointer self);
-static void search_filter_toolbar_saved_search_popover_on_activate_row (SearchFilterToolbarSavedSearchPopover* self, GtkListBoxRow* row);
-static void _search_filter_toolbar_saved_search_popover_on_activate_row_gtk_list_box_row_activated (GtkListBox* _sender, GtkListBoxRow* row, gpointer self);
+static void _search_filter_toolbar_saved_search_popover_on_add_click_gtk_button_clicked (GtkButton* _sender,
+ gpointer self);
+static void search_filter_toolbar_saved_search_popover_on_activate_row (SearchFilterToolbarSavedSearchPopover* self,
+ GtkListBoxRow* row);
+static void _search_filter_toolbar_saved_search_popover_on_activate_row_gtk_list_box_row_activated (GtkListBox* _sender,
+ GtkListBoxRow* row,
+ gpointer self);
static void search_filter_toolbar_saved_search_popover_on_popover_closed (SearchFilterToolbarSavedSearchPopover* self);
-static void _search_filter_toolbar_saved_search_popover_on_popover_closed_gtk_popover_closed (GtkPopover* _sender, gpointer self);
+static void _search_filter_toolbar_saved_search_popover_on_popover_closed_gtk_popover_closed (GtkPopover* _sender,
+ gpointer self);
gpointer saved_search_table_ref (gpointer instance);
void saved_search_table_unref (gpointer instance);
-GParamSpec* param_spec_saved_search_table (const gchar* name, const gchar* nick, const gchar* blurb, GType object_type, GParamFlags flags);
-void value_set_saved_search_table (GValue* value, gpointer v_object);
-void value_take_saved_search_table (GValue* value, gpointer v_object);
+GParamSpec* param_spec_saved_search_table (const gchar* name,
+ const gchar* nick,
+ const gchar* blurb,
+ GType object_type,
+ GParamFlags flags);
+void value_set_saved_search_table (GValue* value,
+ gpointer v_object);
+void value_take_saved_search_table (GValue* value,
+ gpointer v_object);
gpointer value_get_saved_search_table (const GValue* value);
GType saved_search_table_get_type (void) G_GNUC_CONST;
SavedSearchTable* saved_search_table_get_instance (void);
GeeCollection* saved_search_table_get_all (SavedSearchTable* self);
gchar* data_object_get_name (DataObject* self);
-static SearchFilterToolbarSavedSearchPopoverDataButton* search_filter_toolbar_saved_search_popover_data_button_new (SavedSearch* search, const gchar* name);
-static SearchFilterToolbarSavedSearchPopoverDataButton* search_filter_toolbar_saved_search_popover_data_button_construct (GType object_type, SavedSearch* search, const gchar* name);
-static void _vala_array_add134 (SearchFilterToolbarSavedSearchPopoverDataButton** * array, int* length, int* size, SearchFilterToolbarSavedSearchPopoverDataButton* value);
-static void _vala_array_add135 (SearchFilterToolbarSavedSearchPopoverDataButton** * array, int* length, int* size, SearchFilterToolbarSavedSearchPopoverDataButton* value);
+static SearchFilterToolbarSavedSearchPopoverDataButton* search_filter_toolbar_saved_search_popover_data_button_new (SavedSearch* search,
+ const gchar* name);
+static SearchFilterToolbarSavedSearchPopoverDataButton* search_filter_toolbar_saved_search_popover_data_button_construct (GType object_type,
+ SavedSearch* search,
+ const gchar* name);
+static void _vala_array_add134 (SearchFilterToolbarSavedSearchPopoverDataButton** * array,
+ int* length,
+ int* size,
+ SearchFilterToolbarSavedSearchPopoverDataButton* value);
+static void _vala_array_add135 (SearchFilterToolbarSavedSearchPopoverDataButton** * array,
+ int* length,
+ int* size,
+ SearchFilterToolbarSavedSearchPopoverDataButton* value);
void search_filter_toolbar_saved_search_popover_restyle (SearchFilterToolbarSavedSearchPopover* self);
static void search_filter_toolbar_saved_search_popover_data_button_restyle (SearchFilterToolbarSavedSearchPopoverDataButton* self);
-static gboolean search_filter_toolbar_saved_search_popover_is_search_row (SearchFilterToolbarSavedSearchPopover* self, GtkListBoxRow* row);
-static SavedSearch* search_filter_toolbar_saved_search_popover_get_search (SearchFilterToolbarSavedSearchPopover* self, GtkListBoxRow* row);
+static gboolean search_filter_toolbar_saved_search_popover_is_search_row (SearchFilterToolbarSavedSearchPopover* self,
+ GtkListBoxRow* row);
+static SavedSearch* search_filter_toolbar_saved_search_popover_get_search (SearchFilterToolbarSavedSearchPopover* self,
+ GtkListBoxRow* row);
static SavedSearch* search_filter_toolbar_saved_search_popover_data_button_get_search (SearchFilterToolbarSavedSearchPopoverDataButton* self);
#define SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_DATA_BUTTON_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_TYPE_DATA_BUTTON, SearchFilterToolbarSavedSearchPopoverDataButtonPrivate))
-enum {
- SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_DATA_BUTTON_DUMMY_PROPERTY,
- SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_DATA_BUTTON_SEARCH_PROPERTY
-};
static void search_filter_toolbar_saved_search_popover_data_button_on_click (SearchFilterToolbarSavedSearchPopoverDataButton* self);
-static void _search_filter_toolbar_saved_search_popover_data_button_on_click_gtk_button_clicked (GtkButton* _sender, gpointer self);
-static void search_filter_toolbar_saved_search_popover_data_button_set_search (SearchFilterToolbarSavedSearchPopoverDataButton* self, SavedSearch* value);
+static void _search_filter_toolbar_saved_search_popover_data_button_on_click_gtk_button_clicked (GtkButton* _sender,
+ gpointer self);
+static void search_filter_toolbar_saved_search_popover_data_button_set_search (SearchFilterToolbarSavedSearchPopoverDataButton* self,
+ SavedSearch* value);
static void search_filter_toolbar_saved_search_popover_data_button_finalize (GObject * obj);
-static void _vala_search_filter_toolbar_saved_search_popover_data_button_get_property (GObject * object, guint property_id, GValue * value, GParamSpec * pspec);
-static void _vala_search_filter_toolbar_saved_search_popover_data_button_set_property (GObject * object, guint property_id, const GValue * value, GParamSpec * pspec);
+static void _vala_search_filter_toolbar_saved_search_popover_data_button_get_property (GObject * object,
+ guint property_id,
+ GValue * value,
+ GParamSpec * pspec);
+static void _vala_search_filter_toolbar_saved_search_popover_data_button_set_property (GObject * object,
+ guint property_id,
+ const GValue * value,
+ GParamSpec * pspec);
static void search_filter_toolbar_saved_search_popover_finalize (SearchFilterToolbarSavedSearchPopover * obj);
static void search_filter_toolbar_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 _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 gint _vala_array_length (gpointer array);
static const GActionEntry SEARCH_FILTER_ACTIONS_entries[5] = {{"display.rating", _search_filter_actions_on_action_radio_gsimple_action_activate_callback, "s", "'2'", _search_filter_actions_on_rating_changed_gsimple_action_change_state_callback}, {"display.flagged", _search_filter_actions_on_action_toggle_gsimple_action_activate_callback, NULL, "false", _search_filter_actions_on_flagged_toggled_gsimple_action_change_state_callback}, {"display.photos", _search_filter_actions_on_action_toggle_gsimple_action_activate_callback, NULL, "false", _search_filter_actions_on_photos_toggled_gsimple_action_change_state_callback}, {"display.videos", _search_filter_actions_on_action_toggle_gsimple_action_activate_callback, NULL, "false", _search_filter_actions_on_videos_toggled_gsimple_action_change_state_callback}, {"display.raw", _search_filter_actions_on_action_toggle_gsimple_action_activate_callback, NULL, "false", _search_filter_actions_on_raw_toggled_gsimple_action_change_state_callback}};
-GType search_filter_criteria_get_type (void) {
+GType
+search_filter_criteria_get_type (void)
+{
static volatile gsize search_filter_criteria_type_id__volatile = 0;
if (g_once_init_enter (&search_filter_criteria_type_id__volatile)) {
static const GFlagsValue values[] = {{SEARCH_FILTER_CRITERIA_NONE, "SEARCH_FILTER_CRITERIA_NONE", "none"}, {SEARCH_FILTER_CRITERIA_RECURSIVE, "SEARCH_FILTER_CRITERIA_RECURSIVE", "recursive"}, {SEARCH_FILTER_CRITERIA_TEXT, "SEARCH_FILTER_CRITERIA_TEXT", "text"}, {SEARCH_FILTER_CRITERIA_FLAG, "SEARCH_FILTER_CRITERIA_FLAG", "flag"}, {SEARCH_FILTER_CRITERIA_MEDIA, "SEARCH_FILTER_CRITERIA_MEDIA", "media"}, {SEARCH_FILTER_CRITERIA_RATING, "SEARCH_FILTER_CRITERIA_RATING", "rating"}, {SEARCH_FILTER_CRITERIA_SAVEDSEARCH, "SEARCH_FILTER_CRITERIA_SAVEDSEARCH", "savedsearch"}, {SEARCH_FILTER_CRITERIA_ALL, "SEARCH_FILTER_CRITERIA_ALL", "all"}, {0, NULL, NULL}};
@@ -1485,7 +1725,9 @@ GType search_filter_criteria_get_type (void) {
}
-GType rating_filter_get_type (void) {
+GType
+rating_filter_get_type (void)
+{
static volatile gsize rating_filter_type_id__volatile = 0;
if (g_once_init_enter (&rating_filter_type_id__volatile)) {
static const GEnumValue values[] = {{RATING_FILTER_NO_FILTER, "RATING_FILTER_NO_FILTER", "no-filter"}, {RATING_FILTER_REJECTED_OR_HIGHER, "RATING_FILTER_REJECTED_OR_HIGHER", "rejected-or-higher"}, {RATING_FILTER_UNRATED_OR_HIGHER, "RATING_FILTER_UNRATED_OR_HIGHER", "unrated-or-higher"}, {RATING_FILTER_ONE_OR_HIGHER, "RATING_FILTER_ONE_OR_HIGHER", "one-or-higher"}, {RATING_FILTER_TWO_OR_HIGHER, "RATING_FILTER_TWO_OR_HIGHER", "two-or-higher"}, {RATING_FILTER_THREE_OR_HIGHER, "RATING_FILTER_THREE_OR_HIGHER", "three-or-higher"}, {RATING_FILTER_FOUR_OR_HIGHER, "RATING_FILTER_FOUR_OR_HIGHER", "four-or-higher"}, {RATING_FILTER_FIVE_OR_HIGHER, "RATING_FILTER_FIVE_OR_HIGHER", "five-or-higher"}, {RATING_FILTER_REJECTED_ONLY, "RATING_FILTER_REJECTED_ONLY", "rejected-only"}, {RATING_FILTER_UNRATED_ONLY, "RATING_FILTER_UNRATED_ONLY", "unrated-only"}, {RATING_FILTER_ONE_ONLY, "RATING_FILTER_ONE_ONLY", "one-only"}, {RATING_FILTER_TWO_ONLY, "RATING_FILTER_TWO_ONLY", "two-only"}, {RATING_FILTER_THREE_ONLY, "RATING_FILTER_THREE_ONLY", "three-only"}, {RATING_FILTER_FOUR_ONLY, "RATING_FILTER_FOUR_ONLY", "four-only"}, {RATING_FILTER_FIVE_ONLY, "RATING_FILTER_FIVE_ONLY", "five-only"}, {0, NULL, NULL}};
@@ -1497,41 +1739,45 @@ GType rating_filter_get_type (void) {
}
-static guint search_view_filter_real_get_criteria (SearchViewFilter* self) {
+static guint
+search_view_filter_real_get_criteria (SearchViewFilter* self)
+{
guint _tmp0_ = 0U;
#line 65 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_critical ("Type `%s' does not implement abstract method `search_view_filter_get_criteria'", g_type_name (G_TYPE_FROM_INSTANCE (self)));
#line 65 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return _tmp0_;
-#line 1507 "SearchFilter.c"
+#line 1751 "SearchFilter.c"
}
-guint search_view_filter_get_criteria (SearchViewFilter* self) {
+guint
+search_view_filter_get_criteria (SearchViewFilter* self)
+{
#line 65 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_val_if_fail (IS_SEARCH_VIEW_FILTER (self), 0U);
#line 65 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return SEARCH_VIEW_FILTER_GET_CLASS (self)->get_criteria (self);
-#line 1516 "SearchFilter.c"
+#line 1762 "SearchFilter.c"
}
-void search_view_filter_set_rating_filter (SearchViewFilter* self, RatingFilter rf) {
+void
+search_view_filter_set_rating_filter (SearchViewFilter* self,
+ RatingFilter rf)
+{
RatingFilter _tmp0_;
- RatingFilter _tmp1_;
#line 67 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_VIEW_FILTER (self));
#line 68 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp0_ = rf;
-#line 68 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- self->priv->rating_filter = _tmp0_;
+ self->priv->rating_filter = rf;
#line 69 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp1_ = self->priv->rating_filter;
+ _tmp0_ = self->priv->rating_filter;
#line 69 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- switch (_tmp1_) {
+ switch (_tmp0_) {
#line 69 "/home/jens/Source/shotwell/src/SearchFilter.vala"
case RATING_FILTER_REJECTED_ONLY:
-#line 1535 "SearchFilter.c"
+#line 1781 "SearchFilter.c"
{
#line 71 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->rating = RATING_REJECTED;
@@ -1539,11 +1785,11 @@ void search_view_filter_set_rating_filter (SearchViewFilter* self, RatingFilter
self->priv->rating_allow_higher = FALSE;
#line 73 "/home/jens/Source/shotwell/src/SearchFilter.vala"
break;
-#line 1543 "SearchFilter.c"
+#line 1789 "SearchFilter.c"
}
#line 69 "/home/jens/Source/shotwell/src/SearchFilter.vala"
case RATING_FILTER_REJECTED_OR_HIGHER:
-#line 1547 "SearchFilter.c"
+#line 1793 "SearchFilter.c"
{
#line 76 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->rating = RATING_REJECTED;
@@ -1551,11 +1797,11 @@ void search_view_filter_set_rating_filter (SearchViewFilter* self, RatingFilter
self->priv->rating_allow_higher = TRUE;
#line 78 "/home/jens/Source/shotwell/src/SearchFilter.vala"
break;
-#line 1555 "SearchFilter.c"
+#line 1801 "SearchFilter.c"
}
#line 69 "/home/jens/Source/shotwell/src/SearchFilter.vala"
case RATING_FILTER_ONE_OR_HIGHER:
-#line 1559 "SearchFilter.c"
+#line 1805 "SearchFilter.c"
{
#line 81 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->rating = RATING_ONE;
@@ -1563,11 +1809,11 @@ void search_view_filter_set_rating_filter (SearchViewFilter* self, RatingFilter
self->priv->rating_allow_higher = TRUE;
#line 83 "/home/jens/Source/shotwell/src/SearchFilter.vala"
break;
-#line 1567 "SearchFilter.c"
+#line 1813 "SearchFilter.c"
}
#line 69 "/home/jens/Source/shotwell/src/SearchFilter.vala"
case RATING_FILTER_ONE_ONLY:
-#line 1571 "SearchFilter.c"
+#line 1817 "SearchFilter.c"
{
#line 86 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->rating = RATING_ONE;
@@ -1575,11 +1821,11 @@ void search_view_filter_set_rating_filter (SearchViewFilter* self, RatingFilter
self->priv->rating_allow_higher = FALSE;
#line 88 "/home/jens/Source/shotwell/src/SearchFilter.vala"
break;
-#line 1579 "SearchFilter.c"
+#line 1825 "SearchFilter.c"
}
#line 69 "/home/jens/Source/shotwell/src/SearchFilter.vala"
case RATING_FILTER_TWO_OR_HIGHER:
-#line 1583 "SearchFilter.c"
+#line 1829 "SearchFilter.c"
{
#line 91 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->rating = RATING_TWO;
@@ -1587,11 +1833,11 @@ void search_view_filter_set_rating_filter (SearchViewFilter* self, RatingFilter
self->priv->rating_allow_higher = TRUE;
#line 93 "/home/jens/Source/shotwell/src/SearchFilter.vala"
break;
-#line 1591 "SearchFilter.c"
+#line 1837 "SearchFilter.c"
}
#line 69 "/home/jens/Source/shotwell/src/SearchFilter.vala"
case RATING_FILTER_TWO_ONLY:
-#line 1595 "SearchFilter.c"
+#line 1841 "SearchFilter.c"
{
#line 96 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->rating = RATING_TWO;
@@ -1599,11 +1845,11 @@ void search_view_filter_set_rating_filter (SearchViewFilter* self, RatingFilter
self->priv->rating_allow_higher = FALSE;
#line 98 "/home/jens/Source/shotwell/src/SearchFilter.vala"
break;
-#line 1603 "SearchFilter.c"
+#line 1849 "SearchFilter.c"
}
#line 69 "/home/jens/Source/shotwell/src/SearchFilter.vala"
case RATING_FILTER_THREE_OR_HIGHER:
-#line 1607 "SearchFilter.c"
+#line 1853 "SearchFilter.c"
{
#line 101 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->rating = RATING_THREE;
@@ -1611,11 +1857,11 @@ void search_view_filter_set_rating_filter (SearchViewFilter* self, RatingFilter
self->priv->rating_allow_higher = TRUE;
#line 103 "/home/jens/Source/shotwell/src/SearchFilter.vala"
break;
-#line 1615 "SearchFilter.c"
+#line 1861 "SearchFilter.c"
}
#line 69 "/home/jens/Source/shotwell/src/SearchFilter.vala"
case RATING_FILTER_THREE_ONLY:
-#line 1619 "SearchFilter.c"
+#line 1865 "SearchFilter.c"
{
#line 106 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->rating = RATING_THREE;
@@ -1623,11 +1869,11 @@ void search_view_filter_set_rating_filter (SearchViewFilter* self, RatingFilter
self->priv->rating_allow_higher = FALSE;
#line 108 "/home/jens/Source/shotwell/src/SearchFilter.vala"
break;
-#line 1627 "SearchFilter.c"
+#line 1873 "SearchFilter.c"
}
#line 69 "/home/jens/Source/shotwell/src/SearchFilter.vala"
case RATING_FILTER_FOUR_OR_HIGHER:
-#line 1631 "SearchFilter.c"
+#line 1877 "SearchFilter.c"
{
#line 111 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->rating = RATING_FOUR;
@@ -1635,11 +1881,11 @@ void search_view_filter_set_rating_filter (SearchViewFilter* self, RatingFilter
self->priv->rating_allow_higher = TRUE;
#line 113 "/home/jens/Source/shotwell/src/SearchFilter.vala"
break;
-#line 1639 "SearchFilter.c"
+#line 1885 "SearchFilter.c"
}
#line 69 "/home/jens/Source/shotwell/src/SearchFilter.vala"
case RATING_FILTER_FOUR_ONLY:
-#line 1643 "SearchFilter.c"
+#line 1889 "SearchFilter.c"
{
#line 116 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->rating = RATING_FOUR;
@@ -1647,11 +1893,11 @@ void search_view_filter_set_rating_filter (SearchViewFilter* self, RatingFilter
self->priv->rating_allow_higher = FALSE;
#line 118 "/home/jens/Source/shotwell/src/SearchFilter.vala"
break;
-#line 1651 "SearchFilter.c"
+#line 1897 "SearchFilter.c"
}
#line 69 "/home/jens/Source/shotwell/src/SearchFilter.vala"
case RATING_FILTER_FIVE_OR_HIGHER:
-#line 1655 "SearchFilter.c"
+#line 1901 "SearchFilter.c"
{
#line 121 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->rating = RATING_FIVE;
@@ -1659,11 +1905,11 @@ void search_view_filter_set_rating_filter (SearchViewFilter* self, RatingFilter
self->priv->rating_allow_higher = TRUE;
#line 123 "/home/jens/Source/shotwell/src/SearchFilter.vala"
break;
-#line 1663 "SearchFilter.c"
+#line 1909 "SearchFilter.c"
}
#line 69 "/home/jens/Source/shotwell/src/SearchFilter.vala"
case RATING_FILTER_FIVE_ONLY:
-#line 1667 "SearchFilter.c"
+#line 1913 "SearchFilter.c"
{
#line 126 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->rating = RATING_FIVE;
@@ -1671,12 +1917,12 @@ void search_view_filter_set_rating_filter (SearchViewFilter* self, RatingFilter
self->priv->rating_allow_higher = FALSE;
#line 128 "/home/jens/Source/shotwell/src/SearchFilter.vala"
break;
-#line 1675 "SearchFilter.c"
+#line 1921 "SearchFilter.c"
}
default:
#line 69 "/home/jens/Source/shotwell/src/SearchFilter.vala"
case RATING_FILTER_UNRATED_OR_HIGHER:
-#line 1680 "SearchFilter.c"
+#line 1926 "SearchFilter.c"
{
#line 132 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->rating = RATING_UNRATED;
@@ -1684,31 +1930,32 @@ void search_view_filter_set_rating_filter (SearchViewFilter* self, RatingFilter
self->priv->rating_allow_higher = TRUE;
#line 134 "/home/jens/Source/shotwell/src/SearchFilter.vala"
break;
-#line 1688 "SearchFilter.c"
+#line 1934 "SearchFilter.c"
}
}
}
-gboolean search_view_filter_has_search_filter (SearchViewFilter* self) {
+gboolean
+search_view_filter_has_search_filter (SearchViewFilter* self)
+{
gboolean result = FALSE;
const gchar* _tmp0_;
- gboolean _tmp1_;
#line 138 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_val_if_fail (IS_SEARCH_VIEW_FILTER (self), FALSE);
#line 139 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = self->priv->search_filter;
#line 139 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp1_ = is_string_empty (_tmp0_);
-#line 139 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- result = !_tmp1_;
+ result = !is_string_empty (_tmp0_);
#line 139 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 1708 "SearchFilter.c"
+#line 1953 "SearchFilter.c"
}
-const gchar* search_view_filter_get_search_filter (SearchViewFilter* self) {
+const gchar*
+search_view_filter_get_search_filter (SearchViewFilter* self)
+{
const gchar* result = NULL;
const gchar* _tmp0_;
#line 142 "/home/jens/Source/shotwell/src/SearchFilter.vala"
@@ -1719,11 +1966,14 @@ const gchar* search_view_filter_get_search_filter (SearchViewFilter* self) {
result = _tmp0_;
#line 143 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 1723 "SearchFilter.c"
+#line 1970 "SearchFilter.c"
}
-gchar** search_view_filter_get_search_filter_words (SearchViewFilter* self, int* result_length1) {
+gchar**
+search_view_filter_get_search_filter_words (SearchViewFilter* self,
+ int* result_length1)
+{
gchar** result = NULL;
gchar** _tmp0_;
gint _tmp0__length1;
@@ -1743,134 +1993,133 @@ gchar** search_view_filter_get_search_filter_words (SearchViewFilter* self, int*
if (result_length1) {
#line 147 "/home/jens/Source/shotwell/src/SearchFilter.vala"
*result_length1 = _tmp1__length1;
-#line 1747 "SearchFilter.c"
+#line 1997 "SearchFilter.c"
}
#line 147 "/home/jens/Source/shotwell/src/SearchFilter.vala"
result = _tmp1_;
#line 147 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 1753 "SearchFilter.c"
+#line 2003 "SearchFilter.c"
}
-static gchar** _vala_array_dup27 (gchar** self, int length) {
+static gchar**
+_vala_array_dup27 (gchar** self,
+ int length)
+{
gchar** result;
int i;
#line 152 "/home/jens/Source/shotwell/src/SearchFilter.vala"
result = g_new0 (gchar*, length + 1);
#line 152 "/home/jens/Source/shotwell/src/SearchFilter.vala"
for (i = 0; i < length; i++) {
-#line 1764 "SearchFilter.c"
+#line 2017 "SearchFilter.c"
gchar* _tmp0_;
#line 152 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = g_strdup (self[i]);
#line 152 "/home/jens/Source/shotwell/src/SearchFilter.vala"
result[i] = _tmp0_;
-#line 1770 "SearchFilter.c"
+#line 2023 "SearchFilter.c"
}
#line 152 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 1774 "SearchFilter.c"
+#line 2027 "SearchFilter.c"
}
-void search_view_filter_set_search_filter (SearchViewFilter* self, const gchar* text) {
+void
+search_view_filter_set_search_filter (SearchViewFilter* self,
+ const gchar* text)
+{
gchar* _tmp0_ = NULL;
- const gchar* _tmp1_;
- gboolean _tmp2_;
- gchar* _tmp5_;
- gchar** _tmp6_ = NULL;
- gint _tmp6__length1 = 0;
- gint __tmp6__size_ = 0;
- const gchar* _tmp7_;
- gchar** _tmp11_;
- gint _tmp11__length1;
+ gchar* _tmp2_;
+ gchar** _tmp3_ = NULL;
+ gint _tmp3__length1 = 0;
+ gint __tmp3__size_ = 0;
+ const gchar* _tmp4_;
+ gchar** _tmp8_;
+ gint _tmp8__length1;
#line 150 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_VIEW_FILTER (self));
#line 151 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp1_ = text;
-#line 151 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp2_ = is_string_empty (_tmp1_);
-#line 151 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (!_tmp2_) {
-#line 1797 "SearchFilter.c"
- const gchar* _tmp3_;
- gchar* _tmp4_;
-#line 151 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp3_ = text;
+ if (!is_string_empty (text)) {
+#line 2047 "SearchFilter.c"
+ gchar* _tmp1_;
#line 151 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp4_ = g_utf8_strdown (_tmp3_, (gssize) -1);
+ _tmp1_ = g_utf8_strdown (text, (gssize) -1);
#line 151 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_free0 (_tmp0_);
#line 151 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp0_ = _tmp4_;
-#line 1808 "SearchFilter.c"
+ _tmp0_ = _tmp1_;
+#line 2055 "SearchFilter.c"
} else {
#line 151 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_free0 (_tmp0_);
#line 151 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = NULL;
-#line 1814 "SearchFilter.c"
+#line 2061 "SearchFilter.c"
}
#line 151 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp5_ = g_strdup (_tmp0_);
+ _tmp2_ = g_strdup (_tmp0_);
#line 151 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_free0 (self->priv->search_filter);
#line 151 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- self->priv->search_filter = _tmp5_;
+ self->priv->search_filter = _tmp2_;
#line 152 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp7_ = self->priv->search_filter;
+ _tmp4_ = self->priv->search_filter;
#line 152 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (_tmp7_ != NULL) {
-#line 1826 "SearchFilter.c"
- const gchar* _tmp8_;
- gchar** _tmp9_;
- gchar** _tmp10_;
+ if (_tmp4_ != NULL) {
+#line 2073 "SearchFilter.c"
+ const gchar* _tmp5_;
+ gchar** _tmp6_;
+ gchar** _tmp7_;
#line 152 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp8_ = self->priv->search_filter;
+ _tmp5_ = self->priv->search_filter;
#line 152 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp10_ = _tmp9_ = g_strsplit (_tmp8_, " ", 0);
+ _tmp7_ = _tmp6_ = g_strsplit (_tmp5_, " ", 0);
#line 152 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp6_ = (_vala_array_free (_tmp6_, _tmp6__length1, (GDestroyNotify) g_free), NULL);
+ _tmp3_ = (_vala_array_free (_tmp3_, _tmp3__length1, (GDestroyNotify) g_free), NULL);
#line 152 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp6_ = _tmp10_;
+ _tmp3_ = _tmp7_;
#line 152 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp6__length1 = _vala_array_length (_tmp9_);
+ _tmp3__length1 = _vala_array_length (_tmp6_);
#line 152 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- __tmp6__size_ = _tmp6__length1;
-#line 1842 "SearchFilter.c"
+ __tmp3__size_ = _tmp3__length1;
+#line 2089 "SearchFilter.c"
} else {
#line 152 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp6_ = (_vala_array_free (_tmp6_, _tmp6__length1, (GDestroyNotify) g_free), NULL);
+ _tmp3_ = (_vala_array_free (_tmp3_, _tmp3__length1, (GDestroyNotify) g_free), NULL);
#line 152 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp6_ = NULL;
+ _tmp3_ = NULL;
#line 152 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp6__length1 = 0;
+ _tmp3__length1 = 0;
#line 152 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- __tmp6__size_ = _tmp6__length1;
-#line 1852 "SearchFilter.c"
+ __tmp3__size_ = _tmp3__length1;
+#line 2099 "SearchFilter.c"
}
#line 152 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp11_ = (_tmp6_ != NULL) ? _vala_array_dup27 (_tmp6_, _tmp6__length1) : ((gpointer) _tmp6_);
+ _tmp8_ = (_tmp3_ != NULL) ? _vala_array_dup27 (_tmp3_, _tmp3__length1) : ((gpointer) _tmp3_);
#line 152 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp11__length1 = _tmp6__length1;
+ _tmp8__length1 = _tmp3__length1;
#line 152 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->search_filter_words = (_vala_array_free (self->priv->search_filter_words, self->priv->search_filter_words_length1, (GDestroyNotify) g_free), NULL);
#line 152 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- self->priv->search_filter_words = _tmp11_;
+ self->priv->search_filter_words = _tmp8_;
#line 152 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- self->priv->search_filter_words_length1 = _tmp11__length1;
+ self->priv->search_filter_words_length1 = _tmp8__length1;
#line 152 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->_search_filter_words_size_ = self->priv->search_filter_words_length1;
#line 150 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp6_ = (_vala_array_free (_tmp6_, _tmp6__length1, (GDestroyNotify) g_free), NULL);
+ _tmp3_ = (_vala_array_free (_tmp3_, _tmp3__length1, (GDestroyNotify) g_free), NULL);
#line 150 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_free0 (_tmp0_);
-#line 1870 "SearchFilter.c"
+#line 2117 "SearchFilter.c"
}
-void search_view_filter_clear_search_filter (SearchViewFilter* self) {
+void
+search_view_filter_clear_search_filter (SearchViewFilter* self)
+{
#line 155 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_VIEW_FILTER (self));
#line 156 "/home/jens/Source/shotwell/src/SearchFilter.vala"
@@ -1885,11 +2134,13 @@ void search_view_filter_clear_search_filter (SearchViewFilter* self) {
self->priv->search_filter_words_length1 = 0;
#line 157 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->_search_filter_words_size_ = self->priv->search_filter_words_length1;
-#line 1889 "SearchFilter.c"
+#line 2138 "SearchFilter.c"
}
-gboolean search_view_filter_has_saved_search (SearchViewFilter* self) {
+gboolean
+search_view_filter_has_saved_search (SearchViewFilter* self)
+{
gboolean result = FALSE;
SavedSearch* _tmp0_;
#line 160 "/home/jens/Source/shotwell/src/SearchFilter.vala"
@@ -1900,11 +2151,13 @@ gboolean search_view_filter_has_saved_search (SearchViewFilter* self) {
result = _tmp0_ != NULL;
#line 161 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 1904 "SearchFilter.c"
+#line 2155 "SearchFilter.c"
}
-gboolean search_view_filter_get_rating_allow_higher (SearchViewFilter* self) {
+gboolean
+search_view_filter_get_rating_allow_higher (SearchViewFilter* self)
+{
gboolean result = FALSE;
gboolean _tmp0_;
#line 164 "/home/jens/Source/shotwell/src/SearchFilter.vala"
@@ -1915,11 +2168,13 @@ gboolean search_view_filter_get_rating_allow_higher (SearchViewFilter* self) {
result = _tmp0_;
#line 165 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 1919 "SearchFilter.c"
+#line 2172 "SearchFilter.c"
}
-Rating search_view_filter_get_rating (SearchViewFilter* self) {
+Rating
+search_view_filter_get_rating (SearchViewFilter* self)
+{
Rating result = 0;
Rating _tmp0_;
#line 168 "/home/jens/Source/shotwell/src/SearchFilter.vala"
@@ -1930,11 +2185,13 @@ Rating search_view_filter_get_rating (SearchViewFilter* self) {
result = _tmp0_;
#line 169 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 1934 "SearchFilter.c"
+#line 2189 "SearchFilter.c"
}
-gboolean search_view_filter_filter_by_media_type (SearchViewFilter* self) {
+gboolean
+search_view_filter_filter_by_media_type (SearchViewFilter* self)
+{
gboolean result = FALSE;
gboolean _tmp0_ = FALSE;
gboolean _tmp1_ = FALSE;
@@ -1948,31 +2205,31 @@ gboolean search_view_filter_filter_by_media_type (SearchViewFilter* self) {
if (_tmp3_) {
#line 173 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp2_ = TRUE;
-#line 1952 "SearchFilter.c"
+#line 2209 "SearchFilter.c"
} else {
gboolean _tmp4_;
#line 173 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp4_ = self->priv->_show_media_photos;
#line 173 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp2_ = _tmp4_;
-#line 1959 "SearchFilter.c"
+#line 2216 "SearchFilter.c"
}
#line 173 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (_tmp2_) {
#line 173 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp1_ = TRUE;
-#line 1965 "SearchFilter.c"
+#line 2222 "SearchFilter.c"
} else {
gboolean _tmp5_;
#line 173 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp5_ = self->priv->_show_media_raw;
#line 173 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp1_ = _tmp5_;
-#line 1972 "SearchFilter.c"
+#line 2229 "SearchFilter.c"
}
#line 173 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (_tmp1_) {
-#line 1976 "SearchFilter.c"
+#line 2233 "SearchFilter.c"
gboolean _tmp6_ = FALSE;
gboolean _tmp7_ = FALSE;
gboolean _tmp8_;
@@ -1980,59 +2237,63 @@ gboolean search_view_filter_filter_by_media_type (SearchViewFilter* self) {
_tmp8_ = self->priv->_show_media_video;
#line 174 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (_tmp8_) {
-#line 1984 "SearchFilter.c"
+#line 2241 "SearchFilter.c"
gboolean _tmp9_;
#line 174 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp9_ = self->priv->_show_media_photos;
#line 174 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp7_ = _tmp9_;
-#line 1990 "SearchFilter.c"
+#line 2247 "SearchFilter.c"
} else {
#line 174 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp7_ = FALSE;
-#line 1994 "SearchFilter.c"
+#line 2251 "SearchFilter.c"
}
#line 174 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (_tmp7_) {
-#line 1998 "SearchFilter.c"
+#line 2255 "SearchFilter.c"
gboolean _tmp10_;
#line 174 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp10_ = self->priv->_show_media_raw;
#line 174 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp6_ = _tmp10_;
-#line 2004 "SearchFilter.c"
+#line 2261 "SearchFilter.c"
} else {
#line 174 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp6_ = FALSE;
-#line 2008 "SearchFilter.c"
+#line 2265 "SearchFilter.c"
}
#line 174 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = !_tmp6_;
-#line 2012 "SearchFilter.c"
+#line 2269 "SearchFilter.c"
} else {
#line 173 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = FALSE;
-#line 2016 "SearchFilter.c"
+#line 2273 "SearchFilter.c"
}
#line 173 "/home/jens/Source/shotwell/src/SearchFilter.vala"
result = _tmp0_;
#line 173 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 2022 "SearchFilter.c"
+#line 2279 "SearchFilter.c"
}
-SearchViewFilter* search_view_filter_construct (GType object_type) {
+SearchViewFilter*
+search_view_filter_construct (GType object_type)
+{
SearchViewFilter* self = NULL;
#line 39 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self = (SearchViewFilter*) view_filter_construct (object_type);
#line 39 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return self;
-#line 2032 "SearchFilter.c"
+#line 2291 "SearchFilter.c"
}
-gboolean search_view_filter_get_flagged (SearchViewFilter* self) {
+gboolean
+search_view_filter_get_flagged (SearchViewFilter* self)
+{
gboolean result;
gboolean _tmp0_;
#line 48 "/home/jens/Source/shotwell/src/SearchFilter.vala"
@@ -2043,23 +2304,25 @@ gboolean search_view_filter_get_flagged (SearchViewFilter* self) {
result = _tmp0_;
#line 48 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 2047 "SearchFilter.c"
+#line 2308 "SearchFilter.c"
}
-void search_view_filter_set_flagged (SearchViewFilter* self, gboolean value) {
- gboolean _tmp0_;
+void
+search_view_filter_set_flagged (SearchViewFilter* self,
+ gboolean value)
+{
#line 48 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_VIEW_FILTER (self));
#line 48 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp0_ = value;
-#line 48 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- self->priv->_flagged = _tmp0_;
-#line 2059 "SearchFilter.c"
+ self->priv->_flagged = value;
+#line 2320 "SearchFilter.c"
}
-gboolean search_view_filter_get_show_media_video (SearchViewFilter* self) {
+gboolean
+search_view_filter_get_show_media_video (SearchViewFilter* self)
+{
gboolean result;
gboolean _tmp0_;
#line 51 "/home/jens/Source/shotwell/src/SearchFilter.vala"
@@ -2070,23 +2333,25 @@ gboolean search_view_filter_get_show_media_video (SearchViewFilter* self) {
result = _tmp0_;
#line 51 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 2074 "SearchFilter.c"
+#line 2337 "SearchFilter.c"
}
-void search_view_filter_set_show_media_video (SearchViewFilter* self, gboolean value) {
- gboolean _tmp0_;
+void
+search_view_filter_set_show_media_video (SearchViewFilter* self,
+ gboolean value)
+{
#line 51 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_VIEW_FILTER (self));
#line 51 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp0_ = value;
-#line 51 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- self->priv->_show_media_video = _tmp0_;
-#line 2086 "SearchFilter.c"
+ self->priv->_show_media_video = value;
+#line 2349 "SearchFilter.c"
}
-gboolean search_view_filter_get_show_media_photos (SearchViewFilter* self) {
+gboolean
+search_view_filter_get_show_media_photos (SearchViewFilter* self)
+{
gboolean result;
gboolean _tmp0_;
#line 52 "/home/jens/Source/shotwell/src/SearchFilter.vala"
@@ -2097,23 +2362,25 @@ gboolean search_view_filter_get_show_media_photos (SearchViewFilter* self) {
result = _tmp0_;
#line 52 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 2101 "SearchFilter.c"
+#line 2366 "SearchFilter.c"
}
-void search_view_filter_set_show_media_photos (SearchViewFilter* self, gboolean value) {
- gboolean _tmp0_;
+void
+search_view_filter_set_show_media_photos (SearchViewFilter* self,
+ gboolean value)
+{
#line 52 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_VIEW_FILTER (self));
#line 52 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp0_ = value;
-#line 52 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- self->priv->_show_media_photos = _tmp0_;
-#line 2113 "SearchFilter.c"
+ self->priv->_show_media_photos = value;
+#line 2378 "SearchFilter.c"
}
-gboolean search_view_filter_get_show_media_raw (SearchViewFilter* self) {
+gboolean
+search_view_filter_get_show_media_raw (SearchViewFilter* self)
+{
gboolean result;
gboolean _tmp0_;
#line 53 "/home/jens/Source/shotwell/src/SearchFilter.vala"
@@ -2124,23 +2391,25 @@ gboolean search_view_filter_get_show_media_raw (SearchViewFilter* self) {
result = _tmp0_;
#line 53 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 2128 "SearchFilter.c"
+#line 2395 "SearchFilter.c"
}
-void search_view_filter_set_show_media_raw (SearchViewFilter* self, gboolean value) {
- gboolean _tmp0_;
+void
+search_view_filter_set_show_media_raw (SearchViewFilter* self,
+ gboolean value)
+{
#line 53 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_VIEW_FILTER (self));
#line 53 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp0_ = value;
-#line 53 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- self->priv->_show_media_raw = _tmp0_;
-#line 2140 "SearchFilter.c"
+ self->priv->_show_media_raw = value;
+#line 2407 "SearchFilter.c"
}
-SavedSearch* search_view_filter_get_saved_search (SearchViewFilter* self) {
+SavedSearch*
+search_view_filter_get_saved_search (SearchViewFilter* self)
+{
SavedSearch* result;
SavedSearch* _tmp0_;
#line 60 "/home/jens/Source/shotwell/src/SearchFilter.vala"
@@ -2151,35 +2420,39 @@ SavedSearch* search_view_filter_get_saved_search (SearchViewFilter* self) {
result = _tmp0_;
#line 60 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 2155 "SearchFilter.c"
+#line 2424 "SearchFilter.c"
}
-static gpointer _g_object_ref0 (gpointer self) {
+static gpointer
+_g_object_ref0 (gpointer self)
+{
#line 60 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return self ? g_object_ref (self) : NULL;
-#line 2162 "SearchFilter.c"
+#line 2433 "SearchFilter.c"
}
-void search_view_filter_set_saved_search (SearchViewFilter* self, SavedSearch* value) {
+void
+search_view_filter_set_saved_search (SearchViewFilter* self,
+ SavedSearch* value)
+{
SavedSearch* _tmp0_;
- SavedSearch* _tmp1_;
#line 60 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_VIEW_FILTER (self));
#line 60 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp0_ = value;
-#line 60 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp1_ = _g_object_ref0 (_tmp0_);
+ _tmp0_ = _g_object_ref0 (value);
#line 60 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (self->priv->_saved_search);
#line 60 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- self->priv->_saved_search = _tmp1_;
-#line 2179 "SearchFilter.c"
+ self->priv->_saved_search = _tmp0_;
+#line 2450 "SearchFilter.c"
}
-static void search_view_filter_class_init (SearchViewFilterClass * klass) {
+static void
+search_view_filter_class_init (SearchViewFilterClass * klass)
+{
#line 39 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_view_filter_parent_class = g_type_class_peek_parent (klass);
#line 39 "/home/jens/Source/shotwell/src/SearchFilter.vala"
@@ -2188,11 +2461,13 @@ static void search_view_filter_class_init (SearchViewFilterClass * klass) {
g_type_class_add_private (klass, sizeof (SearchViewFilterPrivate));
#line 39 "/home/jens/Source/shotwell/src/SearchFilter.vala"
((SearchViewFilterClass *) klass)->get_criteria = (guint (*) (SearchViewFilter *)) search_view_filter_real_get_criteria;
-#line 2192 "SearchFilter.c"
+#line 2465 "SearchFilter.c"
}
-static void search_view_filter_instance_init (SearchViewFilter * self) {
+static void
+search_view_filter_instance_init (SearchViewFilter * self)
+{
#line 39 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv = SEARCH_VIEW_FILTER_GET_PRIVATE (self);
#line 41 "/home/jens/Source/shotwell/src/SearchFilter.vala"
@@ -2219,11 +2494,13 @@ static void search_view_filter_instance_init (SearchViewFilter * self) {
self->priv->_search_filter_words_size_ = self->priv->search_filter_words_length1;
#line 60 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->_saved_search = NULL;
-#line 2223 "SearchFilter.c"
+#line 2498 "SearchFilter.c"
}
-static void search_view_filter_finalize (ViewFilter * obj) {
+static void
+search_view_filter_finalize (ViewFilter * obj)
+{
SearchViewFilter * self;
#line 39 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (obj, TYPE_SEARCH_VIEW_FILTER, SearchViewFilter);
@@ -2235,11 +2512,13 @@ static void search_view_filter_finalize (ViewFilter * obj) {
_g_object_unref0 (self->priv->_saved_search);
#line 39 "/home/jens/Source/shotwell/src/SearchFilter.vala"
VIEW_FILTER_CLASS (search_view_filter_parent_class)->finalize (obj);
-#line 2239 "SearchFilter.c"
+#line 2516 "SearchFilter.c"
}
-GType search_view_filter_get_type (void) {
+GType
+search_view_filter_get_type (void)
+{
static volatile gsize search_view_filter_type_id__volatile = 0;
if (g_once_init_enter (&search_view_filter_type_id__volatile)) {
static const GTypeInfo g_define_type_info = { sizeof (SearchViewFilterClass), (GBaseInitFunc) NULL, (GBaseFinalizeFunc) NULL, (GClassInitFunc) search_view_filter_class_init, (GClassFinalizeFunc) NULL, NULL, sizeof (SearchViewFilter), 0, (GInstanceInitFunc) search_view_filter_instance_init, NULL };
@@ -2251,278 +2530,247 @@ GType search_view_filter_get_type (void) {
}
-static gboolean string_contains (const gchar* self, const gchar* needle) {
+static gboolean
+string_contains (const gchar* self,
+ const gchar* needle)
+{
gboolean result = FALSE;
- const gchar* _tmp0_;
- gchar* _tmp1_;
-#line 1403 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
+ gchar* _tmp0_;
+#line 1417 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
g_return_val_if_fail (self != NULL, FALSE);
-#line 1403 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
+#line 1417 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
g_return_val_if_fail (needle != NULL, FALSE);
-#line 1404 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- _tmp0_ = needle;
-#line 1404 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- _tmp1_ = strstr ((gchar*) self, (gchar*) _tmp0_);
-#line 1404 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- result = _tmp1_ != NULL;
-#line 1404 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
+#line 1418 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
+ _tmp0_ = strstr ((gchar*) self, (gchar*) needle);
+#line 1418 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
+ result = _tmp0_ != NULL;
+#line 1418 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
return result;
-#line 2271 "SearchFilter.c"
+#line 2550 "SearchFilter.c"
}
-static gboolean default_search_view_filter_real_predicate (ViewFilter* base, DataView* view) {
+static gboolean
+default_search_view_filter_real_predicate (ViewFilter* base,
+ DataView* view)
+{
DefaultSearchViewFilter * self;
gboolean result = FALSE;
MediaSource* source = NULL;
- DataView* _tmp0_;
- MediaSource* _tmp1_;
+ MediaSource* _tmp0_;
guint criteria = 0U;
- guint _tmp2_;
- guint _tmp3_;
+ guint _tmp1_;
+ guint _tmp6_;
+ gboolean _tmp13_ = FALSE;
guint _tmp14_;
- gboolean _tmp22_ = FALSE;
- guint _tmp23_;
- gboolean _tmp40_ = FALSE;
- guint _tmp41_;
- gboolean _tmp87_ = FALSE;
- guint _tmp88_;
+ gboolean _tmp29_ = FALSE;
+ guint _tmp30_;
+ gboolean _tmp72_ = FALSE;
+ guint _tmp73_;
#line 181 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_DEFAULT_SEARCH_VIEW_FILTER, DefaultSearchViewFilter);
#line 181 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_val_if_fail (IS_DATA_VIEW (view), FALSE);
#line 182 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp0_ = view;
-#line 182 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp1_ = thumbnail_get_media_source (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, TYPE_THUMBNAIL, Thumbnail));
+ _tmp0_ = thumbnail_get_media_source (G_TYPE_CHECK_INSTANCE_CAST (view, TYPE_THUMBNAIL, Thumbnail));
#line 182 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- source = _tmp1_;
+ source = _tmp0_;
#line 183 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp2_ = search_view_filter_get_criteria (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_SEARCH_VIEW_FILTER, SearchViewFilter));
-#line 183 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- criteria = _tmp2_;
+ criteria = search_view_filter_get_criteria (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_SEARCH_VIEW_FILTER, SearchViewFilter));
#line 186 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp3_ = criteria;
+ _tmp1_ = criteria;
#line 186 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if ((SEARCH_FILTER_CRITERIA_RATING & _tmp3_) != 0) {
-#line 2309 "SearchFilter.c"
- gboolean _tmp4_ = FALSE;
- gboolean _tmp5_;
-#line 187 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp5_ = search_view_filter_get_rating_allow_higher (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_SEARCH_VIEW_FILTER, SearchViewFilter));
-#line 187 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (_tmp5_) {
-#line 2316 "SearchFilter.c"
- MediaSource* _tmp6_;
- Rating _tmp7_;
- Rating _tmp8_;
+ if ((SEARCH_FILTER_CRITERIA_RATING & _tmp1_) != 0) {
+#line 2585 "SearchFilter.c"
+ gboolean _tmp2_ = FALSE;
#line 187 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp6_ = source;
+ if (search_view_filter_get_rating_allow_higher (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_SEARCH_VIEW_FILTER, SearchViewFilter))) {
+#line 2589 "SearchFilter.c"
+ MediaSource* _tmp3_;
#line 187 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp7_ = media_source_get_rating (_tmp6_);
+ _tmp3_ = source;
#line 187 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp8_ = search_view_filter_get_rating (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_SEARCH_VIEW_FILTER, SearchViewFilter));
-#line 187 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp4_ = _tmp7_ < _tmp8_;
-#line 2328 "SearchFilter.c"
+ _tmp2_ = media_source_get_rating (_tmp3_) < search_view_filter_get_rating (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_SEARCH_VIEW_FILTER, SearchViewFilter));
+#line 2595 "SearchFilter.c"
} else {
#line 187 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp4_ = FALSE;
-#line 2332 "SearchFilter.c"
+ _tmp2_ = FALSE;
+#line 2599 "SearchFilter.c"
}
#line 187 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (_tmp4_) {
+ if (_tmp2_) {
#line 188 "/home/jens/Source/shotwell/src/SearchFilter.vala"
result = FALSE;
#line 188 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (source);
#line 188 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 2342 "SearchFilter.c"
+#line 2609 "SearchFilter.c"
} else {
- gboolean _tmp9_ = FALSE;
- gboolean _tmp10_;
-#line 189 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp10_ = search_view_filter_get_rating_allow_higher (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_SEARCH_VIEW_FILTER, SearchViewFilter));
+ gboolean _tmp4_ = FALSE;
#line 189 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (!_tmp10_) {
-#line 2350 "SearchFilter.c"
- MediaSource* _tmp11_;
- Rating _tmp12_;
- Rating _tmp13_;
+ if (!search_view_filter_get_rating_allow_higher (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_SEARCH_VIEW_FILTER, SearchViewFilter))) {
+#line 2614 "SearchFilter.c"
+ MediaSource* _tmp5_;
#line 189 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp11_ = source;
+ _tmp5_ = source;
#line 189 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp12_ = media_source_get_rating (_tmp11_);
-#line 189 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp13_ = search_view_filter_get_rating (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_SEARCH_VIEW_FILTER, SearchViewFilter));
-#line 189 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp9_ = _tmp12_ != _tmp13_;
-#line 2362 "SearchFilter.c"
+ _tmp4_ = media_source_get_rating (_tmp5_) != search_view_filter_get_rating (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_SEARCH_VIEW_FILTER, SearchViewFilter));
+#line 2620 "SearchFilter.c"
} else {
#line 189 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp9_ = FALSE;
-#line 2366 "SearchFilter.c"
+ _tmp4_ = FALSE;
+#line 2624 "SearchFilter.c"
}
#line 189 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (_tmp9_) {
+ if (_tmp4_) {
#line 190 "/home/jens/Source/shotwell/src/SearchFilter.vala"
result = FALSE;
#line 190 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (source);
#line 190 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 2376 "SearchFilter.c"
+#line 2634 "SearchFilter.c"
}
}
}
#line 194 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp14_ = criteria;
+ _tmp6_ = criteria;
#line 194 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if ((SEARCH_FILTER_CRITERIA_FLAG & _tmp14_) != 0) {
-#line 2384 "SearchFilter.c"
- gboolean _tmp15_ = FALSE;
- gboolean _tmp16_ = FALSE;
- gboolean _tmp17_;
- gboolean _tmp18_;
+ if ((SEARCH_FILTER_CRITERIA_FLAG & _tmp6_) != 0) {
+#line 2642 "SearchFilter.c"
+ gboolean _tmp7_ = FALSE;
+ gboolean _tmp8_ = FALSE;
+ gboolean _tmp9_;
+ gboolean _tmp10_;
#line 195 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp17_ = search_view_filter_get_flagged (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_SEARCH_VIEW_FILTER, SearchViewFilter));
+ _tmp9_ = search_view_filter_get_flagged (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_SEARCH_VIEW_FILTER, SearchViewFilter));
#line 195 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp18_ = _tmp17_;
+ _tmp10_ = _tmp9_;
#line 195 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (_tmp18_) {
-#line 2395 "SearchFilter.c"
- MediaSource* _tmp19_;
+ if (_tmp10_) {
+#line 2653 "SearchFilter.c"
+ MediaSource* _tmp11_;
#line 195 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp19_ = source;
+ _tmp11_ = source;
#line 195 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp16_ = G_TYPE_CHECK_INSTANCE_TYPE (_tmp19_, TYPE_FLAGGABLE);
-#line 2401 "SearchFilter.c"
+ _tmp8_ = G_TYPE_CHECK_INSTANCE_TYPE (_tmp11_, TYPE_FLAGGABLE);
+#line 2659 "SearchFilter.c"
} else {
#line 195 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp16_ = FALSE;
-#line 2405 "SearchFilter.c"
+ _tmp8_ = FALSE;
+#line 2663 "SearchFilter.c"
}
#line 195 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (_tmp16_) {
-#line 2409 "SearchFilter.c"
- MediaSource* _tmp20_;
- gboolean _tmp21_;
-#line 195 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp20_ = source;
+ if (_tmp8_) {
+#line 2667 "SearchFilter.c"
+ MediaSource* _tmp12_;
#line 195 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp21_ = flaggable_is_flagged (G_TYPE_CHECK_INSTANCE_CAST (_tmp20_, TYPE_FLAGGABLE, Flaggable));
+ _tmp12_ = source;
#line 195 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp15_ = !_tmp21_;
-#line 2418 "SearchFilter.c"
+ _tmp7_ = !flaggable_is_flagged (G_TYPE_CHECK_INSTANCE_CAST (_tmp12_, TYPE_FLAGGABLE, Flaggable));
+#line 2673 "SearchFilter.c"
} else {
#line 195 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp15_ = FALSE;
-#line 2422 "SearchFilter.c"
+ _tmp7_ = FALSE;
+#line 2677 "SearchFilter.c"
}
#line 195 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (_tmp15_) {
+ if (_tmp7_) {
#line 196 "/home/jens/Source/shotwell/src/SearchFilter.vala"
result = FALSE;
#line 196 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (source);
#line 196 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 2432 "SearchFilter.c"
+#line 2687 "SearchFilter.c"
}
}
#line 200 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp23_ = criteria;
-#line 200 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if ((SEARCH_FILTER_CRITERIA_MEDIA & _tmp23_) != 0) {
-#line 2439 "SearchFilter.c"
- gboolean _tmp24_;
+ _tmp14_ = criteria;
#line 200 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp24_ = search_view_filter_filter_by_media_type (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_SEARCH_VIEW_FILTER, SearchViewFilter));
+ if ((SEARCH_FILTER_CRITERIA_MEDIA & _tmp14_) != 0) {
#line 200 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp22_ = _tmp24_;
-#line 2445 "SearchFilter.c"
+ _tmp13_ = search_view_filter_filter_by_media_type (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_SEARCH_VIEW_FILTER, SearchViewFilter));
+#line 2696 "SearchFilter.c"
} else {
#line 200 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp22_ = FALSE;
-#line 2449 "SearchFilter.c"
+ _tmp13_ = FALSE;
+#line 2700 "SearchFilter.c"
}
#line 200 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (_tmp22_) {
-#line 2453 "SearchFilter.c"
- MediaSource* _tmp25_;
+ if (_tmp13_) {
+#line 2704 "SearchFilter.c"
+ MediaSource* _tmp15_;
#line 201 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp25_ = source;
+ _tmp15_ = source;
#line 201 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (G_TYPE_CHECK_INSTANCE_TYPE (_tmp25_, TYPE_VIDEO_SOURCE)) {
-#line 2459 "SearchFilter.c"
- gboolean _tmp26_;
- gboolean _tmp27_;
+ if (G_TYPE_CHECK_INSTANCE_TYPE (_tmp15_, TYPE_VIDEO_SOURCE)) {
+#line 2710 "SearchFilter.c"
+ gboolean _tmp16_;
+ gboolean _tmp17_;
#line 202 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp26_ = search_view_filter_get_show_media_video (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_SEARCH_VIEW_FILTER, SearchViewFilter));
+ _tmp16_ = search_view_filter_get_show_media_video (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_SEARCH_VIEW_FILTER, SearchViewFilter));
#line 202 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp27_ = _tmp26_;
+ _tmp17_ = _tmp16_;
#line 202 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (!_tmp27_) {
+ if (!_tmp17_) {
#line 203 "/home/jens/Source/shotwell/src/SearchFilter.vala"
result = FALSE;
#line 203 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (source);
#line 203 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 2474 "SearchFilter.c"
+#line 2725 "SearchFilter.c"
}
} else {
- MediaSource* _tmp28_;
+ MediaSource* _tmp18_;
#line 204 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp28_ = source;
+ _tmp18_ = source;
#line 204 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (G_TYPE_CHECK_INSTANCE_TYPE (_tmp28_, TYPE_PHOTO)) {
-#line 2482 "SearchFilter.c"
+ if (G_TYPE_CHECK_INSTANCE_TYPE (_tmp18_, TYPE_PHOTO)) {
+#line 2733 "SearchFilter.c"
Photo* photo = NULL;
- MediaSource* _tmp29_;
- Photo* _tmp30_;
- Photo* _tmp31_;
- PhotoFileFormat _tmp32_;
+ MediaSource* _tmp19_;
+ Photo* _tmp20_;
+ Photo* _tmp21_;
#line 205 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp29_ = source;
+ _tmp19_ = source;
#line 205 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp30_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_TYPE (_tmp29_, TYPE_PHOTO) ? ((Photo*) _tmp29_) : NULL);
+ _tmp20_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_TYPE (_tmp19_, TYPE_PHOTO) ? ((Photo*) _tmp19_) : NULL);
#line 205 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- photo = _tmp30_;
+ photo = _tmp20_;
#line 206 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp31_ = photo;
+ _tmp21_ = photo;
#line 206 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp32_ = photo_get_master_file_format (_tmp31_);
-#line 206 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (_tmp32_ == PHOTO_FILE_FORMAT_RAW) {
-#line 2500 "SearchFilter.c"
- gboolean _tmp33_ = FALSE;
- gboolean _tmp34_;
- gboolean _tmp35_;
+ if (photo_get_master_file_format (_tmp21_) == PHOTO_FILE_FORMAT_RAW) {
+#line 2748 "SearchFilter.c"
+ gboolean _tmp22_ = FALSE;
+ gboolean _tmp23_;
+ gboolean _tmp24_;
#line 207 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp34_ = search_view_filter_get_show_media_photos (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_SEARCH_VIEW_FILTER, SearchViewFilter));
+ _tmp23_ = search_view_filter_get_show_media_photos (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_SEARCH_VIEW_FILTER, SearchViewFilter));
#line 207 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp35_ = _tmp34_;
+ _tmp24_ = _tmp23_;
#line 207 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (!_tmp35_) {
-#line 2510 "SearchFilter.c"
- gboolean _tmp36_;
- gboolean _tmp37_;
+ if (!_tmp24_) {
+#line 2758 "SearchFilter.c"
+ gboolean _tmp25_;
+ gboolean _tmp26_;
#line 207 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp36_ = search_view_filter_get_show_media_raw (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_SEARCH_VIEW_FILTER, SearchViewFilter));
+ _tmp25_ = search_view_filter_get_show_media_raw (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_SEARCH_VIEW_FILTER, SearchViewFilter));
#line 207 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp37_ = _tmp36_;
+ _tmp26_ = _tmp25_;
#line 207 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp33_ = !_tmp37_;
-#line 2519 "SearchFilter.c"
+ _tmp22_ = !_tmp26_;
+#line 2767 "SearchFilter.c"
} else {
#line 207 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp33_ = FALSE;
-#line 2523 "SearchFilter.c"
+ _tmp22_ = FALSE;
+#line 2771 "SearchFilter.c"
}
#line 207 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (_tmp33_) {
+ if (_tmp22_) {
#line 208 "/home/jens/Source/shotwell/src/SearchFilter.vala"
result = FALSE;
#line 208 "/home/jens/Source/shotwell/src/SearchFilter.vala"
@@ -2531,17 +2779,17 @@ static gboolean default_search_view_filter_real_predicate (ViewFilter* base, Dat
_g_object_unref0 (source);
#line 208 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 2535 "SearchFilter.c"
+#line 2783 "SearchFilter.c"
}
} else {
- gboolean _tmp38_;
- gboolean _tmp39_;
+ gboolean _tmp27_;
+ gboolean _tmp28_;
#line 209 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp38_ = search_view_filter_get_show_media_photos (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_SEARCH_VIEW_FILTER, SearchViewFilter));
+ _tmp27_ = search_view_filter_get_show_media_photos (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_SEARCH_VIEW_FILTER, SearchViewFilter));
#line 209 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp39_ = _tmp38_;
+ _tmp28_ = _tmp27_;
#line 209 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (!_tmp39_) {
+ if (!_tmp28_) {
#line 210 "/home/jens/Source/shotwell/src/SearchFilter.vala"
result = FALSE;
#line 210 "/home/jens/Source/shotwell/src/SearchFilter.vala"
@@ -2550,304 +2798,291 @@ static gboolean default_search_view_filter_real_predicate (ViewFilter* base, Dat
_g_object_unref0 (source);
#line 210 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 2554 "SearchFilter.c"
+#line 2802 "SearchFilter.c"
}
}
#line 204 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (photo);
-#line 2559 "SearchFilter.c"
+#line 2807 "SearchFilter.c"
}
}
}
#line 215 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp41_ = criteria;
-#line 215 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if ((SEARCH_FILTER_CRITERIA_TEXT & _tmp41_) != 0) {
-#line 2567 "SearchFilter.c"
- gboolean _tmp42_;
+ _tmp30_ = criteria;
#line 215 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp42_ = search_view_filter_has_search_filter (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_SEARCH_VIEW_FILTER, SearchViewFilter));
+ if ((SEARCH_FILTER_CRITERIA_TEXT & _tmp30_) != 0) {
#line 215 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp40_ = _tmp42_;
-#line 2573 "SearchFilter.c"
+ _tmp29_ = search_view_filter_has_search_filter (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_SEARCH_VIEW_FILTER, SearchViewFilter));
+#line 2817 "SearchFilter.c"
} else {
#line 215 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp40_ = FALSE;
-#line 2577 "SearchFilter.c"
+ _tmp29_ = FALSE;
+#line 2821 "SearchFilter.c"
}
#line 215 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (_tmp40_) {
-#line 2581 "SearchFilter.c"
+ if (_tmp29_) {
+#line 2825 "SearchFilter.c"
const gchar* media_keywords = NULL;
- MediaSource* _tmp43_;
- const gchar* _tmp44_;
+ MediaSource* _tmp31_;
+ const gchar* _tmp32_;
const gchar* event_keywords = NULL;
Event* event = NULL;
- MediaSource* _tmp45_;
- Event* _tmp46_;
- Event* _tmp47_;
+ MediaSource* _tmp33_;
+ Event* _tmp34_;
+ Event* _tmp35_;
GeeList* tags = NULL;
- TagSourceCollection* _tmp50_;
- MediaSource* _tmp51_;
- GeeList* _tmp52_;
- gint _tmp53_ = 0;
- GeeList* _tmp54_;
+ TagSourceCollection* _tmp38_;
+ MediaSource* _tmp39_;
+ GeeList* _tmp40_;
+ gint _tmp41_ = 0;
+ GeeList* _tmp42_;
gint tags_size = 0;
- gint _tmp58_;
- gchar** _tmp59_;
+ gint _tmp46_;
+ gchar** _tmp47_;
#line 216 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp43_ = source;
+ _tmp31_ = source;
#line 216 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp44_ = indexable_get_indexable_keywords (G_TYPE_CHECK_INSTANCE_CAST (_tmp43_, TYPE_INDEXABLE, Indexable));
+ _tmp32_ = indexable_get_indexable_keywords (G_TYPE_CHECK_INSTANCE_CAST (_tmp31_, TYPE_INDEXABLE, Indexable));
#line 216 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- media_keywords = _tmp44_;
+ media_keywords = _tmp32_;
#line 218 "/home/jens/Source/shotwell/src/SearchFilter.vala"
event_keywords = NULL;
#line 219 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp45_ = source;
+ _tmp33_ = source;
#line 219 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp46_ = media_source_get_event (_tmp45_);
+ _tmp34_ = media_source_get_event (_tmp33_);
#line 219 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- event = _tmp46_;
+ event = _tmp34_;
#line 220 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp47_ = event;
+ _tmp35_ = event;
#line 220 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (_tmp47_ != NULL) {
-#line 2617 "SearchFilter.c"
- Event* _tmp48_;
- const gchar* _tmp49_;
+ if (_tmp35_ != NULL) {
+#line 2861 "SearchFilter.c"
+ Event* _tmp36_;
+ const gchar* _tmp37_;
#line 221 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp48_ = event;
+ _tmp36_ = event;
#line 221 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp49_ = indexable_get_indexable_keywords (G_TYPE_CHECK_INSTANCE_CAST (_tmp48_, TYPE_INDEXABLE, Indexable));
+ _tmp37_ = indexable_get_indexable_keywords (G_TYPE_CHECK_INSTANCE_CAST (_tmp36_, TYPE_INDEXABLE, Indexable));
#line 221 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- event_keywords = _tmp49_;
-#line 2626 "SearchFilter.c"
+ event_keywords = _tmp37_;
+#line 2870 "SearchFilter.c"
}
#line 223 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp50_ = tag_global;
+ _tmp38_ = tag_global;
#line 223 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp51_ = source;
+ _tmp39_ = source;
#line 223 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp52_ = tag_source_collection_fetch_for_source (_tmp50_, _tmp51_);
+ _tmp40_ = tag_source_collection_fetch_for_source (_tmp38_, _tmp39_);
#line 223 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- tags = _tmp52_;
+ tags = _tmp40_;
#line 224 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp54_ = tags;
+ _tmp42_ = tags;
#line 224 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (_tmp54_ != NULL) {
-#line 2640 "SearchFilter.c"
- GeeList* _tmp55_;
- gint _tmp56_;
- gint _tmp57_;
+ if (_tmp42_ != NULL) {
+#line 2884 "SearchFilter.c"
+ GeeList* _tmp43_;
+ gint _tmp44_;
+ gint _tmp45_;
#line 224 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp55_ = tags;
+ _tmp43_ = tags;
#line 224 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp56_ = gee_collection_get_size (G_TYPE_CHECK_INSTANCE_CAST (_tmp55_, GEE_TYPE_COLLECTION, GeeCollection));
+ _tmp44_ = gee_collection_get_size (G_TYPE_CHECK_INSTANCE_CAST (_tmp43_, GEE_TYPE_COLLECTION, GeeCollection));
#line 224 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp57_ = _tmp56_;
+ _tmp45_ = _tmp44_;
#line 224 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp53_ = _tmp57_;
-#line 2652 "SearchFilter.c"
+ _tmp41_ = _tmp45_;
+#line 2896 "SearchFilter.c"
} else {
#line 224 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp53_ = 0;
-#line 2656 "SearchFilter.c"
+ _tmp41_ = 0;
+#line 2900 "SearchFilter.c"
}
#line 224 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- tags_size = _tmp53_;
+ tags_size = _tmp41_;
#line 226 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp59_ = search_view_filter_get_search_filter_words (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_SEARCH_VIEW_FILTER, SearchViewFilter), &_tmp58_);
-#line 2662 "SearchFilter.c"
+ _tmp47_ = search_view_filter_get_search_filter_words (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_SEARCH_VIEW_FILTER, SearchViewFilter), &_tmp46_);
+#line 2906 "SearchFilter.c"
{
gchar** word_collection = NULL;
gint word_collection_length1 = 0;
gint _word_collection_size_ = 0;
gint word_it = 0;
#line 226 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- word_collection = _tmp59_;
+ word_collection = _tmp47_;
#line 226 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- word_collection_length1 = _tmp58_;
+ word_collection_length1 = _tmp46_;
#line 226 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- for (word_it = 0; word_it < _tmp58_; word_it = word_it + 1) {
-#line 2674 "SearchFilter.c"
+ for (word_it = 0; word_it < _tmp46_; word_it = word_it + 1) {
+#line 2918 "SearchFilter.c"
const gchar* word = NULL;
#line 226 "/home/jens/Source/shotwell/src/SearchFilter.vala"
word = word_collection[word_it];
-#line 2678 "SearchFilter.c"
+#line 2922 "SearchFilter.c"
{
- gboolean _tmp60_ = FALSE;
- const gchar* _tmp61_;
- gboolean _tmp65_ = FALSE;
- const gchar* _tmp66_;
- gint _tmp70_;
+ gboolean _tmp48_ = FALSE;
+ const gchar* _tmp49_;
+ gboolean _tmp52_ = FALSE;
+ const gchar* _tmp53_;
+ gint _tmp56_;
#line 227 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp61_ = media_keywords;
+ _tmp49_ = media_keywords;
#line 227 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (_tmp61_ != NULL) {
-#line 2689 "SearchFilter.c"
- const gchar* _tmp62_;
- const gchar* _tmp63_;
- gboolean _tmp64_;
+ if (_tmp49_ != NULL) {
+#line 2933 "SearchFilter.c"
+ const gchar* _tmp50_;
+ const gchar* _tmp51_;
#line 227 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp62_ = media_keywords;
+ _tmp50_ = media_keywords;
#line 227 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp63_ = word;
+ _tmp51_ = word;
#line 227 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp64_ = string_contains (_tmp62_, _tmp63_);
-#line 227 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp60_ = _tmp64_;
-#line 2701 "SearchFilter.c"
+ _tmp48_ = string_contains (_tmp50_, _tmp51_);
+#line 2942 "SearchFilter.c"
} else {
#line 227 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp60_ = FALSE;
-#line 2705 "SearchFilter.c"
+ _tmp48_ = FALSE;
+#line 2946 "SearchFilter.c"
}
#line 227 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (_tmp60_) {
+ if (_tmp48_) {
#line 228 "/home/jens/Source/shotwell/src/SearchFilter.vala"
continue;
-#line 2711 "SearchFilter.c"
+#line 2952 "SearchFilter.c"
}
#line 230 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp66_ = event_keywords;
-#line 230 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (_tmp66_ != NULL) {
-#line 2717 "SearchFilter.c"
- const gchar* _tmp67_;
- const gchar* _tmp68_;
- gboolean _tmp69_;
+ _tmp53_ = event_keywords;
#line 230 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp67_ = event_keywords;
+ if (_tmp53_ != NULL) {
+#line 2958 "SearchFilter.c"
+ const gchar* _tmp54_;
+ const gchar* _tmp55_;
#line 230 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp68_ = word;
+ _tmp54_ = event_keywords;
#line 230 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp69_ = string_contains (_tmp67_, _tmp68_);
+ _tmp55_ = word;
#line 230 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp65_ = _tmp69_;
-#line 2729 "SearchFilter.c"
+ _tmp52_ = string_contains (_tmp54_, _tmp55_);
+#line 2967 "SearchFilter.c"
} else {
#line 230 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp65_ = FALSE;
-#line 2733 "SearchFilter.c"
+ _tmp52_ = FALSE;
+#line 2971 "SearchFilter.c"
}
#line 230 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (_tmp65_) {
+ if (_tmp52_) {
#line 231 "/home/jens/Source/shotwell/src/SearchFilter.vala"
continue;
-#line 2739 "SearchFilter.c"
+#line 2977 "SearchFilter.c"
}
#line 233 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp70_ = tags_size;
+ _tmp56_ = tags_size;
#line 233 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (_tmp70_ > 0) {
-#line 2745 "SearchFilter.c"
+ if (_tmp56_ > 0) {
+#line 2983 "SearchFilter.c"
gboolean found = FALSE;
- gboolean _tmp86_;
+ gboolean _tmp71_;
#line 234 "/home/jens/Source/shotwell/src/SearchFilter.vala"
found = FALSE;
-#line 2750 "SearchFilter.c"
+#line 2988 "SearchFilter.c"
{
gint ctr = 0;
#line 235 "/home/jens/Source/shotwell/src/SearchFilter.vala"
ctr = 0;
-#line 2755 "SearchFilter.c"
+#line 2993 "SearchFilter.c"
{
- gboolean _tmp71_ = FALSE;
+ gboolean _tmp57_ = FALSE;
#line 235 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp71_ = TRUE;
+ _tmp57_ = TRUE;
#line 235 "/home/jens/Source/shotwell/src/SearchFilter.vala"
while (TRUE) {
-#line 2762 "SearchFilter.c"
- gint _tmp73_;
- gint _tmp74_;
+#line 3000 "SearchFilter.c"
+ gint _tmp59_;
+ gint _tmp60_;
const gchar* tag_keywords = NULL;
- GeeList* _tmp75_;
- gint _tmp76_;
- gpointer _tmp77_;
- Tag* _tmp78_;
- const gchar* _tmp79_;
- const gchar* _tmp80_;
- gboolean _tmp81_ = FALSE;
- const gchar* _tmp82_;
+ GeeList* _tmp61_;
+ gint _tmp62_;
+ gpointer _tmp63_;
+ Tag* _tmp64_;
+ const gchar* _tmp65_;
+ const gchar* _tmp66_;
+ gboolean _tmp67_ = FALSE;
+ const gchar* _tmp68_;
#line 235 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (!_tmp71_) {
-#line 2776 "SearchFilter.c"
- gint _tmp72_;
+ if (!_tmp57_) {
+#line 3014 "SearchFilter.c"
+ gint _tmp58_;
#line 235 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp72_ = ctr;
+ _tmp58_ = ctr;
#line 235 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- ctr = _tmp72_ + 1;
-#line 2782 "SearchFilter.c"
+ ctr = _tmp58_ + 1;
+#line 3020 "SearchFilter.c"
}
#line 235 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp71_ = FALSE;
+ _tmp57_ = FALSE;
#line 235 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp73_ = ctr;
+ _tmp59_ = ctr;
#line 235 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp74_ = tags_size;
+ _tmp60_ = tags_size;
#line 235 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (!(_tmp73_ < _tmp74_)) {
+ if (!(_tmp59_ < _tmp60_)) {
#line 235 "/home/jens/Source/shotwell/src/SearchFilter.vala"
break;
-#line 2794 "SearchFilter.c"
+#line 3032 "SearchFilter.c"
}
#line 236 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp75_ = tags;
+ _tmp61_ = tags;
#line 236 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp76_ = ctr;
+ _tmp62_ = ctr;
#line 236 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp77_ = gee_list_get (_tmp75_, _tmp76_);
+ _tmp63_ = gee_list_get (_tmp61_, _tmp62_);
#line 236 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp78_ = (Tag*) _tmp77_;
+ _tmp64_ = (Tag*) _tmp63_;
#line 236 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp79_ = indexable_get_indexable_keywords (G_TYPE_CHECK_INSTANCE_CAST (_tmp78_, TYPE_INDEXABLE, Indexable));
+ _tmp65_ = indexable_get_indexable_keywords (G_TYPE_CHECK_INSTANCE_CAST (_tmp64_, TYPE_INDEXABLE, Indexable));
#line 236 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp80_ = _tmp79_;
+ _tmp66_ = _tmp65_;
#line 236 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _g_object_unref0 (_tmp78_);
+ _g_object_unref0 (_tmp64_);
#line 236 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- tag_keywords = _tmp80_;
+ tag_keywords = _tmp66_;
#line 237 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp82_ = tag_keywords;
+ _tmp68_ = tag_keywords;
#line 237 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (_tmp82_ != NULL) {
-#line 2816 "SearchFilter.c"
- const gchar* _tmp83_;
- const gchar* _tmp84_;
- gboolean _tmp85_;
+ if (_tmp68_ != NULL) {
+#line 3054 "SearchFilter.c"
+ const gchar* _tmp69_;
+ const gchar* _tmp70_;
#line 237 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp83_ = tag_keywords;
+ _tmp69_ = tag_keywords;
#line 237 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp84_ = word;
+ _tmp70_ = word;
#line 237 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp85_ = string_contains (_tmp83_, _tmp84_);
-#line 237 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp81_ = _tmp85_;
-#line 2828 "SearchFilter.c"
+ _tmp67_ = string_contains (_tmp69_, _tmp70_);
+#line 3063 "SearchFilter.c"
} else {
#line 237 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp81_ = FALSE;
-#line 2832 "SearchFilter.c"
+ _tmp67_ = FALSE;
+#line 3067 "SearchFilter.c"
}
#line 237 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (_tmp81_) {
+ if (_tmp67_) {
#line 238 "/home/jens/Source/shotwell/src/SearchFilter.vala"
found = TRUE;
#line 240 "/home/jens/Source/shotwell/src/SearchFilter.vala"
break;
-#line 2840 "SearchFilter.c"
+#line 3075 "SearchFilter.c"
}
}
}
}
#line 244 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp86_ = found;
+ _tmp71_ = found;
#line 244 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (_tmp86_) {
+ if (_tmp71_) {
#line 245 "/home/jens/Source/shotwell/src/SearchFilter.vala"
continue;
-#line 2851 "SearchFilter.c"
+#line 3086 "SearchFilter.c"
}
}
#line 250 "/home/jens/Source/shotwell/src/SearchFilter.vala"
@@ -2860,7 +3095,7 @@ static gboolean default_search_view_filter_real_predicate (ViewFilter* base, Dat
_g_object_unref0 (source);
#line 250 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 2864 "SearchFilter.c"
+#line 3099 "SearchFilter.c"
}
}
}
@@ -2868,46 +3103,39 @@ static gboolean default_search_view_filter_real_predicate (ViewFilter* base, Dat
_g_object_unref0 (tags);
#line 215 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (event);
-#line 2872 "SearchFilter.c"
+#line 3107 "SearchFilter.c"
}
#line 255 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp88_ = criteria;
-#line 255 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if ((SEARCH_FILTER_CRITERIA_SAVEDSEARCH & _tmp88_) != 0) {
-#line 2878 "SearchFilter.c"
- gboolean _tmp89_;
+ _tmp73_ = criteria;
#line 255 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp89_ = search_view_filter_has_saved_search (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_SEARCH_VIEW_FILTER, SearchViewFilter));
+ if ((SEARCH_FILTER_CRITERIA_SAVEDSEARCH & _tmp73_) != 0) {
#line 255 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp87_ = _tmp89_;
-#line 2884 "SearchFilter.c"
+ _tmp72_ = search_view_filter_has_saved_search (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_SEARCH_VIEW_FILTER, SearchViewFilter));
+#line 3115 "SearchFilter.c"
} else {
#line 255 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp87_ = FALSE;
-#line 2888 "SearchFilter.c"
+ _tmp72_ = FALSE;
+#line 3119 "SearchFilter.c"
}
#line 255 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (_tmp87_) {
-#line 2892 "SearchFilter.c"
- SavedSearch* _tmp90_;
- SavedSearch* _tmp91_;
- MediaSource* _tmp92_;
- gboolean _tmp93_;
-#line 256 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp90_ = search_view_filter_get_saved_search (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_SEARCH_VIEW_FILTER, SearchViewFilter));
+ if (_tmp72_) {
+#line 3123 "SearchFilter.c"
+ SavedSearch* _tmp74_;
+ SavedSearch* _tmp75_;
+ MediaSource* _tmp76_;
#line 256 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp91_ = _tmp90_;
+ _tmp74_ = search_view_filter_get_saved_search (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_SEARCH_VIEW_FILTER, SearchViewFilter));
#line 256 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp92_ = source;
+ _tmp75_ = _tmp74_;
#line 256 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp93_ = saved_search_predicate (_tmp91_, _tmp92_);
+ _tmp76_ = source;
#line 256 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- result = _tmp93_;
+ result = saved_search_predicate (_tmp75_, _tmp76_);
#line 256 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (source);
#line 256 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 2911 "SearchFilter.c"
+#line 3139 "SearchFilter.c"
}
#line 259 "/home/jens/Source/shotwell/src/SearchFilter.vala"
result = TRUE;
@@ -2915,34 +3143,42 @@ static gboolean default_search_view_filter_real_predicate (ViewFilter* base, Dat
_g_object_unref0 (source);
#line 259 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 2919 "SearchFilter.c"
+#line 3147 "SearchFilter.c"
}
-DefaultSearchViewFilter* default_search_view_filter_construct (GType object_type) {
+DefaultSearchViewFilter*
+default_search_view_filter_construct (GType object_type)
+{
DefaultSearchViewFilter* self = NULL;
#line 180 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self = (DefaultSearchViewFilter*) search_view_filter_construct (object_type);
#line 180 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return self;
-#line 2929 "SearchFilter.c"
+#line 3159 "SearchFilter.c"
}
-static void default_search_view_filter_class_init (DefaultSearchViewFilterClass * klass) {
+static void
+default_search_view_filter_class_init (DefaultSearchViewFilterClass * klass)
+{
#line 180 "/home/jens/Source/shotwell/src/SearchFilter.vala"
default_search_view_filter_parent_class = g_type_class_peek_parent (klass);
#line 180 "/home/jens/Source/shotwell/src/SearchFilter.vala"
((ViewFilterClass *) klass)->predicate = (gboolean (*) (ViewFilter *, DataView*)) default_search_view_filter_real_predicate;
-#line 2938 "SearchFilter.c"
+#line 3170 "SearchFilter.c"
}
-static void default_search_view_filter_instance_init (DefaultSearchViewFilter * self) {
+static void
+default_search_view_filter_instance_init (DefaultSearchViewFilter * self)
+{
}
-GType default_search_view_filter_get_type (void) {
+GType
+default_search_view_filter_get_type (void)
+{
static volatile gsize default_search_view_filter_type_id__volatile = 0;
if (g_once_init_enter (&default_search_view_filter_type_id__volatile)) {
static const GTypeInfo g_define_type_info = { sizeof (DefaultSearchViewFilterClass), (GBaseInitFunc) NULL, (GBaseFinalizeFunc) NULL, (GClassInitFunc) default_search_view_filter_class_init, (GClassFinalizeFunc) NULL, NULL, sizeof (DefaultSearchViewFilter), 0, (GInstanceInitFunc) default_search_view_filter_instance_init, NULL };
@@ -2954,7 +3190,10 @@ GType default_search_view_filter_get_type (void) {
}
-static gboolean disabled_view_filter_real_predicate (ViewFilter* base, DataView* view) {
+static gboolean
+disabled_view_filter_real_predicate (ViewFilter* base,
+ DataView* view)
+{
DisabledViewFilter * self;
gboolean result = FALSE;
#line 264 "/home/jens/Source/shotwell/src/SearchFilter.vala"
@@ -2965,11 +3204,13 @@ static gboolean disabled_view_filter_real_predicate (ViewFilter* base, DataView*
result = TRUE;
#line 265 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 2969 "SearchFilter.c"
+#line 3208 "SearchFilter.c"
}
-static guint disabled_view_filter_real_get_criteria (SearchViewFilter* base) {
+static guint
+disabled_view_filter_real_get_criteria (SearchViewFilter* base)
+{
DisabledViewFilter * self;
guint result = 0U;
#line 268 "/home/jens/Source/shotwell/src/SearchFilter.vala"
@@ -2978,43 +3219,53 @@ static guint disabled_view_filter_real_get_criteria (SearchViewFilter* base) {
result = (guint) SEARCH_FILTER_CRITERIA_RATING;
#line 269 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 2982 "SearchFilter.c"
+#line 3223 "SearchFilter.c"
}
-DisabledViewFilter* disabled_view_filter_construct (GType object_type) {
+DisabledViewFilter*
+disabled_view_filter_construct (GType object_type)
+{
DisabledViewFilter* self = NULL;
#line 263 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self = (DisabledViewFilter*) search_view_filter_construct (object_type);
#line 263 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return self;
-#line 2992 "SearchFilter.c"
+#line 3235 "SearchFilter.c"
}
-DisabledViewFilter* disabled_view_filter_new (void) {
+DisabledViewFilter*
+disabled_view_filter_new (void)
+{
#line 263 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return disabled_view_filter_construct (TYPE_DISABLED_VIEW_FILTER);
-#line 2999 "SearchFilter.c"
+#line 3244 "SearchFilter.c"
}
-static void disabled_view_filter_class_init (DisabledViewFilterClass * klass) {
+static void
+disabled_view_filter_class_init (DisabledViewFilterClass * klass)
+{
#line 263 "/home/jens/Source/shotwell/src/SearchFilter.vala"
disabled_view_filter_parent_class = g_type_class_peek_parent (klass);
#line 263 "/home/jens/Source/shotwell/src/SearchFilter.vala"
((ViewFilterClass *) klass)->predicate = (gboolean (*) (ViewFilter *, DataView*)) disabled_view_filter_real_predicate;
#line 263 "/home/jens/Source/shotwell/src/SearchFilter.vala"
((SearchViewFilterClass *) klass)->get_criteria = (guint (*) (SearchViewFilter *)) disabled_view_filter_real_get_criteria;
-#line 3010 "SearchFilter.c"
+#line 3257 "SearchFilter.c"
}
-static void disabled_view_filter_instance_init (DisabledViewFilter * self) {
+static void
+disabled_view_filter_instance_init (DisabledViewFilter * self)
+{
}
-GType disabled_view_filter_get_type (void) {
+GType
+disabled_view_filter_get_type (void)
+{
static volatile gsize disabled_view_filter_type_id__volatile = 0;
if (g_once_init_enter (&disabled_view_filter_type_id__volatile)) {
static const GTypeInfo g_define_type_info = { sizeof (DisabledViewFilterClass), (GBaseInitFunc) NULL, (GBaseFinalizeFunc) NULL, (GClassInitFunc) disabled_view_filter_class_init, (GClassFinalizeFunc) NULL, NULL, sizeof (DisabledViewFilter), 0, (GInstanceInitFunc) disabled_view_filter_instance_init, NULL };
@@ -3026,75 +3277,75 @@ GType disabled_view_filter_get_type (void) {
}
-TextAction* text_action_construct (GType object_type, const gchar* init) {
+TextAction*
+text_action_construct (GType object_type,
+ const gchar* init)
+{
TextAction* self = NULL;
- const gchar* _tmp0_;
- gchar* _tmp1_;
+ gchar* _tmp0_;
#line 290 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self = (TextAction*) g_type_create_instance (object_type);
#line 291 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp0_ = init;
-#line 291 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp1_ = g_strdup (_tmp0_);
+ _tmp0_ = g_strdup (init);
#line 291 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_free0 (self->priv->text);
#line 291 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- self->priv->text = _tmp1_;
+ self->priv->text = _tmp0_;
#line 290 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return self;
-#line 3046 "SearchFilter.c"
+#line 3297 "SearchFilter.c"
}
-TextAction* text_action_new (const gchar* init) {
+TextAction*
+text_action_new (const gchar* init)
+{
#line 290 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return text_action_construct (TYPE_TEXT_ACTION, init);
-#line 3053 "SearchFilter.c"
+#line 3306 "SearchFilter.c"
}
-void text_action_set_text (TextAction* self, const gchar* text) {
+void
+text_action_set_text (TextAction* self,
+ const gchar* text)
+{
const gchar* _tmp0_;
- const gchar* _tmp1_;
#line 294 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_TEXT_ACTION (self));
#line 295 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = self->priv->text;
#line 295 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp1_ = text;
-#line 295 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (g_strcmp0 (_tmp0_, _tmp1_) != 0) {
-#line 3068 "SearchFilter.c"
- const gchar* _tmp2_;
- gchar* _tmp3_;
- const gchar* _tmp4_;
-#line 296 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp2_ = text;
+ if (g_strcmp0 (_tmp0_, text) != 0) {
+#line 3321 "SearchFilter.c"
+ gchar* _tmp1_;
#line 296 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp3_ = g_strdup (_tmp2_);
+ _tmp1_ = g_strdup (text);
#line 296 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_free0 (self->priv->text);
#line 296 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- self->priv->text = _tmp3_;
+ self->priv->text = _tmp1_;
#line 297 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp4_ = text;
-#line 297 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_signal_emit (self, text_action_signals[TEXT_ACTION_TEXT_CHANGED_SIGNAL], 0, _tmp4_);
-#line 3084 "SearchFilter.c"
+ g_signal_emit (self, text_action_signals[TEXT_ACTION_TEXT_CHANGED_SIGNAL], 0, text);
+#line 3331 "SearchFilter.c"
}
}
-void text_action_clear (TextAction* self) {
+void
+text_action_clear (TextAction* self)
+{
#line 301 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_TEXT_ACTION (self));
#line 302 "/home/jens/Source/shotwell/src/SearchFilter.vala"
text_action_set_text (self, NULL);
-#line 3094 "SearchFilter.c"
+#line 3343 "SearchFilter.c"
}
-gboolean text_action_is_sensitive (TextAction* self) {
+gboolean
+text_action_is_sensitive (TextAction* self)
+{
gboolean result = FALSE;
gboolean _tmp0_;
#line 305 "/home/jens/Source/shotwell/src/SearchFilter.vala"
@@ -3105,38 +3356,33 @@ gboolean text_action_is_sensitive (TextAction* self) {
result = _tmp0_;
#line 306 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 3109 "SearchFilter.c"
+#line 3360 "SearchFilter.c"
}
-void text_action_set_sensitive (TextAction* self, gboolean sensitive) {
+void
+text_action_set_sensitive (TextAction* self,
+ gboolean sensitive)
+{
gboolean _tmp0_;
- gboolean _tmp1_;
#line 309 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_TEXT_ACTION (self));
#line 310 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = self->priv->sensitive;
#line 310 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp1_ = sensitive;
-#line 310 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (_tmp0_ != _tmp1_) {
-#line 3124 "SearchFilter.c"
- gboolean _tmp2_;
- gboolean _tmp3_;
-#line 311 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp2_ = sensitive;
+ if (_tmp0_ != sensitive) {
#line 311 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- self->priv->sensitive = _tmp2_;
+ self->priv->sensitive = sensitive;
#line 312 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp3_ = sensitive;
-#line 312 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_signal_emit (self, text_action_signals[TEXT_ACTION_SENSITIVITY_CHANGED_SIGNAL], 0, _tmp3_);
-#line 3135 "SearchFilter.c"
+ g_signal_emit (self, text_action_signals[TEXT_ACTION_SENSITIVITY_CHANGED_SIGNAL], 0, sensitive);
+#line 3379 "SearchFilter.c"
}
}
-gboolean text_action_is_visible (TextAction* self) {
+gboolean
+text_action_is_visible (TextAction* self)
+{
gboolean result = FALSE;
gboolean _tmp0_;
#line 316 "/home/jens/Source/shotwell/src/SearchFilter.vala"
@@ -3147,38 +3393,33 @@ gboolean text_action_is_visible (TextAction* self) {
result = _tmp0_;
#line 317 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 3151 "SearchFilter.c"
+#line 3397 "SearchFilter.c"
}
-void text_action_set_visible (TextAction* self, gboolean visible) {
+void
+text_action_set_visible (TextAction* self,
+ gboolean visible)
+{
gboolean _tmp0_;
- gboolean _tmp1_;
#line 320 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_TEXT_ACTION (self));
#line 321 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = self->priv->visible;
#line 321 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp1_ = visible;
-#line 321 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (_tmp0_ != _tmp1_) {
-#line 3166 "SearchFilter.c"
- gboolean _tmp2_;
- gboolean _tmp3_;
-#line 322 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp2_ = visible;
+ if (_tmp0_ != visible) {
#line 322 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- self->priv->visible = _tmp2_;
-#line 323 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp3_ = visible;
+ self->priv->visible = visible;
#line 323 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_signal_emit (self, text_action_signals[TEXT_ACTION_VISIBILITY_CHANGED_SIGNAL], 0, _tmp3_);
-#line 3177 "SearchFilter.c"
+ g_signal_emit (self, text_action_signals[TEXT_ACTION_VISIBILITY_CHANGED_SIGNAL], 0, visible);
+#line 3416 "SearchFilter.c"
}
}
-const gchar* text_action_get_value (TextAction* self) {
+const gchar*
+text_action_get_value (TextAction* self)
+{
const gchar* result;
const gchar* _tmp0_;
#line 275 "/home/jens/Source/shotwell/src/SearchFilter.vala"
@@ -3189,108 +3430,133 @@ const gchar* text_action_get_value (TextAction* self) {
result = _tmp0_;
#line 276 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 3193 "SearchFilter.c"
+#line 3434 "SearchFilter.c"
}
-static void value_text_action_init (GValue* value) {
+static void
+value_text_action_init (GValue* value)
+{
#line 273 "/home/jens/Source/shotwell/src/SearchFilter.vala"
value->data[0].v_pointer = NULL;
-#line 3200 "SearchFilter.c"
+#line 3443 "SearchFilter.c"
}
-static void value_text_action_free_value (GValue* value) {
+static void
+value_text_action_free_value (GValue* value)
+{
#line 273 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (value->data[0].v_pointer) {
#line 273 "/home/jens/Source/shotwell/src/SearchFilter.vala"
text_action_unref (value->data[0].v_pointer);
-#line 3209 "SearchFilter.c"
+#line 3454 "SearchFilter.c"
}
}
-static void value_text_action_copy_value (const GValue* src_value, GValue* dest_value) {
+static void
+value_text_action_copy_value (const GValue* src_value,
+ GValue* dest_value)
+{
#line 273 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (src_value->data[0].v_pointer) {
#line 273 "/home/jens/Source/shotwell/src/SearchFilter.vala"
dest_value->data[0].v_pointer = text_action_ref (src_value->data[0].v_pointer);
-#line 3219 "SearchFilter.c"
+#line 3467 "SearchFilter.c"
} else {
#line 273 "/home/jens/Source/shotwell/src/SearchFilter.vala"
dest_value->data[0].v_pointer = NULL;
-#line 3223 "SearchFilter.c"
+#line 3471 "SearchFilter.c"
}
}
-static gpointer value_text_action_peek_pointer (const GValue* value) {
+static gpointer
+value_text_action_peek_pointer (const GValue* value)
+{
#line 273 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return value->data[0].v_pointer;
-#line 3231 "SearchFilter.c"
+#line 3481 "SearchFilter.c"
}
-static gchar* value_text_action_collect_value (GValue* value, guint n_collect_values, GTypeCValue* collect_values, guint collect_flags) {
+static gchar*
+value_text_action_collect_value (GValue* value,
+ guint n_collect_values,
+ GTypeCValue* collect_values,
+ guint collect_flags)
+{
#line 273 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (collect_values[0].v_pointer) {
-#line 3238 "SearchFilter.c"
+#line 3493 "SearchFilter.c"
TextAction * object;
object = collect_values[0].v_pointer;
#line 273 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (object->parent_instance.g_class == NULL) {
#line 273 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return g_strconcat ("invalid unclassed object pointer for value type `", G_VALUE_TYPE_NAME (value), "'", NULL);
-#line 3245 "SearchFilter.c"
+#line 3500 "SearchFilter.c"
} else if (!g_value_type_compatible (G_TYPE_FROM_INSTANCE (object), G_VALUE_TYPE (value))) {
#line 273 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return g_strconcat ("invalid object type `", g_type_name (G_TYPE_FROM_INSTANCE (object)), "' for value type `", G_VALUE_TYPE_NAME (value), "'", NULL);
-#line 3249 "SearchFilter.c"
+#line 3504 "SearchFilter.c"
}
#line 273 "/home/jens/Source/shotwell/src/SearchFilter.vala"
value->data[0].v_pointer = text_action_ref (object);
-#line 3253 "SearchFilter.c"
+#line 3508 "SearchFilter.c"
} else {
#line 273 "/home/jens/Source/shotwell/src/SearchFilter.vala"
value->data[0].v_pointer = NULL;
-#line 3257 "SearchFilter.c"
+#line 3512 "SearchFilter.c"
}
#line 273 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return NULL;
-#line 3261 "SearchFilter.c"
+#line 3516 "SearchFilter.c"
}
-static gchar* value_text_action_lcopy_value (const GValue* value, guint n_collect_values, GTypeCValue* collect_values, guint collect_flags) {
+static gchar*
+value_text_action_lcopy_value (const GValue* value,
+ guint n_collect_values,
+ GTypeCValue* collect_values,
+ guint collect_flags)
+{
TextAction ** object_p;
object_p = collect_values[0].v_pointer;
#line 273 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (!object_p) {
#line 273 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return g_strdup_printf ("value location for `%s' passed as NULL", G_VALUE_TYPE_NAME (value));
-#line 3272 "SearchFilter.c"
+#line 3532 "SearchFilter.c"
}
#line 273 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (!value->data[0].v_pointer) {
#line 273 "/home/jens/Source/shotwell/src/SearchFilter.vala"
*object_p = NULL;
-#line 3278 "SearchFilter.c"
+#line 3538 "SearchFilter.c"
} else if (collect_flags & G_VALUE_NOCOPY_CONTENTS) {
#line 273 "/home/jens/Source/shotwell/src/SearchFilter.vala"
*object_p = value->data[0].v_pointer;
-#line 3282 "SearchFilter.c"
+#line 3542 "SearchFilter.c"
} else {
#line 273 "/home/jens/Source/shotwell/src/SearchFilter.vala"
*object_p = text_action_ref (value->data[0].v_pointer);
-#line 3286 "SearchFilter.c"
+#line 3546 "SearchFilter.c"
}
#line 273 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return NULL;
-#line 3290 "SearchFilter.c"
+#line 3550 "SearchFilter.c"
}
-GParamSpec* param_spec_text_action (const gchar* name, const gchar* nick, const gchar* blurb, GType object_type, GParamFlags flags) {
+GParamSpec*
+param_spec_text_action (const gchar* name,
+ const gchar* nick,
+ const gchar* blurb,
+ GType object_type,
+ GParamFlags flags)
+{
ParamSpecTextAction* spec;
#line 273 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_val_if_fail (g_type_is_a (object_type, TYPE_TEXT_ACTION), NULL);
@@ -3300,20 +3566,25 @@ GParamSpec* param_spec_text_action (const gchar* name, const gchar* nick, const
G_PARAM_SPEC (spec)->value_type = object_type;
#line 273 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return G_PARAM_SPEC (spec);
-#line 3304 "SearchFilter.c"
+#line 3570 "SearchFilter.c"
}
-gpointer value_get_text_action (const GValue* value) {
+gpointer
+value_get_text_action (const GValue* value)
+{
#line 273 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_val_if_fail (G_TYPE_CHECK_VALUE_TYPE (value, TYPE_TEXT_ACTION), NULL);
#line 273 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return value->data[0].v_pointer;
-#line 3313 "SearchFilter.c"
+#line 3581 "SearchFilter.c"
}
-void value_set_text_action (GValue* value, gpointer v_object) {
+void
+value_set_text_action (GValue* value,
+ gpointer v_object)
+{
TextAction * old;
#line 273 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (G_TYPE_CHECK_VALUE_TYPE (value, TYPE_TEXT_ACTION));
@@ -3329,22 +3600,25 @@ void value_set_text_action (GValue* value, gpointer v_object) {
value->data[0].v_pointer = v_object;
#line 273 "/home/jens/Source/shotwell/src/SearchFilter.vala"
text_action_ref (value->data[0].v_pointer);
-#line 3333 "SearchFilter.c"
+#line 3604 "SearchFilter.c"
} else {
#line 273 "/home/jens/Source/shotwell/src/SearchFilter.vala"
value->data[0].v_pointer = NULL;
-#line 3337 "SearchFilter.c"
+#line 3608 "SearchFilter.c"
}
#line 273 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (old) {
#line 273 "/home/jens/Source/shotwell/src/SearchFilter.vala"
text_action_unref (old);
-#line 3343 "SearchFilter.c"
+#line 3614 "SearchFilter.c"
}
}
-void value_take_text_action (GValue* value, gpointer v_object) {
+void
+value_take_text_action (GValue* value,
+ gpointer v_object)
+{
TextAction * old;
#line 273 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (G_TYPE_CHECK_VALUE_TYPE (value, TYPE_TEXT_ACTION));
@@ -3358,22 +3632,24 @@ void value_take_text_action (GValue* value, gpointer v_object) {
g_return_if_fail (g_value_type_compatible (G_TYPE_FROM_INSTANCE (v_object), G_VALUE_TYPE (value)));
#line 273 "/home/jens/Source/shotwell/src/SearchFilter.vala"
value->data[0].v_pointer = v_object;
-#line 3362 "SearchFilter.c"
+#line 3636 "SearchFilter.c"
} else {
#line 273 "/home/jens/Source/shotwell/src/SearchFilter.vala"
value->data[0].v_pointer = NULL;
-#line 3366 "SearchFilter.c"
+#line 3640 "SearchFilter.c"
}
#line 273 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (old) {
#line 273 "/home/jens/Source/shotwell/src/SearchFilter.vala"
text_action_unref (old);
-#line 3372 "SearchFilter.c"
+#line 3646 "SearchFilter.c"
}
}
-static void text_action_class_init (TextActionClass * klass) {
+static void
+text_action_class_init (TextActionClass * klass)
+{
#line 273 "/home/jens/Source/shotwell/src/SearchFilter.vala"
text_action_parent_class = g_type_class_peek_parent (klass);
#line 273 "/home/jens/Source/shotwell/src/SearchFilter.vala"
@@ -3386,11 +3662,13 @@ static void text_action_class_init (TextActionClass * klass) {
text_action_signals[TEXT_ACTION_SENSITIVITY_CHANGED_SIGNAL] = g_signal_new ("sensitivity-changed", TYPE_TEXT_ACTION, G_SIGNAL_RUN_LAST, 0, NULL, NULL, g_cclosure_marshal_VOID__BOOLEAN, G_TYPE_NONE, 1, G_TYPE_BOOLEAN);
#line 273 "/home/jens/Source/shotwell/src/SearchFilter.vala"
text_action_signals[TEXT_ACTION_VISIBILITY_CHANGED_SIGNAL] = g_signal_new ("visibility-changed", TYPE_TEXT_ACTION, G_SIGNAL_RUN_LAST, 0, NULL, NULL, g_cclosure_marshal_VOID__BOOLEAN, G_TYPE_NONE, 1, G_TYPE_BOOLEAN);
-#line 3390 "SearchFilter.c"
+#line 3666 "SearchFilter.c"
}
-static void text_action_instance_init (TextAction * self) {
+static void
+text_action_instance_init (TextAction * self)
+{
#line 273 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv = TEXT_ACTION_GET_PRIVATE (self);
#line 280 "/home/jens/Source/shotwell/src/SearchFilter.vala"
@@ -3401,11 +3679,13 @@ static void text_action_instance_init (TextAction * self) {
self->priv->visible = TRUE;
#line 273 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->ref_count = 1;
-#line 3405 "SearchFilter.c"
+#line 3683 "SearchFilter.c"
}
-static void text_action_finalize (TextAction * obj) {
+static void
+text_action_finalize (TextAction * obj)
+{
TextAction * self;
#line 273 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (obj, TYPE_TEXT_ACTION, TextAction);
@@ -3413,11 +3693,13 @@ static void text_action_finalize (TextAction * obj) {
g_signal_handlers_destroy (self);
#line 280 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_free0 (self->priv->text);
-#line 3417 "SearchFilter.c"
+#line 3697 "SearchFilter.c"
}
-GType text_action_get_type (void) {
+GType
+text_action_get_type (void)
+{
static volatile gsize text_action_type_id__volatile = 0;
if (g_once_init_enter (&text_action_type_id__volatile)) {
static const GTypeValueTable g_define_type_value_table = { value_text_action_init, value_text_action_free_value, value_text_action_copy_value, value_text_action_peek_pointer, "p", value_text_action_collect_value, "p", value_text_action_lcopy_value };
@@ -3431,18 +3713,22 @@ GType text_action_get_type (void) {
}
-gpointer text_action_ref (gpointer instance) {
+gpointer
+text_action_ref (gpointer instance)
+{
TextAction * self;
self = instance;
#line 273 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_atomic_int_inc (&self->ref_count);
#line 273 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return instance;
-#line 3442 "SearchFilter.c"
+#line 3726 "SearchFilter.c"
}
-void text_action_unref (gpointer instance) {
+void
+text_action_unref (gpointer instance)
+{
TextAction * self;
self = instance;
#line 273 "/home/jens/Source/shotwell/src/SearchFilter.vala"
@@ -3451,68 +3737,102 @@ void text_action_unref (gpointer instance) {
TEXT_ACTION_GET_CLASS (self)->finalize (self);
#line 273 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_type_free_instance ((GTypeInstance *) self);
-#line 3455 "SearchFilter.c"
+#line 3741 "SearchFilter.c"
}
}
-static void _search_filter_actions_on_action_radio_gsimple_action_activate_callback (GSimpleAction* action, GVariant* parameter, gpointer self) {
+static void
+_search_filter_actions_on_action_radio_gsimple_action_activate_callback (GSimpleAction* action,
+ GVariant* parameter,
+ gpointer self)
+{
#line 528 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_actions_on_action_radio ((SearchFilterActions*) self, action, parameter);
-#line 3463 "SearchFilter.c"
+#line 3753 "SearchFilter.c"
}
-static void _search_filter_actions_on_rating_changed_gsimple_action_change_state_callback (GSimpleAction* action, GVariant* value, gpointer self) {
+static void
+_search_filter_actions_on_rating_changed_gsimple_action_change_state_callback (GSimpleAction* action,
+ GVariant* value,
+ gpointer self)
+{
#line 528 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_actions_on_rating_changed ((SearchFilterActions*) self, action, value);
-#line 3470 "SearchFilter.c"
+#line 3764 "SearchFilter.c"
}
-static void _search_filter_actions_on_action_toggle_gsimple_action_activate_callback (GSimpleAction* action, GVariant* parameter, gpointer self) {
+static void
+_search_filter_actions_on_action_toggle_gsimple_action_activate_callback (GSimpleAction* action,
+ GVariant* parameter,
+ gpointer self)
+{
#line 528 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_actions_on_action_toggle ((SearchFilterActions*) self, action, parameter);
-#line 3477 "SearchFilter.c"
+#line 3775 "SearchFilter.c"
}
-static void _search_filter_actions_on_flagged_toggled_gsimple_action_change_state_callback (GSimpleAction* action, GVariant* value, gpointer self) {
+static void
+_search_filter_actions_on_flagged_toggled_gsimple_action_change_state_callback (GSimpleAction* action,
+ GVariant* value,
+ gpointer self)
+{
#line 528 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_actions_on_flagged_toggled ((SearchFilterActions*) self, action, value);
-#line 3484 "SearchFilter.c"
+#line 3786 "SearchFilter.c"
}
-static void _search_filter_actions_on_photos_toggled_gsimple_action_change_state_callback (GSimpleAction* action, GVariant* value, gpointer self) {
+static void
+_search_filter_actions_on_photos_toggled_gsimple_action_change_state_callback (GSimpleAction* action,
+ GVariant* value,
+ gpointer self)
+{
#line 528 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_actions_on_photos_toggled ((SearchFilterActions*) self, action, value);
-#line 3491 "SearchFilter.c"
+#line 3797 "SearchFilter.c"
}
-static void _search_filter_actions_on_videos_toggled_gsimple_action_change_state_callback (GSimpleAction* action, GVariant* value, gpointer self) {
+static void
+_search_filter_actions_on_videos_toggled_gsimple_action_change_state_callback (GSimpleAction* action,
+ GVariant* value,
+ gpointer self)
+{
#line 528 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_actions_on_videos_toggled ((SearchFilterActions*) self, action, value);
-#line 3498 "SearchFilter.c"
+#line 3808 "SearchFilter.c"
}
-static void _search_filter_actions_on_raw_toggled_gsimple_action_change_state_callback (GSimpleAction* action, GVariant* value, gpointer self) {
+static void
+_search_filter_actions_on_raw_toggled_gsimple_action_change_state_callback (GSimpleAction* action,
+ GVariant* value,
+ gpointer self)
+{
#line 528 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_actions_on_raw_toggled ((SearchFilterActions*) self, action, value);
-#line 3505 "SearchFilter.c"
+#line 3819 "SearchFilter.c"
}
-static void _search_filter_actions_on_text_changed_text_action_text_changed (TextAction* _sender, const gchar* text, gpointer self) {
+static void
+_search_filter_actions_on_text_changed_text_action_text_changed (TextAction* _sender,
+ const gchar* text,
+ gpointer self)
+{
#line 406 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_actions_on_text_changed ((SearchFilterActions*) self, _sender, text);
-#line 3512 "SearchFilter.c"
+#line 3830 "SearchFilter.c"
}
-SearchFilterActions* search_filter_actions_construct (GType object_type) {
+SearchFilterActions*
+search_filter_actions_construct (GType object_type)
+{
SearchFilterActions* self = NULL;
TextAction* _tmp0_;
TextAction* _tmp1_;
@@ -3528,18 +3848,22 @@ SearchFilterActions* search_filter_actions_construct (GType object_type) {
g_signal_connect (_tmp1_, "text-changed", (GCallback) _search_filter_actions_on_text_changed_text_action_text_changed, self);
#line 402 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return self;
-#line 3532 "SearchFilter.c"
+#line 3852 "SearchFilter.c"
}
-SearchFilterActions* search_filter_actions_new (void) {
+SearchFilterActions*
+search_filter_actions_new (void)
+{
#line 402 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return search_filter_actions_construct (TYPE_SEARCH_FILTER_ACTIONS);
-#line 3539 "SearchFilter.c"
+#line 3861 "SearchFilter.c"
}
-SearchFilterCriteria search_filter_actions_get_criteria (SearchFilterActions* self) {
+SearchFilterCriteria
+search_filter_actions_get_criteria (SearchFilterActions* self)
+{
SearchFilterCriteria result = 0;
SearchFilterCriteria _tmp0_;
#line 409 "/home/jens/Source/shotwell/src/SearchFilter.vala"
@@ -3550,11 +3874,14 @@ SearchFilterCriteria search_filter_actions_get_criteria (SearchFilterActions* se
result = _tmp0_;
#line 410 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 3554 "SearchFilter.c"
+#line 3878 "SearchFilter.c"
}
-GActionEntry* search_filter_actions_get_actions (SearchFilterActions* self, int* result_length1) {
+GActionEntry*
+search_filter_actions_get_actions (SearchFilterActions* self,
+ int* result_length1)
+{
GActionEntry* result = NULL;
GActionEntry* _tmp0_;
gint _tmp0__length1;
@@ -3568,17 +3895,20 @@ GActionEntry* search_filter_actions_get_actions (SearchFilterActions* self, int*
if (result_length1) {
#line 414 "/home/jens/Source/shotwell/src/SearchFilter.vala"
*result_length1 = _tmp0__length1;
-#line 3572 "SearchFilter.c"
+#line 3899 "SearchFilter.c"
}
#line 414 "/home/jens/Source/shotwell/src/SearchFilter.vala"
result = _tmp0_;
#line 414 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 3578 "SearchFilter.c"
+#line 3905 "SearchFilter.c"
}
-GSimpleAction* search_filter_actions_get_action (SearchFilterActions* self, const gchar* name) {
+GSimpleAction*
+search_filter_actions_get_action (SearchFilterActions* self,
+ const gchar* name)
+{
GSimpleAction* result = NULL;
LibraryWindow* lw = NULL;
AppWindow* _tmp0_;
@@ -3596,7 +3926,7 @@ GSimpleAction* search_filter_actions_get_action (SearchFilterActions* self, cons
if (_tmp1_ == NULL) {
#line 418 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (_tmp0_);
-#line 3600 "SearchFilter.c"
+#line 3930 "SearchFilter.c"
}
#line 418 "/home/jens/Source/shotwell/src/SearchFilter.vala"
lw = _tmp1_;
@@ -3604,23 +3934,20 @@ GSimpleAction* search_filter_actions_get_action (SearchFilterActions* self, cons
_tmp2_ = lw;
#line 419 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (_tmp2_ != NULL) {
-#line 3608 "SearchFilter.c"
+#line 3938 "SearchFilter.c"
LibraryWindow* _tmp3_;
- const gchar* _tmp4_;
- GAction* _tmp5_;
+ GAction* _tmp4_;
#line 420 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp3_ = lw;
#line 420 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp4_ = name;
-#line 420 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp5_ = g_action_map_lookup_action (G_TYPE_CHECK_INSTANCE_CAST (_tmp3_, g_action_map_get_type (), GActionMap), _tmp4_);
+ _tmp4_ = g_action_map_lookup_action (G_TYPE_CHECK_INSTANCE_CAST (_tmp3_, g_action_map_get_type (), GActionMap), name);
#line 420 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- result = G_TYPE_CHECK_INSTANCE_TYPE (_tmp5_, g_simple_action_get_type ()) ? ((GSimpleAction*) _tmp5_) : NULL;
+ result = G_TYPE_CHECK_INSTANCE_TYPE (_tmp4_, g_simple_action_get_type ()) ? ((GSimpleAction*) _tmp4_) : NULL;
#line 420 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (lw);
#line 420 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 3624 "SearchFilter.c"
+#line 3951 "SearchFilter.c"
}
#line 423 "/home/jens/Source/shotwell/src/SearchFilter.vala"
result = NULL;
@@ -3628,85 +3955,95 @@ GSimpleAction* search_filter_actions_get_action (SearchFilterActions* self, cons
_g_object_unref0 (lw);
#line 423 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 3632 "SearchFilter.c"
+#line 3959 "SearchFilter.c"
}
-void search_filter_actions_set_action_sensitive (SearchFilterActions* self, const gchar* name, gboolean sensitive) {
+void
+search_filter_actions_set_action_sensitive (SearchFilterActions* self,
+ const gchar* name,
+ gboolean sensitive)
+{
GSimpleAction* action = NULL;
- const gchar* _tmp0_;
+ GSimpleAction* _tmp0_;
GSimpleAction* _tmp1_;
GSimpleAction* _tmp2_;
- GSimpleAction* _tmp3_;
#line 427 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_FILTER_ACTIONS (self));
#line 427 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (name != NULL);
#line 428 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp0_ = name;
+ _tmp0_ = search_filter_actions_get_action (self, name);
#line 428 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp1_ = search_filter_actions_get_action (self, _tmp0_);
-#line 428 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp2_ = _g_object_ref0 (_tmp1_);
+ _tmp1_ = _g_object_ref0 (_tmp0_);
#line 428 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- action = _tmp2_;
+ action = _tmp1_;
#line 429 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp3_ = action;
+ _tmp2_ = action;
#line 429 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (_tmp3_ != NULL) {
-#line 3658 "SearchFilter.c"
- GSimpleAction* _tmp4_;
- gboolean _tmp5_;
-#line 430 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp4_ = action;
+ if (_tmp2_ != NULL) {
+#line 3986 "SearchFilter.c"
+ GSimpleAction* _tmp3_;
#line 430 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp5_ = sensitive;
+ _tmp3_ = action;
#line 430 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_simple_action_set_enabled (_tmp4_, _tmp5_);
-#line 3667 "SearchFilter.c"
+ g_simple_action_set_enabled (_tmp3_, sensitive);
+#line 3992 "SearchFilter.c"
}
#line 427 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (action);
-#line 3671 "SearchFilter.c"
+#line 3996 "SearchFilter.c"
}
-static GVariant* _variant_new32 (gboolean value) {
+static GVariant*
+_variant_new32 (gboolean value)
+{
#line 435 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return g_variant_ref_sink (g_variant_new_boolean (value));
-#line 3678 "SearchFilter.c"
+#line 4005 "SearchFilter.c"
}
-static GVariant* _variant_new33 (gboolean value) {
+static GVariant*
+_variant_new33 (gboolean value)
+{
#line 436 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return g_variant_ref_sink (g_variant_new_boolean (value));
-#line 3685 "SearchFilter.c"
+#line 4014 "SearchFilter.c"
}
-static GVariant* _variant_new34 (gboolean value) {
+static GVariant*
+_variant_new34 (gboolean value)
+{
#line 437 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return g_variant_ref_sink (g_variant_new_boolean (value));
-#line 3692 "SearchFilter.c"
+#line 4023 "SearchFilter.c"
}
-static GVariant* _variant_new35 (gboolean value) {
+static GVariant*
+_variant_new35 (gboolean value)
+{
#line 438 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return g_variant_ref_sink (g_variant_new_boolean (value));
-#line 3699 "SearchFilter.c"
+#line 4032 "SearchFilter.c"
}
-static GVariant* _variant_new36 (gchar* value) {
+static GVariant*
+_variant_new36 (gchar* value)
+{
#line 439 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return g_variant_ref_sink (g_variant_new_string (value));
-#line 3706 "SearchFilter.c"
+#line 4041 "SearchFilter.c"
}
-void search_filter_actions_reset (SearchFilterActions* self) {
+void
+search_filter_actions_reset (SearchFilterActions* self)
+{
GSimpleAction* _tmp0_;
GSimpleAction* _tmp1_;
GVariant* _tmp2_;
@@ -3796,49 +4133,57 @@ void search_filter_actions_reset (SearchFilterActions* self) {
text_action_set_text (_tmp19_, NULL);
#line 434 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_variant_unref0 (v);
-#line 3800 "SearchFilter.c"
+#line 4137 "SearchFilter.c"
}
-void search_filter_actions_set_sensitive_for_search_criteria (SearchFilterActions* self, SearchFilterCriteria criteria) {
- SearchFilterCriteria _tmp0_;
+void
+search_filter_actions_set_sensitive_for_search_criteria (SearchFilterActions* self,
+ SearchFilterCriteria criteria)
+{
#line 445 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_FILTER_ACTIONS (self));
#line 446 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp0_ = criteria;
-#line 446 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- self->priv->criteria = _tmp0_;
+ self->priv->criteria = criteria;
#line 447 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_actions_update_sensitivities (self);
#line 450 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_emit (self, search_filter_actions_signals[SEARCH_FILTER_ACTIONS_CRITERIA_CHANGED_SIGNAL], 0);
-#line 3816 "SearchFilter.c"
+#line 4153 "SearchFilter.c"
}
-static void _search_filter_actions_on_media_tracker_updated_core_tracker_updated (CoreTracker* _sender, gpointer self) {
+static void
+_search_filter_actions_on_media_tracker_updated_core_tracker_updated (CoreTracker* _sender,
+ gpointer self)
+{
#line 458 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_actions_on_media_tracker_updated ((SearchFilterActions*) self, _sender);
-#line 3823 "SearchFilter.c"
+#line 4163 "SearchFilter.c"
}
-static void _search_filter_actions_on_camera_tracker_updated_core_tracker_updated (CoreTracker* _sender, gpointer self) {
+static void
+_search_filter_actions_on_camera_tracker_updated_core_tracker_updated (CoreTracker* _sender,
+ gpointer self)
+{
#line 460 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_actions_on_camera_tracker_updated ((SearchFilterActions*) self, _sender);
-#line 3830 "SearchFilter.c"
+#line 4173 "SearchFilter.c"
}
-void search_filter_actions_monitor_page_contents (SearchFilterActions* self, Page* old_page, Page* new_page) {
+void
+search_filter_actions_monitor_page_contents (SearchFilterActions* self,
+ Page* old_page,
+ Page* new_page)
+{
CheckerboardPage* old_tracked_page = NULL;
- Page* _tmp0_;
+ CheckerboardPage* _tmp0_;
CheckerboardPage* _tmp1_;
- CheckerboardPage* _tmp2_;
CheckerboardPage* new_tracked_page = NULL;
- Page* _tmp11_;
- CheckerboardPage* _tmp12_;
- CheckerboardPage* _tmp13_;
+ CheckerboardPage* _tmp10_;
+ CheckerboardPage* _tmp11_;
#line 453 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_FILTER_ACTIONS (self));
#line 453 "/home/jens/Source/shotwell/src/SearchFilter.vala"
@@ -3846,100 +4191,96 @@ void search_filter_actions_monitor_page_contents (SearchFilterActions* self, Pag
#line 453 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail ((new_page == NULL) || IS_PAGE (new_page));
#line 454 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp0_ = old_page;
+ _tmp0_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_TYPE (old_page, TYPE_CHECKERBOARD_PAGE) ? ((CheckerboardPage*) old_page) : NULL);
#line 454 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp1_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_TYPE (_tmp0_, TYPE_CHECKERBOARD_PAGE) ? ((CheckerboardPage*) _tmp0_) : NULL);
-#line 454 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- old_tracked_page = _tmp1_;
+ old_tracked_page = _tmp0_;
#line 455 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp2_ = old_tracked_page;
+ _tmp1_ = old_tracked_page;
#line 455 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (_tmp2_ != NULL) {
-#line 3859 "SearchFilter.c"
+ if (_tmp1_ != NULL) {
+#line 4202 "SearchFilter.c"
CoreViewTracker* tracker = NULL;
- CheckerboardPage* _tmp3_;
+ CheckerboardPage* _tmp2_;
+ CoreViewTracker* _tmp3_;
CoreViewTracker* _tmp4_;
- CoreViewTracker* _tmp5_;
#line 456 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp3_ = old_tracked_page;
+ _tmp2_ = old_tracked_page;
#line 456 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp4_ = checkerboard_page_get_view_tracker (_tmp3_);
+ _tmp3_ = checkerboard_page_get_view_tracker (_tmp2_);
#line 456 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- tracker = _tmp4_;
+ tracker = _tmp3_;
#line 457 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp5_ = tracker;
+ _tmp4_ = tracker;
#line 457 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (G_TYPE_CHECK_INSTANCE_TYPE (_tmp5_, TYPE_MEDIA_VIEW_TRACKER)) {
-#line 3874 "SearchFilter.c"
- CoreViewTracker* _tmp6_;
- guint _tmp7_;
+ if (G_TYPE_CHECK_INSTANCE_TYPE (_tmp4_, TYPE_MEDIA_VIEW_TRACKER)) {
+#line 4217 "SearchFilter.c"
+ CoreViewTracker* _tmp5_;
+ guint _tmp6_;
#line 458 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp6_ = tracker;
+ _tmp5_ = tracker;
#line 458 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_signal_parse_name ("updated", CORE_TYPE_TRACKER, &_tmp7_, NULL, FALSE);
+ g_signal_parse_name ("updated", CORE_TYPE_TRACKER, &_tmp6_, NULL, FALSE);
#line 458 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_signal_handlers_disconnect_matched (G_TYPE_CHECK_INSTANCE_CAST (_tmp6_, CORE_TYPE_TRACKER, CoreTracker), G_SIGNAL_MATCH_ID | G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, _tmp7_, 0, NULL, (GCallback) _search_filter_actions_on_media_tracker_updated_core_tracker_updated, self);
-#line 3883 "SearchFilter.c"
+ g_signal_handlers_disconnect_matched (G_TYPE_CHECK_INSTANCE_CAST (_tmp5_, CORE_TYPE_TRACKER, CoreTracker), G_SIGNAL_MATCH_ID | G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, _tmp6_, 0, NULL, (GCallback) _search_filter_actions_on_media_tracker_updated_core_tracker_updated, self);
+#line 4226 "SearchFilter.c"
} else {
- CoreViewTracker* _tmp8_;
+ CoreViewTracker* _tmp7_;
#line 459 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp8_ = tracker;
+ _tmp7_ = tracker;
#line 459 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (G_TYPE_CHECK_INSTANCE_TYPE (_tmp8_, TYPE_CAMERA_VIEW_TRACKER)) {
-#line 3890 "SearchFilter.c"
- CoreViewTracker* _tmp9_;
- guint _tmp10_;
+ if (G_TYPE_CHECK_INSTANCE_TYPE (_tmp7_, TYPE_CAMERA_VIEW_TRACKER)) {
+#line 4233 "SearchFilter.c"
+ CoreViewTracker* _tmp8_;
+ guint _tmp9_;
#line 460 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp9_ = tracker;
+ _tmp8_ = tracker;
#line 460 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_signal_parse_name ("updated", CORE_TYPE_TRACKER, &_tmp10_, NULL, FALSE);
+ g_signal_parse_name ("updated", CORE_TYPE_TRACKER, &_tmp9_, NULL, FALSE);
#line 460 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_signal_handlers_disconnect_matched (G_TYPE_CHECK_INSTANCE_CAST (_tmp9_, CORE_TYPE_TRACKER, CoreTracker), G_SIGNAL_MATCH_ID | G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, _tmp10_, 0, NULL, (GCallback) _search_filter_actions_on_camera_tracker_updated_core_tracker_updated, self);
-#line 3899 "SearchFilter.c"
+ g_signal_handlers_disconnect_matched (G_TYPE_CHECK_INSTANCE_CAST (_tmp8_, CORE_TYPE_TRACKER, CoreTracker), G_SIGNAL_MATCH_ID | G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, _tmp9_, 0, NULL, (GCallback) _search_filter_actions_on_camera_tracker_updated_core_tracker_updated, self);
+#line 4242 "SearchFilter.c"
}
}
#line 455 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_core_tracker_unref0 (tracker);
-#line 3904 "SearchFilter.c"
+#line 4247 "SearchFilter.c"
}
#line 463 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp11_ = new_page;
-#line 463 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp12_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_TYPE (_tmp11_, TYPE_CHECKERBOARD_PAGE) ? ((CheckerboardPage*) _tmp11_) : NULL);
+ _tmp10_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_TYPE (new_page, TYPE_CHECKERBOARD_PAGE) ? ((CheckerboardPage*) new_page) : NULL);
#line 463 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- new_tracked_page = _tmp12_;
+ new_tracked_page = _tmp10_;
#line 464 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp13_ = new_tracked_page;
+ _tmp11_ = new_tracked_page;
#line 464 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (_tmp13_ != NULL) {
-#line 3916 "SearchFilter.c"
+ if (_tmp11_ != NULL) {
+#line 4257 "SearchFilter.c"
CoreViewTracker* tracker = NULL;
- CheckerboardPage* _tmp14_;
- CoreViewTracker* _tmp15_;
- CoreViewTracker* _tmp16_;
+ CheckerboardPage* _tmp12_;
+ CoreViewTracker* _tmp13_;
+ CoreViewTracker* _tmp14_;
#line 465 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->can_filter_by_stars = TRUE;
#line 467 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp14_ = new_tracked_page;
+ _tmp12_ = new_tracked_page;
#line 467 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp15_ = checkerboard_page_get_view_tracker (_tmp14_);
+ _tmp13_ = checkerboard_page_get_view_tracker (_tmp12_);
#line 467 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- tracker = _tmp15_;
+ tracker = _tmp13_;
#line 468 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp16_ = tracker;
+ _tmp14_ = tracker;
#line 468 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (G_TYPE_CHECK_INSTANCE_TYPE (_tmp16_, TYPE_MEDIA_VIEW_TRACKER)) {
-#line 3933 "SearchFilter.c"
- CoreViewTracker* _tmp17_;
- CoreViewTracker* _tmp18_;
+ if (G_TYPE_CHECK_INSTANCE_TYPE (_tmp14_, TYPE_MEDIA_VIEW_TRACKER)) {
+#line 4274 "SearchFilter.c"
+ CoreViewTracker* _tmp15_;
+ CoreViewTracker* _tmp16_;
#line 469 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp17_ = tracker;
+ _tmp15_ = tracker;
#line 469 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_signal_connect (G_TYPE_CHECK_INSTANCE_CAST (_tmp17_, CORE_TYPE_TRACKER, CoreTracker), "updated", (GCallback) _search_filter_actions_on_media_tracker_updated_core_tracker_updated, self);
+ g_signal_connect (G_TYPE_CHECK_INSTANCE_CAST (_tmp15_, CORE_TYPE_TRACKER, CoreTracker), "updated", (GCallback) _search_filter_actions_on_media_tracker_updated_core_tracker_updated, self);
#line 470 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp18_ = tracker;
+ _tmp16_ = tracker;
#line 470 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- search_filter_actions_on_media_tracker_updated (self, G_TYPE_CHECK_INSTANCE_CAST (_tmp18_, CORE_TYPE_TRACKER, CoreTracker));
+ search_filter_actions_on_media_tracker_updated (self, G_TYPE_CHECK_INSTANCE_CAST (_tmp16_, CORE_TYPE_TRACKER, CoreTracker));
#line 472 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_core_tracker_unref0 (tracker);
#line 472 "/home/jens/Source/shotwell/src/SearchFilter.vala"
@@ -3948,24 +4289,24 @@ void search_filter_actions_monitor_page_contents (SearchFilterActions* self, Pag
_g_object_unref0 (old_tracked_page);
#line 472 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return;
-#line 3952 "SearchFilter.c"
+#line 4293 "SearchFilter.c"
} else {
- CoreViewTracker* _tmp19_;
+ CoreViewTracker* _tmp17_;
#line 473 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp19_ = tracker;
+ _tmp17_ = tracker;
#line 473 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (G_TYPE_CHECK_INSTANCE_TYPE (_tmp19_, TYPE_CAMERA_VIEW_TRACKER)) {
-#line 3959 "SearchFilter.c"
- CoreViewTracker* _tmp20_;
- CoreViewTracker* _tmp21_;
+ if (G_TYPE_CHECK_INSTANCE_TYPE (_tmp17_, TYPE_CAMERA_VIEW_TRACKER)) {
+#line 4300 "SearchFilter.c"
+ CoreViewTracker* _tmp18_;
+ CoreViewTracker* _tmp19_;
#line 474 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp20_ = tracker;
+ _tmp18_ = tracker;
#line 474 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_signal_connect (G_TYPE_CHECK_INSTANCE_CAST (_tmp20_, CORE_TYPE_TRACKER, CoreTracker), "updated", (GCallback) _search_filter_actions_on_camera_tracker_updated_core_tracker_updated, self);
+ g_signal_connect (G_TYPE_CHECK_INSTANCE_CAST (_tmp18_, CORE_TYPE_TRACKER, CoreTracker), "updated", (GCallback) _search_filter_actions_on_camera_tracker_updated_core_tracker_updated, self);
#line 475 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp21_ = tracker;
+ _tmp19_ = tracker;
#line 475 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- search_filter_actions_on_camera_tracker_updated (self, G_TYPE_CHECK_INSTANCE_CAST (_tmp21_, CORE_TYPE_TRACKER, CoreTracker));
+ search_filter_actions_on_camera_tracker_updated (self, G_TYPE_CHECK_INSTANCE_CAST (_tmp19_, CORE_TYPE_TRACKER, CoreTracker));
#line 477 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_core_tracker_unref0 (tracker);
#line 477 "/home/jens/Source/shotwell/src/SearchFilter.vala"
@@ -3974,12 +4315,12 @@ void search_filter_actions_monitor_page_contents (SearchFilterActions* self, Pag
_g_object_unref0 (old_tracked_page);
#line 477 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return;
-#line 3978 "SearchFilter.c"
+#line 4319 "SearchFilter.c"
}
}
#line 464 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_core_tracker_unref0 (tracker);
-#line 3983 "SearchFilter.c"
+#line 4324 "SearchFilter.c"
}
#line 482 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->has_flagged = FALSE;
@@ -3997,129 +4338,133 @@ void search_filter_actions_monitor_page_contents (SearchFilterActions* self, Pag
_g_object_unref0 (new_tracked_page);
#line 453 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (old_tracked_page);
-#line 4001 "SearchFilter.c"
+#line 4342 "SearchFilter.c"
}
-static gpointer _core_tracker_ref0 (gpointer self) {
+static gpointer
+_core_tracker_ref0 (gpointer self)
+{
#line 492 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return self ? core_tracker_ref (self) : NULL;
-#line 4008 "SearchFilter.c"
+#line 4351 "SearchFilter.c"
}
-static void search_filter_actions_on_media_tracker_updated (SearchFilterActions* self, CoreTracker* t) {
+static void
+search_filter_actions_on_media_tracker_updated (SearchFilterActions* self,
+ CoreTracker* t)
+{
MediaViewTracker* tracker = NULL;
- CoreTracker* _tmp0_;
- MediaViewTracker* _tmp1_;
- MediaAccumulator* _tmp2_;
- gint _tmp3_;
- MediaAccumulator* _tmp4_;
- gint _tmp5_;
- MediaAccumulator* _tmp6_;
- gint _tmp7_;
- MediaAccumulator* _tmp8_;
- gint _tmp9_;
+ MediaViewTracker* _tmp0_;
+ MediaAccumulator* _tmp1_;
+ gint _tmp2_;
+ MediaAccumulator* _tmp3_;
+ gint _tmp4_;
+ MediaAccumulator* _tmp5_;
+ gint _tmp6_;
+ MediaAccumulator* _tmp7_;
+ gint _tmp8_;
#line 491 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_FILTER_ACTIONS (self));
#line 491 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (CORE_IS_TRACKER (t));
#line 492 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp0_ = t;
+ _tmp0_ = _core_tracker_ref0 (G_TYPE_CHECK_INSTANCE_CAST (t, TYPE_MEDIA_VIEW_TRACKER, MediaViewTracker));
#line 492 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp1_ = _core_tracker_ref0 (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, TYPE_MEDIA_VIEW_TRACKER, MediaViewTracker));
-#line 492 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- tracker = _tmp1_;
+ tracker = _tmp0_;
#line 494 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp2_ = tracker->all;
+ _tmp1_ = tracker->all;
#line 494 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp3_ = _tmp2_->flagged;
+ _tmp2_ = _tmp1_->flagged;
#line 494 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- self->priv->has_flagged = _tmp3_ > 0;
+ self->priv->has_flagged = _tmp2_ > 0;
#line 495 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp4_ = tracker->all;
+ _tmp3_ = tracker->all;
#line 495 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp5_ = _tmp4_->photos;
+ _tmp4_ = _tmp3_->photos;
#line 495 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- self->priv->has_photos = _tmp5_ > 0;
+ self->priv->has_photos = _tmp4_ > 0;
#line 496 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp6_ = tracker->all;
+ _tmp5_ = tracker->all;
#line 496 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp7_ = _tmp6_->videos;
+ _tmp6_ = _tmp5_->videos;
#line 496 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- self->priv->has_videos = _tmp7_ > 0;
+ self->priv->has_videos = _tmp6_ > 0;
#line 497 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp8_ = tracker->all;
+ _tmp7_ = tracker->all;
#line 497 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp9_ = _tmp8_->raw;
+ _tmp8_ = _tmp7_->raw;
#line 497 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- self->priv->has_raw = _tmp9_ > 0;
+ self->priv->has_raw = _tmp8_ > 0;
#line 499 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_actions_update_sensitivities (self);
#line 491 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_core_tracker_unref0 (tracker);
-#line 4062 "SearchFilter.c"
+#line 4405 "SearchFilter.c"
}
-static void search_filter_actions_on_camera_tracker_updated (SearchFilterActions* self, CoreTracker* t) {
+static void
+search_filter_actions_on_camera_tracker_updated (SearchFilterActions* self,
+ CoreTracker* t)
+{
CameraViewTracker* tracker = NULL;
- CoreTracker* _tmp0_;
- CameraViewTracker* _tmp1_;
- CameraAccumulator* _tmp2_;
+ CameraViewTracker* _tmp0_;
+ CameraAccumulator* _tmp1_;
+ gint _tmp2_;
gint _tmp3_;
- gint _tmp4_;
- CameraAccumulator* _tmp5_;
+ CameraAccumulator* _tmp4_;
+ gint _tmp5_;
gint _tmp6_;
- gint _tmp7_;
- CameraAccumulator* _tmp8_;
+ CameraAccumulator* _tmp7_;
+ gint _tmp8_;
gint _tmp9_;
- gint _tmp10_;
#line 502 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_FILTER_ACTIONS (self));
#line 502 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (CORE_IS_TRACKER (t));
#line 503 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp0_ = t;
+ _tmp0_ = _core_tracker_ref0 (G_TYPE_CHECK_INSTANCE_CAST (t, TYPE_CAMERA_VIEW_TRACKER, CameraViewTracker));
#line 503 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp1_ = _core_tracker_ref0 (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, TYPE_CAMERA_VIEW_TRACKER, CameraViewTracker));
-#line 503 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- tracker = _tmp1_;
+ tracker = _tmp0_;
#line 505 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->has_flagged = FALSE;
#line 506 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp2_ = tracker->all;
+ _tmp1_ = tracker->all;
#line 506 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp3_ = camera_accumulator_get_photos (_tmp2_);
+ _tmp2_ = camera_accumulator_get_photos (_tmp1_);
#line 506 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp4_ = _tmp3_;
+ _tmp3_ = _tmp2_;
#line 506 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- self->priv->has_photos = _tmp4_ > 0;
+ self->priv->has_photos = _tmp3_ > 0;
#line 507 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp5_ = tracker->all;
+ _tmp4_ = tracker->all;
#line 507 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp6_ = camera_accumulator_get_videos (_tmp5_);
+ _tmp5_ = camera_accumulator_get_videos (_tmp4_);
#line 507 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp7_ = _tmp6_;
+ _tmp6_ = _tmp5_;
#line 507 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- self->priv->has_videos = _tmp7_ > 0;
+ self->priv->has_videos = _tmp6_ > 0;
#line 508 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp8_ = tracker->all;
+ _tmp7_ = tracker->all;
#line 508 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp9_ = camera_accumulator_get_raw (_tmp8_);
+ _tmp8_ = camera_accumulator_get_raw (_tmp7_);
#line 508 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp10_ = _tmp9_;
+ _tmp9_ = _tmp8_;
#line 508 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- self->priv->has_raw = _tmp10_ > 0;
+ self->priv->has_raw = _tmp9_ > 0;
#line 510 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_actions_update_sensitivities (self);
#line 502 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_core_tracker_unref0 (tracker);
-#line 4119 "SearchFilter.c"
+#line 4462 "SearchFilter.c"
}
-static void search_filter_actions_update_sensitivities (SearchFilterActions* self) {
+static void
+search_filter_actions_update_sensitivities (SearchFilterActions* self)
+{
gboolean allow_ratings = FALSE;
SearchFilterCriteria _tmp0_;
gboolean _tmp1_;
@@ -4155,95 +4500,98 @@ static void search_filter_actions_update_sensitivities (SearchFilterActions* sel
_tmp7_ = self->priv->has_flagged;
#line 521 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_emit (self, search_filter_actions_signals[SEARCH_FILTER_ACTIONS_MEDIA_CONTEXT_CHANGED_SIGNAL], 0, _tmp4_, _tmp5_, _tmp6_, _tmp7_);
-#line 4159 "SearchFilter.c"
+#line 4504 "SearchFilter.c"
}
-static void search_filter_actions_on_text_changed (SearchFilterActions* self, TextAction* action, const gchar* text) {
- const gchar* _tmp0_;
+static void
+search_filter_actions_on_text_changed (SearchFilterActions* self,
+ TextAction* action,
+ const gchar* text)
+{
#line 524 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_FILTER_ACTIONS (self));
#line 524 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_TEXT_ACTION (action));
#line 525 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp0_ = text;
-#line 525 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_signal_emit (self, search_filter_actions_signals[SEARCH_FILTER_ACTIONS_TEXT_CHANGED_SIGNAL], 0, _tmp0_);
-#line 4173 "SearchFilter.c"
+ g_signal_emit (self, search_filter_actions_signals[SEARCH_FILTER_ACTIONS_TEXT_CHANGED_SIGNAL], 0, text);
+#line 4519 "SearchFilter.c"
}
-static void search_filter_actions_on_action_radio (SearchFilterActions* self, GSimpleAction* action, GVariant* parameter) {
- GSimpleAction* _tmp0_;
- GVariant* _tmp1_;
+static void
+search_filter_actions_on_action_radio (SearchFilterActions* self,
+ GSimpleAction* action,
+ GVariant* parameter)
+{
#line 536 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_FILTER_ACTIONS (self));
#line 536 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (G_IS_SIMPLE_ACTION (action));
#line 538 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp0_ = action;
-#line 538 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp1_ = parameter;
-#line 538 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_signal_emit_by_name (_tmp0_, "change-state", _tmp1_);
-#line 4190 "SearchFilter.c"
+ g_signal_emit_by_name (action, "change-state", parameter);
+#line 4534 "SearchFilter.c"
}
-static gboolean _variant_get37 (GVariant* value) {
+static gboolean
+_variant_get37 (GVariant* value)
+{
#line 543 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return g_variant_get_boolean (value);
-#line 4197 "SearchFilter.c"
+#line 4543 "SearchFilter.c"
}
-static GVariant* _variant_new38 (gboolean value) {
+static GVariant*
+_variant_new38 (gboolean value)
+{
#line 544 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return g_variant_ref_sink (g_variant_new_boolean (value));
-#line 4204 "SearchFilter.c"
+#line 4552 "SearchFilter.c"
}
-static void search_filter_actions_on_action_toggle (SearchFilterActions* self, GSimpleAction* action, GVariant* parameter) {
+static void
+search_filter_actions_on_action_toggle (SearchFilterActions* self,
+ GSimpleAction* action,
+ GVariant* parameter)
+{
gboolean state = FALSE;
- GSimpleAction* _tmp0_;
+ GVariant* _tmp0_;
GVariant* _tmp1_;
- GVariant* _tmp2_;
+ gboolean _tmp2_;
gboolean _tmp3_;
- gboolean _tmp4_;
- GSimpleAction* _tmp5_;
- GVariant* _tmp6_;
+ GVariant* _tmp4_;
#line 541 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_FILTER_ACTIONS (self));
#line 541 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (G_IS_SIMPLE_ACTION (action));
#line 543 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp0_ = action;
-#line 543 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp1_ = g_action_get_state (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, g_action_get_type (), GAction));
+ _tmp0_ = g_action_get_state (G_TYPE_CHECK_INSTANCE_CAST (action, g_action_get_type (), GAction));
#line 543 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp2_ = _tmp1_;
+ _tmp1_ = _tmp0_;
#line 543 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp3_ = _variant_get37 (_tmp2_);
+ _tmp2_ = _variant_get37 (_tmp1_);
#line 543 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp4_ = _tmp3_;
+ _tmp3_ = _tmp2_;
#line 543 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _g_variant_unref0 (_tmp2_);
+ _g_variant_unref0 (_tmp1_);
#line 543 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- state = _tmp4_;
-#line 544 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp5_ = action;
+ state = _tmp3_;
#line 544 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp6_ = _variant_new38 (!state);
+ _tmp4_ = _variant_new38 (!state);
#line 544 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_signal_emit_by_name (_tmp5_, "change-state", _tmp6_);
+ g_signal_emit_by_name (action, "change-state", _tmp4_);
#line 544 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _g_variant_unref0 (_tmp6_);
-#line 4243 "SearchFilter.c"
+ _g_variant_unref0 (_tmp4_);
+#line 4589 "SearchFilter.c"
}
-static void search_filter_actions_register (SearchFilterActions* self) {
+static void
+search_filter_actions_register (SearchFilterActions* self)
+{
TextAction* _tmp0_;
#line 547 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_FILTER_ACTIONS (self));
@@ -4253,25 +4601,23 @@ static void search_filter_actions_register (SearchFilterActions* self) {
_text_action_unref0 (self->priv->_text);
#line 548 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->_text = _tmp0_;
-#line 4257 "SearchFilter.c"
+#line 4605 "SearchFilter.c"
}
-static void search_filter_actions_on_rating_changed (SearchFilterActions* self, GSimpleAction* action, GVariant* value) {
- GVariant* _tmp0_;
- const gchar* _tmp1_;
- GSimpleAction* _tmp2_;
- GVariant* _tmp3_;
- GVariant* _tmp4_;
- const gchar* _tmp5_;
- gboolean _tmp6_;
+static void
+search_filter_actions_on_rating_changed (SearchFilterActions* self,
+ GSimpleAction* action,
+ GVariant* value)
+{
+ const gchar* _tmp0_;
+ GVariant* _tmp1_;
+ GVariant* _tmp2_;
+ const gchar* _tmp3_;
+ gboolean _tmp4_;
RatingFilter filter = 0;
- GVariant* _tmp7_;
- const gchar* _tmp8_;
- gint _tmp9_;
- GSimpleAction* _tmp10_;
- GVariant* _tmp11_;
- RatingFilter _tmp12_;
+ const gchar* _tmp5_;
+ RatingFilter _tmp6_;
#line 551 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_FILTER_ACTIONS (self));
#line 551 "/home/jens/Source/shotwell/src/SearchFilter.vala"
@@ -4279,54 +4625,42 @@ static void search_filter_actions_on_rating_changed (SearchFilterActions* self,
#line 551 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (value != NULL);
#line 553 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp0_ = value;
+ _tmp0_ = g_variant_get_string (value, NULL);
#line 553 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp1_ = g_variant_get_string (_tmp0_, NULL);
-#line 553 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp2_ = action;
+ _tmp1_ = g_action_get_state (G_TYPE_CHECK_INSTANCE_CAST (action, g_action_get_type (), GAction));
#line 553 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp3_ = g_action_get_state (G_TYPE_CHECK_INSTANCE_CAST (_tmp2_, g_action_get_type (), GAction));
-#line 553 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp4_ = _tmp3_;
+ _tmp2_ = _tmp1_;
#line 553 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp5_ = g_variant_get_string (_tmp4_, NULL);
+ _tmp3_ = g_variant_get_string (_tmp2_, NULL);
#line 553 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp6_ = g_strcmp0 (_tmp1_, _tmp5_) == 0;
+ _tmp4_ = g_strcmp0 (_tmp0_, _tmp3_) == 0;
#line 553 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _g_variant_unref0 (_tmp4_);
+ _g_variant_unref0 (_tmp2_);
#line 553 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (_tmp6_) {
+ if (_tmp4_) {
#line 554 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return;
-#line 4302 "SearchFilter.c"
+#line 4644 "SearchFilter.c"
}
#line 556 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp7_ = value;
-#line 556 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp8_ = g_variant_get_string (_tmp7_, NULL);
+ _tmp5_ = g_variant_get_string (value, NULL);
#line 556 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp9_ = atoi (_tmp8_);
-#line 556 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- filter = (RatingFilter) _tmp9_;
-#line 557 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp10_ = action;
-#line 557 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp11_ = value;
+ filter = (RatingFilter) atoi (_tmp5_);
#line 557 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_simple_action_set_state (_tmp10_, _tmp11_);
+ g_simple_action_set_state (action, value);
#line 558 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp12_ = filter;
+ _tmp6_ = filter;
#line 558 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_signal_emit (self, search_filter_actions_signals[SEARCH_FILTER_ACTIONS_RATING_CHANGED_SIGNAL], 0, _tmp12_);
-#line 4322 "SearchFilter.c"
+ g_signal_emit (self, search_filter_actions_signals[SEARCH_FILTER_ACTIONS_RATING_CHANGED_SIGNAL], 0, _tmp6_);
+#line 4656 "SearchFilter.c"
}
-static void search_filter_actions_on_flagged_toggled (SearchFilterActions* self, GSimpleAction* action, GVariant* value) {
- GSimpleAction* _tmp0_;
- GVariant* _tmp1_;
- GVariant* _tmp2_;
- gboolean _tmp3_;
+static void
+search_filter_actions_on_flagged_toggled (SearchFilterActions* self,
+ GSimpleAction* action,
+ GVariant* value)
+{
#line 561 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_FILTER_ACTIONS (self));
#line 561 "/home/jens/Source/shotwell/src/SearchFilter.vala"
@@ -4334,26 +4668,18 @@ static void search_filter_actions_on_flagged_toggled (SearchFilterActions* self,
#line 561 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (value != NULL);
#line 563 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp0_ = action;
-#line 563 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp1_ = value;
-#line 563 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_simple_action_set_state (_tmp0_, _tmp1_);
-#line 564 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp2_ = value;
+ g_simple_action_set_state (action, value);
#line 564 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp3_ = g_variant_get_boolean (_tmp2_);
-#line 564 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_signal_emit (self, search_filter_actions_signals[SEARCH_FILTER_ACTIONS_FLAGGED_TOGGLED_SIGNAL], 0, _tmp3_);
-#line 4349 "SearchFilter.c"
+ g_signal_emit (self, search_filter_actions_signals[SEARCH_FILTER_ACTIONS_FLAGGED_TOGGLED_SIGNAL], 0, g_variant_get_boolean (value));
+#line 4675 "SearchFilter.c"
}
-static void search_filter_actions_on_photos_toggled (SearchFilterActions* self, GSimpleAction* action, GVariant* value) {
- GSimpleAction* _tmp0_;
- GVariant* _tmp1_;
- GVariant* _tmp2_;
- gboolean _tmp3_;
+static void
+search_filter_actions_on_photos_toggled (SearchFilterActions* self,
+ GSimpleAction* action,
+ GVariant* value)
+{
#line 567 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_FILTER_ACTIONS (self));
#line 567 "/home/jens/Source/shotwell/src/SearchFilter.vala"
@@ -4361,26 +4687,18 @@ static void search_filter_actions_on_photos_toggled (SearchFilterActions* self,
#line 567 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (value != NULL);
#line 569 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp0_ = action;
-#line 569 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp1_ = value;
-#line 569 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_simple_action_set_state (_tmp0_, _tmp1_);
+ g_simple_action_set_state (action, value);
#line 570 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp2_ = value;
-#line 570 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp3_ = g_variant_get_boolean (_tmp2_);
-#line 570 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_signal_emit (self, search_filter_actions_signals[SEARCH_FILTER_ACTIONS_PHOTOS_TOGGLED_SIGNAL], 0, _tmp3_);
-#line 4376 "SearchFilter.c"
+ g_signal_emit (self, search_filter_actions_signals[SEARCH_FILTER_ACTIONS_PHOTOS_TOGGLED_SIGNAL], 0, g_variant_get_boolean (value));
+#line 4694 "SearchFilter.c"
}
-static void search_filter_actions_on_videos_toggled (SearchFilterActions* self, GSimpleAction* action, GVariant* value) {
- GSimpleAction* _tmp0_;
- GVariant* _tmp1_;
- GVariant* _tmp2_;
- gboolean _tmp3_;
+static void
+search_filter_actions_on_videos_toggled (SearchFilterActions* self,
+ GSimpleAction* action,
+ GVariant* value)
+{
#line 573 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_FILTER_ACTIONS (self));
#line 573 "/home/jens/Source/shotwell/src/SearchFilter.vala"
@@ -4388,26 +4706,18 @@ static void search_filter_actions_on_videos_toggled (SearchFilterActions* self,
#line 573 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (value != NULL);
#line 575 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp0_ = action;
-#line 575 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp1_ = value;
-#line 575 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_simple_action_set_state (_tmp0_, _tmp1_);
-#line 576 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp2_ = value;
-#line 576 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp3_ = g_variant_get_boolean (_tmp2_);
+ g_simple_action_set_state (action, value);
#line 576 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_signal_emit (self, search_filter_actions_signals[SEARCH_FILTER_ACTIONS_VIDEOS_TOGGLED_SIGNAL], 0, _tmp3_);
-#line 4403 "SearchFilter.c"
+ g_signal_emit (self, search_filter_actions_signals[SEARCH_FILTER_ACTIONS_VIDEOS_TOGGLED_SIGNAL], 0, g_variant_get_boolean (value));
+#line 4713 "SearchFilter.c"
}
-static void search_filter_actions_on_raw_toggled (SearchFilterActions* self, GSimpleAction* action, GVariant* value) {
- GSimpleAction* _tmp0_;
- GVariant* _tmp1_;
- GVariant* _tmp2_;
- gboolean _tmp3_;
+static void
+search_filter_actions_on_raw_toggled (SearchFilterActions* self,
+ GSimpleAction* action,
+ GVariant* value)
+{
#line 579 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_FILTER_ACTIONS (self));
#line 579 "/home/jens/Source/shotwell/src/SearchFilter.vala"
@@ -4415,22 +4725,16 @@ static void search_filter_actions_on_raw_toggled (SearchFilterActions* self, GSi
#line 579 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (value != NULL);
#line 581 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp0_ = action;
-#line 581 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp1_ = value;
-#line 581 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_simple_action_set_state (_tmp0_, _tmp1_);
+ g_simple_action_set_state (action, value);
#line 582 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp2_ = value;
-#line 582 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp3_ = g_variant_get_boolean (_tmp2_);
-#line 582 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_signal_emit (self, search_filter_actions_signals[SEARCH_FILTER_ACTIONS_RAW_TOGGLED_SIGNAL], 0, _tmp3_);
-#line 4430 "SearchFilter.c"
+ g_signal_emit (self, search_filter_actions_signals[SEARCH_FILTER_ACTIONS_RAW_TOGGLED_SIGNAL], 0, g_variant_get_boolean (value));
+#line 4732 "SearchFilter.c"
}
-gboolean search_filter_actions_get_has_photos (SearchFilterActions* self) {
+gboolean
+search_filter_actions_get_has_photos (SearchFilterActions* self)
+{
gboolean result = FALSE;
gboolean _tmp0_;
#line 585 "/home/jens/Source/shotwell/src/SearchFilter.vala"
@@ -4441,11 +4745,13 @@ gboolean search_filter_actions_get_has_photos (SearchFilterActions* self) {
result = _tmp0_;
#line 586 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 4445 "SearchFilter.c"
+#line 4749 "SearchFilter.c"
}
-gboolean search_filter_actions_get_has_videos (SearchFilterActions* self) {
+gboolean
+search_filter_actions_get_has_videos (SearchFilterActions* self)
+{
gboolean result = FALSE;
gboolean _tmp0_;
#line 589 "/home/jens/Source/shotwell/src/SearchFilter.vala"
@@ -4456,11 +4762,13 @@ gboolean search_filter_actions_get_has_videos (SearchFilterActions* self) {
result = _tmp0_;
#line 590 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 4460 "SearchFilter.c"
+#line 4766 "SearchFilter.c"
}
-gboolean search_filter_actions_get_has_raw (SearchFilterActions* self) {
+gboolean
+search_filter_actions_get_has_raw (SearchFilterActions* self)
+{
gboolean result = FALSE;
gboolean _tmp0_;
#line 593 "/home/jens/Source/shotwell/src/SearchFilter.vala"
@@ -4471,11 +4779,13 @@ gboolean search_filter_actions_get_has_raw (SearchFilterActions* self) {
result = _tmp0_;
#line 594 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 4475 "SearchFilter.c"
+#line 4783 "SearchFilter.c"
}
-gboolean search_filter_actions_get_has_flagged (SearchFilterActions* self) {
+gboolean
+search_filter_actions_get_has_flagged (SearchFilterActions* self)
+{
gboolean result = FALSE;
gboolean _tmp0_;
#line 597 "/home/jens/Source/shotwell/src/SearchFilter.vala"
@@ -4486,11 +4796,13 @@ gboolean search_filter_actions_get_has_flagged (SearchFilterActions* self) {
result = _tmp0_;
#line 598 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 4490 "SearchFilter.c"
+#line 4800 "SearchFilter.c"
}
-GSimpleAction* search_filter_actions_get_flagged (SearchFilterActions* self) {
+GSimpleAction*
+search_filter_actions_get_flagged (SearchFilterActions* self)
+{
GSimpleAction* result;
GSimpleAction* _tmp0_;
#line 331 "/home/jens/Source/shotwell/src/SearchFilter.vala"
@@ -4501,11 +4813,13 @@ GSimpleAction* search_filter_actions_get_flagged (SearchFilterActions* self) {
result = _tmp0_;
#line 332 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 4505 "SearchFilter.c"
+#line 4817 "SearchFilter.c"
}
-GSimpleAction* search_filter_actions_get_photos (SearchFilterActions* self) {
+GSimpleAction*
+search_filter_actions_get_photos (SearchFilterActions* self)
+{
GSimpleAction* result;
GSimpleAction* _tmp0_;
#line 337 "/home/jens/Source/shotwell/src/SearchFilter.vala"
@@ -4516,11 +4830,13 @@ GSimpleAction* search_filter_actions_get_photos (SearchFilterActions* self) {
result = _tmp0_;
#line 338 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 4520 "SearchFilter.c"
+#line 4834 "SearchFilter.c"
}
-GSimpleAction* search_filter_actions_get_videos (SearchFilterActions* self) {
+GSimpleAction*
+search_filter_actions_get_videos (SearchFilterActions* self)
+{
GSimpleAction* result;
GSimpleAction* _tmp0_;
#line 343 "/home/jens/Source/shotwell/src/SearchFilter.vala"
@@ -4531,11 +4847,13 @@ GSimpleAction* search_filter_actions_get_videos (SearchFilterActions* self) {
result = _tmp0_;
#line 344 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 4535 "SearchFilter.c"
+#line 4851 "SearchFilter.c"
}
-GSimpleAction* search_filter_actions_get_raw (SearchFilterActions* self) {
+GSimpleAction*
+search_filter_actions_get_raw (SearchFilterActions* self)
+{
GSimpleAction* result;
GSimpleAction* _tmp0_;
#line 349 "/home/jens/Source/shotwell/src/SearchFilter.vala"
@@ -4546,11 +4864,13 @@ GSimpleAction* search_filter_actions_get_raw (SearchFilterActions* self) {
result = _tmp0_;
#line 350 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 4550 "SearchFilter.c"
+#line 4868 "SearchFilter.c"
}
-GSimpleAction* search_filter_actions_get_rating (SearchFilterActions* self) {
+GSimpleAction*
+search_filter_actions_get_rating (SearchFilterActions* self)
+{
GSimpleAction* result;
GSimpleAction* _tmp0_;
#line 355 "/home/jens/Source/shotwell/src/SearchFilter.vala"
@@ -4561,11 +4881,13 @@ GSimpleAction* search_filter_actions_get_rating (SearchFilterActions* self) {
result = _tmp0_;
#line 356 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 4565 "SearchFilter.c"
+#line 4885 "SearchFilter.c"
}
-TextAction* search_filter_actions_get_text (SearchFilterActions* self) {
+TextAction*
+search_filter_actions_get_text (SearchFilterActions* self)
+{
TextAction* result;
TextAction* _tmp0_;
TextAction* _tmp1_;
@@ -4581,11 +4903,18 @@ TextAction* search_filter_actions_get_text (SearchFilterActions* self) {
result = _tmp1_;
#line 363 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 4585 "SearchFilter.c"
+#line 4907 "SearchFilter.c"
}
-static void g_cclosure_user_marshal_VOID__BOOLEAN_BOOLEAN_BOOLEAN_BOOLEAN (GClosure * closure, GValue * return_value, guint n_param_values, const GValue * param_values, gpointer invocation_hint, gpointer marshal_data) {
+static void
+g_cclosure_user_marshal_VOID__BOOLEAN_BOOLEAN_BOOLEAN_BOOLEAN (GClosure * closure,
+ GValue * return_value,
+ guint n_param_values,
+ const GValue * param_values,
+ gpointer invocation_hint,
+ gpointer marshal_data)
+{
typedef void (*GMarshalFunc_VOID__BOOLEAN_BOOLEAN_BOOLEAN_BOOLEAN) (gpointer data1, gboolean arg_1, gboolean arg_2, gboolean arg_3, gboolean arg_4, gpointer data2);
register GMarshalFunc_VOID__BOOLEAN_BOOLEAN_BOOLEAN_BOOLEAN callback;
register GCClosure * cc;
@@ -4600,120 +4929,145 @@ static void g_cclosure_user_marshal_VOID__BOOLEAN_BOOLEAN_BOOLEAN_BOOLEAN (GClos
data1 = closure->data;
#line 329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
data2 = param_values->data[0].v_pointer;
-#line 4604 "SearchFilter.c"
+#line 4933 "SearchFilter.c"
} else {
#line 329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
data1 = param_values->data[0].v_pointer;
#line 329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
data2 = closure->data;
-#line 4610 "SearchFilter.c"
+#line 4939 "SearchFilter.c"
}
#line 329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
callback = (GMarshalFunc_VOID__BOOLEAN_BOOLEAN_BOOLEAN_BOOLEAN) (marshal_data ? marshal_data : cc->callback);
#line 329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
callback (data1, g_value_get_boolean (param_values + 1), g_value_get_boolean (param_values + 2), g_value_get_boolean (param_values + 3), g_value_get_boolean (param_values + 4), data2);
-#line 4616 "SearchFilter.c"
+#line 4945 "SearchFilter.c"
}
-static void value_search_filter_actions_init (GValue* value) {
+static void
+value_search_filter_actions_init (GValue* value)
+{
#line 329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
value->data[0].v_pointer = NULL;
-#line 4623 "SearchFilter.c"
+#line 4954 "SearchFilter.c"
}
-static void value_search_filter_actions_free_value (GValue* value) {
+static void
+value_search_filter_actions_free_value (GValue* value)
+{
#line 329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (value->data[0].v_pointer) {
#line 329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_actions_unref (value->data[0].v_pointer);
-#line 4632 "SearchFilter.c"
+#line 4965 "SearchFilter.c"
}
}
-static void value_search_filter_actions_copy_value (const GValue* src_value, GValue* dest_value) {
+static void
+value_search_filter_actions_copy_value (const GValue* src_value,
+ GValue* dest_value)
+{
#line 329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (src_value->data[0].v_pointer) {
#line 329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
dest_value->data[0].v_pointer = search_filter_actions_ref (src_value->data[0].v_pointer);
-#line 4642 "SearchFilter.c"
+#line 4978 "SearchFilter.c"
} else {
#line 329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
dest_value->data[0].v_pointer = NULL;
-#line 4646 "SearchFilter.c"
+#line 4982 "SearchFilter.c"
}
}
-static gpointer value_search_filter_actions_peek_pointer (const GValue* value) {
+static gpointer
+value_search_filter_actions_peek_pointer (const GValue* value)
+{
#line 329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return value->data[0].v_pointer;
-#line 4654 "SearchFilter.c"
+#line 4992 "SearchFilter.c"
}
-static gchar* value_search_filter_actions_collect_value (GValue* value, guint n_collect_values, GTypeCValue* collect_values, guint collect_flags) {
+static gchar*
+value_search_filter_actions_collect_value (GValue* value,
+ guint n_collect_values,
+ GTypeCValue* collect_values,
+ guint collect_flags)
+{
#line 329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (collect_values[0].v_pointer) {
-#line 4661 "SearchFilter.c"
+#line 5004 "SearchFilter.c"
SearchFilterActions * object;
object = collect_values[0].v_pointer;
#line 329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (object->parent_instance.g_class == NULL) {
#line 329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return g_strconcat ("invalid unclassed object pointer for value type `", G_VALUE_TYPE_NAME (value), "'", NULL);
-#line 4668 "SearchFilter.c"
+#line 5011 "SearchFilter.c"
} else if (!g_value_type_compatible (G_TYPE_FROM_INSTANCE (object), G_VALUE_TYPE (value))) {
#line 329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return g_strconcat ("invalid object type `", g_type_name (G_TYPE_FROM_INSTANCE (object)), "' for value type `", G_VALUE_TYPE_NAME (value), "'", NULL);
-#line 4672 "SearchFilter.c"
+#line 5015 "SearchFilter.c"
}
#line 329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
value->data[0].v_pointer = search_filter_actions_ref (object);
-#line 4676 "SearchFilter.c"
+#line 5019 "SearchFilter.c"
} else {
#line 329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
value->data[0].v_pointer = NULL;
-#line 4680 "SearchFilter.c"
+#line 5023 "SearchFilter.c"
}
#line 329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return NULL;
-#line 4684 "SearchFilter.c"
+#line 5027 "SearchFilter.c"
}
-static gchar* value_search_filter_actions_lcopy_value (const GValue* value, guint n_collect_values, GTypeCValue* collect_values, guint collect_flags) {
+static gchar*
+value_search_filter_actions_lcopy_value (const GValue* value,
+ guint n_collect_values,
+ GTypeCValue* collect_values,
+ guint collect_flags)
+{
SearchFilterActions ** object_p;
object_p = collect_values[0].v_pointer;
#line 329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (!object_p) {
#line 329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return g_strdup_printf ("value location for `%s' passed as NULL", G_VALUE_TYPE_NAME (value));
-#line 4695 "SearchFilter.c"
+#line 5043 "SearchFilter.c"
}
#line 329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (!value->data[0].v_pointer) {
#line 329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
*object_p = NULL;
-#line 4701 "SearchFilter.c"
+#line 5049 "SearchFilter.c"
} else if (collect_flags & G_VALUE_NOCOPY_CONTENTS) {
#line 329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
*object_p = value->data[0].v_pointer;
-#line 4705 "SearchFilter.c"
+#line 5053 "SearchFilter.c"
} else {
#line 329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
*object_p = search_filter_actions_ref (value->data[0].v_pointer);
-#line 4709 "SearchFilter.c"
+#line 5057 "SearchFilter.c"
}
#line 329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return NULL;
-#line 4713 "SearchFilter.c"
+#line 5061 "SearchFilter.c"
}
-GParamSpec* param_spec_search_filter_actions (const gchar* name, const gchar* nick, const gchar* blurb, GType object_type, GParamFlags flags) {
+GParamSpec*
+param_spec_search_filter_actions (const gchar* name,
+ const gchar* nick,
+ const gchar* blurb,
+ GType object_type,
+ GParamFlags flags)
+{
ParamSpecSearchFilterActions* spec;
#line 329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_val_if_fail (g_type_is_a (object_type, TYPE_SEARCH_FILTER_ACTIONS), NULL);
@@ -4723,20 +5077,25 @@ GParamSpec* param_spec_search_filter_actions (const gchar* name, const gchar* ni
G_PARAM_SPEC (spec)->value_type = object_type;
#line 329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return G_PARAM_SPEC (spec);
-#line 4727 "SearchFilter.c"
+#line 5081 "SearchFilter.c"
}
-gpointer value_get_search_filter_actions (const GValue* value) {
+gpointer
+value_get_search_filter_actions (const GValue* value)
+{
#line 329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_val_if_fail (G_TYPE_CHECK_VALUE_TYPE (value, TYPE_SEARCH_FILTER_ACTIONS), NULL);
#line 329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return value->data[0].v_pointer;
-#line 4736 "SearchFilter.c"
+#line 5092 "SearchFilter.c"
}
-void value_set_search_filter_actions (GValue* value, gpointer v_object) {
+void
+value_set_search_filter_actions (GValue* value,
+ gpointer v_object)
+{
SearchFilterActions * old;
#line 329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (G_TYPE_CHECK_VALUE_TYPE (value, TYPE_SEARCH_FILTER_ACTIONS));
@@ -4752,22 +5111,25 @@ void value_set_search_filter_actions (GValue* value, gpointer v_object) {
value->data[0].v_pointer = v_object;
#line 329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_actions_ref (value->data[0].v_pointer);
-#line 4756 "SearchFilter.c"
+#line 5115 "SearchFilter.c"
} else {
#line 329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
value->data[0].v_pointer = NULL;
-#line 4760 "SearchFilter.c"
+#line 5119 "SearchFilter.c"
}
#line 329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (old) {
#line 329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_actions_unref (old);
-#line 4766 "SearchFilter.c"
+#line 5125 "SearchFilter.c"
}
}
-void value_take_search_filter_actions (GValue* value, gpointer v_object) {
+void
+value_take_search_filter_actions (GValue* value,
+ gpointer v_object)
+{
SearchFilterActions * old;
#line 329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (G_TYPE_CHECK_VALUE_TYPE (value, TYPE_SEARCH_FILTER_ACTIONS));
@@ -4781,22 +5143,24 @@ void value_take_search_filter_actions (GValue* value, gpointer v_object) {
g_return_if_fail (g_value_type_compatible (G_TYPE_FROM_INSTANCE (v_object), G_VALUE_TYPE (value)));
#line 329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
value->data[0].v_pointer = v_object;
-#line 4785 "SearchFilter.c"
+#line 5147 "SearchFilter.c"
} else {
#line 329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
value->data[0].v_pointer = NULL;
-#line 4789 "SearchFilter.c"
+#line 5151 "SearchFilter.c"
}
#line 329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (old) {
#line 329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_actions_unref (old);
-#line 4795 "SearchFilter.c"
+#line 5157 "SearchFilter.c"
}
}
-static void search_filter_actions_class_init (SearchFilterActionsClass * klass) {
+static void
+search_filter_actions_class_init (SearchFilterActionsClass * klass)
+{
#line 329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_actions_parent_class = g_type_class_peek_parent (klass);
#line 329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
@@ -4815,7 +5179,7 @@ static void search_filter_actions_class_init (SearchFilterActionsClass * klass)
search_filter_actions_signals[SEARCH_FILTER_ACTIONS_RATING_CHANGED_SIGNAL] = g_signal_new ("rating-changed", TYPE_SEARCH_FILTER_ACTIONS, G_SIGNAL_RUN_LAST, 0, NULL, NULL, g_cclosure_marshal_VOID__ENUM, G_TYPE_NONE, 1, TYPE_RATING_FILTER);
#line 329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_actions_signals[SEARCH_FILTER_ACTIONS_TEXT_CHANGED_SIGNAL] = g_signal_new ("text-changed", TYPE_SEARCH_FILTER_ACTIONS, G_SIGNAL_RUN_LAST, 0, NULL, NULL, g_cclosure_marshal_VOID__STRING, G_TYPE_NONE, 1, G_TYPE_STRING);
-#line 4819 "SearchFilter.c"
+#line 5183 "SearchFilter.c"
/**
* fired when the kinds of media present in the current view change (e.g., a video becomes
* available in the view through a new import operation or no raw photos are available in
@@ -4825,11 +5189,13 @@ static void search_filter_actions_class_init (SearchFilterActionsClass * klass)
search_filter_actions_signals[SEARCH_FILTER_ACTIONS_MEDIA_CONTEXT_CHANGED_SIGNAL] = g_signal_new ("media-context-changed", TYPE_SEARCH_FILTER_ACTIONS, G_SIGNAL_RUN_LAST, 0, NULL, NULL, g_cclosure_user_marshal_VOID__BOOLEAN_BOOLEAN_BOOLEAN_BOOLEAN, G_TYPE_NONE, 4, G_TYPE_BOOLEAN, G_TYPE_BOOLEAN, G_TYPE_BOOLEAN, G_TYPE_BOOLEAN);
#line 329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_actions_signals[SEARCH_FILTER_ACTIONS_CRITERIA_CHANGED_SIGNAL] = g_signal_new ("criteria-changed", TYPE_SEARCH_FILTER_ACTIONS, G_SIGNAL_RUN_LAST, 0, NULL, NULL, g_cclosure_marshal_VOID__VOID, G_TYPE_NONE, 0);
-#line 4829 "SearchFilter.c"
+#line 5193 "SearchFilter.c"
}
-static void search_filter_actions_instance_init (SearchFilterActions * self) {
+static void
+search_filter_actions_instance_init (SearchFilterActions * self)
+{
#line 329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv = SEARCH_FILTER_ACTIONS_GET_PRIVATE (self);
#line 367 "/home/jens/Source/shotwell/src/SearchFilter.vala"
@@ -4848,11 +5214,13 @@ static void search_filter_actions_instance_init (SearchFilterActions * self) {
self->priv->can_filter_by_stars = TRUE;
#line 329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->ref_count = 1;
-#line 4852 "SearchFilter.c"
+#line 5218 "SearchFilter.c"
}
-static void search_filter_actions_finalize (SearchFilterActions * obj) {
+static void
+search_filter_actions_finalize (SearchFilterActions * obj)
+{
SearchFilterActions * self;
#line 329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (obj, TYPE_SEARCH_FILTER_ACTIONS, SearchFilterActions);
@@ -4860,11 +5228,13 @@ static void search_filter_actions_finalize (SearchFilterActions * obj) {
g_signal_handlers_destroy (self);
#line 368 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_text_action_unref0 (self->priv->_text);
-#line 4864 "SearchFilter.c"
+#line 5232 "SearchFilter.c"
}
-GType search_filter_actions_get_type (void) {
+GType
+search_filter_actions_get_type (void)
+{
static volatile gsize search_filter_actions_type_id__volatile = 0;
if (g_once_init_enter (&search_filter_actions_type_id__volatile)) {
static const GTypeValueTable g_define_type_value_table = { value_search_filter_actions_init, value_search_filter_actions_free_value, value_search_filter_actions_copy_value, value_search_filter_actions_peek_pointer, "p", value_search_filter_actions_collect_value, "p", value_search_filter_actions_lcopy_value };
@@ -4878,18 +5248,22 @@ GType search_filter_actions_get_type (void) {
}
-gpointer search_filter_actions_ref (gpointer instance) {
+gpointer
+search_filter_actions_ref (gpointer instance)
+{
SearchFilterActions * self;
self = instance;
#line 329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_atomic_int_inc (&self->ref_count);
#line 329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return instance;
-#line 4889 "SearchFilter.c"
+#line 5261 "SearchFilter.c"
}
-void search_filter_actions_unref (gpointer instance) {
+void
+search_filter_actions_unref (gpointer instance)
+{
SearchFilterActions * self;
self = instance;
#line 329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
@@ -4898,245 +5272,272 @@ void search_filter_actions_unref (gpointer instance) {
SEARCH_FILTER_ACTIONS_GET_CLASS (self)->finalize (self);
#line 329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_type_free_instance ((GTypeInstance *) self);
-#line 4902 "SearchFilter.c"
+#line 5276 "SearchFilter.c"
}
}
-static void _search_filter_toolbar_on_media_context_changed_search_filter_actions_media_context_changed (SearchFilterActions* _sender, gboolean has_photos, gboolean has_videos, gboolean has_raw, gboolean has_flagged, gpointer self) {
-#line 1154 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+_search_filter_toolbar_on_media_context_changed_search_filter_actions_media_context_changed (SearchFilterActions* _sender,
+ gboolean has_photos,
+ gboolean has_videos,
+ gboolean has_raw,
+ gboolean has_flagged,
+ gpointer self)
+{
+#line 1156 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_on_media_context_changed ((SearchFilterToolbar*) self, has_photos, has_videos, has_raw, has_flagged);
-#line 4910 "SearchFilter.c"
+#line 5291 "SearchFilter.c"
}
-static void _search_filter_toolbar_on_flagged_toggled_search_filter_actions_flagged_toggled (SearchFilterActions* _sender, gboolean on, gpointer self) {
-#line 1156 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+_search_filter_toolbar_on_flagged_toggled_search_filter_actions_flagged_toggled (SearchFilterActions* _sender,
+ gboolean on,
+ gpointer self)
+{
+#line 1158 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_on_flagged_toggled ((SearchFilterToolbar*) self);
-#line 4917 "SearchFilter.c"
+#line 5302 "SearchFilter.c"
}
-static void _search_filter_toolbar_on_photos_toggled_search_filter_actions_photos_toggled (SearchFilterActions* _sender, gboolean on, gpointer self) {
-#line 1157 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+_search_filter_toolbar_on_photos_toggled_search_filter_actions_photos_toggled (SearchFilterActions* _sender,
+ gboolean on,
+ gpointer self)
+{
+#line 1159 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_on_photos_toggled ((SearchFilterToolbar*) self);
-#line 4924 "SearchFilter.c"
+#line 5313 "SearchFilter.c"
}
-static void _search_filter_toolbar_on_videos_toggled_search_filter_actions_videos_toggled (SearchFilterActions* _sender, gboolean on, gpointer self) {
-#line 1158 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+_search_filter_toolbar_on_videos_toggled_search_filter_actions_videos_toggled (SearchFilterActions* _sender,
+ gboolean on,
+ gpointer self)
+{
+#line 1160 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_on_videos_toggled ((SearchFilterToolbar*) self);
-#line 4931 "SearchFilter.c"
+#line 5324 "SearchFilter.c"
}
-static void _search_filter_toolbar_on_raw_toggled_search_filter_actions_raw_toggled (SearchFilterActions* _sender, gboolean on, gpointer self) {
-#line 1159 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+_search_filter_toolbar_on_raw_toggled_search_filter_actions_raw_toggled (SearchFilterActions* _sender,
+ gboolean on,
+ gpointer self)
+{
+#line 1161 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_on_raw_toggled ((SearchFilterToolbar*) self);
-#line 4938 "SearchFilter.c"
+#line 5335 "SearchFilter.c"
}
-static void _search_filter_toolbar_on_rating_changed_search_filter_actions_rating_changed (SearchFilterActions* _sender, RatingFilter filter, gpointer self) {
-#line 1160 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+_search_filter_toolbar_on_rating_changed_search_filter_actions_rating_changed (SearchFilterActions* _sender,
+ RatingFilter filter,
+ gpointer self)
+{
+#line 1162 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_on_rating_changed ((SearchFilterToolbar*) self);
-#line 4945 "SearchFilter.c"
+#line 5346 "SearchFilter.c"
}
-static void _search_filter_toolbar_on_search_text_changed_search_filter_actions_text_changed (SearchFilterActions* _sender, const gchar* text, gpointer self) {
-#line 1161 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+_search_filter_toolbar_on_search_text_changed_search_filter_actions_text_changed (SearchFilterActions* _sender,
+ const gchar* text,
+ gpointer self)
+{
+#line 1163 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_on_search_text_changed ((SearchFilterToolbar*) self);
-#line 4952 "SearchFilter.c"
+#line 5357 "SearchFilter.c"
}
-static void _search_filter_toolbar_on_criteria_changed_search_filter_actions_criteria_changed (SearchFilterActions* _sender, gpointer self) {
-#line 1162 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+_search_filter_toolbar_on_criteria_changed_search_filter_actions_criteria_changed (SearchFilterActions* _sender,
+ gpointer self)
+{
+#line 1164 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_on_criteria_changed ((SearchFilterToolbar*) self);
-#line 4959 "SearchFilter.c"
+#line 5367 "SearchFilter.c"
}
-static gboolean _search_filter_toolbar_on_context_menu_requested_gtk_toolbar_popup_context_menu (GtkToolbar* _sender, gint x, gint y, gint button_number, gpointer self) {
+static gboolean
+_search_filter_toolbar_on_context_menu_requested_gtk_toolbar_popup_context_menu (GtkToolbar* _sender,
+ gint x,
+ gint y,
+ gint button_number,
+ gpointer self)
+{
gboolean result;
result = search_filter_toolbar_on_context_menu_requested ((SearchFilterToolbar*) self, x, y, button_number);
-#line 1164 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1166 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 4968 "SearchFilter.c"
+#line 5382 "SearchFilter.c"
}
-static gpointer _search_filter_actions_ref0 (gpointer self) {
-#line 1049 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static gpointer
+_search_filter_actions_ref0 (gpointer self)
+{
+#line 1051 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return self ? search_filter_actions_ref (self) : NULL;
-#line 4975 "SearchFilter.c"
+#line 5391 "SearchFilter.c"
}
-static void _search_filter_toolbar_on_context_menu_close_chosen_gtk_menu_item_activate (GtkMenuItem* _sender, gpointer self) {
-#line 1071 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+_search_filter_toolbar_on_context_menu_close_chosen_gtk_menu_item_activate (GtkMenuItem* _sender,
+ gpointer self)
+{
+#line 1073 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_on_context_menu_close_chosen ((SearchFilterToolbar*) self);
-#line 4982 "SearchFilter.c"
+#line 5401 "SearchFilter.c"
}
-static void _search_filter_toolbar_on_saved_search_button_clicked_search_filter_toolbar_saved_search_filter_button_clicked (SearchFilterToolbarSavedSearchFilterButton* _sender, gpointer self) {
-#line 1122 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+_search_filter_toolbar_on_saved_search_button_clicked_search_filter_toolbar_saved_search_filter_button_clicked (SearchFilterToolbarSavedSearchFilterButton* _sender,
+ gpointer self)
+{
+#line 1124 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_on_saved_search_button_clicked ((SearchFilterToolbar*) self);
-#line 4989 "SearchFilter.c"
+#line 5411 "SearchFilter.c"
}
-SearchFilterToolbar* search_filter_toolbar_construct (GType object_type, SearchFilterActions* actions) {
+SearchFilterToolbar*
+search_filter_toolbar_construct (GType object_type,
+ SearchFilterActions* actions)
+{
SearchFilterToolbar * self = NULL;
SearchFilterActions* _tmp0_;
- SearchFilterActions* _tmp1_;
- GtkToolbar* _tmp2_;
- SearchFilterActions* _tmp3_;
- SearchFilterActions* _tmp4_;
- TextAction* _tmp5_;
- TextAction* _tmp6_;
- SearchFilterToolbarSearchBox* _tmp7_;
- GtkToolbar* _tmp8_;
- GtkToolbar* _tmp9_;
- GtkMenuItem* _tmp17_;
+ GtkToolbar* _tmp1_;
+ TextAction* _tmp2_;
+ TextAction* _tmp3_;
+ SearchFilterToolbarSearchBox* _tmp4_;
+ GtkToolbar* _tmp5_;
+ GtkToolbar* _tmp6_;
+ GtkMenuItem* _tmp14_;
+ GtkMenuItem* _tmp15_;
+ GtkMenuItem* _tmp16_;
+ GtkMenu* _tmp17_;
GtkMenuItem* _tmp18_;
- GtkMenuItem* _tmp19_;
- GtkMenu* _tmp20_;
- GtkMenuItem* _tmp21_;
- SearchFilterToolbarLabelToolItem* _tmp22_;
- GtkToolbar* _tmp23_;
- SearchFilterToolbarLabelToolItem* _tmp24_;
+ SearchFilterToolbarLabelToolItem* _tmp19_;
+ GtkToolbar* _tmp20_;
+ SearchFilterToolbarLabelToolItem* _tmp21_;
+ SearchFilterToolbarToggleActionToolButton* _tmp22_;
+ SearchFilterToolbarToggleActionToolButton* _tmp23_;
+ SearchFilterToolbarToggleActionToolButton* _tmp24_;
SearchFilterToolbarToggleActionToolButton* _tmp25_;
SearchFilterToolbarToggleActionToolButton* _tmp26_;
SearchFilterToolbarToggleActionToolButton* _tmp27_;
- SearchFilterToolbarToggleActionToolButton* _tmp28_;
+ GtkToolbar* _tmp28_;
SearchFilterToolbarToggleActionToolButton* _tmp29_;
- SearchFilterToolbarToggleActionToolButton* _tmp30_;
- GtkToolbar* _tmp31_;
- SearchFilterToolbarToggleActionToolButton* _tmp32_;
- GtkToolbar* _tmp33_;
- SearchFilterToolbarToggleActionToolButton* _tmp34_;
+ GtkToolbar* _tmp30_;
+ SearchFilterToolbarToggleActionToolButton* _tmp31_;
+ GtkToolbar* _tmp32_;
+ SearchFilterToolbarToggleActionToolButton* _tmp33_;
+ GtkSeparatorToolItem* _tmp34_;
GtkToolbar* _tmp35_;
- SearchFilterToolbarToggleActionToolButton* _tmp36_;
- GtkSeparatorToolItem* _tmp37_;
- GtkToolbar* _tmp38_;
- GtkSeparatorToolItem* _tmp39_;
- SearchFilterToolbarToggleActionToolButton* _tmp40_;
+ GtkSeparatorToolItem* _tmp36_;
+ SearchFilterToolbarToggleActionToolButton* _tmp37_;
+ SearchFilterToolbarToggleActionToolButton* _tmp38_;
+ SearchFilterToolbarToggleActionToolButton* _tmp39_;
+ GtkToolbar* _tmp40_;
SearchFilterToolbarToggleActionToolButton* _tmp41_;
- SearchFilterToolbarToggleActionToolButton* _tmp42_;
+ GtkSeparatorToolItem* _tmp42_;
GtkToolbar* _tmp43_;
- SearchFilterToolbarToggleActionToolButton* _tmp44_;
- GtkSeparatorToolItem* _tmp45_;
- GtkToolbar* _tmp46_;
- GtkSeparatorToolItem* _tmp47_;
+ GtkSeparatorToolItem* _tmp44_;
GMenuModel* model = NULL;
- GtkBuilder* _tmp48_;
- GObject* _tmp49_;
- GMenuModel* _tmp50_;
- SearchFilterToolbarRatingFilterButton* _tmp51_;
+ GtkBuilder* _tmp45_;
+ GObject* _tmp46_;
+ GMenuModel* _tmp47_;
+ SearchFilterToolbarRatingFilterButton* _tmp48_;
+ SearchFilterToolbarRatingFilterButton* _tmp49_;
+ SearchFilterToolbarRatingFilterButton* _tmp50_;
+ GtkToolbar* _tmp51_;
SearchFilterToolbarRatingFilterButton* _tmp52_;
- SearchFilterToolbarRatingFilterButton* _tmp53_;
+ GtkSeparatorToolItem* _tmp53_;
GtkToolbar* _tmp54_;
- SearchFilterToolbarRatingFilterButton* _tmp55_;
- GtkSeparatorToolItem* _tmp56_;
- GtkToolbar* _tmp57_;
- GtkSeparatorToolItem* _tmp58_;
+ GtkSeparatorToolItem* _tmp55_;
+ SearchFilterToolbarSavedSearchFilterButton* _tmp56_;
+ SearchFilterToolbarSavedSearchFilterButton* _tmp57_;
+ SearchFilterToolbarSavedSearchFilterButton* _tmp58_;
SearchFilterToolbarSavedSearchFilterButton* _tmp59_;
- SearchFilterToolbarSavedSearchFilterButton* _tmp60_;
+ GtkToolbar* _tmp60_;
SearchFilterToolbarSavedSearchFilterButton* _tmp61_;
- SearchFilterToolbarSavedSearchFilterButton* _tmp62_;
- GtkToolbar* _tmp63_;
- SearchFilterToolbarSavedSearchFilterButton* _tmp64_;
GtkSeparatorToolItem* separator_align = NULL;
- GtkSeparatorToolItem* _tmp65_;
+ GtkSeparatorToolItem* _tmp62_;
+ GtkToolbar* _tmp63_;
+ GtkToolbar* _tmp64_;
+ SearchFilterToolbarSearchBox* _tmp65_;
GtkToolbar* _tmp66_;
GtkToolbar* _tmp67_;
- SearchFilterToolbarSearchBox* _tmp68_;
- GtkToolbar* _tmp69_;
- SearchFilterActions* _tmp70_;
- SearchFilterActions* _tmp71_;
- SearchFilterActions* _tmp72_;
- SearchFilterActions* _tmp73_;
- SearchFilterActions* _tmp74_;
- SearchFilterActions* _tmp75_;
- SearchFilterActions* _tmp76_;
- GtkToolbar* _tmp77_;
- SearchFilterActions* _tmp78_;
- gboolean _tmp79_;
- SearchFilterActions* _tmp80_;
- gboolean _tmp81_;
- SearchFilterActions* _tmp82_;
- gboolean _tmp83_;
- SearchFilterActions* _tmp84_;
- gboolean _tmp85_;
GError * _inner_error_ = NULL;
-#line 1048 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_return_val_if_fail (IS_SEARCH_FILTER_ACTIONS (actions), NULL);
-#line 1048 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- self = (SearchFilterToolbar*) g_object_new (object_type, NULL);
-#line 1049 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp0_ = actions;
-#line 1049 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp1_ = _search_filter_actions_ref0 (_tmp0_);
-#line 1049 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _search_filter_actions_unref0 (self->priv->actions);
-#line 1049 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- self->priv->actions = _tmp1_;
-#line 1050 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp2_ = (GtkToolbar*) gtk_toolbar_new ();
-#line 1050 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_object_ref_sink (_tmp2_);
#line 1050 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _g_object_unref0 (self->priv->toolbar);
+ g_return_val_if_fail (IS_SEARCH_FILTER_ACTIONS (actions), NULL);
#line 1050 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- self->priv->toolbar = _tmp2_;
+ self = (SearchFilterToolbar*) g_object_new (object_type, NULL);
#line 1051 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp3_ = actions;
+ _tmp0_ = _search_filter_actions_ref0 (actions);
#line 1051 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_signal_connect_object (_tmp3_, "media-context-changed", (GCallback) _search_filter_toolbar_on_media_context_changed_search_filter_actions_media_context_changed, self, 0);
-#line 1052 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp4_ = actions;
-#line 1052 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp5_ = search_filter_actions_get_text (_tmp4_);
-#line 1052 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp6_ = _tmp5_;
+ _search_filter_actions_unref0 (self->priv->actions);
+#line 1051 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ self->priv->actions = _tmp0_;
#line 1052 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp7_ = search_filter_toolbar_search_box_new (_tmp6_);
+ _tmp1_ = (GtkToolbar*) gtk_toolbar_new ();
#line 1052 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_object_ref_sink (_tmp7_);
+ g_object_ref_sink (_tmp1_);
#line 1052 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _g_object_unref0 (self->priv->search_box);
+ _g_object_unref0 (self->priv->toolbar);
#line 1052 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- self->priv->search_box = _tmp7_;
+ self->priv->toolbar = _tmp1_;
+#line 1053 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ g_signal_connect_object (actions, "media-context-changed", (GCallback) _search_filter_toolbar_on_media_context_changed_search_filter_actions_media_context_changed, self, 0);
+#line 1054 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp2_ = search_filter_actions_get_text (actions);
#line 1054 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp8_ = self->priv->toolbar;
+ _tmp3_ = _tmp2_;
+#line 1054 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp4_ = search_filter_toolbar_search_box_new (_tmp3_);
#line 1054 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_buildable_set_name (G_TYPE_CHECK_INSTANCE_CAST (_tmp8_, GTK_TYPE_BUILDABLE, GtkBuildable), "search-filter-toolbar");
-#line 1055 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp9_ = self->priv->toolbar;
-#line 1055 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_toolbar_set_icon_size (_tmp9_, GTK_ICON_SIZE_SMALL_TOOLBAR);
-#line 5123 "SearchFilter.c"
+ g_object_ref_sink (_tmp4_);
+#line 1054 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _g_object_unref0 (self->priv->search_box);
+#line 1054 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ self->priv->search_box = _tmp4_;
+#line 1056 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp5_ = self->priv->toolbar;
+#line 1056 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_buildable_set_name (G_TYPE_CHECK_INSTANCE_CAST (_tmp5_, gtk_buildable_get_type (), GtkBuildable), "search-filter-toolbar");
+#line 1057 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp6_ = self->priv->toolbar;
+#line 1057 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_toolbar_set_icon_size (_tmp6_, GTK_ICON_SIZE_SMALL_TOOLBAR);
+#line 5524 "SearchFilter.c"
{
- GtkBuilder* _tmp10_;
- gchar* _tmp11_;
- gchar* _tmp12_;
-#line 1058 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp10_ = self->builder;
-#line 1058 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp11_ = resources_get_ui ("search_bar.ui");
-#line 1058 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp12_ = _tmp11_;
-#line 1058 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_builder_add_from_resource (_tmp10_, _tmp12_, &_inner_error_);
-#line 1058 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _g_free0 (_tmp12_);
-#line 1058 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ GtkBuilder* _tmp7_;
+ gchar* _tmp8_;
+ gchar* _tmp9_;
+#line 1060 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp7_ = self->builder;
+#line 1060 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp8_ = resources_get_ui ("search_bar.ui");
+#line 1060 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp9_ = _tmp8_;
+#line 1060 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_builder_add_from_resource (_tmp7_, _tmp9_, &_inner_error_);
+#line 1060 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _g_free0 (_tmp9_);
+#line 1060 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
-#line 5140 "SearchFilter.c"
+#line 5541 "SearchFilter.c"
goto __catch603_g_error;
}
}
@@ -5144,465 +5545,431 @@ SearchFilterToolbar* search_filter_toolbar_construct (GType object_type, SearchF
__catch603_g_error:
{
GError* err = NULL;
- GError* _tmp13_;
- const gchar* _tmp14_;
- gchar* _tmp15_;
- gchar* _tmp16_;
-#line 1057 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ GError* _tmp10_;
+ const gchar* _tmp11_;
+ gchar* _tmp12_;
+ gchar* _tmp13_;
+#line 1059 "/home/jens/Source/shotwell/src/SearchFilter.vala"
err = _inner_error_;
-#line 1057 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1059 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_inner_error_ = NULL;
-#line 1060 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp13_ = err;
-#line 1060 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp14_ = _tmp13_->message;
-#line 1060 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp15_ = g_strdup_printf (_ ("Error loading search bar UI: %s"), _tmp14_);
-#line 1060 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp16_ = _tmp15_;
-#line 1060 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- app_window_panic (_tmp16_);
-#line 1060 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _g_free0 (_tmp16_);
-#line 1057 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1062 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp10_ = err;
+#line 1062 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp11_ = _tmp10_->message;
+#line 1062 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp12_ = g_strdup_printf (_ ("Error loading search bar UI: %s"), _tmp11_);
+#line 1062 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp13_ = _tmp12_;
+#line 1062 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ app_window_panic (_tmp13_);
+#line 1062 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _g_free0 (_tmp13_);
+#line 1059 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_error_free0 (err);
-#line 5170 "SearchFilter.c"
+#line 5571 "SearchFilter.c"
}
__finally603:
-#line 1057 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1059 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
-#line 1057 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1059 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
-#line 1057 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1059 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_clear_error (&_inner_error_);
-#line 1057 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1059 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return NULL;
-#line 5181 "SearchFilter.c"
+#line 5582 "SearchFilter.c"
}
-#line 1069 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp17_ = self->priv->close_item;
-#line 1069 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_menu_item_set_label (_tmp17_, _ ("Close"));
-#line 1070 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp18_ = self->priv->close_item;
-#line 1070 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_widget_show (G_TYPE_CHECK_INSTANCE_CAST (_tmp18_, gtk_widget_get_type (), GtkWidget));
#line 1071 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp19_ = self->priv->close_item;
+ _tmp14_ = self->priv->close_item;
#line 1071 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_signal_connect_object (_tmp19_, "activate", (GCallback) _search_filter_toolbar_on_context_menu_close_chosen_gtk_menu_item_activate, self, 0);
-#line 1072 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp20_ = self->priv->close_menu;
+ gtk_menu_item_set_label (_tmp14_, _ ("Close"));
#line 1072 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp21_ = self->priv->close_item;
+ _tmp15_ = self->priv->close_item;
#line 1072 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_menu_shell_append (G_TYPE_CHECK_INSTANCE_CAST (_tmp20_, gtk_menu_shell_get_type (), GtkMenuShell), (GtkWidget*) _tmp21_);
-#line 1075 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp22_ = search_filter_toolbar_label_tool_item_new (_ ("Type"), 10, 5);
-#line 1075 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_object_ref_sink (_tmp22_);
-#line 1075 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_widget_show (G_TYPE_CHECK_INSTANCE_CAST (_tmp15_, gtk_widget_get_type (), GtkWidget));
+#line 1073 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp16_ = self->priv->close_item;
+#line 1073 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ g_signal_connect_object (_tmp16_, "activate", (GCallback) _search_filter_toolbar_on_context_menu_close_chosen_gtk_menu_item_activate, self, 0);
+#line 1074 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp17_ = self->priv->close_menu;
+#line 1074 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp18_ = self->priv->close_item;
+#line 1074 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_menu_shell_append (G_TYPE_CHECK_INSTANCE_CAST (_tmp17_, gtk_menu_shell_get_type (), GtkMenuShell), _tmp18_);
+#line 1077 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp19_ = search_filter_toolbar_label_tool_item_new (_ ("Type"), 10, 5);
+#line 1077 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ g_object_ref_sink (_tmp19_);
+#line 1077 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (self->priv->label_type);
-#line 1075 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- self->priv->label_type = _tmp22_;
-#line 1076 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp23_ = self->priv->toolbar;
-#line 1076 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp24_ = self->priv->label_type;
-#line 1076 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_toolbar_insert (_tmp23_, G_TYPE_CHECK_INSTANCE_CAST (_tmp24_, gtk_tool_item_get_type (), GtkToolItem), -1);
+#line 1077 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ self->priv->label_type = _tmp19_;
#line 1078 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp25_ = search_filter_toolbar_toggle_action_tool_button_new ("win.display.photos");
+ _tmp20_ = self->priv->toolbar;
#line 1078 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_object_ref_sink (_tmp25_);
+ _tmp21_ = self->priv->label_type;
#line 1078 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_toolbar_insert (_tmp20_, G_TYPE_CHECK_INSTANCE_CAST (_tmp21_, gtk_tool_item_get_type (), GtkToolItem), -1);
+#line 1080 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp22_ = search_filter_toolbar_toggle_action_tool_button_new ("win.display.photos");
+#line 1080 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ g_object_ref_sink (_tmp22_);
+#line 1080 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (self->priv->toolbtn_photos);
-#line 1078 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- self->priv->toolbtn_photos = _tmp25_;
-#line 1079 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp26_ = self->priv->toolbtn_photos;
-#line 1079 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_tool_item_set_tooltip_text (G_TYPE_CHECK_INSTANCE_CAST (_tmp26_, gtk_tool_item_get_type (), GtkToolItem), _ ("Photos"));
-#line 1081 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp27_ = search_filter_toolbar_toggle_action_tool_button_new ("win.display.videos");
+#line 1080 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ self->priv->toolbtn_photos = _tmp22_;
#line 1081 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_object_ref_sink (_tmp27_);
+ _tmp23_ = self->priv->toolbtn_photos;
#line 1081 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_tool_item_set_tooltip_text (G_TYPE_CHECK_INSTANCE_CAST (_tmp23_, gtk_tool_item_get_type (), GtkToolItem), _ ("Photos"));
+#line 1083 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp24_ = search_filter_toolbar_toggle_action_tool_button_new ("win.display.videos");
+#line 1083 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ g_object_ref_sink (_tmp24_);
+#line 1083 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (self->priv->toolbtn_videos);
-#line 1081 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- self->priv->toolbtn_videos = _tmp27_;
-#line 1082 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp28_ = self->priv->toolbtn_videos;
-#line 1082 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_tool_item_set_tooltip_text (G_TYPE_CHECK_INSTANCE_CAST (_tmp28_, gtk_tool_item_get_type (), GtkToolItem), _ ("Videos"));
-#line 1084 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp29_ = search_filter_toolbar_toggle_action_tool_button_new ("win.display.raw");
+#line 1083 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ self->priv->toolbtn_videos = _tmp24_;
#line 1084 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_object_ref_sink (_tmp29_);
+ _tmp25_ = self->priv->toolbtn_videos;
#line 1084 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_tool_item_set_tooltip_text (G_TYPE_CHECK_INSTANCE_CAST (_tmp25_, gtk_tool_item_get_type (), GtkToolItem), _ ("Videos"));
+#line 1086 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp26_ = search_filter_toolbar_toggle_action_tool_button_new ("win.display.raw");
+#line 1086 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ g_object_ref_sink (_tmp26_);
+#line 1086 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (self->priv->toolbtn_raw);
-#line 1084 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- self->priv->toolbtn_raw = _tmp29_;
-#line 1085 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp30_ = self->priv->toolbtn_raw;
-#line 1085 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_tool_item_set_tooltip_text (G_TYPE_CHECK_INSTANCE_CAST (_tmp30_, gtk_tool_item_get_type (), GtkToolItem), _ ("RAW Photos"));
+#line 1086 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ self->priv->toolbtn_raw = _tmp26_;
#line 1087 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp31_ = self->priv->toolbar;
+ _tmp27_ = self->priv->toolbtn_raw;
#line 1087 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp32_ = self->priv->toolbtn_photos;
-#line 1087 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_toolbar_insert (_tmp31_, G_TYPE_CHECK_INSTANCE_CAST (_tmp32_, gtk_tool_item_get_type (), GtkToolItem), -1);
-#line 1088 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp33_ = self->priv->toolbar;
-#line 1088 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp34_ = self->priv->toolbtn_videos;
-#line 1088 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_toolbar_insert (_tmp33_, G_TYPE_CHECK_INSTANCE_CAST (_tmp34_, gtk_tool_item_get_type (), GtkToolItem), -1);
+ gtk_tool_item_set_tooltip_text (G_TYPE_CHECK_INSTANCE_CAST (_tmp27_, gtk_tool_item_get_type (), GtkToolItem), _ ("RAW Photos"));
#line 1089 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp35_ = self->priv->toolbar;
+ _tmp28_ = self->priv->toolbar;
#line 1089 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp36_ = self->priv->toolbtn_raw;
+ _tmp29_ = self->priv->toolbtn_photos;
#line 1089 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_toolbar_insert (_tmp28_, G_TYPE_CHECK_INSTANCE_CAST (_tmp29_, gtk_tool_item_get_type (), GtkToolItem), -1);
+#line 1090 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp30_ = self->priv->toolbar;
+#line 1090 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp31_ = self->priv->toolbtn_videos;
+#line 1090 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_toolbar_insert (_tmp30_, G_TYPE_CHECK_INSTANCE_CAST (_tmp31_, gtk_tool_item_get_type (), GtkToolItem), -1);
+#line 1091 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp32_ = self->priv->toolbar;
+#line 1091 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp33_ = self->priv->toolbtn_raw;
+#line 1091 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_toolbar_insert (_tmp32_, G_TYPE_CHECK_INSTANCE_CAST (_tmp33_, gtk_tool_item_get_type (), GtkToolItem), -1);
+#line 1094 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp34_ = (GtkSeparatorToolItem*) gtk_separator_tool_item_new ();
+#line 1094 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ g_object_ref_sink (_tmp34_);
+#line 1094 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _g_object_unref0 (self->priv->sepr_mediatype_flagged);
+#line 1094 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ self->priv->sepr_mediatype_flagged = _tmp34_;
+#line 1095 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp35_ = self->priv->toolbar;
+#line 1095 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp36_ = self->priv->sepr_mediatype_flagged;
+#line 1095 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_toolbar_insert (_tmp35_, G_TYPE_CHECK_INSTANCE_CAST (_tmp36_, gtk_tool_item_get_type (), GtkToolItem), -1);
-#line 1092 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp37_ = (GtkSeparatorToolItem*) gtk_separator_tool_item_new ();
-#line 1092 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1099 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp37_ = search_filter_toolbar_toggle_action_tool_button_new ("win.display.flagged");
+#line 1099 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_object_ref_sink (_tmp37_);
-#line 1092 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _g_object_unref0 (self->priv->sepr_mediatype_flagged);
-#line 1092 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- self->priv->sepr_mediatype_flagged = _tmp37_;
-#line 1093 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp38_ = self->priv->toolbar;
-#line 1093 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp39_ = self->priv->sepr_mediatype_flagged;
-#line 1093 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_toolbar_insert (_tmp38_, G_TYPE_CHECK_INSTANCE_CAST (_tmp39_, gtk_tool_item_get_type (), GtkToolItem), -1);
-#line 1097 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp40_ = search_filter_toolbar_toggle_action_tool_button_new ("win.display.flagged");
-#line 1097 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_object_ref_sink (_tmp40_);
-#line 1097 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _g_object_unref0 (self->priv->toolbtn_flag);
-#line 1097 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- self->priv->toolbtn_flag = _tmp40_;
-#line 1098 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp41_ = self->priv->toolbtn_flag;
-#line 1098 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- search_filter_toolbar_toggle_action_tool_button_set_label (_tmp41_, _ ("Flagged"));
#line 1099 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp42_ = self->priv->toolbtn_flag;
+ _g_object_unref0 (self->priv->toolbtn_flag);
#line 1099 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_tool_item_set_tooltip_text (G_TYPE_CHECK_INSTANCE_CAST (_tmp42_, gtk_tool_item_get_type (), GtkToolItem), _ ("Flagged"));
+ self->priv->toolbtn_flag = _tmp37_;
+#line 1100 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp38_ = self->priv->toolbtn_flag;
+#line 1100 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ search_filter_toolbar_toggle_action_tool_button_set_label (_tmp38_, _ ("Flagged"));
#line 1101 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp43_ = self->priv->toolbar;
-#line 1101 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp44_ = self->priv->toolbtn_flag;
+ _tmp39_ = self->priv->toolbtn_flag;
#line 1101 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_toolbar_insert (_tmp43_, G_TYPE_CHECK_INSTANCE_CAST (_tmp44_, gtk_tool_item_get_type (), GtkToolItem), -1);
-#line 1104 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp45_ = (GtkSeparatorToolItem*) gtk_separator_tool_item_new ();
-#line 1104 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_object_ref_sink (_tmp45_);
-#line 1104 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_tool_item_set_tooltip_text (G_TYPE_CHECK_INSTANCE_CAST (_tmp39_, gtk_tool_item_get_type (), GtkToolItem), _ ("Flagged"));
+#line 1103 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp40_ = self->priv->toolbar;
+#line 1103 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp41_ = self->priv->toolbtn_flag;
+#line 1103 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_toolbar_insert (_tmp40_, G_TYPE_CHECK_INSTANCE_CAST (_tmp41_, gtk_tool_item_get_type (), GtkToolItem), -1);
+#line 1106 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp42_ = (GtkSeparatorToolItem*) gtk_separator_tool_item_new ();
+#line 1106 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ g_object_ref_sink (_tmp42_);
+#line 1106 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (self->priv->sepr_flagged_rating);
-#line 1104 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- self->priv->sepr_flagged_rating = _tmp45_;
-#line 1105 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp46_ = self->priv->toolbar;
-#line 1105 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp47_ = self->priv->sepr_flagged_rating;
-#line 1105 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_toolbar_insert (_tmp46_, G_TYPE_CHECK_INSTANCE_CAST (_tmp47_, gtk_tool_item_get_type (), GtkToolItem), -1);
-#line 1108 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp48_ = self->builder;
-#line 1108 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp49_ = gtk_builder_get_object (_tmp48_, "popup-menu");
-#line 1108 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp50_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_TYPE (_tmp49_, g_menu_model_get_type ()) ? ((GMenuModel*) _tmp49_) : NULL);
-#line 1108 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- model = _tmp50_;
-#line 1109 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp51_ = search_filter_toolbar_rating_filter_button_new (model);
-#line 1109 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_object_ref_sink (_tmp51_);
-#line 1109 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _g_object_unref0 (self->priv->rating_button);
-#line 1109 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- self->priv->rating_button = _tmp51_;
+#line 1106 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ self->priv->sepr_flagged_rating = _tmp42_;
+#line 1107 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp43_ = self->priv->toolbar;
+#line 1107 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp44_ = self->priv->sepr_flagged_rating;
+#line 1107 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_toolbar_insert (_tmp43_, G_TYPE_CHECK_INSTANCE_CAST (_tmp44_, gtk_tool_item_get_type (), GtkToolItem), -1);
#line 1110 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp52_ = self->priv->rating_button;
+ _tmp45_ = self->builder;
+#line 1110 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp46_ = gtk_builder_get_object (_tmp45_, "popup-menu");
+#line 1110 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp47_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_TYPE (_tmp46_, g_menu_model_get_type ()) ? ((GMenuModel*) _tmp46_) : NULL);
#line 1110 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- search_filter_toolbar_rating_filter_button_set_label (_tmp52_, _ ("Rating"));
+ model = _tmp47_;
#line 1111 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp53_ = self->priv->rating_button;
+ _tmp48_ = search_filter_toolbar_rating_filter_button_new (model);
#line 1111 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_tool_item_set_expand (G_TYPE_CHECK_INSTANCE_CAST (_tmp53_, gtk_tool_item_get_type (), GtkToolItem), FALSE);
-#line 1112 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp54_ = self->priv->toolbar;
+ g_object_ref_sink (_tmp48_);
+#line 1111 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _g_object_unref0 (self->priv->rating_button);
+#line 1111 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ self->priv->rating_button = _tmp48_;
#line 1112 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp55_ = self->priv->rating_button;
+ _tmp49_ = self->priv->rating_button;
#line 1112 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_toolbar_insert (_tmp54_, G_TYPE_CHECK_INSTANCE_CAST (_tmp55_, gtk_tool_item_get_type (), GtkToolItem), -1);
-#line 1115 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp56_ = (GtkSeparatorToolItem*) gtk_separator_tool_item_new ();
-#line 1115 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_object_ref_sink (_tmp56_);
-#line 1115 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ search_filter_toolbar_rating_filter_button_set_label (_tmp49_, _ ("Rating"));
+#line 1113 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp50_ = self->priv->rating_button;
+#line 1113 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_tool_item_set_expand (G_TYPE_CHECK_INSTANCE_CAST (_tmp50_, gtk_tool_item_get_type (), GtkToolItem), FALSE);
+#line 1114 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp51_ = self->priv->toolbar;
+#line 1114 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp52_ = self->priv->rating_button;
+#line 1114 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_toolbar_insert (_tmp51_, G_TYPE_CHECK_INSTANCE_CAST (_tmp52_, gtk_tool_item_get_type (), GtkToolItem), -1);
+#line 1117 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp53_ = (GtkSeparatorToolItem*) gtk_separator_tool_item_new ();
+#line 1117 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ g_object_ref_sink (_tmp53_);
+#line 1117 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (self->priv->sepr_rating_saved);
-#line 1115 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- self->priv->sepr_rating_saved = _tmp56_;
-#line 1116 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp57_ = self->priv->toolbar;
-#line 1116 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp58_ = self->priv->sepr_rating_saved;
-#line 1116 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_toolbar_insert (_tmp57_, G_TYPE_CHECK_INSTANCE_CAST (_tmp58_, gtk_tool_item_get_type (), GtkToolItem), -1);
-#line 1119 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp59_ = self->priv->saved_search_button;
-#line 1119 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_tool_item_set_expand (G_TYPE_CHECK_INSTANCE_CAST (_tmp59_, gtk_tool_item_get_type (), GtkToolItem), FALSE);
-#line 1120 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp60_ = self->priv->saved_search_button;
-#line 1120 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- search_filter_toolbar_saved_search_filter_button_set_label (_tmp60_, _ ("Saved Search"));
+#line 1117 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ self->priv->sepr_rating_saved = _tmp53_;
+#line 1118 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp54_ = self->priv->toolbar;
+#line 1118 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp55_ = self->priv->sepr_rating_saved;
+#line 1118 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_toolbar_insert (_tmp54_, G_TYPE_CHECK_INSTANCE_CAST (_tmp55_, gtk_tool_item_get_type (), GtkToolItem), -1);
#line 1121 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp61_ = self->priv->saved_search_button;
+ _tmp56_ = self->priv->saved_search_button;
#line 1121 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_tool_item_set_tooltip_text (G_TYPE_CHECK_INSTANCE_CAST (_tmp61_, gtk_tool_item_get_type (), GtkToolItem), _ ("Use a saved search to filter items in the current view"));
+ gtk_tool_item_set_expand (G_TYPE_CHECK_INSTANCE_CAST (_tmp56_, gtk_tool_item_get_type (), GtkToolItem), FALSE);
#line 1122 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp62_ = self->priv->saved_search_button;
+ _tmp57_ = self->priv->saved_search_button;
#line 1122 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_signal_connect_object (_tmp62_, "clicked", (GCallback) _search_filter_toolbar_on_saved_search_button_clicked_search_filter_toolbar_saved_search_filter_button_clicked, self, 0);
+ search_filter_toolbar_saved_search_filter_button_set_label (_tmp57_, _ ("Saved Search"));
#line 1123 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp63_ = self->priv->toolbar;
+ _tmp58_ = self->priv->saved_search_button;
#line 1123 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp64_ = self->priv->saved_search_button;
-#line 1123 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_toolbar_insert (_tmp63_, G_TYPE_CHECK_INSTANCE_CAST (_tmp64_, gtk_tool_item_get_type (), GtkToolItem), -1);
-#line 1126 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp65_ = (GtkSeparatorToolItem*) gtk_separator_tool_item_new ();
-#line 1126 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_object_ref_sink (_tmp65_);
-#line 1126 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- separator_align = _tmp65_;
-#line 1127 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_tool_item_set_expand (G_TYPE_CHECK_INSTANCE_CAST (separator_align, gtk_tool_item_get_type (), GtkToolItem), TRUE);
+ gtk_tool_item_set_tooltip_text (G_TYPE_CHECK_INSTANCE_CAST (_tmp58_, gtk_tool_item_get_type (), GtkToolItem), _ ("Use a saved search to filter items in the current view"));
+#line 1124 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp59_ = self->priv->saved_search_button;
+#line 1124 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ g_signal_connect_object (_tmp59_, "clicked", (GCallback) _search_filter_toolbar_on_saved_search_button_clicked_search_filter_toolbar_saved_search_filter_button_clicked, self, 0);
+#line 1125 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp60_ = self->priv->toolbar;
+#line 1125 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp61_ = self->priv->saved_search_button;
+#line 1125 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_toolbar_insert (_tmp60_, G_TYPE_CHECK_INSTANCE_CAST (_tmp61_, gtk_tool_item_get_type (), GtkToolItem), -1);
#line 1128 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_separator_tool_item_set_draw (separator_align, FALSE);
-#line 1129 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp66_ = self->priv->toolbar;
+ _tmp62_ = (GtkSeparatorToolItem*) gtk_separator_tool_item_new ();
+#line 1128 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ g_object_ref_sink (_tmp62_);
+#line 1128 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ separator_align = _tmp62_;
#line 1129 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_toolbar_insert (_tmp66_, G_TYPE_CHECK_INSTANCE_CAST (separator_align, gtk_tool_item_get_type (), GtkToolItem), -1);
-#line 1132 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp67_ = self->priv->toolbar;
-#line 1132 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp68_ = self->priv->search_box;
-#line 1132 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_toolbar_insert (_tmp67_, G_TYPE_CHECK_INSTANCE_CAST (_tmp68_, gtk_tool_item_get_type (), GtkToolItem), -1);
+ gtk_tool_item_set_expand (G_TYPE_CHECK_INSTANCE_CAST (separator_align, gtk_tool_item_get_type (), GtkToolItem), TRUE);
+#line 1130 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_separator_tool_item_set_draw (separator_align, FALSE);
+#line 1131 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp63_ = self->priv->toolbar;
+#line 1131 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_toolbar_insert (_tmp63_, G_TYPE_CHECK_INSTANCE_CAST (separator_align, gtk_tool_item_get_type (), GtkToolItem), -1);
#line 1134 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp69_ = self->priv->toolbar;
+ _tmp64_ = self->priv->toolbar;
#line 1134 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_container_add (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_container_get_type (), GtkContainer), G_TYPE_CHECK_INSTANCE_CAST (_tmp69_, gtk_widget_get_type (), GtkWidget));
-#line 1137 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp70_ = actions;
-#line 1137 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_signal_connect_object (_tmp70_, "flagged-toggled", (GCallback) _search_filter_toolbar_on_flagged_toggled_search_filter_actions_flagged_toggled, self, 0);
-#line 1138 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp71_ = actions;
-#line 1138 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_signal_connect_object (_tmp71_, "photos-toggled", (GCallback) _search_filter_toolbar_on_photos_toggled_search_filter_actions_photos_toggled, self, 0);
-#line 1139 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp72_ = actions;
+ _tmp65_ = self->priv->search_box;
+#line 1134 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_toolbar_insert (_tmp64_, G_TYPE_CHECK_INSTANCE_CAST (_tmp65_, gtk_tool_item_get_type (), GtkToolItem), -1);
+#line 1136 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp66_ = self->priv->toolbar;
+#line 1136 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_container_add (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_container_get_type (), GtkContainer), G_TYPE_CHECK_INSTANCE_CAST (_tmp66_, gtk_widget_get_type (), GtkWidget));
#line 1139 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_signal_connect_object (_tmp72_, "videos-toggled", (GCallback) _search_filter_toolbar_on_videos_toggled_search_filter_actions_videos_toggled, self, 0);
-#line 1140 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp73_ = actions;
+ g_signal_connect_object (actions, "flagged-toggled", (GCallback) _search_filter_toolbar_on_flagged_toggled_search_filter_actions_flagged_toggled, self, 0);
#line 1140 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_signal_connect_object (_tmp73_, "raw-toggled", (GCallback) _search_filter_toolbar_on_raw_toggled_search_filter_actions_raw_toggled, self, 0);
+ g_signal_connect_object (actions, "photos-toggled", (GCallback) _search_filter_toolbar_on_photos_toggled_search_filter_actions_photos_toggled, self, 0);
#line 1141 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp74_ = actions;
-#line 1141 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_signal_connect_object (_tmp74_, "rating-changed", (GCallback) _search_filter_toolbar_on_rating_changed_search_filter_actions_rating_changed, self, 0);
-#line 1142 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp75_ = actions;
+ g_signal_connect_object (actions, "videos-toggled", (GCallback) _search_filter_toolbar_on_videos_toggled_search_filter_actions_videos_toggled, self, 0);
#line 1142 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_signal_connect_object (_tmp75_, "text-changed", (GCallback) _search_filter_toolbar_on_search_text_changed_search_filter_actions_text_changed, self, 0);
-#line 1143 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp76_ = actions;
+ g_signal_connect_object (actions, "raw-toggled", (GCallback) _search_filter_toolbar_on_raw_toggled_search_filter_actions_raw_toggled, self, 0);
#line 1143 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_signal_connect_object (_tmp76_, "criteria-changed", (GCallback) _search_filter_toolbar_on_criteria_changed_search_filter_actions_criteria_changed, self, 0);
-#line 1146 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp77_ = self->priv->toolbar;
-#line 1146 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_signal_connect_object (_tmp77_, "popup-context-menu", (GCallback) _search_filter_toolbar_on_context_menu_requested_gtk_toolbar_popup_context_menu, self, 0);
-#line 1148 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp78_ = actions;
-#line 1148 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp79_ = search_filter_actions_get_has_photos (_tmp78_);
-#line 1148 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp80_ = actions;
-#line 1148 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp81_ = search_filter_actions_get_has_videos (_tmp80_);
-#line 1148 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp82_ = actions;
-#line 1148 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp83_ = search_filter_actions_get_has_raw (_tmp82_);
+ g_signal_connect_object (actions, "rating-changed", (GCallback) _search_filter_toolbar_on_rating_changed_search_filter_actions_rating_changed, self, 0);
+#line 1144 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ g_signal_connect_object (actions, "text-changed", (GCallback) _search_filter_toolbar_on_search_text_changed_search_filter_actions_text_changed, self, 0);
+#line 1145 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ g_signal_connect_object (actions, "criteria-changed", (GCallback) _search_filter_toolbar_on_criteria_changed_search_filter_actions_criteria_changed, self, 0);
#line 1148 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp84_ = actions;
-#line 1148 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp85_ = search_filter_actions_get_has_flagged (_tmp84_);
+ _tmp67_ = self->priv->toolbar;
#line 1148 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- search_filter_toolbar_on_media_context_changed (self, _tmp79_, _tmp81_, _tmp83_, _tmp85_);
-#line 1048 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ g_signal_connect_object (_tmp67_, "popup-context-menu", (GCallback) _search_filter_toolbar_on_context_menu_requested_gtk_toolbar_popup_context_menu, self, 0);
+#line 1150 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ search_filter_toolbar_on_media_context_changed (self, search_filter_actions_get_has_photos (actions), search_filter_actions_get_has_videos (actions), search_filter_actions_get_has_raw (actions), search_filter_actions_get_has_flagged (actions));
+#line 1050 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (separator_align);
-#line 1048 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1050 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (model);
-#line 1048 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1050 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return self;
-#line 5465 "SearchFilter.c"
+#line 5836 "SearchFilter.c"
}
-SearchFilterToolbar* search_filter_toolbar_new (SearchFilterActions* actions) {
-#line 1048 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+SearchFilterToolbar*
+search_filter_toolbar_new (SearchFilterActions* actions)
+{
+#line 1050 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return search_filter_toolbar_construct (TYPE_SEARCH_FILTER_TOOLBAR, actions);
-#line 5472 "SearchFilter.c"
+#line 5845 "SearchFilter.c"
}
-static void search_filter_toolbar_on_media_context_changed (SearchFilterToolbar* self, gboolean has_photos, gboolean has_videos, gboolean has_raw, gboolean has_flagged) {
+static void
+search_filter_toolbar_on_media_context_changed (SearchFilterToolbar* self,
+ gboolean has_photos,
+ gboolean has_videos,
+ gboolean has_raw,
+ gboolean has_flagged)
+{
gboolean _tmp0_ = FALSE;
- gboolean _tmp1_;
- gboolean _tmp5_;
- gboolean _tmp8_;
- gboolean _tmp11_;
-#line 1167 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_return_if_fail (IS_SEARCH_FILTER_TOOLBAR (self));
-#line 1169 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp1_ = has_photos;
-#line 1169 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (_tmp1_) {
#line 1169 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ g_return_if_fail (IS_SEARCH_FILTER_TOOLBAR (self));
+#line 1171 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ if (has_photos) {
+#line 1171 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = TRUE;
-#line 5490 "SearchFilter.c"
+#line 5863 "SearchFilter.c"
} else {
- gboolean _tmp2_;
-#line 1169 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp2_ = has_raw;
-#line 1169 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp0_ = _tmp2_;
-#line 5497 "SearchFilter.c"
+#line 1171 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp0_ = has_raw;
+#line 5867 "SearchFilter.c"
}
-#line 1169 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1171 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (_tmp0_) {
-#line 5501 "SearchFilter.c"
- SearchFilterToolbarToggleActionToolButton* _tmp3_;
-#line 1172 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp3_ = self->priv->toolbtn_photos;
-#line 1172 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- search_filter_toolbar_toggle_action_tool_button_set_icon_name (_tmp3_, RESOURCES_ICON_FILTER_PHOTOS);
-#line 5507 "SearchFilter.c"
- } else {
- SearchFilterToolbarToggleActionToolButton* _tmp4_;
+#line 5871 "SearchFilter.c"
+ SearchFilterToolbarToggleActionToolButton* _tmp1_;
#line 1174 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp4_ = self->priv->toolbtn_photos;
+ _tmp1_ = self->priv->toolbtn_photos;
#line 1174 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- search_filter_toolbar_toggle_action_tool_button_set_icon_name (_tmp4_, RESOURCES_ICON_FILTER_PHOTOS_DISABLED);
-#line 5514 "SearchFilter.c"
- }
+ search_filter_toolbar_toggle_action_tool_button_set_icon_name (_tmp1_, RESOURCES_ICON_FILTER_PHOTOS);
+#line 5877 "SearchFilter.c"
+ } else {
+ SearchFilterToolbarToggleActionToolButton* _tmp2_;
#line 1176 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp5_ = has_videos;
+ _tmp2_ = self->priv->toolbtn_photos;
#line 1176 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (_tmp5_) {
-#line 5520 "SearchFilter.c"
- SearchFilterToolbarToggleActionToolButton* _tmp6_;
-#line 1177 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp6_ = self->priv->toolbtn_videos;
-#line 1177 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- search_filter_toolbar_toggle_action_tool_button_set_icon_name (_tmp6_, RESOURCES_ICON_FILTER_VIDEOS);
-#line 5526 "SearchFilter.c"
- } else {
- SearchFilterToolbarToggleActionToolButton* _tmp7_;
+ search_filter_toolbar_toggle_action_tool_button_set_icon_name (_tmp2_, RESOURCES_ICON_FILTER_PHOTOS_DISABLED);
+#line 5884 "SearchFilter.c"
+ }
+#line 1178 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ if (has_videos) {
+#line 5888 "SearchFilter.c"
+ SearchFilterToolbarToggleActionToolButton* _tmp3_;
#line 1179 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp7_ = self->priv->toolbtn_videos;
+ _tmp3_ = self->priv->toolbtn_videos;
#line 1179 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- search_filter_toolbar_toggle_action_tool_button_set_icon_name (_tmp7_, RESOURCES_ICON_FILTER_VIDEOS_DISABLED);
-#line 5533 "SearchFilter.c"
- }
+ search_filter_toolbar_toggle_action_tool_button_set_icon_name (_tmp3_, RESOURCES_ICON_FILTER_VIDEOS);
+#line 5894 "SearchFilter.c"
+ } else {
+ SearchFilterToolbarToggleActionToolButton* _tmp4_;
#line 1181 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp8_ = has_raw;
+ _tmp4_ = self->priv->toolbtn_videos;
#line 1181 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (_tmp8_) {
-#line 5539 "SearchFilter.c"
- SearchFilterToolbarToggleActionToolButton* _tmp9_;
-#line 1182 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp9_ = self->priv->toolbtn_raw;
-#line 1182 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- search_filter_toolbar_toggle_action_tool_button_set_icon_name (_tmp9_, RESOURCES_ICON_FILTER_RAW);
-#line 5545 "SearchFilter.c"
- } else {
- SearchFilterToolbarToggleActionToolButton* _tmp10_;
+ search_filter_toolbar_toggle_action_tool_button_set_icon_name (_tmp4_, RESOURCES_ICON_FILTER_VIDEOS_DISABLED);
+#line 5901 "SearchFilter.c"
+ }
+#line 1183 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ if (has_raw) {
+#line 5905 "SearchFilter.c"
+ SearchFilterToolbarToggleActionToolButton* _tmp5_;
#line 1184 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp10_ = self->priv->toolbtn_raw;
+ _tmp5_ = self->priv->toolbtn_raw;
#line 1184 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- search_filter_toolbar_toggle_action_tool_button_set_icon_name (_tmp10_, RESOURCES_ICON_FILTER_RAW_DISABLED);
-#line 5552 "SearchFilter.c"
- }
+ search_filter_toolbar_toggle_action_tool_button_set_icon_name (_tmp5_, RESOURCES_ICON_FILTER_RAW);
+#line 5911 "SearchFilter.c"
+ } else {
+ SearchFilterToolbarToggleActionToolButton* _tmp6_;
#line 1186 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp11_ = has_flagged;
+ _tmp6_ = self->priv->toolbtn_raw;
#line 1186 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (_tmp11_) {
-#line 5558 "SearchFilter.c"
- SearchFilterToolbarToggleActionToolButton* _tmp12_;
-#line 1187 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp12_ = self->priv->toolbtn_flag;
-#line 1187 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- search_filter_toolbar_toggle_action_tool_button_set_icon_name (_tmp12_, RESOURCES_ICON_FILTER_FLAGGED);
-#line 5564 "SearchFilter.c"
- } else {
- SearchFilterToolbarToggleActionToolButton* _tmp13_;
+ search_filter_toolbar_toggle_action_tool_button_set_icon_name (_tmp6_, RESOURCES_ICON_FILTER_RAW_DISABLED);
+#line 5918 "SearchFilter.c"
+ }
+#line 1188 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ if (has_flagged) {
+#line 5922 "SearchFilter.c"
+ SearchFilterToolbarToggleActionToolButton* _tmp7_;
#line 1189 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp13_ = self->priv->toolbtn_flag;
+ _tmp7_ = self->priv->toolbtn_flag;
#line 1189 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- search_filter_toolbar_toggle_action_tool_button_set_icon_name (_tmp13_, RESOURCES_ICON_FILTER_FLAGGED_DISABLED);
-#line 5571 "SearchFilter.c"
+ search_filter_toolbar_toggle_action_tool_button_set_icon_name (_tmp7_, RESOURCES_ICON_FILTER_FLAGGED);
+#line 5928 "SearchFilter.c"
+ } else {
+ SearchFilterToolbarToggleActionToolButton* _tmp8_;
+#line 1191 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp8_ = self->priv->toolbtn_flag;
+#line 1191 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ search_filter_toolbar_toggle_action_tool_button_set_icon_name (_tmp8_, RESOURCES_ICON_FILTER_FLAGGED_DISABLED);
+#line 5935 "SearchFilter.c"
}
}
-static gboolean search_filter_toolbar_on_context_menu_requested (SearchFilterToolbar* self, gint x, gint y, gint button) {
+static gboolean
+search_filter_toolbar_on_context_menu_requested (SearchFilterToolbar* self,
+ gint x,
+ gint y,
+ gint button)
+{
gboolean result = FALSE;
GtkMenu* _tmp0_;
- gint _tmp1_;
- guint32 _tmp2_;
-#line 1193 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1195 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_val_if_fail (IS_SEARCH_FILTER_TOOLBAR (self), FALSE);
-#line 1194 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1196 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = self->priv->close_menu;
-#line 1194 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp1_ = button;
-#line 1194 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp2_ = gtk_get_current_event_time ();
-#line 1194 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_menu_popup (_tmp0_, NULL, NULL, NULL, NULL, (guint) _tmp1_, _tmp2_);
-#line 1195 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1196 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_menu_popup (_tmp0_, NULL, NULL, NULL, NULL, (guint) button, gtk_get_current_event_time ());
+#line 1197 "/home/jens/Source/shotwell/src/SearchFilter.vala"
result = FALSE;
-#line 1195 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1197 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 5595 "SearchFilter.c"
+#line 5958 "SearchFilter.c"
}
-static GVariant* _variant_new39 (gboolean value) {
-#line 1212 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static GVariant*
+_variant_new39 (gboolean value)
+{
+#line 1214 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return g_variant_ref_sink (g_variant_new_boolean (value));
-#line 5602 "SearchFilter.c"
+#line 5967 "SearchFilter.c"
}
-static void search_filter_toolbar_on_context_menu_close_chosen (SearchFilterToolbar* self) {
+static void
+search_filter_toolbar_on_context_menu_close_chosen (SearchFilterToolbar* self)
+{
AppWindow* aw = NULL;
LibraryWindow* _tmp0_;
GSimpleAction* action = NULL;
@@ -5610,98 +5977,112 @@ static void search_filter_toolbar_on_context_menu_close_chosen (SearchFilterTool
GAction* _tmp2_;
GSimpleAction* _tmp3_;
GSimpleAction* _tmp4_;
-#line 1200 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1202 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_FILTER_TOOLBAR (self));
-#line 1201 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1203 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = library_window_get_app ();
-#line 1201 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1203 "/home/jens/Source/shotwell/src/SearchFilter.vala"
aw = G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, TYPE_APP_WINDOW, AppWindow);
-#line 1206 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1208 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp1_ = aw;
-#line 1206 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1208 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp2_ = g_action_map_lookup_action (G_TYPE_CHECK_INSTANCE_CAST (_tmp1_, g_action_map_get_type (), GActionMap), "CommonDisplaySearchbar");
-#line 1206 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1208 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp3_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_TYPE (_tmp2_, g_simple_action_get_type ()) ? ((GSimpleAction*) _tmp2_) : NULL);
-#line 1206 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1208 "/home/jens/Source/shotwell/src/SearchFilter.vala"
action = _tmp3_;
-#line 1210 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1212 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp4_ = action;
-#line 1210 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1212 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (_tmp4_ != NULL) {
-#line 5632 "SearchFilter.c"
+#line 5999 "SearchFilter.c"
GSimpleAction* _tmp5_;
GVariant* _tmp6_;
-#line 1212 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1214 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp5_ = action;
-#line 1212 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1214 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp6_ = _variant_new39 (FALSE);
-#line 1212 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1214 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_emit_by_name (_tmp5_, "change-state", _tmp6_);
-#line 1212 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1214 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_variant_unref0 (_tmp6_);
-#line 5643 "SearchFilter.c"
+#line 6010 "SearchFilter.c"
}
-#line 1200 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1202 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (action);
-#line 1200 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1202 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (aw);
-#line 5649 "SearchFilter.c"
+#line 6016 "SearchFilter.c"
}
-static void search_filter_toolbar_on_flagged_toggled (SearchFilterToolbar* self) {
-#line 1216 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+search_filter_toolbar_on_flagged_toggled (SearchFilterToolbar* self)
+{
+#line 1218 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_FILTER_TOOLBAR (self));
-#line 1217 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1219 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_update (self);
-#line 5658 "SearchFilter.c"
+#line 6027 "SearchFilter.c"
}
-static void search_filter_toolbar_on_videos_toggled (SearchFilterToolbar* self) {
-#line 1220 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+search_filter_toolbar_on_videos_toggled (SearchFilterToolbar* self)
+{
+#line 1222 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_FILTER_TOOLBAR (self));
-#line 1221 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1223 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_update (self);
-#line 5667 "SearchFilter.c"
+#line 6038 "SearchFilter.c"
}
-static void search_filter_toolbar_on_photos_toggled (SearchFilterToolbar* self) {
-#line 1224 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+search_filter_toolbar_on_photos_toggled (SearchFilterToolbar* self)
+{
+#line 1226 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_FILTER_TOOLBAR (self));
-#line 1225 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1227 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_update (self);
-#line 5676 "SearchFilter.c"
+#line 6049 "SearchFilter.c"
}
-static void search_filter_toolbar_on_raw_toggled (SearchFilterToolbar* self) {
-#line 1228 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+search_filter_toolbar_on_raw_toggled (SearchFilterToolbar* self)
+{
+#line 1230 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_FILTER_TOOLBAR (self));
-#line 1229 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1231 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_update (self);
-#line 5685 "SearchFilter.c"
+#line 6060 "SearchFilter.c"
}
-static void search_filter_toolbar_on_search_text_changed (SearchFilterToolbar* self) {
-#line 1232 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+search_filter_toolbar_on_search_text_changed (SearchFilterToolbar* self)
+{
+#line 1234 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_FILTER_TOOLBAR (self));
-#line 1233 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1235 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_update (self);
-#line 5694 "SearchFilter.c"
+#line 6071 "SearchFilter.c"
}
-static GVariant* _variant_new40 (gboolean value) {
-#line 1247 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static GVariant*
+_variant_new40 (gboolean value)
+{
+#line 1249 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return g_variant_ref_sink (g_variant_new_boolean (value));
-#line 5701 "SearchFilter.c"
+#line 6080 "SearchFilter.c"
}
-static void search_filter_toolbar_on_rating_changed (SearchFilterToolbar* self) {
+static void
+search_filter_toolbar_on_rating_changed (SearchFilterToolbar* self)
+{
AppWindow* aw = NULL;
LibraryWindow* _tmp0_;
AppWindow* _tmp1_;
@@ -5710,146 +6091,139 @@ static void search_filter_toolbar_on_rating_changed (SearchFilterToolbar* self)
GAction* _tmp3_;
GSimpleAction* _tmp4_;
GSimpleAction* _tmp5_;
-#line 1236 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1238 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_FILTER_TOOLBAR (self));
-#line 1237 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1239 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = library_window_get_app ();
-#line 1237 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- aw = G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, TYPE_APP_WINDOW, AppWindow);
#line 1239 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ aw = G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, TYPE_APP_WINDOW, AppWindow);
+#line 1241 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp1_ = aw;
-#line 1239 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1241 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (_tmp1_ == NULL) {
-#line 1240 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1242 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (aw);
-#line 1240 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1242 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return;
-#line 5728 "SearchFilter.c"
+#line 6109 "SearchFilter.c"
}
-#line 1242 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1244 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp2_ = aw;
-#line 1242 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1244 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp3_ = g_action_map_lookup_action (G_TYPE_CHECK_INSTANCE_CAST (_tmp2_, g_action_map_get_type (), GActionMap), "CommonDisplaySearchbar");
-#line 1242 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1244 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp4_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_TYPE (_tmp3_, g_simple_action_get_type ()) ? ((GSimpleAction*) _tmp3_) : NULL);
-#line 1242 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1244 "/home/jens/Source/shotwell/src/SearchFilter.vala"
action = _tmp4_;
-#line 1246 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1248 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp5_ = action;
-#line 1246 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1248 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (_tmp5_ != NULL) {
-#line 5742 "SearchFilter.c"
+#line 6123 "SearchFilter.c"
GSimpleAction* _tmp6_;
GVariant* _tmp7_;
-#line 1247 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1249 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp6_ = action;
-#line 1247 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1249 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp7_ = _variant_new40 (TRUE);
-#line 1247 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1249 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_emit_by_name (_tmp6_, "change-state", _tmp7_);
-#line 1247 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1249 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_variant_unref0 (_tmp7_);
-#line 5753 "SearchFilter.c"
+#line 6134 "SearchFilter.c"
}
-#line 1250 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1252 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_update (self);
-#line 1236 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1238 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (action);
-#line 1236 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1238 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (aw);
-#line 5761 "SearchFilter.c"
+#line 6142 "SearchFilter.c"
}
-static void search_filter_toolbar_on_criteria_changed (SearchFilterToolbar* self) {
-#line 1256 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+search_filter_toolbar_on_criteria_changed (SearchFilterToolbar* self)
+{
+#line 1258 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_FILTER_TOOLBAR (self));
-#line 1257 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1259 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_update (self);
-#line 5770 "SearchFilter.c"
+#line 6153 "SearchFilter.c"
}
-static gpointer _view_filter_ref0 (gpointer self) {
-#line 1264 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static gpointer
+_view_filter_ref0 (gpointer self)
+{
+#line 1266 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return self ? view_filter_ref (self) : NULL;
-#line 5777 "SearchFilter.c"
+#line 6162 "SearchFilter.c"
}
-void search_filter_toolbar_set_view_filter (SearchFilterToolbar* self, SearchViewFilter* search_filter) {
+void
+search_filter_toolbar_set_view_filter (SearchFilterToolbar* self,
+ SearchViewFilter* search_filter)
+{
SearchViewFilter* _tmp0_;
SearchViewFilter* _tmp1_;
- SearchViewFilter* _tmp2_;
- SearchViewFilter* _tmp3_;
- SearchFilterActions* _tmp4_;
- SearchViewFilter* _tmp5_;
- guint _tmp6_;
- SearchFilterToolbarRatingFilterButton* _tmp7_;
- SearchViewFilter* _tmp8_;
- guint _tmp9_;
-#line 1260 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ SearchFilterActions* _tmp2_;
+ SearchFilterToolbarRatingFilterButton* _tmp3_;
+#line 1262 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_FILTER_TOOLBAR (self));
-#line 1260 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_return_if_fail (IS_SEARCH_VIEW_FILTER (search_filter));
-#line 1261 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp0_ = search_filter;
-#line 1261 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp1_ = self->priv->search_filter;
-#line 1261 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (_tmp0_ == _tmp1_) {
#line 1262 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ g_return_if_fail (IS_SEARCH_VIEW_FILTER (search_filter));
+#line 1263 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp0_ = self->priv->search_filter;
+#line 1263 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ if (search_filter == _tmp0_) {
+#line 1264 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return;
-#line 5804 "SearchFilter.c"
+#line 6184 "SearchFilter.c"
}
-#line 1264 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp2_ = search_filter;
-#line 1264 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp3_ = _view_filter_ref0 (_tmp2_);
-#line 1264 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1266 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp1_ = _view_filter_ref0 (search_filter);
+#line 1266 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_view_filter_unref0 (self->priv->search_filter);
-#line 1264 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- self->priv->search_filter = _tmp3_;
-#line 1267 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp4_ = self->priv->actions;
-#line 1267 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp5_ = search_filter;
-#line 1267 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp6_ = search_view_filter_get_criteria (_tmp5_);
-#line 1267 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- search_filter_actions_set_sensitive_for_search_criteria (_tmp4_, (SearchFilterCriteria) _tmp6_);
-#line 1268 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp7_ = self->priv->rating_button;
-#line 1268 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp8_ = search_filter;
-#line 1268 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp9_ = search_view_filter_get_criteria (_tmp8_);
-#line 1268 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_widget_set_sensitive (G_TYPE_CHECK_INSTANCE_CAST (_tmp7_, gtk_widget_get_type (), GtkWidget), (SEARCH_FILTER_CRITERIA_RATING & _tmp9_) != 0);
+#line 1266 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ self->priv->search_filter = _tmp1_;
+#line 1269 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp2_ = self->priv->actions;
+#line 1269 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ search_filter_actions_set_sensitive_for_search_criteria (_tmp2_, (SearchFilterCriteria) search_view_filter_get_criteria (search_filter));
+#line 1270 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp3_ = self->priv->rating_button;
#line 1270 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_widget_set_sensitive (G_TYPE_CHECK_INSTANCE_CAST (_tmp3_, gtk_widget_get_type (), GtkWidget), (SEARCH_FILTER_CRITERIA_RATING & search_view_filter_get_criteria (search_filter)) != 0);
+#line 1272 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_update (self);
-#line 5832 "SearchFilter.c"
+#line 6202 "SearchFilter.c"
}
-void search_filter_toolbar_unset_view_filter (SearchFilterToolbar* self) {
+void
+search_filter_toolbar_unset_view_filter (SearchFilterToolbar* self)
+{
DisabledViewFilter* _tmp0_;
DisabledViewFilter* _tmp1_;
-#line 1273 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1275 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_FILTER_TOOLBAR (self));
-#line 1274 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1276 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = disabled_view_filter_new ();
-#line 1274 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1276 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp1_ = _tmp0_;
-#line 1274 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1276 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_set_view_filter (self, G_TYPE_CHECK_INSTANCE_CAST (_tmp1_, TYPE_SEARCH_VIEW_FILTER, SearchViewFilter));
-#line 1274 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1276 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_view_filter_unref0 (_tmp1_);
-#line 5849 "SearchFilter.c"
+#line 6221 "SearchFilter.c"
}
-void search_filter_toolbar_update (SearchFilterToolbar* self) {
+void
+search_filter_toolbar_update (SearchFilterToolbar* self)
+{
SearchViewFilter* _tmp0_;
SearchViewFilter* _tmp3_;
SearchViewFilter* _tmp4_;
@@ -5864,627 +6238,629 @@ void search_filter_toolbar_update (SearchFilterToolbar* self) {
GSimpleAction* _tmp13_;
GVariant* _tmp14_;
GVariant* _tmp15_;
- gboolean _tmp16_;
- SearchViewFilter* _tmp17_;
- SearchFilterActions* _tmp18_;
+ SearchViewFilter* _tmp16_;
+ SearchFilterActions* _tmp17_;
+ GSimpleAction* _tmp18_;
GSimpleAction* _tmp19_;
- GSimpleAction* _tmp20_;
+ GVariant* _tmp20_;
GVariant* _tmp21_;
- GVariant* _tmp22_;
- gboolean _tmp23_;
- SearchViewFilter* _tmp24_;
- SearchFilterActions* _tmp25_;
- GSimpleAction* _tmp26_;
- GSimpleAction* _tmp27_;
- GVariant* _tmp28_;
- GVariant* _tmp29_;
- gboolean _tmp30_;
- SearchViewFilter* _tmp31_;
- SearchFilterActions* _tmp32_;
- GSimpleAction* _tmp33_;
- GSimpleAction* _tmp34_;
- GVariant* _tmp35_;
- GVariant* _tmp36_;
- gboolean _tmp37_;
+ SearchViewFilter* _tmp22_;
+ SearchFilterActions* _tmp23_;
+ GSimpleAction* _tmp24_;
+ GSimpleAction* _tmp25_;
+ GVariant* _tmp26_;
+ GVariant* _tmp27_;
+ SearchViewFilter* _tmp28_;
+ SearchFilterActions* _tmp29_;
+ GSimpleAction* _tmp30_;
+ GSimpleAction* _tmp31_;
+ GVariant* _tmp32_;
+ GVariant* _tmp33_;
RatingFilter filter = 0;
- SearchFilterActions* _tmp38_;
- GSimpleAction* _tmp39_;
- GSimpleAction* _tmp40_;
- GVariant* _tmp41_;
- GVariant* _tmp42_;
- const gchar* _tmp43_;
- gint _tmp44_;
- RatingFilter _tmp45_;
- SearchViewFilter* _tmp46_;
- RatingFilter _tmp47_;
- SearchFilterToolbarRatingFilterButton* _tmp48_;
- RatingFilter _tmp49_;
- SearchViewFilter* _tmp50_;
- SavedSearch* _tmp51_;
+ SearchFilterActions* _tmp34_;
+ GSimpleAction* _tmp35_;
+ GSimpleAction* _tmp36_;
+ GVariant* _tmp37_;
+ GVariant* _tmp38_;
+ const gchar* _tmp39_;
+ RatingFilter _tmp40_;
+ SearchViewFilter* _tmp41_;
+ RatingFilter _tmp42_;
+ SearchFilterToolbarRatingFilterButton* _tmp43_;
+ RatingFilter _tmp44_;
+ SearchViewFilter* _tmp45_;
+ SavedSearch* _tmp46_;
SearchFilterCriteria criteria = 0;
- SearchFilterActions* _tmp52_;
+ SearchFilterActions* _tmp47_;
+ SearchFilterToolbarSearchBox* _tmp48_;
+ SearchFilterCriteria _tmp49_;
+ SearchFilterToolbarRatingFilterButton* _tmp50_;
+ SearchFilterCriteria _tmp51_;
+ SearchFilterToolbarToggleActionToolButton* _tmp52_;
SearchFilterCriteria _tmp53_;
- SearchFilterToolbarSearchBox* _tmp54_;
+ SearchFilterToolbarLabelToolItem* _tmp54_;
SearchFilterCriteria _tmp55_;
- SearchFilterToolbarRatingFilterButton* _tmp56_;
+ SearchFilterToolbarToggleActionToolButton* _tmp56_;
SearchFilterCriteria _tmp57_;
SearchFilterToolbarToggleActionToolButton* _tmp58_;
SearchFilterCriteria _tmp59_;
- SearchFilterToolbarLabelToolItem* _tmp60_;
+ SearchFilterToolbarToggleActionToolButton* _tmp60_;
SearchFilterCriteria _tmp61_;
- SearchFilterToolbarToggleActionToolButton* _tmp62_;
+ SearchFilterToolbarSavedSearchFilterButton* _tmp62_;
SearchFilterCriteria _tmp63_;
- SearchFilterToolbarToggleActionToolButton* _tmp64_;
- SearchFilterCriteria _tmp65_;
- SearchFilterToolbarToggleActionToolButton* _tmp66_;
- SearchFilterCriteria _tmp67_;
- SearchFilterToolbarSavedSearchFilterButton* _tmp68_;
- SearchFilterCriteria _tmp69_;
- gboolean _tmp70_ = FALSE;
- SearchFilterToolbarLabelToolItem* _tmp71_;
- gboolean _tmp72_;
- gboolean _tmp73_;
- GtkSeparatorToolItem* _tmp77_;
- gboolean _tmp78_ = FALSE;
- gboolean _tmp79_ = FALSE;
- SearchFilterToolbarLabelToolItem* _tmp80_;
- gboolean _tmp81_;
- gboolean _tmp82_;
- GtkSeparatorToolItem* _tmp93_;
- SearchViewFilter* _tmp94_;
-#line 1278 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gboolean _tmp64_ = FALSE;
+ SearchFilterToolbarLabelToolItem* _tmp65_;
+ gboolean _tmp66_;
+ gboolean _tmp67_;
+ GtkSeparatorToolItem* _tmp71_;
+ gboolean _tmp72_ = FALSE;
+ gboolean _tmp73_ = FALSE;
+ SearchFilterToolbarLabelToolItem* _tmp74_;
+ gboolean _tmp75_;
+ gboolean _tmp76_;
+ GtkSeparatorToolItem* _tmp87_;
+ SearchViewFilter* _tmp88_;
+#line 1280 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_FILTER_TOOLBAR (self));
-#line 1279 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1281 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = self->priv->search_filter;
-#line 1279 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1281 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (NULL == _tmp0_) {
-#line 5942 "SearchFilter.c"
+#line 6310 "SearchFilter.c"
LibraryWindow* _tmp1_;
LibraryWindow* _tmp2_;
-#line 1281 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1283 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp1_ = library_window_get_app ();
-#line 1281 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1283 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp2_ = _tmp1_;
-#line 1281 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1283 "/home/jens/Source/shotwell/src/SearchFilter.vala"
library_window_show_search_bar (_tmp2_, TRUE);
-#line 1281 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1283 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (_tmp2_);
-#line 5953 "SearchFilter.c"
+#line 6321 "SearchFilter.c"
}
-#line 1284 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1286 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp3_ = self->priv->search_filter;
-#line 1284 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _vala_assert (NULL != _tmp3_, "null != search_filter");
#line 1286 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _vala_assert (NULL != _tmp3_, "null != search_filter");
+#line 1288 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp4_ = self->priv->search_filter;
-#line 1286 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1288 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp5_ = self->priv->actions;
-#line 1286 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1288 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp6_ = search_filter_actions_get_text (_tmp5_);
-#line 1286 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1288 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp7_ = _tmp6_;
-#line 1286 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1288 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp8_ = text_action_get_value (_tmp7_);
-#line 1286 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1288 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp9_ = _tmp8_;
-#line 1286 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1288 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_view_filter_set_search_filter (_tmp4_, _tmp9_);
-#line 1287 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1289 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp10_ = self->priv->search_filter;
-#line 1287 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1289 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp11_ = self->priv->actions;
-#line 1287 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1289 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp12_ = search_filter_actions_get_flagged (_tmp11_);
-#line 1287 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1289 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp13_ = _tmp12_;
-#line 1287 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1289 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp14_ = g_action_get_state (G_TYPE_CHECK_INSTANCE_CAST (_tmp13_, g_action_get_type (), GAction));
-#line 1287 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1289 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp15_ = _tmp14_;
-#line 1287 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp16_ = g_variant_get_boolean (_tmp15_);
-#line 1287 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- search_view_filter_set_flagged (_tmp10_, _tmp16_);
-#line 1287 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1289 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ search_view_filter_set_flagged (_tmp10_, g_variant_get_boolean (_tmp15_));
+#line 1289 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_variant_unref0 (_tmp15_);
-#line 1288 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp17_ = self->priv->search_filter;
-#line 1288 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp18_ = self->priv->actions;
-#line 1288 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp19_ = search_filter_actions_get_videos (_tmp18_);
-#line 1288 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp20_ = _tmp19_;
-#line 1288 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp21_ = g_action_get_state (G_TYPE_CHECK_INSTANCE_CAST (_tmp20_, g_action_get_type (), GAction));
-#line 1288 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp22_ = _tmp21_;
-#line 1288 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp23_ = g_variant_get_boolean (_tmp22_);
-#line 1288 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- search_view_filter_set_show_media_video (_tmp17_, _tmp23_);
-#line 1288 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _g_variant_unref0 (_tmp22_);
#line 1290 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp24_ = self->priv->search_filter;
+ _tmp16_ = self->priv->search_filter;
#line 1290 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp25_ = self->priv->actions;
+ _tmp17_ = self->priv->actions;
#line 1290 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp26_ = search_filter_actions_get_photos (_tmp25_);
+ _tmp18_ = search_filter_actions_get_videos (_tmp17_);
#line 1290 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp27_ = _tmp26_;
-#line 1290 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp28_ = g_action_get_state (G_TYPE_CHECK_INSTANCE_CAST (_tmp27_, g_action_get_type (), GAction));
+ _tmp19_ = _tmp18_;
#line 1290 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp29_ = _tmp28_;
+ _tmp20_ = g_action_get_state (G_TYPE_CHECK_INSTANCE_CAST (_tmp19_, g_action_get_type (), GAction));
#line 1290 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp30_ = g_variant_get_boolean (_tmp29_);
+ _tmp21_ = _tmp20_;
#line 1290 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- search_view_filter_set_show_media_photos (_tmp24_, _tmp30_);
+ search_view_filter_set_show_media_video (_tmp16_, g_variant_get_boolean (_tmp21_));
#line 1290 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _g_variant_unref0 (_tmp29_);
+ _g_variant_unref0 (_tmp21_);
#line 1292 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp31_ = self->priv->search_filter;
+ _tmp22_ = self->priv->search_filter;
#line 1292 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp32_ = self->priv->actions;
+ _tmp23_ = self->priv->actions;
#line 1292 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp33_ = search_filter_actions_get_raw (_tmp32_);
+ _tmp24_ = search_filter_actions_get_photos (_tmp23_);
#line 1292 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp34_ = _tmp33_;
+ _tmp25_ = _tmp24_;
#line 1292 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp35_ = g_action_get_state (G_TYPE_CHECK_INSTANCE_CAST (_tmp34_, g_action_get_type (), GAction));
+ _tmp26_ = g_action_get_state (G_TYPE_CHECK_INSTANCE_CAST (_tmp25_, g_action_get_type (), GAction));
#line 1292 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp36_ = _tmp35_;
-#line 1292 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp37_ = g_variant_get_boolean (_tmp36_);
+ _tmp27_ = _tmp26_;
#line 1292 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- search_view_filter_set_show_media_raw (_tmp31_, _tmp37_);
+ search_view_filter_set_show_media_photos (_tmp22_, g_variant_get_boolean (_tmp27_));
#line 1292 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _g_variant_unref0 (_tmp36_);
-#line 1294 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp38_ = self->priv->actions;
+ _g_variant_unref0 (_tmp27_);
#line 1294 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp39_ = search_filter_actions_get_rating (_tmp38_);
+ _tmp28_ = self->priv->search_filter;
#line 1294 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp40_ = _tmp39_;
+ _tmp29_ = self->priv->actions;
#line 1294 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp41_ = g_action_get_state (G_TYPE_CHECK_INSTANCE_CAST (_tmp40_, g_action_get_type (), GAction));
+ _tmp30_ = search_filter_actions_get_raw (_tmp29_);
#line 1294 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp42_ = _tmp41_;
+ _tmp31_ = _tmp30_;
#line 1294 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp43_ = g_variant_get_string (_tmp42_, NULL);
+ _tmp32_ = g_action_get_state (G_TYPE_CHECK_INSTANCE_CAST (_tmp31_, g_action_get_type (), GAction));
#line 1294 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp44_ = atoi (_tmp43_);
+ _tmp33_ = _tmp32_;
#line 1294 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp45_ = (RatingFilter) _tmp44_;
+ search_view_filter_set_show_media_raw (_tmp28_, g_variant_get_boolean (_tmp33_));
#line 1294 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _g_variant_unref0 (_tmp42_);
-#line 1294 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- filter = _tmp45_;
-#line 1295 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp46_ = self->priv->search_filter;
-#line 1295 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp47_ = filter;
-#line 1295 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- search_view_filter_set_rating_filter (_tmp46_, _tmp47_);
+ _g_variant_unref0 (_tmp33_);
+#line 1296 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp34_ = self->priv->actions;
+#line 1296 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp35_ = search_filter_actions_get_rating (_tmp34_);
+#line 1296 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp36_ = _tmp35_;
+#line 1296 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp37_ = g_action_get_state (G_TYPE_CHECK_INSTANCE_CAST (_tmp36_, g_action_get_type (), GAction));
+#line 1296 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp38_ = _tmp37_;
#line 1296 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp48_ = self->priv->rating_button;
+ _tmp39_ = g_variant_get_string (_tmp38_, NULL);
#line 1296 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp49_ = filter;
+ _tmp40_ = (RatingFilter) atoi (_tmp39_);
#line 1296 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- search_filter_toolbar_rating_filter_button_set_filter_icon (_tmp48_, _tmp49_);
+ _g_variant_unref0 (_tmp38_);
+#line 1296 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ filter = _tmp40_;
+#line 1297 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp41_ = self->priv->search_filter;
+#line 1297 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp42_ = filter;
+#line 1297 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ search_view_filter_set_rating_filter (_tmp41_, _tmp42_);
#line 1298 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp50_ = self->priv->search_filter;
+ _tmp43_ = self->priv->rating_button;
#line 1298 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp51_ = self->priv->saved_search;
+ _tmp44_ = filter;
#line 1298 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- search_view_filter_set_saved_search (_tmp50_, _tmp51_);
-#line 1302 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp52_ = self->priv->actions;
-#line 1302 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp53_ = search_filter_actions_get_criteria (_tmp52_);
-#line 1302 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- criteria = _tmp53_;
-#line 1304 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp54_ = self->priv->search_box;
+ search_filter_toolbar_rating_filter_button_set_filter_icon (_tmp43_, _tmp44_);
+#line 1300 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp45_ = self->priv->search_filter;
+#line 1300 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp46_ = self->priv->saved_search;
+#line 1300 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ search_view_filter_set_saved_search (_tmp45_, _tmp46_);
#line 1304 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp55_ = criteria;
+ _tmp47_ = self->priv->actions;
#line 1304 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_widget_set_visible (G_TYPE_CHECK_INSTANCE_CAST (_tmp54_, gtk_widget_get_type (), GtkWidget), (_tmp55_ & SEARCH_FILTER_CRITERIA_TEXT) != 0);
+ criteria = search_filter_actions_get_criteria (_tmp47_);
#line 1306 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp56_ = self->priv->rating_button;
+ _tmp48_ = self->priv->search_box;
#line 1306 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp57_ = criteria;
+ _tmp49_ = criteria;
#line 1306 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_widget_set_visible (G_TYPE_CHECK_INSTANCE_CAST (_tmp56_, gtk_widget_get_type (), GtkWidget), (_tmp57_ & SEARCH_FILTER_CRITERIA_RATING) != 0);
+ gtk_widget_set_visible (G_TYPE_CHECK_INSTANCE_CAST (_tmp48_, gtk_widget_get_type (), GtkWidget), (_tmp49_ & SEARCH_FILTER_CRITERIA_TEXT) != 0);
#line 1308 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp58_ = self->priv->toolbtn_flag;
+ _tmp50_ = self->priv->rating_button;
#line 1308 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp59_ = criteria;
+ _tmp51_ = criteria;
#line 1308 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_widget_set_visible (G_TYPE_CHECK_INSTANCE_CAST (_tmp58_, gtk_widget_get_type (), GtkWidget), (_tmp59_ & SEARCH_FILTER_CRITERIA_FLAG) != 0);
+ gtk_widget_set_visible (G_TYPE_CHECK_INSTANCE_CAST (_tmp50_, gtk_widget_get_type (), GtkWidget), (_tmp51_ & SEARCH_FILTER_CRITERIA_RATING) != 0);
#line 1310 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp60_ = self->priv->label_type;
+ _tmp52_ = self->priv->toolbtn_flag;
#line 1310 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp61_ = criteria;
+ _tmp53_ = criteria;
#line 1310 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_widget_set_visible (G_TYPE_CHECK_INSTANCE_CAST (_tmp60_, gtk_widget_get_type (), GtkWidget), (_tmp61_ & SEARCH_FILTER_CRITERIA_MEDIA) != 0);
-#line 1311 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp62_ = self->priv->toolbtn_photos;
-#line 1311 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp63_ = criteria;
-#line 1311 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_widget_set_visible (G_TYPE_CHECK_INSTANCE_CAST (_tmp62_, gtk_widget_get_type (), GtkWidget), (_tmp63_ & SEARCH_FILTER_CRITERIA_MEDIA) != 0);
+ gtk_widget_set_visible (G_TYPE_CHECK_INSTANCE_CAST (_tmp52_, gtk_widget_get_type (), GtkWidget), (_tmp53_ & SEARCH_FILTER_CRITERIA_FLAG) != 0);
#line 1312 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp64_ = self->priv->toolbtn_videos;
+ _tmp54_ = self->priv->label_type;
#line 1312 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp65_ = criteria;
+ _tmp55_ = criteria;
#line 1312 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_widget_set_visible (G_TYPE_CHECK_INSTANCE_CAST (_tmp64_, gtk_widget_get_type (), GtkWidget), (_tmp65_ & SEARCH_FILTER_CRITERIA_MEDIA) != 0);
+ gtk_widget_set_visible (G_TYPE_CHECK_INSTANCE_CAST (_tmp54_, gtk_widget_get_type (), GtkWidget), (_tmp55_ & SEARCH_FILTER_CRITERIA_MEDIA) != 0);
#line 1313 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp66_ = self->priv->toolbtn_raw;
+ _tmp56_ = self->priv->toolbtn_photos;
#line 1313 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp67_ = criteria;
+ _tmp57_ = criteria;
#line 1313 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_widget_set_visible (G_TYPE_CHECK_INSTANCE_CAST (_tmp66_, gtk_widget_get_type (), GtkWidget), (_tmp67_ & SEARCH_FILTER_CRITERIA_MEDIA) != 0);
+ gtk_widget_set_visible (G_TYPE_CHECK_INSTANCE_CAST (_tmp56_, gtk_widget_get_type (), GtkWidget), (_tmp57_ & SEARCH_FILTER_CRITERIA_MEDIA) != 0);
+#line 1314 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp58_ = self->priv->toolbtn_videos;
+#line 1314 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp59_ = criteria;
+#line 1314 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_widget_set_visible (G_TYPE_CHECK_INSTANCE_CAST (_tmp58_, gtk_widget_get_type (), GtkWidget), (_tmp59_ & SEARCH_FILTER_CRITERIA_MEDIA) != 0);
#line 1315 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp68_ = self->priv->saved_search_button;
+ _tmp60_ = self->priv->toolbtn_raw;
#line 1315 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp69_ = criteria;
+ _tmp61_ = criteria;
#line 1315 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_widget_set_visible (G_TYPE_CHECK_INSTANCE_CAST (_tmp68_, gtk_widget_get_type (), GtkWidget), (_tmp69_ & SEARCH_FILTER_CRITERIA_SAVEDSEARCH) != 0);
-#line 1319 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp71_ = self->priv->label_type;
-#line 1319 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp72_ = gtk_widget_get_visible (G_TYPE_CHECK_INSTANCE_CAST (_tmp71_, gtk_widget_get_type (), GtkWidget));
-#line 1319 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp73_ = _tmp72_;
-#line 1319 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (_tmp73_) {
-#line 6145 "SearchFilter.c"
- SearchFilterToolbarToggleActionToolButton* _tmp74_;
- gboolean _tmp75_;
- gboolean _tmp76_;
-#line 1319 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp74_ = self->priv->toolbtn_flag;
-#line 1319 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp75_ = gtk_widget_get_visible (G_TYPE_CHECK_INSTANCE_CAST (_tmp74_, gtk_widget_get_type (), GtkWidget));
-#line 1319 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp76_ = _tmp75_;
-#line 1319 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp70_ = _tmp76_;
-#line 6157 "SearchFilter.c"
- } else {
-#line 1319 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp70_ = FALSE;
-#line 6161 "SearchFilter.c"
- }
-#line 1319 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp77_ = self->priv->sepr_mediatype_flagged;
-#line 1319 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_widget_set_visible (G_TYPE_CHECK_INSTANCE_CAST (_tmp77_, gtk_widget_get_type (), GtkWidget), _tmp70_);
+ gtk_widget_set_visible (G_TYPE_CHECK_INSTANCE_CAST (_tmp60_, gtk_widget_get_type (), GtkWidget), (_tmp61_ & SEARCH_FILTER_CRITERIA_MEDIA) != 0);
+#line 1317 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp62_ = self->priv->saved_search_button;
+#line 1317 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp63_ = criteria;
+#line 1317 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_widget_set_visible (G_TYPE_CHECK_INSTANCE_CAST (_tmp62_, gtk_widget_get_type (), GtkWidget), (_tmp63_ & SEARCH_FILTER_CRITERIA_SAVEDSEARCH) != 0);
#line 1321 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp80_ = self->priv->label_type;
+ _tmp65_ = self->priv->label_type;
#line 1321 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp81_ = gtk_widget_get_visible (G_TYPE_CHECK_INSTANCE_CAST (_tmp80_, gtk_widget_get_type (), GtkWidget));
+ _tmp66_ = gtk_widget_get_visible (G_TYPE_CHECK_INSTANCE_CAST (_tmp65_, gtk_widget_get_type (), GtkWidget));
#line 1321 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp82_ = _tmp81_;
+ _tmp67_ = _tmp66_;
#line 1321 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (_tmp82_) {
-#line 6175 "SearchFilter.c"
- SearchFilterToolbarRatingFilterButton* _tmp83_;
- gboolean _tmp84_;
- gboolean _tmp85_;
+ if (_tmp67_) {
+#line 6501 "SearchFilter.c"
+ SearchFilterToolbarToggleActionToolButton* _tmp68_;
+ gboolean _tmp69_;
+ gboolean _tmp70_;
#line 1321 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp83_ = self->priv->rating_button;
+ _tmp68_ = self->priv->toolbtn_flag;
#line 1321 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp84_ = gtk_widget_get_visible (G_TYPE_CHECK_INSTANCE_CAST (_tmp83_, gtk_widget_get_type (), GtkWidget));
+ _tmp69_ = gtk_widget_get_visible (G_TYPE_CHECK_INSTANCE_CAST (_tmp68_, gtk_widget_get_type (), GtkWidget));
#line 1321 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp85_ = _tmp84_;
+ _tmp70_ = _tmp69_;
#line 1321 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp79_ = _tmp85_;
-#line 6187 "SearchFilter.c"
+ _tmp64_ = _tmp70_;
+#line 6513 "SearchFilter.c"
} else {
#line 1321 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp79_ = FALSE;
-#line 6191 "SearchFilter.c"
+ _tmp64_ = FALSE;
+#line 6517 "SearchFilter.c"
}
#line 1321 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (_tmp79_) {
+ _tmp71_ = self->priv->sepr_mediatype_flagged;
#line 1321 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp78_ = TRUE;
-#line 6197 "SearchFilter.c"
+ gtk_widget_set_visible (G_TYPE_CHECK_INSTANCE_CAST (_tmp71_, gtk_widget_get_type (), GtkWidget), _tmp64_);
+#line 1323 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp74_ = self->priv->label_type;
+#line 1323 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp75_ = gtk_widget_get_visible (G_TYPE_CHECK_INSTANCE_CAST (_tmp74_, gtk_widget_get_type (), GtkWidget));
+#line 1323 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp76_ = _tmp75_;
+#line 1323 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ if (_tmp76_) {
+#line 6531 "SearchFilter.c"
+ SearchFilterToolbarRatingFilterButton* _tmp77_;
+ gboolean _tmp78_;
+ gboolean _tmp79_;
+#line 1323 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp77_ = self->priv->rating_button;
+#line 1323 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp78_ = gtk_widget_get_visible (G_TYPE_CHECK_INSTANCE_CAST (_tmp77_, gtk_widget_get_type (), GtkWidget));
+#line 1323 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp79_ = _tmp78_;
+#line 1323 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp73_ = _tmp79_;
+#line 6543 "SearchFilter.c"
} else {
- gboolean _tmp86_ = FALSE;
- SearchFilterToolbarToggleActionToolButton* _tmp87_;
- gboolean _tmp88_;
- gboolean _tmp89_;
-#line 1322 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp87_ = self->priv->toolbtn_flag;
-#line 1322 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp88_ = gtk_widget_get_visible (G_TYPE_CHECK_INSTANCE_CAST (_tmp87_, gtk_widget_get_type (), GtkWidget));
-#line 1322 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp89_ = _tmp88_;
-#line 1322 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (_tmp89_) {
-#line 6211 "SearchFilter.c"
- SearchFilterToolbarRatingFilterButton* _tmp90_;
- gboolean _tmp91_;
- gboolean _tmp92_;
-#line 1322 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp90_ = self->priv->rating_button;
-#line 1322 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp91_ = gtk_widget_get_visible (G_TYPE_CHECK_INSTANCE_CAST (_tmp90_, gtk_widget_get_type (), GtkWidget));
-#line 1322 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp92_ = _tmp91_;
-#line 1322 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp86_ = _tmp92_;
-#line 6223 "SearchFilter.c"
+#line 1323 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp73_ = FALSE;
+#line 6547 "SearchFilter.c"
+ }
+#line 1323 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ if (_tmp73_) {
+#line 1323 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp72_ = TRUE;
+#line 6553 "SearchFilter.c"
+ } else {
+ gboolean _tmp80_ = FALSE;
+ SearchFilterToolbarToggleActionToolButton* _tmp81_;
+ gboolean _tmp82_;
+ gboolean _tmp83_;
+#line 1324 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp81_ = self->priv->toolbtn_flag;
+#line 1324 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp82_ = gtk_widget_get_visible (G_TYPE_CHECK_INSTANCE_CAST (_tmp81_, gtk_widget_get_type (), GtkWidget));
+#line 1324 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp83_ = _tmp82_;
+#line 1324 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ if (_tmp83_) {
+#line 6567 "SearchFilter.c"
+ SearchFilterToolbarRatingFilterButton* _tmp84_;
+ gboolean _tmp85_;
+ gboolean _tmp86_;
+#line 1324 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp84_ = self->priv->rating_button;
+#line 1324 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp85_ = gtk_widget_get_visible (G_TYPE_CHECK_INSTANCE_CAST (_tmp84_, gtk_widget_get_type (), GtkWidget));
+#line 1324 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp86_ = _tmp85_;
+#line 1324 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp80_ = _tmp86_;
+#line 6579 "SearchFilter.c"
} else {
-#line 1322 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp86_ = FALSE;
-#line 6227 "SearchFilter.c"
+#line 1324 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp80_ = FALSE;
+#line 6583 "SearchFilter.c"
}
-#line 1322 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp78_ = _tmp86_;
-#line 6231 "SearchFilter.c"
+#line 1324 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp72_ = _tmp80_;
+#line 6587 "SearchFilter.c"
}
-#line 1321 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp93_ = self->priv->sepr_flagged_rating;
-#line 1321 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_widget_set_visible (G_TYPE_CHECK_INSTANCE_CAST (_tmp93_, gtk_widget_get_type (), GtkWidget), _tmp78_);
-#line 1325 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp94_ = self->priv->search_filter;
-#line 1325 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_signal_emit_by_name (G_TYPE_CHECK_INSTANCE_CAST (_tmp94_, TYPE_VIEW_FILTER, ViewFilter), "refresh");
-#line 6241 "SearchFilter.c"
-}
-
-
-static void search_filter_toolbar_on_savedsearch_selected (SearchFilterToolbar* self, SavedSearch* saved_search) {
+#line 1323 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp87_ = self->priv->sepr_flagged_rating;
+#line 1323 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_widget_set_visible (G_TYPE_CHECK_INSTANCE_CAST (_tmp87_, gtk_widget_get_type (), GtkWidget), _tmp72_);
+#line 1327 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp88_ = self->priv->search_filter;
+#line 1327 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ g_signal_emit_by_name (G_TYPE_CHECK_INSTANCE_CAST (_tmp88_, TYPE_VIEW_FILTER, ViewFilter), "refresh");
+#line 6597 "SearchFilter.c"
+}
+
+
+static void
+search_filter_toolbar_on_savedsearch_selected (SearchFilterToolbar* self,
+ SavedSearch* saved_search)
+{
SavedSearch* _tmp0_;
- SavedSearch* _tmp1_;
-#line 1328 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1330 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_FILTER_TOOLBAR (self));
-#line 1328 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1330 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SAVED_SEARCH (saved_search));
-#line 1329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp0_ = saved_search;
-#line 1329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp1_ = _g_object_ref0 (_tmp0_);
-#line 1329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1331 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp0_ = _g_object_ref0 (saved_search);
+#line 1331 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (self->priv->saved_search);
-#line 1329 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- self->priv->saved_search = _tmp1_;
-#line 1330 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1331 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ self->priv->saved_search = _tmp0_;
+#line 1332 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_update (self);
-#line 6262 "SearchFilter.c"
+#line 6618 "SearchFilter.c"
}
-static void search_filter_toolbar_disable_savedsearch (SearchFilterToolbar* self) {
-#line 1333 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+search_filter_toolbar_disable_savedsearch (SearchFilterToolbar* self)
+{
+#line 1335 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_FILTER_TOOLBAR (self));
-#line 1334 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1336 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (self->priv->saved_search);
-#line 1334 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1336 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->saved_search = NULL;
-#line 1335 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1337 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_update (self);
-#line 6275 "SearchFilter.c"
+#line 6633 "SearchFilter.c"
}
-static void search_filter_toolbar_edit_dialog (SearchFilterToolbar* self, SavedSearch* search) {
+static void
+search_filter_toolbar_edit_dialog (SearchFilterToolbar* self,
+ SavedSearch* search)
+{
SearchFilterToolbarSavedSearchFilterButton* _tmp0_;
SearchFilterToolbarSavedSearchPopover* _tmp1_;
SavedSearchDialog* ssd = NULL;
- SavedSearch* _tmp2_;
- SavedSearchDialog* _tmp3_;
-#line 1338 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ SavedSearchDialog* _tmp2_;
+#line 1340 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_FILTER_TOOLBAR (self));
-#line 1338 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1340 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SAVED_SEARCH (search));
-#line 1339 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1341 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = self->priv->saved_search_button;
-#line 1339 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1341 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp1_ = _tmp0_->filter_popup;
-#line 1339 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- search_filter_toolbar_saved_search_popover_hide (_tmp1_);
-#line 1340 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp2_ = search;
-#line 1340 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp3_ = saved_search_dialog_new_edit_existing (_tmp2_);
-#line 1340 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_object_ref_sink (_tmp3_);
-#line 1340 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- ssd = _tmp3_;
#line 1341 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ search_filter_toolbar_saved_search_popover_hide (_tmp1_);
+#line 1342 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp2_ = saved_search_dialog_new_edit_existing (search);
+#line 1342 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ g_object_ref_sink (_tmp2_);
+#line 1342 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ ssd = _tmp2_;
+#line 1343 "/home/jens/Source/shotwell/src/SearchFilter.vala"
saved_search_dialog_show (ssd);
-#line 1338 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1340 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (ssd);
-#line 6307 "SearchFilter.c"
+#line 6665 "SearchFilter.c"
}
-static void search_filter_toolbar_delete_dialog (SearchFilterToolbar* self, SavedSearch* search) {
+static void
+search_filter_toolbar_delete_dialog (SearchFilterToolbar* self,
+ SavedSearch* search)
+{
SearchFilterToolbarSavedSearchFilterButton* _tmp0_;
SearchFilterToolbarSavedSearchPopover* _tmp1_;
- SavedSearch* _tmp2_;
- gboolean _tmp3_;
-#line 1344 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1346 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_FILTER_TOOLBAR (self));
-#line 1344 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1346 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SAVED_SEARCH (search));
-#line 1345 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1347 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = self->priv->saved_search_button;
-#line 1345 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp1_ = _tmp0_->filter_popup;
-#line 1345 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- search_filter_toolbar_saved_search_popover_hide (_tmp1_);
-#line 1346 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp2_ = search;
-#line 1346 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp3_ = dialogs_confirm_delete_saved_search (_tmp2_);
-#line 1346 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (_tmp3_) {
-#line 6332 "SearchFilter.c"
- CommandManager* _tmp4_;
- CommandManager* _tmp5_;
- SavedSearch* _tmp6_;
- DeleteSavedSearchCommand* _tmp7_;
- DeleteSavedSearchCommand* _tmp8_;
#line 1347 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp4_ = app_window_get_command_manager ();
+ _tmp1_ = _tmp0_->filter_popup;
#line 1347 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ search_filter_toolbar_saved_search_popover_hide (_tmp1_);
+#line 1348 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ if (dialogs_confirm_delete_saved_search (search)) {
+#line 6687 "SearchFilter.c"
+ CommandManager* _tmp2_;
+ CommandManager* _tmp3_;
+ DeleteSavedSearchCommand* _tmp4_;
+ DeleteSavedSearchCommand* _tmp5_;
+#line 1349 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp2_ = app_window_get_command_manager ();
+#line 1349 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp3_ = _tmp2_;
+#line 1349 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp4_ = delete_saved_search_command_new (search);
+#line 1349 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp5_ = _tmp4_;
-#line 1347 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp6_ = search;
-#line 1347 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp7_ = delete_saved_search_command_new (_tmp6_);
-#line 1347 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp8_ = _tmp7_;
-#line 1347 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- command_manager_execute (_tmp5_, G_TYPE_CHECK_INSTANCE_CAST (_tmp8_, TYPE_COMMAND, Command));
-#line 1347 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _g_object_unref0 (_tmp8_);
-#line 1347 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _command_manager_unref0 (_tmp5_);
-#line 6354 "SearchFilter.c"
+#line 1349 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ command_manager_execute (_tmp3_, G_TYPE_CHECK_INSTANCE_CAST (_tmp5_, TYPE_COMMAND, Command));
+#line 1349 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _g_object_unref0 (_tmp5_);
+#line 1349 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _command_manager_unref0 (_tmp3_);
+#line 6706 "SearchFilter.c"
}
}
-static void search_filter_toolbar_add_dialog (SearchFilterToolbar* self) {
+static void
+search_filter_toolbar_add_dialog (SearchFilterToolbar* self)
+{
SearchFilterToolbarSavedSearchFilterButton* _tmp0_;
SearchFilterToolbarSavedSearchPopover* _tmp1_;
SavedSearchDialog* _tmp2_;
SavedSearchDialog* _tmp3_;
-#line 1350 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1352 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_FILTER_TOOLBAR (self));
-#line 1351 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1353 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = self->priv->saved_search_button;
-#line 1351 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1353 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp1_ = _tmp0_->filter_popup;
-#line 1351 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1353 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_saved_search_popover_hide (_tmp1_);
-#line 1352 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1354 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp2_ = saved_search_dialog_new ();
-#line 1352 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1354 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_object_ref_sink (_tmp2_);
-#line 1352 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1354 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp3_ = _tmp2_;
-#line 1352 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1354 "/home/jens/Source/shotwell/src/SearchFilter.vala"
saved_search_dialog_show (_tmp3_);
-#line 1352 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1354 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (_tmp3_);
-#line 6382 "SearchFilter.c"
+#line 6736 "SearchFilter.c"
}
-static void search_filter_toolbar_on_popover_closed (SearchFilterToolbar* self) {
+static void
+search_filter_toolbar_on_popover_closed (SearchFilterToolbar* self)
+{
SearchFilterToolbarSavedSearchFilterButton* _tmp0_;
SavedSearch* _tmp1_;
SearchFilterToolbarSavedSearchFilterButton* _tmp2_;
SearchFilterToolbarSavedSearchPopover* _tmp3_;
-#line 1355 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_return_if_fail (IS_SEARCH_FILTER_TOOLBAR (self));
#line 1357 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ g_return_if_fail (IS_SEARCH_FILTER_TOOLBAR (self));
+#line 1359 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->elide_showing_again = TRUE;
-#line 1358 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1360 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = self->priv->saved_search_button;
-#line 1358 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1360 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp1_ = self->priv->saved_search;
-#line 1358 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1360 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_saved_search_filter_button_set_active (_tmp0_, _tmp1_ != NULL);
-#line 1359 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1361 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp2_ = self->priv->saved_search_button;
-#line 1359 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1361 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp3_ = _tmp2_->filter_popup;
-#line 1359 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1361 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_saved_search_popover_hide (_tmp3_);
-#line 6407 "SearchFilter.c"
+#line 6763 "SearchFilter.c"
}
-static void _search_filter_toolbar_edit_dialog_search_filter_toolbar_saved_search_popover_edit_clicked (SearchFilterToolbarSavedSearchPopover* _sender, SavedSearch* search, gpointer self) {
-#line 1370 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+_search_filter_toolbar_edit_dialog_search_filter_toolbar_saved_search_popover_edit_clicked (SearchFilterToolbarSavedSearchPopover* _sender,
+ SavedSearch* search,
+ gpointer self)
+{
+#line 1372 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_edit_dialog ((SearchFilterToolbar*) self, search);
-#line 6414 "SearchFilter.c"
+#line 6774 "SearchFilter.c"
}
-static void _search_filter_toolbar_on_savedsearch_selected_search_filter_toolbar_saved_search_popover_search_activated (SearchFilterToolbarSavedSearchPopover* _sender, SavedSearch* search, gpointer self) {
-#line 1371 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+_search_filter_toolbar_on_savedsearch_selected_search_filter_toolbar_saved_search_popover_search_activated (SearchFilterToolbarSavedSearchPopover* _sender,
+ SavedSearch* search,
+ gpointer self)
+{
+#line 1373 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_on_savedsearch_selected ((SearchFilterToolbar*) self, search);
-#line 6421 "SearchFilter.c"
+#line 6785 "SearchFilter.c"
}
-static void _search_filter_toolbar_delete_dialog_search_filter_toolbar_saved_search_popover_delete_clicked (SearchFilterToolbarSavedSearchPopover* _sender, SavedSearch* search, gpointer self) {
-#line 1372 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+_search_filter_toolbar_delete_dialog_search_filter_toolbar_saved_search_popover_delete_clicked (SearchFilterToolbarSavedSearchPopover* _sender,
+ SavedSearch* search,
+ gpointer self)
+{
+#line 1374 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_delete_dialog ((SearchFilterToolbar*) self, search);
-#line 6428 "SearchFilter.c"
+#line 6796 "SearchFilter.c"
}
-static void _search_filter_toolbar_add_dialog_search_filter_toolbar_saved_search_popover_add_clicked (SearchFilterToolbarSavedSearchPopover* _sender, gpointer self) {
-#line 1373 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+_search_filter_toolbar_add_dialog_search_filter_toolbar_saved_search_popover_add_clicked (SearchFilterToolbarSavedSearchPopover* _sender,
+ gpointer self)
+{
+#line 1375 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_add_dialog ((SearchFilterToolbar*) self);
-#line 6435 "SearchFilter.c"
+#line 6806 "SearchFilter.c"
}
-static void _search_filter_toolbar_on_popover_closed_search_filter_toolbar_saved_search_popover_closed (SearchFilterToolbarSavedSearchPopover* _sender, gpointer self) {
-#line 1374 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+_search_filter_toolbar_on_popover_closed_search_filter_toolbar_saved_search_popover_closed (SearchFilterToolbarSavedSearchPopover* _sender,
+ gpointer self)
+{
+#line 1376 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_on_popover_closed ((SearchFilterToolbar*) self);
-#line 6442 "SearchFilter.c"
+#line 6816 "SearchFilter.c"
}
-static void search_filter_toolbar_on_saved_search_button_clicked (SearchFilterToolbar* self) {
+static void
+search_filter_toolbar_on_saved_search_button_clicked (SearchFilterToolbar* self)
+{
gboolean _tmp0_ = FALSE;
gboolean _tmp1_;
-#line 1362 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1364 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_FILTER_TOOLBAR (self));
-#line 1363 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1365 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp1_ = self->priv->elide_showing_again;
-#line 1363 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1365 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (_tmp1_) {
-#line 6455 "SearchFilter.c"
+#line 6831 "SearchFilter.c"
SavedSearch* _tmp2_;
-#line 1363 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1365 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp2_ = self->priv->saved_search;
-#line 1363 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1365 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = _tmp2_ == NULL;
-#line 6461 "SearchFilter.c"
+#line 6837 "SearchFilter.c"
} else {
-#line 1363 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1365 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = FALSE;
-#line 6465 "SearchFilter.c"
+#line 6841 "SearchFilter.c"
}
-#line 1363 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1365 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (_tmp0_) {
-#line 6469 "SearchFilter.c"
+#line 6845 "SearchFilter.c"
} else {
SavedSearch* _tmp3_;
-#line 1364 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1366 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp3_ = self->priv->saved_search;
-#line 1364 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1366 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (_tmp3_ != NULL) {
-#line 6476 "SearchFilter.c"
+#line 6852 "SearchFilter.c"
SearchFilterToolbarSavedSearchFilterButton* _tmp4_;
-#line 1365 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1367 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (self->priv->saved_search);
-#line 1365 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1367 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->saved_search = NULL;
-#line 1366 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1368 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp4_ = self->priv->saved_search_button;
-#line 1366 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1368 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_saved_search_filter_button_set_active (_tmp4_, FALSE);
-#line 1367 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1369 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_disable_savedsearch (self);
-#line 6488 "SearchFilter.c"
+#line 6864 "SearchFilter.c"
} else {
SearchFilterToolbarSavedSearchFilterButton* _tmp5_;
SearchFilterToolbarSavedSearchPopover* _tmp6_;
@@ -6503,13 +6879,13 @@ static void search_filter_toolbar_on_saved_search_button_clicked (SearchFilterTo
SearchFilterToolbarSavedSearchPopover* _tmp34_;
SearchFilterToolbarSavedSearchFilterButton* _tmp35_;
SearchFilterToolbarSavedSearchPopover* _tmp36_;
-#line 1369 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1371 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp5_ = self->priv->saved_search_button;
-#line 1369 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1371 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp6_ = _tmp5_->filter_popup;
-#line 1369 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1371 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (_tmp6_ != NULL) {
-#line 6513 "SearchFilter.c"
+#line 6889 "SearchFilter.c"
SearchFilterToolbarSavedSearchFilterButton* _tmp7_;
SearchFilterToolbarSavedSearchPopover* _tmp8_;
guint _tmp9_;
@@ -6525,218 +6901,220 @@ static void search_filter_toolbar_on_saved_search_button_clicked (SearchFilterTo
SearchFilterToolbarSavedSearchFilterButton* _tmp19_;
SearchFilterToolbarSavedSearchPopover* _tmp20_;
guint _tmp21_;
-#line 1370 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1372 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp7_ = self->priv->saved_search_button;
-#line 1370 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1372 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp8_ = _tmp7_->filter_popup;
-#line 1370 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1372 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_parse_name ("edit-clicked", SEARCH_FILTER_TOOLBAR_TYPE_SAVED_SEARCH_POPOVER, &_tmp9_, NULL, FALSE);
-#line 1370 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1372 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_handlers_disconnect_matched (_tmp8_, G_SIGNAL_MATCH_ID | G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, _tmp9_, 0, NULL, (GCallback) _search_filter_toolbar_edit_dialog_search_filter_toolbar_saved_search_popover_edit_clicked, self);
-#line 1371 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1373 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp10_ = self->priv->saved_search_button;
-#line 1371 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1373 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp11_ = _tmp10_->filter_popup;
-#line 1371 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1373 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_parse_name ("search-activated", SEARCH_FILTER_TOOLBAR_TYPE_SAVED_SEARCH_POPOVER, &_tmp12_, NULL, FALSE);
-#line 1371 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1373 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_handlers_disconnect_matched (_tmp11_, G_SIGNAL_MATCH_ID | G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, _tmp12_, 0, NULL, (GCallback) _search_filter_toolbar_on_savedsearch_selected_search_filter_toolbar_saved_search_popover_search_activated, self);
-#line 1372 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1374 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp13_ = self->priv->saved_search_button;
-#line 1372 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1374 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp14_ = _tmp13_->filter_popup;
-#line 1372 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1374 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_parse_name ("delete-clicked", SEARCH_FILTER_TOOLBAR_TYPE_SAVED_SEARCH_POPOVER, &_tmp15_, NULL, FALSE);
-#line 1372 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1374 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_handlers_disconnect_matched (_tmp14_, G_SIGNAL_MATCH_ID | G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, _tmp15_, 0, NULL, (GCallback) _search_filter_toolbar_delete_dialog_search_filter_toolbar_saved_search_popover_delete_clicked, self);
-#line 1373 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1375 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp16_ = self->priv->saved_search_button;
-#line 1373 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1375 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp17_ = _tmp16_->filter_popup;
-#line 1373 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1375 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_parse_name ("add-clicked", SEARCH_FILTER_TOOLBAR_TYPE_SAVED_SEARCH_POPOVER, &_tmp18_, NULL, FALSE);
-#line 1373 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1375 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_handlers_disconnect_matched (_tmp17_, G_SIGNAL_MATCH_ID | G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, _tmp18_, 0, NULL, (GCallback) _search_filter_toolbar_add_dialog_search_filter_toolbar_saved_search_popover_add_clicked, self);
-#line 1374 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1376 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp19_ = self->priv->saved_search_button;
-#line 1374 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1376 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp20_ = _tmp19_->filter_popup;
-#line 1374 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1376 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_parse_name ("closed", SEARCH_FILTER_TOOLBAR_TYPE_SAVED_SEARCH_POPOVER, &_tmp21_, NULL, FALSE);
-#line 1374 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1376 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_handlers_disconnect_matched (_tmp20_, G_SIGNAL_MATCH_ID | G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, _tmp21_, 0, NULL, (GCallback) _search_filter_toolbar_on_popover_closed_search_filter_toolbar_saved_search_popover_closed, self);
-#line 6569 "SearchFilter.c"
+#line 6945 "SearchFilter.c"
}
-#line 1376 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1378 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp22_ = self->priv->saved_search_button;
-#line 1376 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1378 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp23_ = self->priv->saved_search_button;
-#line 1376 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1378 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp24_ = search_filter_toolbar_saved_search_popover_new (G_TYPE_CHECK_INSTANCE_CAST (_tmp23_, gtk_widget_get_type (), GtkWidget));
-#line 1376 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1378 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_search_filter_toolbar_saved_search_popover_unref0 (_tmp22_->filter_popup);
-#line 1376 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1378 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp22_->filter_popup = _tmp24_;
-#line 1377 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1379 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp25_ = self->priv->saved_search_button;
-#line 1377 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1379 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp26_ = _tmp25_->filter_popup;
-#line 1377 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1379 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_connect_object (_tmp26_, "edit-clicked", (GCallback) _search_filter_toolbar_edit_dialog_search_filter_toolbar_saved_search_popover_edit_clicked, self, 0);
-#line 1378 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1380 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp27_ = self->priv->saved_search_button;
-#line 1378 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1380 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp28_ = _tmp27_->filter_popup;
-#line 1378 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1380 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_connect_object (_tmp28_, "search-activated", (GCallback) _search_filter_toolbar_on_savedsearch_selected_search_filter_toolbar_saved_search_popover_search_activated, self, 0);
-#line 1379 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1381 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp29_ = self->priv->saved_search_button;
-#line 1379 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1381 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp30_ = _tmp29_->filter_popup;
-#line 1379 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1381 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_connect_object (_tmp30_, "delete-clicked", (GCallback) _search_filter_toolbar_delete_dialog_search_filter_toolbar_saved_search_popover_delete_clicked, self, 0);
-#line 1380 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1382 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp31_ = self->priv->saved_search_button;
-#line 1380 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1382 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp32_ = _tmp31_->filter_popup;
-#line 1380 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1382 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_connect_object (_tmp32_, "add-clicked", (GCallback) _search_filter_toolbar_add_dialog_search_filter_toolbar_saved_search_popover_add_clicked, self, 0);
-#line 1381 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1383 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp33_ = self->priv->saved_search_button;
-#line 1381 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1383 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp34_ = _tmp33_->filter_popup;
-#line 1381 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_signal_connect_object (_tmp34_, "closed", (GCallback) _search_filter_toolbar_on_popover_closed_search_filter_toolbar_saved_search_popover_closed, self, 0);
#line 1383 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ g_signal_connect_object (_tmp34_, "closed", (GCallback) _search_filter_toolbar_on_popover_closed_search_filter_toolbar_saved_search_popover_closed, self, 0);
+#line 1385 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp35_ = self->priv->saved_search_button;
-#line 1383 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1385 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp36_ = _tmp35_->filter_popup;
-#line 1383 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1385 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_saved_search_popover_show_all (_tmp36_);
-#line 6617 "SearchFilter.c"
+#line 6993 "SearchFilter.c"
}
}
-#line 1385 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1387 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->elide_showing_again = FALSE;
-#line 6622 "SearchFilter.c"
+#line 6998 "SearchFilter.c"
}
-void search_filter_toolbar_take_focus (SearchFilterToolbar* self) {
+void
+search_filter_toolbar_take_focus (SearchFilterToolbar* self)
+{
SearchFilterToolbarSearchBox* _tmp0_;
-#line 1388 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1390 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SEARCH_FILTER_TOOLBAR (self));
-#line 1389 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1391 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = self->priv->search_box;
-#line 1389 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1391 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_search_box_get_focus (_tmp0_);
-#line 6634 "SearchFilter.c"
+#line 7012 "SearchFilter.c"
}
-static SearchFilterToolbarLabelToolItem* search_filter_toolbar_label_tool_item_construct (GType object_type, const gchar* s, gint left_padding, gint right_padding) {
+static SearchFilterToolbarLabelToolItem*
+search_filter_toolbar_label_tool_item_construct (GType object_type,
+ const gchar* s,
+ gint left_padding,
+ gint right_padding)
+{
SearchFilterToolbarLabelToolItem * self = NULL;
- const gchar* _tmp0_;
- GtkLabel* _tmp1_;
- gboolean _tmp2_ = FALSE;
- gint _tmp3_;
- GtkLabel* _tmp11_;
+ GtkLabel* _tmp0_;
+ gboolean _tmp1_ = FALSE;
+ GtkLabel* _tmp6_;
#line 616 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_val_if_fail (s != NULL, NULL);
#line 616 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self = (SearchFilterToolbarLabelToolItem*) g_object_new (object_type, NULL);
#line 617 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp0_ = s;
-#line 617 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp1_ = (GtkLabel*) gtk_label_new (_tmp0_);
+ _tmp0_ = (GtkLabel*) gtk_label_new (s);
#line 617 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_object_ref_sink (_tmp1_);
+ g_object_ref_sink (_tmp0_);
#line 617 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (self->priv->label);
#line 617 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- self->priv->label = _tmp1_;
-#line 618 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp3_ = left_padding;
+ self->priv->label = _tmp0_;
#line 618 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (_tmp3_ != 0) {
+ if (left_padding != 0) {
#line 618 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp2_ = TRUE;
-#line 6665 "SearchFilter.c"
+ _tmp1_ = TRUE;
+#line 7042 "SearchFilter.c"
} else {
- gint _tmp4_;
-#line 618 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp4_ = right_padding;
#line 618 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp2_ = _tmp4_ != 0;
-#line 6672 "SearchFilter.c"
+ _tmp1_ = right_padding != 0;
+#line 7046 "SearchFilter.c"
}
#line 618 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (_tmp2_) {
-#line 6676 "SearchFilter.c"
+ if (_tmp1_) {
+#line 7050 "SearchFilter.c"
+ GtkLabel* _tmp2_;
+ GtkLabel* _tmp3_;
+ GtkLabel* _tmp4_;
GtkLabel* _tmp5_;
- GtkLabel* _tmp6_;
- GtkLabel* _tmp7_;
- gint _tmp8_;
- GtkLabel* _tmp9_;
- gint _tmp10_;
#line 619 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp5_ = self->priv->label;
+ _tmp2_ = self->priv->label;
#line 619 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_widget_set_halign (G_TYPE_CHECK_INSTANCE_CAST (_tmp5_, gtk_widget_get_type (), GtkWidget), GTK_ALIGN_START);
+ gtk_widget_set_halign (G_TYPE_CHECK_INSTANCE_CAST (_tmp2_, gtk_widget_get_type (), GtkWidget), GTK_ALIGN_START);
#line 620 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp6_ = self->priv->label;
+ _tmp3_ = self->priv->label;
#line 620 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_widget_set_valign (G_TYPE_CHECK_INSTANCE_CAST (_tmp6_, gtk_widget_get_type (), GtkWidget), GTK_ALIGN_CENTER);
+ gtk_widget_set_valign (G_TYPE_CHECK_INSTANCE_CAST (_tmp3_, gtk_widget_get_type (), GtkWidget), GTK_ALIGN_CENTER);
#line 621 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp7_ = self->priv->label;
+ _tmp4_ = self->priv->label;
#line 621 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp8_ = left_padding;
-#line 621 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_widget_set_margin_start (G_TYPE_CHECK_INSTANCE_CAST (_tmp7_, gtk_widget_get_type (), GtkWidget), _tmp8_);
-#line 622 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp9_ = self->priv->label;
+ gtk_widget_set_margin_start (G_TYPE_CHECK_INSTANCE_CAST (_tmp4_, gtk_widget_get_type (), GtkWidget), left_padding);
#line 622 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp10_ = right_padding;
+ _tmp5_ = self->priv->label;
#line 622 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_widget_set_margin_end (G_TYPE_CHECK_INSTANCE_CAST (_tmp9_, gtk_widget_get_type (), GtkWidget), _tmp10_);
-#line 6703 "SearchFilter.c"
+ gtk_widget_set_margin_end (G_TYPE_CHECK_INSTANCE_CAST (_tmp5_, gtk_widget_get_type (), GtkWidget), right_padding);
+#line 7071 "SearchFilter.c"
}
#line 624 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp11_ = self->priv->label;
+ _tmp6_ = self->priv->label;
#line 624 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_container_add (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_container_get_type (), GtkContainer), G_TYPE_CHECK_INSTANCE_CAST (_tmp11_, gtk_widget_get_type (), GtkWidget));
+ gtk_container_add (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_container_get_type (), GtkContainer), G_TYPE_CHECK_INSTANCE_CAST (_tmp6_, gtk_widget_get_type (), GtkWidget));
#line 616 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return self;
-#line 6711 "SearchFilter.c"
+#line 7079 "SearchFilter.c"
}
-static SearchFilterToolbarLabelToolItem* search_filter_toolbar_label_tool_item_new (const gchar* s, gint left_padding, gint right_padding) {
+static SearchFilterToolbarLabelToolItem*
+search_filter_toolbar_label_tool_item_new (const gchar* s,
+ gint left_padding,
+ gint right_padding)
+{
#line 616 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return search_filter_toolbar_label_tool_item_construct (SEARCH_FILTER_TOOLBAR_TYPE_LABEL_TOOL_ITEM, s, left_padding, right_padding);
-#line 6718 "SearchFilter.c"
+#line 7090 "SearchFilter.c"
}
-static void search_filter_toolbar_label_tool_item_class_init (SearchFilterToolbarLabelToolItemClass * klass) {
+static void
+search_filter_toolbar_label_tool_item_class_init (SearchFilterToolbarLabelToolItemClass * klass)
+{
#line 613 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_label_tool_item_parent_class = g_type_class_peek_parent (klass);
#line 613 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_type_class_add_private (klass, sizeof (SearchFilterToolbarLabelToolItemPrivate));
#line 613 "/home/jens/Source/shotwell/src/SearchFilter.vala"
G_OBJECT_CLASS (klass)->finalize = search_filter_toolbar_label_tool_item_finalize;
-#line 6729 "SearchFilter.c"
+#line 7103 "SearchFilter.c"
}
-static void search_filter_toolbar_label_tool_item_instance_init (SearchFilterToolbarLabelToolItem * self) {
+static void
+search_filter_toolbar_label_tool_item_instance_init (SearchFilterToolbarLabelToolItem * self)
+{
#line 613 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv = SEARCH_FILTER_TOOLBAR_LABEL_TOOL_ITEM_GET_PRIVATE (self);
-#line 6736 "SearchFilter.c"
+#line 7112 "SearchFilter.c"
}
-static void search_filter_toolbar_label_tool_item_finalize (GObject * obj) {
+static void
+search_filter_toolbar_label_tool_item_finalize (GObject * obj)
+{
SearchFilterToolbarLabelToolItem * self;
#line 613 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (obj, SEARCH_FILTER_TOOLBAR_TYPE_LABEL_TOOL_ITEM, SearchFilterToolbarLabelToolItem);
@@ -6744,11 +7122,13 @@ static void search_filter_toolbar_label_tool_item_finalize (GObject * obj) {
_g_object_unref0 (self->priv->label);
#line 613 "/home/jens/Source/shotwell/src/SearchFilter.vala"
G_OBJECT_CLASS (search_filter_toolbar_label_tool_item_parent_class)->finalize (obj);
-#line 6748 "SearchFilter.c"
+#line 7126 "SearchFilter.c"
}
-static GType search_filter_toolbar_label_tool_item_get_type (void) {
+static GType
+search_filter_toolbar_label_tool_item_get_type (void)
+{
static volatile gsize search_filter_toolbar_label_tool_item_type_id__volatile = 0;
if (g_once_init_enter (&search_filter_toolbar_label_tool_item_type_id__volatile)) {
static const GTypeInfo g_define_type_info = { sizeof (SearchFilterToolbarLabelToolItemClass), (GBaseInitFunc) NULL, (GBaseFinalizeFunc) NULL, (GClassInitFunc) search_filter_toolbar_label_tool_item_class_init, (GClassFinalizeFunc) NULL, NULL, sizeof (SearchFilterToolbarLabelToolItem), 0, (GInstanceInitFunc) search_filter_toolbar_label_tool_item_instance_init, NULL };
@@ -6760,16 +7140,18 @@ static GType search_filter_toolbar_label_tool_item_get_type (void) {
}
-static SearchFilterToolbarToggleActionToolButton* search_filter_toolbar_toggle_action_tool_button_construct (GType object_type, const gchar* action) {
+static SearchFilterToolbarToggleActionToolButton*
+search_filter_toolbar_toggle_action_tool_button_construct (GType object_type,
+ const gchar* action)
+{
SearchFilterToolbarToggleActionToolButton * self = NULL;
GtkToggleButton* _tmp0_;
GtkToggleButton* _tmp1_;
GtkToggleButton* _tmp2_;
- const gchar* _tmp3_;
+ GtkToggleButton* _tmp3_;
GtkToggleButton* _tmp4_;
GtkToggleButton* _tmp5_;
GtkToggleButton* _tmp6_;
- GtkToggleButton* _tmp7_;
#line 631 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_val_if_fail (action != NULL, NULL);
#line 631 "/home/jens/Source/shotwell/src/SearchFilter.vala"
@@ -6789,46 +7171,50 @@ static SearchFilterToolbarToggleActionToolButton* search_filter_toolbar_toggle_a
#line 634 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp2_ = self->priv->button;
#line 634 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp3_ = action;
-#line 634 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_actionable_set_action_name (G_TYPE_CHECK_INSTANCE_CAST (_tmp2_, GTK_TYPE_ACTIONABLE, GtkActionable), _tmp3_);
+ gtk_actionable_set_action_name (G_TYPE_CHECK_INSTANCE_CAST (_tmp2_, gtk_actionable_get_type (), GtkActionable), action);
#line 635 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp4_ = self->priv->button;
+ _tmp3_ = self->priv->button;
#line 635 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_widget_set_has_tooltip (G_TYPE_CHECK_INSTANCE_CAST (_tmp4_, gtk_widget_get_type (), GtkWidget), TRUE);
+ gtk_widget_set_has_tooltip (G_TYPE_CHECK_INSTANCE_CAST (_tmp3_, gtk_widget_get_type (), GtkWidget), TRUE);
#line 636 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp5_ = self->priv->button;
+ _tmp4_ = self->priv->button;
#line 636 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_button_set_relief (G_TYPE_CHECK_INSTANCE_CAST (_tmp5_, gtk_button_get_type (), GtkButton), GTK_RELIEF_NONE);
+ gtk_button_set_relief (G_TYPE_CHECK_INSTANCE_CAST (_tmp4_, gtk_button_get_type (), GtkButton), GTK_RELIEF_NONE);
#line 637 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp6_ = self->priv->button;
+ _tmp5_ = self->priv->button;
#line 637 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_widget_set_margin_start (G_TYPE_CHECK_INSTANCE_CAST (_tmp6_, gtk_widget_get_type (), GtkWidget), 2);
+ gtk_widget_set_margin_start (G_TYPE_CHECK_INSTANCE_CAST (_tmp5_, gtk_widget_get_type (), GtkWidget), 2);
#line 639 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp7_ = self->priv->button;
+ _tmp6_ = self->priv->button;
#line 639 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_container_add (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_container_get_type (), GtkContainer), G_TYPE_CHECK_INSTANCE_CAST (_tmp7_, gtk_widget_get_type (), GtkWidget));
+ gtk_container_add (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_container_get_type (), GtkContainer), G_TYPE_CHECK_INSTANCE_CAST (_tmp6_, gtk_widget_get_type (), GtkWidget));
#line 631 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return self;
-#line 6814 "SearchFilter.c"
+#line 7194 "SearchFilter.c"
}
-static SearchFilterToolbarToggleActionToolButton* search_filter_toolbar_toggle_action_tool_button_new (const gchar* action) {
+static SearchFilterToolbarToggleActionToolButton*
+search_filter_toolbar_toggle_action_tool_button_new (const gchar* action)
+{
#line 631 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return search_filter_toolbar_toggle_action_tool_button_construct (SEARCH_FILTER_TOOLBAR_TYPE_TOGGLE_ACTION_TOOL_BUTTON, action);
-#line 6821 "SearchFilter.c"
+#line 7203 "SearchFilter.c"
}
-static void search_filter_toolbar_toggle_action_tool_button_set_icon_name (SearchFilterToolbarToggleActionToolButton* self, const gchar* icon_name) {
+static void
+search_filter_toolbar_toggle_action_tool_button_set_icon_name (SearchFilterToolbarToggleActionToolButton* self,
+ const gchar* icon_name)
+{
GtkImage* image = NULL;
GtkToggleButton* _tmp0_;
- const gchar* _tmp1_;
- GtkImage* _tmp2_;
+ GtkImage* _tmp1_;
+ GtkToggleButton* _tmp2_;
GtkImage* _tmp3_;
- GtkToggleButton* _tmp4_;
- GtkImage* _tmp5_;
+ gboolean _tmp4_ = FALSE;
+ GtkToggleButton* _tmp5_;
+ const gchar* _tmp6_;
#line 642 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (SEARCH_FILTER_TOOLBAR_IS_TOGGLE_ACTION_TOOL_BUTTON (self));
#line 642 "/home/jens/Source/shotwell/src/SearchFilter.vala"
@@ -6840,67 +7226,98 @@ static void search_filter_toolbar_toggle_action_tool_button_set_icon_name (Searc
#line 644 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_button_set_always_show_image (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, gtk_button_get_type (), GtkButton), TRUE);
#line 645 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp1_ = icon_name;
+ _tmp1_ = (GtkImage*) gtk_image_new_from_icon_name (icon_name, (GtkIconSize) GTK_ICON_SIZE_SMALL_TOOLBAR);
#line 645 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp2_ = (GtkImage*) gtk_image_new_from_icon_name (_tmp1_, GTK_ICON_SIZE_SMALL_TOOLBAR);
-#line 645 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_object_ref_sink (_tmp2_);
+ g_object_ref_sink (_tmp1_);
#line 645 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (image);
#line 645 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- image = _tmp2_;
+ image = _tmp1_;
+#line 646 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp2_ = self->priv->button;
#line 646 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp3_ = image;
#line 646 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_widget_set_margin_end (G_TYPE_CHECK_INSTANCE_CAST (_tmp3_, gtk_widget_get_type (), GtkWidget), 6);
+ gtk_button_set_image (G_TYPE_CHECK_INSTANCE_CAST (_tmp2_, gtk_button_get_type (), GtkButton), G_TYPE_CHECK_INSTANCE_CAST (_tmp3_, gtk_widget_get_type (), GtkWidget));
#line 647 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp4_ = self->priv->button;
+ _tmp5_ = self->priv->button;
+#line 647 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp6_ = gtk_button_get_label (G_TYPE_CHECK_INSTANCE_CAST (_tmp5_, gtk_button_get_type (), GtkButton));
+#line 647 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ if (g_strcmp0 (_tmp6_, "") != 0) {
+#line 7249 "SearchFilter.c"
+ GtkToggleButton* _tmp7_;
+ const gchar* _tmp8_;
+#line 647 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp7_ = self->priv->button;
+#line 647 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp8_ = gtk_button_get_label (G_TYPE_CHECK_INSTANCE_CAST (_tmp7_, gtk_button_get_type (), GtkButton));
+#line 647 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp4_ = _tmp8_ != NULL;
+#line 7258 "SearchFilter.c"
+ } else {
#line 647 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp5_ = image;
+ _tmp4_ = FALSE;
+#line 7262 "SearchFilter.c"
+ }
#line 647 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_button_set_image (G_TYPE_CHECK_INSTANCE_CAST (_tmp4_, gtk_button_get_type (), GtkButton), G_TYPE_CHECK_INSTANCE_CAST (_tmp5_, gtk_widget_get_type (), GtkWidget));
+ if (_tmp4_) {
+#line 7266 "SearchFilter.c"
+ GtkImage* _tmp9_;
+#line 648 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp9_ = image;
+#line 648 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_widget_set_margin_end (G_TYPE_CHECK_INSTANCE_CAST (_tmp9_, gtk_widget_get_type (), GtkWidget), 6);
+#line 7272 "SearchFilter.c"
+ }
#line 642 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (image);
-#line 6865 "SearchFilter.c"
+#line 7276 "SearchFilter.c"
}
-static void search_filter_toolbar_toggle_action_tool_button_set_label (SearchFilterToolbarToggleActionToolButton* self, const gchar* label) {
+static void
+search_filter_toolbar_toggle_action_tool_button_set_label (SearchFilterToolbarToggleActionToolButton* self,
+ const gchar* label)
+{
GtkToggleButton* _tmp0_;
- const gchar* _tmp1_;
-#line 650 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 652 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (SEARCH_FILTER_TOOLBAR_IS_TOGGLE_ACTION_TOOL_BUTTON (self));
-#line 650 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 652 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (label != NULL);
-#line 651 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 653 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = self->priv->button;
-#line 651 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp1_ = label;
-#line 651 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_button_set_label (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, gtk_button_get_type (), GtkButton), _tmp1_);
-#line 6882 "SearchFilter.c"
+#line 653 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_button_set_label (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, gtk_button_get_type (), GtkButton), label);
+#line 7293 "SearchFilter.c"
}
-static void search_filter_toolbar_toggle_action_tool_button_class_init (SearchFilterToolbarToggleActionToolButtonClass * klass) {
+static void
+search_filter_toolbar_toggle_action_tool_button_class_init (SearchFilterToolbarToggleActionToolButtonClass * klass)
+{
#line 628 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_toggle_action_tool_button_parent_class = g_type_class_peek_parent (klass);
#line 628 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_type_class_add_private (klass, sizeof (SearchFilterToolbarToggleActionToolButtonPrivate));
#line 628 "/home/jens/Source/shotwell/src/SearchFilter.vala"
G_OBJECT_CLASS (klass)->finalize = search_filter_toolbar_toggle_action_tool_button_finalize;
-#line 6893 "SearchFilter.c"
+#line 7306 "SearchFilter.c"
}
-static void search_filter_toolbar_toggle_action_tool_button_instance_init (SearchFilterToolbarToggleActionToolButton * self) {
+static void
+search_filter_toolbar_toggle_action_tool_button_instance_init (SearchFilterToolbarToggleActionToolButton * self)
+{
#line 628 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv = SEARCH_FILTER_TOOLBAR_TOGGLE_ACTION_TOOL_BUTTON_GET_PRIVATE (self);
-#line 6900 "SearchFilter.c"
+#line 7315 "SearchFilter.c"
}
-static void search_filter_toolbar_toggle_action_tool_button_finalize (GObject * obj) {
+static void
+search_filter_toolbar_toggle_action_tool_button_finalize (GObject * obj)
+{
SearchFilterToolbarToggleActionToolButton * self;
#line 628 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (obj, SEARCH_FILTER_TOOLBAR_TYPE_TOGGLE_ACTION_TOOL_BUTTON, SearchFilterToolbarToggleActionToolButton);
@@ -6908,11 +7325,13 @@ static void search_filter_toolbar_toggle_action_tool_button_finalize (GObject *
_g_object_unref0 (self->priv->button);
#line 628 "/home/jens/Source/shotwell/src/SearchFilter.vala"
G_OBJECT_CLASS (search_filter_toolbar_toggle_action_tool_button_parent_class)->finalize (obj);
-#line 6912 "SearchFilter.c"
+#line 7329 "SearchFilter.c"
}
-static GType search_filter_toolbar_toggle_action_tool_button_get_type (void) {
+static GType
+search_filter_toolbar_toggle_action_tool_button_get_type (void)
+{
static volatile gsize search_filter_toolbar_toggle_action_tool_button_type_id__volatile = 0;
if (g_once_init_enter (&search_filter_toolbar_toggle_action_tool_button_type_id__volatile)) {
static const GTypeInfo g_define_type_info = { sizeof (SearchFilterToolbarToggleActionToolButtonClass), (GBaseInitFunc) NULL, (GBaseFinalizeFunc) NULL, (GClassInitFunc) search_filter_toolbar_toggle_action_tool_button_class_init, (GClassFinalizeFunc) NULL, NULL, sizeof (SearchFilterToolbarToggleActionToolButton), 0, (GInstanceInitFunc) search_filter_toolbar_toggle_action_tool_button_instance_init, NULL };
@@ -6924,204 +7343,228 @@ static GType search_filter_toolbar_toggle_action_tool_button_get_type (void) {
}
-static void _search_filter_toolbar_search_box_on_action_text_changed_text_action_text_changed (TextAction* _sender, const gchar* text, gpointer self) {
-#line 686 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+_search_filter_toolbar_search_box_on_action_text_changed_text_action_text_changed (TextAction* _sender,
+ const gchar* text,
+ gpointer self)
+{
+#line 688 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_search_box_on_action_text_changed ((SearchFilterToolbarSearchBox*) self, text);
-#line 6931 "SearchFilter.c"
+#line 7354 "SearchFilter.c"
}
-static void _search_filter_toolbar_search_box_on_sensitivity_changed_text_action_sensitivity_changed (TextAction* _sender, gboolean sensitive, gpointer self) {
-#line 687 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+_search_filter_toolbar_search_box_on_sensitivity_changed_text_action_sensitivity_changed (TextAction* _sender,
+ gboolean sensitive,
+ gpointer self)
+{
+#line 689 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_search_box_on_sensitivity_changed ((SearchFilterToolbarSearchBox*) self, sensitive);
-#line 6938 "SearchFilter.c"
+#line 7365 "SearchFilter.c"
}
-static void _search_filter_toolbar_search_box_on_visibility_changed_text_action_visibility_changed (TextAction* _sender, gboolean visible, gpointer self) {
-#line 688 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+_search_filter_toolbar_search_box_on_visibility_changed_text_action_visibility_changed (TextAction* _sender,
+ gboolean visible,
+ gpointer self)
+{
+#line 690 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_search_box_on_visibility_changed ((SearchFilterToolbarSearchBox*) self, visible);
-#line 6945 "SearchFilter.c"
+#line 7376 "SearchFilter.c"
}
-static void _search_filter_toolbar_search_box_on_entry_changed_gtk_entry_buffer_deleted_text (GtkEntryBuffer* _sender, guint position, guint n_chars, gpointer self) {
-#line 690 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+_search_filter_toolbar_search_box_on_entry_changed_gtk_entry_buffer_deleted_text (GtkEntryBuffer* _sender,
+ guint position,
+ guint n_chars,
+ gpointer self)
+{
+#line 692 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_search_box_on_entry_changed ((SearchFilterToolbarSearchBox*) self);
-#line 6952 "SearchFilter.c"
+#line 7388 "SearchFilter.c"
}
-static void _search_filter_toolbar_search_box_on_entry_changed_gtk_entry_buffer_inserted_text (GtkEntryBuffer* _sender, guint position, const gchar* chars, guint n_chars, gpointer self) {
-#line 691 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+_search_filter_toolbar_search_box_on_entry_changed_gtk_entry_buffer_inserted_text (GtkEntryBuffer* _sender,
+ guint position,
+ const gchar* chars,
+ guint n_chars,
+ gpointer self)
+{
+#line 693 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_search_box_on_entry_changed ((SearchFilterToolbarSearchBox*) self);
-#line 6959 "SearchFilter.c"
+#line 7401 "SearchFilter.c"
}
-static gpointer _text_action_ref0 (gpointer self) {
-#line 668 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static gpointer
+_text_action_ref0 (gpointer self)
+{
+#line 670 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return self ? text_action_ref (self) : NULL;
-#line 6966 "SearchFilter.c"
+#line 7410 "SearchFilter.c"
}
-static gboolean _search_filter_toolbar_search_box_on_escape_key_gtk_widget_key_press_event (GtkWidget* _sender, GdkEventKey* event, gpointer self) {
+static gboolean
+_search_filter_toolbar_search_box_on_escape_key_gtk_widget_key_press_event (GtkWidget* _sender,
+ GdkEventKey* event,
+ gpointer self)
+{
gboolean result;
result = search_filter_toolbar_search_box_on_escape_key ((SearchFilterToolbarSearchBox*) self, event);
-#line 672 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 674 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 6975 "SearchFilter.c"
+#line 7423 "SearchFilter.c"
}
-SearchFilterToolbarSearchBox* search_filter_toolbar_search_box_construct (GType object_type, TextAction* action) {
+SearchFilterToolbarSearchBox*
+search_filter_toolbar_search_box_construct (GType object_type,
+ TextAction* action)
+{
SearchFilterToolbarSearchBox * self = NULL;
TextAction* _tmp0_;
- TextAction* _tmp1_;
+ GtkSearchEntry* _tmp1_;
GtkSearchEntry* _tmp2_;
GtkSearchEntry* _tmp3_;
GtkSearchEntry* _tmp4_;
- GtkSearchEntry* _tmp5_;
- TextAction* _tmp6_;
- const gchar* _tmp7_;
- const gchar* _tmp8_;
- TextAction* _tmp9_;
- TextAction* _tmp10_;
- TextAction* _tmp11_;
- GtkSearchEntry* _tmp12_;
- GtkEntryBuffer* _tmp13_;
- GtkEntryBuffer* _tmp14_;
- GtkSearchEntry* _tmp15_;
- GtkEntryBuffer* _tmp16_;
- GtkEntryBuffer* _tmp17_;
-#line 667 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ const gchar* _tmp5_;
+ const gchar* _tmp6_;
+ GtkSearchEntry* _tmp7_;
+ GtkEntryBuffer* _tmp8_;
+ GtkEntryBuffer* _tmp9_;
+ GtkSearchEntry* _tmp10_;
+ GtkEntryBuffer* _tmp11_;
+ GtkEntryBuffer* _tmp12_;
+#line 669 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_val_if_fail (IS_TEXT_ACTION (action), NULL);
-#line 667 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 669 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self = (SearchFilterToolbarSearchBox*) g_object_new (object_type, NULL);
-#line 668 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp0_ = action;
-#line 668 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp1_ = _text_action_ref0 (_tmp0_);
-#line 668 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 670 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp0_ = _text_action_ref0 (action);
+#line 670 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_text_action_unref0 (self->priv->action);
-#line 668 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- self->priv->action = _tmp1_;
-#line 669 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp2_ = (GtkSearchEntry*) gtk_search_entry_new ();
-#line 669 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_object_ref_sink (_tmp2_);
-#line 669 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _g_object_unref0 (self->priv->search_entry);
-#line 669 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- self->priv->search_entry = _tmp2_;
+#line 670 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ self->priv->action = _tmp0_;
#line 671 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp3_ = self->priv->search_entry;
+ _tmp1_ = (GtkSearchEntry*) gtk_search_entry_new ();
#line 671 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_entry_set_width_chars (G_TYPE_CHECK_INSTANCE_CAST (_tmp3_, gtk_entry_get_type (), GtkEntry), 23);
-#line 672 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp4_ = self->priv->search_entry;
-#line 672 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_signal_connect_object (G_TYPE_CHECK_INSTANCE_CAST (_tmp4_, gtk_widget_get_type (), GtkWidget), "key-press-event", (GCallback) _search_filter_toolbar_search_box_on_escape_key_gtk_widget_key_press_event, self, 0);
+ g_object_ref_sink (_tmp1_);
+#line 671 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _g_object_unref0 (self->priv->search_entry);
+#line 671 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ self->priv->search_entry = _tmp1_;
#line 673 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp5_ = self->priv->search_entry;
+ _tmp2_ = self->priv->search_entry;
#line 673 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_container_add (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_container_get_type (), GtkContainer), G_TYPE_CHECK_INSTANCE_CAST (_tmp5_, gtk_widget_get_type (), GtkWidget));
-#line 675 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp6_ = action;
-#line 675 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp7_ = text_action_get_value (_tmp6_);
+ gtk_entry_set_width_chars (G_TYPE_CHECK_INSTANCE_CAST (_tmp2_, gtk_entry_get_type (), GtkEntry), 23);
+#line 674 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp3_ = self->priv->search_entry;
+#line 674 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ g_signal_connect_object (G_TYPE_CHECK_INSTANCE_CAST (_tmp3_, gtk_widget_get_type (), GtkWidget), "key-press-event", (GCallback) _search_filter_toolbar_search_box_on_escape_key_gtk_widget_key_press_event, self, 0);
#line 675 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp8_ = _tmp7_;
+ _tmp4_ = self->priv->search_entry;
#line 675 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- search_filter_toolbar_search_box_set_nullable_text (self, _tmp8_);
+ gtk_container_add (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_container_get_type (), GtkContainer), G_TYPE_CHECK_INSTANCE_CAST (_tmp4_, gtk_widget_get_type (), GtkWidget));
#line 677 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp9_ = action;
+ _tmp5_ = text_action_get_value (action);
#line 677 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_signal_connect_object (_tmp9_, "text-changed", (GCallback) _search_filter_toolbar_search_box_on_action_text_changed_text_action_text_changed, self, 0);
-#line 678 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp10_ = action;
-#line 678 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_signal_connect_object (_tmp10_, "sensitivity-changed", (GCallback) _search_filter_toolbar_search_box_on_sensitivity_changed_text_action_sensitivity_changed, self, 0);
-#line 679 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp11_ = action;
+ _tmp6_ = _tmp5_;
+#line 677 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ search_filter_toolbar_search_box_set_nullable_text (self, _tmp6_);
#line 679 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_signal_connect_object (_tmp11_, "visibility-changed", (GCallback) _search_filter_toolbar_search_box_on_visibility_changed_text_action_visibility_changed, self, 0);
-#line 681 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp12_ = self->priv->search_entry;
-#line 681 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp13_ = gtk_entry_get_buffer (G_TYPE_CHECK_INSTANCE_CAST (_tmp12_, gtk_entry_get_type (), GtkEntry));
+ g_signal_connect_object (action, "text-changed", (GCallback) _search_filter_toolbar_search_box_on_action_text_changed_text_action_text_changed, self, 0);
+#line 680 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ g_signal_connect_object (action, "sensitivity-changed", (GCallback) _search_filter_toolbar_search_box_on_sensitivity_changed_text_action_sensitivity_changed, self, 0);
#line 681 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp14_ = _tmp13_;
-#line 681 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_signal_connect_object (_tmp14_, "deleted-text", (GCallback) _search_filter_toolbar_search_box_on_entry_changed_gtk_entry_buffer_deleted_text, self, 0);
-#line 682 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp15_ = self->priv->search_entry;
-#line 682 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp16_ = gtk_entry_get_buffer (G_TYPE_CHECK_INSTANCE_CAST (_tmp15_, gtk_entry_get_type (), GtkEntry));
-#line 682 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp17_ = _tmp16_;
-#line 682 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_signal_connect_object (_tmp17_, "inserted-text", (GCallback) _search_filter_toolbar_search_box_on_entry_changed_gtk_entry_buffer_inserted_text, self, 0);
-#line 667 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ g_signal_connect_object (action, "visibility-changed", (GCallback) _search_filter_toolbar_search_box_on_visibility_changed_text_action_visibility_changed, self, 0);
+#line 683 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp7_ = self->priv->search_entry;
+#line 683 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp8_ = gtk_entry_get_buffer (G_TYPE_CHECK_INSTANCE_CAST (_tmp7_, gtk_entry_get_type (), GtkEntry));
+#line 683 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp9_ = _tmp8_;
+#line 683 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ g_signal_connect_object (_tmp9_, "deleted-text", (GCallback) _search_filter_toolbar_search_box_on_entry_changed_gtk_entry_buffer_deleted_text, self, 0);
+#line 684 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp10_ = self->priv->search_entry;
+#line 684 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp11_ = gtk_entry_get_buffer (G_TYPE_CHECK_INSTANCE_CAST (_tmp10_, gtk_entry_get_type (), GtkEntry));
+#line 684 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp12_ = _tmp11_;
+#line 684 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ g_signal_connect_object (_tmp12_, "inserted-text", (GCallback) _search_filter_toolbar_search_box_on_entry_changed_gtk_entry_buffer_inserted_text, self, 0);
+#line 669 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return self;
-#line 7069 "SearchFilter.c"
+#line 7505 "SearchFilter.c"
}
-SearchFilterToolbarSearchBox* search_filter_toolbar_search_box_new (TextAction* action) {
-#line 667 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+SearchFilterToolbarSearchBox*
+search_filter_toolbar_search_box_new (TextAction* action)
+{
+#line 669 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return search_filter_toolbar_search_box_construct (SEARCH_FILTER_TOOLBAR_TYPE_SEARCH_BOX, action);
-#line 7076 "SearchFilter.c"
+#line 7514 "SearchFilter.c"
}
-void search_filter_toolbar_search_box_get_focus (SearchFilterToolbarSearchBox* self) {
+void
+search_filter_toolbar_search_box_get_focus (SearchFilterToolbarSearchBox* self)
+{
GtkSearchEntry* _tmp0_;
-#line 694 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 696 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (SEARCH_FILTER_TOOLBAR_IS_SEARCH_BOX (self));
-#line 695 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 697 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = self->priv->search_entry;
-#line 695 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 697 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_object_set (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, gtk_widget_get_type (), GtkWidget), "has-focus", TRUE, NULL);
-#line 7088 "SearchFilter.c"
+#line 7528 "SearchFilter.c"
}
-static gboolean search_filter_toolbar_search_box_on_escape_key (SearchFilterToolbarSearchBox* self, GdkEventKey* e) {
+static gboolean
+search_filter_toolbar_search_box_on_escape_key (SearchFilterToolbarSearchBox* self,
+ GdkEventKey* e)
+{
gboolean result = FALSE;
- GdkEventKey* _tmp0_;
- guint _tmp1_;
- const gchar* _tmp2_;
-#line 700 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_return_val_if_fail (SEARCH_FILTER_TOOLBAR_IS_SEARCH_BOX (self), FALSE);
-#line 700 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_return_val_if_fail (e != NULL, FALSE);
-#line 701 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp0_ = e;
-#line 701 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp1_ = _tmp0_->keyval;
-#line 701 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp2_ = gdk_keyval_name (_tmp1_);
-#line 701 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (g_strcmp0 (_tmp2_, "Escape") == 0) {
-#line 7109 "SearchFilter.c"
- TextAction* _tmp3_;
+ guint _tmp0_;
+ const gchar* _tmp1_;
#line 702 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp3_ = self->priv->action;
+ g_return_val_if_fail (SEARCH_FILTER_TOOLBAR_IS_SEARCH_BOX (self), FALSE);
#line 702 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- text_action_clear (_tmp3_);
-#line 7115 "SearchFilter.c"
+ g_return_val_if_fail (e != NULL, FALSE);
+#line 703 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp0_ = e->keyval;
+#line 703 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp1_ = gdk_keyval_name (_tmp0_);
+#line 703 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ if (g_strcmp0 (_tmp1_, "Escape") == 0) {
+#line 7549 "SearchFilter.c"
+ TextAction* _tmp2_;
+#line 704 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp2_ = self->priv->action;
+#line 704 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ text_action_clear (_tmp2_);
+#line 7555 "SearchFilter.c"
}
-#line 706 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 708 "/home/jens/Source/shotwell/src/SearchFilter.vala"
result = FALSE;
-#line 706 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 708 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 7121 "SearchFilter.c"
+#line 7561 "SearchFilter.c"
}
-static void search_filter_toolbar_search_box_on_action_text_changed (SearchFilterToolbarSearchBox* self, const gchar* text) {
+static void
+search_filter_toolbar_search_box_on_action_text_changed (SearchFilterToolbarSearchBox* self,
+ const gchar* text)
+{
GtkSearchEntry* _tmp0_;
GtkEntryBuffer* _tmp1_;
GtkEntryBuffer* _tmp2_;
@@ -7130,163 +7573,164 @@ static void search_filter_toolbar_search_box_on_action_text_changed (SearchFilte
GtkEntryBuffer* _tmp5_;
GtkEntryBuffer* _tmp6_;
guint _tmp7_;
- const gchar* _tmp8_;
- GtkSearchEntry* _tmp9_;
+ GtkSearchEntry* _tmp8_;
+ GtkEntryBuffer* _tmp9_;
GtkEntryBuffer* _tmp10_;
- GtkEntryBuffer* _tmp11_;
- GtkSearchEntry* _tmp12_;
+ GtkSearchEntry* _tmp11_;
+ GtkEntryBuffer* _tmp12_;
GtkEntryBuffer* _tmp13_;
- GtkEntryBuffer* _tmp14_;
-#line 709 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 711 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (SEARCH_FILTER_TOOLBAR_IS_SEARCH_BOX (self));
-#line 710 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 712 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = self->priv->search_entry;
-#line 710 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 712 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp1_ = gtk_entry_get_buffer (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, gtk_entry_get_type (), GtkEntry));
-#line 710 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 712 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp2_ = _tmp1_;
-#line 710 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 712 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_parse_name ("deleted-text", gtk_entry_buffer_get_type (), &_tmp3_, NULL, FALSE);
-#line 710 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 712 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_handlers_disconnect_matched (_tmp2_, G_SIGNAL_MATCH_ID | G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, _tmp3_, 0, NULL, (GCallback) _search_filter_toolbar_search_box_on_entry_changed_gtk_entry_buffer_deleted_text, self);
-#line 711 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 713 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp4_ = self->priv->search_entry;
-#line 711 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp5_ = gtk_entry_get_buffer (G_TYPE_CHECK_INSTANCE_CAST (_tmp4_, gtk_entry_get_type (), GtkEntry));
-#line 711 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp6_ = _tmp5_;
-#line 711 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_signal_parse_name ("inserted-text", gtk_entry_buffer_get_type (), &_tmp7_, NULL, FALSE);
-#line 711 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_signal_handlers_disconnect_matched (_tmp6_, G_SIGNAL_MATCH_ID | G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, _tmp7_, 0, NULL, (GCallback) _search_filter_toolbar_search_box_on_entry_changed_gtk_entry_buffer_inserted_text, self);
-#line 712 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp8_ = text;
-#line 712 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- search_filter_toolbar_search_box_set_nullable_text (self, _tmp8_);
#line 713 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp9_ = self->priv->search_entry;
+ _tmp5_ = gtk_entry_get_buffer (G_TYPE_CHECK_INSTANCE_CAST (_tmp4_, gtk_entry_get_type (), GtkEntry));
#line 713 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp10_ = gtk_entry_get_buffer (G_TYPE_CHECK_INSTANCE_CAST (_tmp9_, gtk_entry_get_type (), GtkEntry));
+ _tmp6_ = _tmp5_;
#line 713 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp11_ = _tmp10_;
+ g_signal_parse_name ("inserted-text", gtk_entry_buffer_get_type (), &_tmp7_, NULL, FALSE);
#line 713 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_signal_connect_object (_tmp11_, "deleted-text", (GCallback) _search_filter_toolbar_search_box_on_entry_changed_gtk_entry_buffer_deleted_text, self, 0);
-#line 714 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp12_ = self->priv->search_entry;
-#line 714 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp13_ = gtk_entry_get_buffer (G_TYPE_CHECK_INSTANCE_CAST (_tmp12_, gtk_entry_get_type (), GtkEntry));
-#line 714 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp14_ = _tmp13_;
+ g_signal_handlers_disconnect_matched (_tmp6_, G_SIGNAL_MATCH_ID | G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, _tmp7_, 0, NULL, (GCallback) _search_filter_toolbar_search_box_on_entry_changed_gtk_entry_buffer_inserted_text, self);
#line 714 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_signal_connect_object (_tmp14_, "inserted-text", (GCallback) _search_filter_toolbar_search_box_on_entry_changed_gtk_entry_buffer_inserted_text, self, 0);
-#line 7183 "SearchFilter.c"
+ search_filter_toolbar_search_box_set_nullable_text (self, text);
+#line 715 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp8_ = self->priv->search_entry;
+#line 715 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp9_ = gtk_entry_get_buffer (G_TYPE_CHECK_INSTANCE_CAST (_tmp8_, gtk_entry_get_type (), GtkEntry));
+#line 715 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp10_ = _tmp9_;
+#line 715 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ g_signal_connect_object (_tmp10_, "deleted-text", (GCallback) _search_filter_toolbar_search_box_on_entry_changed_gtk_entry_buffer_deleted_text, self, 0);
+#line 716 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp11_ = self->priv->search_entry;
+#line 716 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp12_ = gtk_entry_get_buffer (G_TYPE_CHECK_INSTANCE_CAST (_tmp11_, gtk_entry_get_type (), GtkEntry));
+#line 716 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp13_ = _tmp12_;
+#line 716 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ g_signal_connect_object (_tmp13_, "inserted-text", (GCallback) _search_filter_toolbar_search_box_on_entry_changed_gtk_entry_buffer_inserted_text, self, 0);
+#line 7623 "SearchFilter.c"
}
-static void search_filter_toolbar_search_box_on_entry_changed (SearchFilterToolbarSearchBox* self) {
+static void
+search_filter_toolbar_search_box_on_entry_changed (SearchFilterToolbarSearchBox* self)
+{
TextAction* _tmp0_;
guint _tmp1_;
TextAction* _tmp2_;
GtkSearchEntry* _tmp3_;
const gchar* _tmp4_;
TextAction* _tmp5_;
-#line 717 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 719 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (SEARCH_FILTER_TOOLBAR_IS_SEARCH_BOX (self));
-#line 718 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 720 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = self->priv->action;
-#line 718 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 720 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_parse_name ("text-changed", TYPE_TEXT_ACTION, &_tmp1_, NULL, FALSE);
-#line 718 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 720 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_handlers_disconnect_matched (_tmp0_, G_SIGNAL_MATCH_ID | G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, _tmp1_, 0, NULL, (GCallback) _search_filter_toolbar_search_box_on_action_text_changed_text_action_text_changed, self);
-#line 719 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 721 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp2_ = self->priv->action;
-#line 719 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 721 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp3_ = self->priv->search_entry;
-#line 719 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 721 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp4_ = gtk_entry_get_text (G_TYPE_CHECK_INSTANCE_CAST (_tmp3_, gtk_entry_get_type (), GtkEntry));
-#line 719 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 721 "/home/jens/Source/shotwell/src/SearchFilter.vala"
text_action_set_text (_tmp2_, _tmp4_);
-#line 720 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 722 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp5_ = self->priv->action;
-#line 720 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 722 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_connect_object (_tmp5_, "text-changed", (GCallback) _search_filter_toolbar_search_box_on_action_text_changed_text_action_text_changed, self, 0);
-#line 7214 "SearchFilter.c"
+#line 7656 "SearchFilter.c"
}
-static void search_filter_toolbar_search_box_on_sensitivity_changed (SearchFilterToolbarSearchBox* self, gboolean sensitive) {
- gboolean _tmp0_;
-#line 723 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+search_filter_toolbar_search_box_on_sensitivity_changed (SearchFilterToolbarSearchBox* self,
+ gboolean sensitive)
+{
+#line 725 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (SEARCH_FILTER_TOOLBAR_IS_SEARCH_BOX (self));
-#line 724 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp0_ = sensitive;
-#line 724 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_widget_set_sensitive (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_widget_get_type (), GtkWidget), _tmp0_);
-#line 7226 "SearchFilter.c"
+#line 726 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_widget_set_sensitive (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_widget_get_type (), GtkWidget), sensitive);
+#line 7668 "SearchFilter.c"
}
-static void search_filter_toolbar_search_box_on_visibility_changed (SearchFilterToolbarSearchBox* self, gboolean visible) {
- gboolean _tmp0_;
-#line 727 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+search_filter_toolbar_search_box_on_visibility_changed (SearchFilterToolbarSearchBox* self,
+ gboolean visible)
+{
+#line 729 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (SEARCH_FILTER_TOOLBAR_IS_SEARCH_BOX (self));
-#line 728 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp0_ = visible;
-#line 728 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_widget_set_visible (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_widget_get_type (), GtkWidget), _tmp0_);
-#line 7238 "SearchFilter.c"
+#line 730 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_widget_set_visible (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_widget_get_type (), GtkWidget), visible);
+#line 7680 "SearchFilter.c"
}
-static void search_filter_toolbar_search_box_set_nullable_text (SearchFilterToolbarSearchBox* self, const gchar* text) {
+static void
+search_filter_toolbar_search_box_set_nullable_text (SearchFilterToolbarSearchBox* self,
+ const gchar* text)
+{
const gchar* _tmp0_ = NULL;
- const gchar* _tmp1_;
- GtkSearchEntry* _tmp3_;
-#line 731 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ GtkSearchEntry* _tmp1_;
+#line 733 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (SEARCH_FILTER_TOOLBAR_IS_SEARCH_BOX (self));
-#line 732 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp1_ = text;
-#line 732 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (_tmp1_ != NULL) {
-#line 7252 "SearchFilter.c"
- const gchar* _tmp2_;
-#line 732 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp2_ = text;
-#line 732 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp0_ = _tmp2_;
-#line 7258 "SearchFilter.c"
+#line 734 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ if (text != NULL) {
+#line 734 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp0_ = text;
+#line 7696 "SearchFilter.c"
} else {
-#line 732 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 734 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = "";
-#line 7262 "SearchFilter.c"
+#line 7700 "SearchFilter.c"
}
-#line 732 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp3_ = self->priv->search_entry;
-#line 732 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_entry_set_text (G_TYPE_CHECK_INSTANCE_CAST (_tmp3_, gtk_entry_get_type (), GtkEntry), _tmp0_);
-#line 7268 "SearchFilter.c"
+#line 734 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp1_ = self->priv->search_entry;
+#line 734 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_entry_set_text (G_TYPE_CHECK_INSTANCE_CAST (_tmp1_, gtk_entry_get_type (), GtkEntry), _tmp0_);
+#line 7706 "SearchFilter.c"
}
-static void search_filter_toolbar_search_box_class_init (SearchFilterToolbarSearchBoxClass * klass) {
-#line 663 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+search_filter_toolbar_search_box_class_init (SearchFilterToolbarSearchBoxClass * klass)
+{
+#line 665 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_search_box_parent_class = g_type_class_peek_parent (klass);
-#line 663 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 665 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_type_class_add_private (klass, sizeof (SearchFilterToolbarSearchBoxPrivate));
-#line 663 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 665 "/home/jens/Source/shotwell/src/SearchFilter.vala"
G_OBJECT_CLASS (klass)->finalize = search_filter_toolbar_search_box_finalize;
-#line 7279 "SearchFilter.c"
+#line 7719 "SearchFilter.c"
}
-static void search_filter_toolbar_search_box_instance_init (SearchFilterToolbarSearchBox * self) {
-#line 663 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+search_filter_toolbar_search_box_instance_init (SearchFilterToolbarSearchBox * self)
+{
+#line 665 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv = SEARCH_FILTER_TOOLBAR_SEARCH_BOX_GET_PRIVATE (self);
-#line 7286 "SearchFilter.c"
+#line 7728 "SearchFilter.c"
}
-static void search_filter_toolbar_search_box_finalize (GObject * obj) {
+static void
+search_filter_toolbar_search_box_finalize (GObject * obj)
+{
SearchFilterToolbarSearchBox * self;
TextAction* _tmp0_;
guint _tmp1_;
@@ -7302,57 +7746,59 @@ static void search_filter_toolbar_search_box_finalize (GObject * obj) {
GtkEntryBuffer* _tmp11_;
GtkEntryBuffer* _tmp12_;
guint _tmp13_;
-#line 663 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 665 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (obj, SEARCH_FILTER_TOOLBAR_TYPE_SEARCH_BOX, SearchFilterToolbarSearchBox);
-#line 686 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 688 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = self->priv->action;
-#line 686 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 688 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_parse_name ("text-changed", TYPE_TEXT_ACTION, &_tmp1_, NULL, FALSE);
-#line 686 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 688 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_handlers_disconnect_matched (_tmp0_, G_SIGNAL_MATCH_ID | G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, _tmp1_, 0, NULL, (GCallback) _search_filter_toolbar_search_box_on_action_text_changed_text_action_text_changed, self);
-#line 687 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 689 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp2_ = self->priv->action;
-#line 687 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 689 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_parse_name ("sensitivity-changed", TYPE_TEXT_ACTION, &_tmp3_, NULL, FALSE);
-#line 687 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 689 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_handlers_disconnect_matched (_tmp2_, G_SIGNAL_MATCH_ID | G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, _tmp3_, 0, NULL, (GCallback) _search_filter_toolbar_search_box_on_sensitivity_changed_text_action_sensitivity_changed, self);
-#line 688 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 690 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp4_ = self->priv->action;
-#line 688 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 690 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_parse_name ("visibility-changed", TYPE_TEXT_ACTION, &_tmp5_, NULL, FALSE);
-#line 688 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_signal_handlers_disconnect_matched (_tmp4_, G_SIGNAL_MATCH_ID | G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, _tmp5_, 0, NULL, (GCallback) _search_filter_toolbar_search_box_on_visibility_changed_text_action_visibility_changed, self);
#line 690 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ g_signal_handlers_disconnect_matched (_tmp4_, G_SIGNAL_MATCH_ID | G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, _tmp5_, 0, NULL, (GCallback) _search_filter_toolbar_search_box_on_visibility_changed_text_action_visibility_changed, self);
+#line 692 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp6_ = self->priv->search_entry;
-#line 690 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 692 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp7_ = gtk_entry_get_buffer (G_TYPE_CHECK_INSTANCE_CAST (_tmp6_, gtk_entry_get_type (), GtkEntry));
-#line 690 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 692 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp8_ = _tmp7_;
-#line 690 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 692 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_parse_name ("deleted-text", gtk_entry_buffer_get_type (), &_tmp9_, NULL, FALSE);
-#line 690 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 692 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_handlers_disconnect_matched (_tmp8_, G_SIGNAL_MATCH_ID | G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, _tmp9_, 0, NULL, (GCallback) _search_filter_toolbar_search_box_on_entry_changed_gtk_entry_buffer_deleted_text, self);
-#line 691 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 693 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp10_ = self->priv->search_entry;
-#line 691 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 693 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp11_ = gtk_entry_get_buffer (G_TYPE_CHECK_INSTANCE_CAST (_tmp10_, gtk_entry_get_type (), GtkEntry));
-#line 691 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 693 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp12_ = _tmp11_;
-#line 691 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 693 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_parse_name ("inserted-text", gtk_entry_buffer_get_type (), &_tmp13_, NULL, FALSE);
-#line 691 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 693 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_handlers_disconnect_matched (_tmp12_, G_SIGNAL_MATCH_ID | G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, _tmp13_, 0, NULL, (GCallback) _search_filter_toolbar_search_box_on_entry_changed_gtk_entry_buffer_inserted_text, self);
-#line 664 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 666 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (self->priv->search_entry);
-#line 665 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 667 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_text_action_unref0 (self->priv->action);
-#line 663 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 665 "/home/jens/Source/shotwell/src/SearchFilter.vala"
G_OBJECT_CLASS (search_filter_toolbar_search_box_parent_class)->finalize (obj);
-#line 7352 "SearchFilter.c"
+#line 7796 "SearchFilter.c"
}
-GType search_filter_toolbar_search_box_get_type (void) {
+GType
+search_filter_toolbar_search_box_get_type (void)
+{
static volatile gsize search_filter_toolbar_search_box_type_id__volatile = 0;
if (g_once_init_enter (&search_filter_toolbar_search_box_type_id__volatile)) {
static const GTypeInfo g_define_type_info = { sizeof (SearchFilterToolbarSearchBoxClass), (GBaseInitFunc) NULL, (GBaseFinalizeFunc) NULL, (GClassInitFunc) search_filter_toolbar_search_box_class_init, (GClassFinalizeFunc) NULL, NULL, sizeof (SearchFilterToolbarSearchBox), 0, (GInstanceInitFunc) search_filter_toolbar_search_box_instance_init, NULL };
@@ -7364,7 +7810,10 @@ GType search_filter_toolbar_search_box_get_type (void) {
}
-SearchFilterToolbarRatingFilterButton* search_filter_toolbar_rating_filter_button_construct (GType object_type, GMenuModel* model) {
+SearchFilterToolbarRatingFilterButton*
+search_filter_toolbar_rating_filter_button_construct (GType object_type,
+ GMenuModel* model)
+{
SearchFilterToolbarRatingFilterButton * self = NULL;
GtkMenuButton* _tmp0_;
GtkMenuButton* _tmp1_;
@@ -7374,503 +7823,489 @@ SearchFilterToolbarRatingFilterButton* search_filter_toolbar_rating_filter_butto
GtkMenuButton* _tmp5_;
GtkMenuButton* _tmp6_;
GtkMenuButton* _tmp7_;
- GMenuModel* _tmp8_;
- GtkMenuButton* _tmp9_;
-#line 740 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ GtkMenuButton* _tmp8_;
+#line 742 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_val_if_fail (G_IS_MENU_MODEL (model), NULL);
-#line 740 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 742 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self = (SearchFilterToolbarRatingFilterButton*) g_object_new (object_type, NULL);
-#line 741 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 743 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = (GtkMenuButton*) gtk_menu_button_new ();
-#line 741 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 743 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_object_ref_sink (_tmp0_);
-#line 741 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 743 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (self->button);
-#line 741 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- self->button = _tmp0_;
#line 743 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ self->button = _tmp0_;
+#line 745 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp1_ = self->button;
-#line 743 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 745 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp2_ = search_filter_toolbar_rating_filter_button_get_filter_icon (self, RATING_FILTER_UNRATED_OR_HIGHER);
-#line 743 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 745 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp3_ = _tmp2_;
-#line 743 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 745 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_button_set_image (G_TYPE_CHECK_INSTANCE_CAST (_tmp1_, gtk_button_get_type (), GtkButton), _tmp3_);
-#line 743 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 745 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (_tmp3_);
-#line 744 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 746 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp4_ = self->button;
-#line 744 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 746 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_widget_set_can_focus (G_TYPE_CHECK_INSTANCE_CAST (_tmp4_, gtk_widget_get_type (), GtkWidget), FALSE);
-#line 745 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 747 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp5_ = self->button;
-#line 745 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 747 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_button_set_relief (G_TYPE_CHECK_INSTANCE_CAST (_tmp5_, gtk_button_get_type (), GtkButton), GTK_RELIEF_NONE);
-#line 746 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 748 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp6_ = self->button;
-#line 746 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 748 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_widget_set_margin_start (G_TYPE_CHECK_INSTANCE_CAST (_tmp6_, gtk_widget_get_type (), GtkWidget), 2);
-#line 747 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 749 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp7_ = self->button;
-#line 747 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp8_ = model;
-#line 747 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_menu_button_set_menu_model (_tmp7_, _tmp8_);
#line 749 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_tool_item_set_homogeneous (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_tool_item_get_type (), GtkToolItem), FALSE);
+ gtk_menu_button_set_menu_model (_tmp7_, model);
#line 751 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp9_ = self->button;
-#line 751 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_container_add (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_container_get_type (), GtkContainer), G_TYPE_CHECK_INSTANCE_CAST (_tmp9_, gtk_widget_get_type (), GtkWidget));
-#line 740 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_tool_item_set_homogeneous (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_tool_item_get_type (), GtkToolItem), FALSE);
+#line 753 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp8_ = self->button;
+#line 753 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_container_add (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_container_get_type (), GtkContainer), G_TYPE_CHECK_INSTANCE_CAST (_tmp8_, gtk_widget_get_type (), GtkWidget));
+#line 742 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return self;
-#line 7428 "SearchFilter.c"
+#line 7874 "SearchFilter.c"
}
-SearchFilterToolbarRatingFilterButton* search_filter_toolbar_rating_filter_button_new (GMenuModel* model) {
-#line 740 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+SearchFilterToolbarRatingFilterButton*
+search_filter_toolbar_rating_filter_button_new (GMenuModel* model)
+{
+#line 742 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return search_filter_toolbar_rating_filter_button_construct (SEARCH_FILTER_TOOLBAR_TYPE_RATING_FILTER_BUTTON, model);
-#line 7435 "SearchFilter.c"
+#line 7883 "SearchFilter.c"
}
-static GtkWidget* search_filter_toolbar_rating_filter_button_get_filter_icon (SearchFilterToolbarRatingFilterButton* self, RatingFilter filter) {
+static GtkWidget*
+search_filter_toolbar_rating_filter_button_get_filter_icon (SearchFilterToolbarRatingFilterButton* self,
+ RatingFilter filter)
+{
GtkWidget* result = NULL;
gchar* filename = NULL;
- RatingFilter _tmp0_;
GtkImage* image = NULL;
- const gchar* _tmp4_;
- RatingFilter _tmp5_;
- gint _tmp6_;
- GdkPixbuf* _tmp7_;
- GdkPixbuf* _tmp8_;
- GtkImage* _tmp9_;
- GtkImage* _tmp10_;
-#line 754 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ const gchar* _tmp3_;
+ GdkPixbuf* _tmp4_;
+ GdkPixbuf* _tmp5_;
+ GtkImage* _tmp6_;
+ GtkImage* _tmp7_;
+#line 756 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_val_if_fail (SEARCH_FILTER_TOOLBAR_IS_RATING_FILTER_BUTTON (self), NULL);
-#line 755 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- filename = NULL;
-#line 757 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp0_ = filter;
-#line 757 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- switch (_tmp0_) {
#line 757 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- case RATING_FILTER_REJECTED_OR_HIGHER:
-#line 7461 "SearchFilter.c"
- {
- gchar* _tmp1_;
+ filename = NULL;
#line 759 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp1_ = g_strdup (RESOURCES_ICON_FILTER_REJECTED_OR_BETTER);
+ switch (filter) {
#line 759 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ case RATING_FILTER_REJECTED_OR_HIGHER:
+#line 7907 "SearchFilter.c"
+ {
+ gchar* _tmp0_;
+#line 761 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp0_ = g_strdup (RESOURCES_ICON_FILTER_REJECTED_OR_BETTER);
+#line 761 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_free0 (filename);
-#line 759 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- filename = _tmp1_;
-#line 760 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 761 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ filename = _tmp0_;
+#line 762 "/home/jens/Source/shotwell/src/SearchFilter.vala"
break;
-#line 7472 "SearchFilter.c"
+#line 7918 "SearchFilter.c"
}
-#line 757 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 759 "/home/jens/Source/shotwell/src/SearchFilter.vala"
case RATING_FILTER_REJECTED_ONLY:
-#line 7476 "SearchFilter.c"
+#line 7922 "SearchFilter.c"
{
- gchar* _tmp2_;
-#line 763 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp2_ = g_strdup (RESOURCES_ICON_RATING_REJECTED);
-#line 763 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gchar* _tmp1_;
+#line 765 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp1_ = g_strdup (RESOURCES_ICON_RATING_REJECTED);
+#line 765 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_free0 (filename);
-#line 763 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- filename = _tmp2_;
-#line 764 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 765 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ filename = _tmp1_;
+#line 766 "/home/jens/Source/shotwell/src/SearchFilter.vala"
break;
-#line 7487 "SearchFilter.c"
+#line 7933 "SearchFilter.c"
}
default:
-#line 757 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 759 "/home/jens/Source/shotwell/src/SearchFilter.vala"
case RATING_FILTER_UNRATED_OR_HIGHER:
-#line 7492 "SearchFilter.c"
+#line 7938 "SearchFilter.c"
{
- gchar* _tmp3_;
-#line 768 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp3_ = g_strdup (RESOURCES_ICON_FILTER_UNRATED_OR_BETTER);
-#line 768 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gchar* _tmp2_;
+#line 770 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp2_ = g_strdup (RESOURCES_ICON_FILTER_UNRATED_OR_BETTER);
+#line 770 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_free0 (filename);
-#line 768 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- filename = _tmp3_;
-#line 769 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 770 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ filename = _tmp2_;
+#line 771 "/home/jens/Source/shotwell/src/SearchFilter.vala"
break;
-#line 7503 "SearchFilter.c"
+#line 7949 "SearchFilter.c"
}
}
-#line 772 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp4_ = filename;
-#line 772 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp5_ = filter;
-#line 772 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp6_ = search_filter_toolbar_rating_filter_button_get_filter_icon_size (self, _tmp5_);
-#line 772 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp7_ = resources_load_icon (_tmp4_, _tmp6_);
-#line 772 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp8_ = _tmp7_;
-#line 772 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp9_ = (GtkImage*) gtk_image_new_from_pixbuf (_tmp8_);
-#line 772 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_object_ref_sink (_tmp9_);
-#line 772 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp10_ = _tmp9_;
-#line 772 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _g_object_unref0 (_tmp8_);
-#line 772 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- image = _tmp10_;
#line 774 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_widget_set_margin_end (G_TYPE_CHECK_INSTANCE_CAST (image, gtk_widget_get_type (), GtkWidget), 6);
+ _tmp3_ = filename;
+#line 774 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp4_ = resources_load_icon (_tmp3_, search_filter_toolbar_rating_filter_button_get_filter_icon_size (self, filter));
+#line 774 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp5_ = _tmp4_;
+#line 774 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp6_ = (GtkImage*) gtk_image_new_from_pixbuf (_tmp5_);
+#line 774 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ g_object_ref_sink (_tmp6_);
+#line 774 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp7_ = _tmp6_;
+#line 774 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _g_object_unref0 (_tmp5_);
+#line 774 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ image = _tmp7_;
#line 776 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_widget_set_margin_end (G_TYPE_CHECK_INSTANCE_CAST (image, gtk_widget_get_type (), GtkWidget), 6);
+#line 778 "/home/jens/Source/shotwell/src/SearchFilter.vala"
result = G_TYPE_CHECK_INSTANCE_CAST (image, gtk_widget_get_type (), GtkWidget);
-#line 776 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 778 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_free0 (filename);
-#line 776 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 778 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 7534 "SearchFilter.c"
+#line 7976 "SearchFilter.c"
}
-static gint search_filter_toolbar_rating_filter_button_get_filter_icon_size (SearchFilterToolbarRatingFilterButton* self, RatingFilter filter) {
+static gint
+search_filter_toolbar_rating_filter_button_get_filter_icon_size (SearchFilterToolbarRatingFilterButton* self,
+ RatingFilter filter)
+{
gint result = 0;
gint icon_base = 0;
gint icon_star_base = 0;
gint icon_plus = 0;
- RatingFilter _tmp0_;
-#line 779 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 781 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_val_if_fail (SEARCH_FILTER_TOOLBAR_IS_RATING_FILTER_BUTTON (self), 0);
-#line 780 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 782 "/home/jens/Source/shotwell/src/SearchFilter.vala"
icon_base = (gint) (SEARCH_FILTER_TOOLBAR_FILTER_ICON_BASE_WIDTH * SEARCH_FILTER_TOOLBAR_FILTER_ICON_SCALE);
-#line 781 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 783 "/home/jens/Source/shotwell/src/SearchFilter.vala"
icon_star_base = (gint) (SEARCH_FILTER_TOOLBAR_FILTER_ICON_BASE_WIDTH * SEARCH_FILTER_TOOLBAR_FILTER_ICON_STAR_SCALE);
-#line 782 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- icon_plus = (gint) (SEARCH_FILTER_TOOLBAR_FILTER_ICON_PLUS_WIDTH * SEARCH_FILTER_TOOLBAR_FILTER_ICON_STAR_SCALE);
#line 784 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp0_ = filter;
-#line 784 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- switch (_tmp0_) {
-#line 784 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- case RATING_FILTER_ONE_OR_HIGHER:
-#line 7558 "SearchFilter.c"
- {
- gint _tmp1_;
- gint _tmp2_;
-#line 786 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp1_ = icon_star_base;
-#line 786 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp2_ = icon_plus;
+ icon_plus = (gint) (SEARCH_FILTER_TOOLBAR_FILTER_ICON_PLUS_WIDTH * SEARCH_FILTER_TOOLBAR_FILTER_ICON_STAR_SCALE);
#line 786 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- result = _tmp1_ + _tmp2_;
+ switch (filter) {
#line 786 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- return result;
-#line 7570 "SearchFilter.c"
- }
-#line 784 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- case RATING_FILTER_TWO_OR_HIGHER:
-#line 7574 "SearchFilter.c"
+ case RATING_FILTER_ONE_OR_HIGHER:
+#line 8000 "SearchFilter.c"
{
- gint _tmp3_;
- gint _tmp4_;
+ gint _tmp0_;
+ gint _tmp1_;
#line 788 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp3_ = icon_star_base;
+ _tmp0_ = icon_star_base;
#line 788 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp4_ = icon_plus;
+ _tmp1_ = icon_plus;
#line 788 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- result = (_tmp3_ * 2) + _tmp4_;
+ result = _tmp0_ + _tmp1_;
#line 788 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 7586 "SearchFilter.c"
+#line 8012 "SearchFilter.c"
}
-#line 784 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- case RATING_FILTER_THREE_OR_HIGHER:
-#line 7590 "SearchFilter.c"
+#line 786 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ case RATING_FILTER_TWO_OR_HIGHER:
+#line 8016 "SearchFilter.c"
{
- gint _tmp5_;
- gint _tmp6_;
+ gint _tmp2_;
+ gint _tmp3_;
#line 790 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp5_ = icon_star_base;
+ _tmp2_ = icon_star_base;
#line 790 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp6_ = icon_plus;
+ _tmp3_ = icon_plus;
#line 790 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- result = (_tmp5_ * 3) + _tmp6_;
+ result = (_tmp2_ * 2) + _tmp3_;
#line 790 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 7602 "SearchFilter.c"
+#line 8028 "SearchFilter.c"
}
-#line 784 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- case RATING_FILTER_FOUR_OR_HIGHER:
-#line 7606 "SearchFilter.c"
+#line 786 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ case RATING_FILTER_THREE_OR_HIGHER:
+#line 8032 "SearchFilter.c"
{
- gint _tmp7_;
- gint _tmp8_;
+ gint _tmp4_;
+ gint _tmp5_;
#line 792 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp7_ = icon_star_base;
+ _tmp4_ = icon_star_base;
#line 792 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp8_ = icon_plus;
+ _tmp5_ = icon_plus;
#line 792 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- result = (_tmp7_ * 4) + _tmp8_;
+ result = (_tmp4_ * 3) + _tmp5_;
#line 792 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 7618 "SearchFilter.c"
+#line 8044 "SearchFilter.c"
}
-#line 784 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 786 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ case RATING_FILTER_FOUR_OR_HIGHER:
+#line 8048 "SearchFilter.c"
+ {
+ gint _tmp6_;
+ gint _tmp7_;
+#line 794 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp6_ = icon_star_base;
+#line 794 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp7_ = icon_plus;
+#line 794 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ result = (_tmp6_ * 4) + _tmp7_;
+#line 794 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ return result;
+#line 8060 "SearchFilter.c"
+ }
+#line 786 "/home/jens/Source/shotwell/src/SearchFilter.vala"
case RATING_FILTER_FIVE_OR_HIGHER:
-#line 784 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 786 "/home/jens/Source/shotwell/src/SearchFilter.vala"
case RATING_FILTER_FIVE_ONLY:
-#line 7624 "SearchFilter.c"
+#line 8066 "SearchFilter.c"
{
- gint _tmp9_;
-#line 795 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp9_ = icon_star_base;
-#line 795 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- result = _tmp9_ * 5;
-#line 795 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gint _tmp8_;
+#line 797 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp8_ = icon_star_base;
+#line 797 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ result = _tmp8_ * 5;
+#line 797 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 7633 "SearchFilter.c"
+#line 8075 "SearchFilter.c"
}
-#line 784 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 786 "/home/jens/Source/shotwell/src/SearchFilter.vala"
case RATING_FILTER_REJECTED_OR_HIGHER:
-#line 7637 "SearchFilter.c"
+#line 8079 "SearchFilter.c"
{
-#line 797 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 799 "/home/jens/Source/shotwell/src/SearchFilter.vala"
result = RESOURCES_ICON_FILTER_REJECTED_OR_BETTER_FIXED_SIZE;
-#line 797 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 799 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 7643 "SearchFilter.c"
+#line 8085 "SearchFilter.c"
}
-#line 784 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 786 "/home/jens/Source/shotwell/src/SearchFilter.vala"
case RATING_FILTER_UNRATED_OR_HIGHER:
-#line 7647 "SearchFilter.c"
+#line 8089 "SearchFilter.c"
{
-#line 799 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 801 "/home/jens/Source/shotwell/src/SearchFilter.vala"
result = RESOURCES_ICON_FILTER_UNRATED_OR_BETTER_FIXED_SIZE;
-#line 799 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 801 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 7653 "SearchFilter.c"
+#line 8095 "SearchFilter.c"
}
-#line 784 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 786 "/home/jens/Source/shotwell/src/SearchFilter.vala"
case RATING_FILTER_REJECTED_ONLY:
-#line 7657 "SearchFilter.c"
+#line 8099 "SearchFilter.c"
{
-#line 801 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 803 "/home/jens/Source/shotwell/src/SearchFilter.vala"
result = icon_plus;
-#line 801 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 803 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 7663 "SearchFilter.c"
+#line 8105 "SearchFilter.c"
}
default:
{
-#line 803 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 805 "/home/jens/Source/shotwell/src/SearchFilter.vala"
result = icon_base;
-#line 803 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 805 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 7671 "SearchFilter.c"
+#line 8113 "SearchFilter.c"
}
}
}
-void search_filter_toolbar_rating_filter_button_set_filter_icon (SearchFilterToolbarRatingFilterButton* self, RatingFilter filter) {
+void
+search_filter_toolbar_rating_filter_button_set_filter_icon (SearchFilterToolbarRatingFilterButton* self,
+ RatingFilter filter)
+{
GtkMenuButton* _tmp0_;
- RatingFilter _tmp1_;
- RatingFilter _tmp12_;
- gint _tmp13_;
- RatingFilter _tmp14_;
- gchar* _tmp15_;
- gchar* _tmp16_;
-#line 807 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gchar* _tmp10_;
+ gchar* _tmp11_;
+#line 809 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (SEARCH_FILTER_TOOLBAR_IS_RATING_FILTER_BUTTON (self));
-#line 808 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 810 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = self->button;
-#line 808 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 810 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_button_set_always_show_image (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, gtk_button_get_type (), GtkButton), TRUE);
-#line 809 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp1_ = filter;
-#line 809 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- switch (_tmp1_) {
-#line 809 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- case RATING_FILTER_ONE_OR_HIGHER:
-#line 7697 "SearchFilter.c"
- {
- GtkMenuButton* _tmp2_;
#line 811 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp2_ = self->button;
+ switch (filter) {
#line 811 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_button_set_label (G_TYPE_CHECK_INSTANCE_CAST (_tmp2_, gtk_button_get_type (), GtkButton), _ ("★+ Rating"));
-#line 812 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ case RATING_FILTER_ONE_OR_HIGHER:
+#line 8136 "SearchFilter.c"
+ {
+ GtkMenuButton* _tmp1_;
+#line 813 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp1_ = self->button;
+#line 813 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_button_set_label (G_TYPE_CHECK_INSTANCE_CAST (_tmp1_, gtk_button_get_type (), GtkButton), _ ("★+ Rating"));
+#line 814 "/home/jens/Source/shotwell/src/SearchFilter.vala"
break;
-#line 7706 "SearchFilter.c"
+#line 8145 "SearchFilter.c"
}
-#line 809 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 811 "/home/jens/Source/shotwell/src/SearchFilter.vala"
case RATING_FILTER_TWO_OR_HIGHER:
-#line 7710 "SearchFilter.c"
+#line 8149 "SearchFilter.c"
{
- GtkMenuButton* _tmp3_;
-#line 814 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp3_ = self->button;
-#line 814 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_button_set_label (G_TYPE_CHECK_INSTANCE_CAST (_tmp3_, gtk_button_get_type (), GtkButton), _ ("★★+ Rating"));
-#line 815 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ GtkMenuButton* _tmp2_;
+#line 816 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp2_ = self->button;
+#line 816 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_button_set_label (G_TYPE_CHECK_INSTANCE_CAST (_tmp2_, gtk_button_get_type (), GtkButton), _ ("★★+ Rating"));
+#line 817 "/home/jens/Source/shotwell/src/SearchFilter.vala"
break;
-#line 7719 "SearchFilter.c"
+#line 8158 "SearchFilter.c"
}
-#line 809 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 811 "/home/jens/Source/shotwell/src/SearchFilter.vala"
case RATING_FILTER_THREE_OR_HIGHER:
-#line 7723 "SearchFilter.c"
+#line 8162 "SearchFilter.c"
{
- GtkMenuButton* _tmp4_;
-#line 817 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp4_ = self->button;
-#line 817 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_button_set_label (G_TYPE_CHECK_INSTANCE_CAST (_tmp4_, gtk_button_get_type (), GtkButton), _ ("★★★+ Rating"));
-#line 818 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ GtkMenuButton* _tmp3_;
+#line 819 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp3_ = self->button;
+#line 819 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_button_set_label (G_TYPE_CHECK_INSTANCE_CAST (_tmp3_, gtk_button_get_type (), GtkButton), _ ("★★★+ Rating"));
+#line 820 "/home/jens/Source/shotwell/src/SearchFilter.vala"
break;
-#line 7732 "SearchFilter.c"
+#line 8171 "SearchFilter.c"
}
-#line 809 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 811 "/home/jens/Source/shotwell/src/SearchFilter.vala"
case RATING_FILTER_FOUR_OR_HIGHER:
-#line 7736 "SearchFilter.c"
+#line 8175 "SearchFilter.c"
{
- GtkMenuButton* _tmp5_;
-#line 820 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp5_ = self->button;
-#line 820 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_button_set_label (G_TYPE_CHECK_INSTANCE_CAST (_tmp5_, gtk_button_get_type (), GtkButton), _ ("★★★★+ Rating"));
-#line 821 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ GtkMenuButton* _tmp4_;
+#line 822 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp4_ = self->button;
+#line 822 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_button_set_label (G_TYPE_CHECK_INSTANCE_CAST (_tmp4_, gtk_button_get_type (), GtkButton), _ ("★★★★+ Rating"));
+#line 823 "/home/jens/Source/shotwell/src/SearchFilter.vala"
break;
-#line 7745 "SearchFilter.c"
+#line 8184 "SearchFilter.c"
}
-#line 809 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 811 "/home/jens/Source/shotwell/src/SearchFilter.vala"
case RATING_FILTER_FIVE_ONLY:
-#line 809 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 811 "/home/jens/Source/shotwell/src/SearchFilter.vala"
case RATING_FILTER_FIVE_OR_HIGHER:
-#line 7751 "SearchFilter.c"
+#line 8190 "SearchFilter.c"
{
- GtkMenuButton* _tmp6_;
-#line 824 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp6_ = self->button;
-#line 824 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_button_set_label (G_TYPE_CHECK_INSTANCE_CAST (_tmp6_, gtk_button_get_type (), GtkButton), _ ("★★★★★+ Rating"));
-#line 825 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ GtkMenuButton* _tmp5_;
+#line 826 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp5_ = self->button;
+#line 826 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_button_set_label (G_TYPE_CHECK_INSTANCE_CAST (_tmp5_, gtk_button_get_type (), GtkButton), _ ("★★★★★+ Rating"));
+#line 827 "/home/jens/Source/shotwell/src/SearchFilter.vala"
break;
-#line 7760 "SearchFilter.c"
+#line 8199 "SearchFilter.c"
}
default:
{
+ GtkMenuButton* _tmp6_;
GtkMenuButton* _tmp7_;
- GtkMenuButton* _tmp8_;
- RatingFilter _tmp9_;
- GtkWidget* _tmp10_;
- GtkWidget* _tmp11_;
-#line 827 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp7_ = self->button;
-#line 827 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_button_set_label (G_TYPE_CHECK_INSTANCE_CAST (_tmp7_, gtk_button_get_type (), GtkButton), _ ("Rating"));
-#line 828 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp8_ = self->button;
-#line 828 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp9_ = filter;
-#line 828 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp10_ = search_filter_toolbar_rating_filter_button_get_filter_icon (self, _tmp9_);
-#line 828 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp11_ = _tmp10_;
-#line 828 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_button_set_image (G_TYPE_CHECK_INSTANCE_CAST (_tmp8_, gtk_button_get_type (), GtkButton), _tmp11_);
-#line 828 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _g_object_unref0 (_tmp11_);
+ GtkWidget* _tmp8_;
+ GtkWidget* _tmp9_;
+#line 829 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp6_ = self->button;
#line 829 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_button_set_label (G_TYPE_CHECK_INSTANCE_CAST (_tmp6_, gtk_button_get_type (), GtkButton), _ ("Rating"));
+#line 830 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp7_ = self->button;
+#line 830 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp8_ = search_filter_toolbar_rating_filter_button_get_filter_icon (self, filter);
+#line 830 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp9_ = _tmp8_;
+#line 830 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_button_set_image (G_TYPE_CHECK_INSTANCE_CAST (_tmp7_, gtk_button_get_type (), GtkButton), _tmp9_);
+#line 830 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _g_object_unref0 (_tmp9_);
+#line 831 "/home/jens/Source/shotwell/src/SearchFilter.vala"
break;
-#line 7787 "SearchFilter.c"
+#line 8223 "SearchFilter.c"
}
}
-#line 832 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp12_ = filter;
-#line 832 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp13_ = search_filter_toolbar_rating_filter_button_get_filter_button_size (self, _tmp12_);
-#line 832 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_widget_set_size_request (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_widget_get_type (), GtkWidget), _tmp13_, -1);
-#line 833 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp14_ = filter;
-#line 833 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp15_ = resources_get_rating_filter_tooltip (_tmp14_);
-#line 833 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp16_ = _tmp15_;
-#line 833 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_tool_item_set_tooltip_text (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_tool_item_get_type (), GtkToolItem), _tmp16_);
-#line 833 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _g_free0 (_tmp16_);
#line 834 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_widget_set_has_tooltip (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_widget_get_type (), GtkWidget), TRUE);
+ gtk_widget_set_size_request (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_widget_get_type (), GtkWidget), search_filter_toolbar_rating_filter_button_get_filter_button_size (self, filter), -1);
+#line 835 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp10_ = resources_get_rating_filter_tooltip (filter);
#line 835 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp11_ = _tmp10_;
+#line 835 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_tool_item_set_tooltip_text (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_tool_item_get_type (), GtkToolItem), _tmp11_);
+#line 835 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _g_free0 (_tmp11_);
+#line 836 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_widget_set_has_tooltip (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_widget_get_type (), GtkWidget), TRUE);
+#line 837 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_widget_show_all (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_widget_get_type (), GtkWidget));
-#line 7810 "SearchFilter.c"
+#line 8240 "SearchFilter.c"
}
-static gint search_filter_toolbar_rating_filter_button_get_filter_button_size (SearchFilterToolbarRatingFilterButton* self, RatingFilter filter) {
+static gint
+search_filter_toolbar_rating_filter_button_get_filter_button_size (SearchFilterToolbarRatingFilterButton* self,
+ RatingFilter filter)
+{
gint result = 0;
- RatingFilter _tmp0_;
- gint _tmp1_;
-#line 838 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 840 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_val_if_fail (SEARCH_FILTER_TOOLBAR_IS_RATING_FILTER_BUTTON (self), 0);
-#line 839 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp0_ = filter;
-#line 839 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp1_ = search_filter_toolbar_rating_filter_button_get_filter_icon_size (self, _tmp0_);
-#line 839 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- result = _tmp1_ + (2 * SEARCH_FILTER_TOOLBAR_FILTER_BUTTON_MARGIN);
-#line 839 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 841 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ result = search_filter_toolbar_rating_filter_button_get_filter_icon_size (self, filter) + (2 * SEARCH_FILTER_TOOLBAR_FILTER_BUTTON_MARGIN);
+#line 841 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 7828 "SearchFilter.c"
+#line 8255 "SearchFilter.c"
}
-void search_filter_toolbar_rating_filter_button_set_label (SearchFilterToolbarRatingFilterButton* self, const gchar* label) {
+void
+search_filter_toolbar_rating_filter_button_set_label (SearchFilterToolbarRatingFilterButton* self,
+ const gchar* label)
+{
GtkMenuButton* _tmp0_;
- const gchar* _tmp1_;
-#line 842 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 844 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (SEARCH_FILTER_TOOLBAR_IS_RATING_FILTER_BUTTON (self));
-#line 842 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 844 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (label != NULL);
-#line 843 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 845 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = self->button;
-#line 843 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp1_ = label;
-#line 843 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_button_set_label (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, gtk_button_get_type (), GtkButton), _tmp1_);
-#line 7845 "SearchFilter.c"
+#line 845 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_button_set_label (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, gtk_button_get_type (), GtkButton), label);
+#line 8272 "SearchFilter.c"
}
-static void search_filter_toolbar_rating_filter_button_class_init (SearchFilterToolbarRatingFilterButtonClass * klass) {
-#line 737 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+search_filter_toolbar_rating_filter_button_class_init (SearchFilterToolbarRatingFilterButtonClass * klass)
+{
+#line 739 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_rating_filter_button_parent_class = g_type_class_peek_parent (klass);
-#line 737 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 739 "/home/jens/Source/shotwell/src/SearchFilter.vala"
G_OBJECT_CLASS (klass)->finalize = search_filter_toolbar_rating_filter_button_finalize;
-#line 7854 "SearchFilter.c"
+#line 8283 "SearchFilter.c"
}
-static void search_filter_toolbar_rating_filter_button_instance_init (SearchFilterToolbarRatingFilterButton * self) {
+static void
+search_filter_toolbar_rating_filter_button_instance_init (SearchFilterToolbarRatingFilterButton * self)
+{
}
-static void search_filter_toolbar_rating_filter_button_finalize (GObject * obj) {
+static void
+search_filter_toolbar_rating_filter_button_finalize (GObject * obj)
+{
SearchFilterToolbarRatingFilterButton * self;
-#line 737 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 739 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (obj, SEARCH_FILTER_TOOLBAR_TYPE_RATING_FILTER_BUTTON, SearchFilterToolbarRatingFilterButton);
-#line 738 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 740 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (self->button);
-#line 737 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 739 "/home/jens/Source/shotwell/src/SearchFilter.vala"
G_OBJECT_CLASS (search_filter_toolbar_rating_filter_button_parent_class)->finalize (obj);
-#line 7870 "SearchFilter.c"
+#line 8303 "SearchFilter.c"
}
-GType search_filter_toolbar_rating_filter_button_get_type (void) {
+GType
+search_filter_toolbar_rating_filter_button_get_type (void)
+{
static volatile gsize search_filter_toolbar_rating_filter_button_type_id__volatile = 0;
if (g_once_init_enter (&search_filter_toolbar_rating_filter_button_type_id__volatile)) {
static const GTypeInfo g_define_type_info = { sizeof (SearchFilterToolbarRatingFilterButtonClass), (GBaseInitFunc) NULL, (GBaseFinalizeFunc) NULL, (GClassInitFunc) search_filter_toolbar_rating_filter_button_class_init, (GClassFinalizeFunc) NULL, NULL, sizeof (SearchFilterToolbarRatingFilterButton), 0, (GInstanceInitFunc) search_filter_toolbar_rating_filter_button_instance_init, NULL };
@@ -7882,14 +8317,19 @@ GType search_filter_toolbar_rating_filter_button_get_type (void) {
}
-static void _search_filter_toolbar_saved_search_filter_button_on_clicked_gtk_button_clicked (GtkButton* _sender, gpointer self) {
-#line 873 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+_search_filter_toolbar_saved_search_filter_button_on_clicked_gtk_button_clicked (GtkButton* _sender,
+ gpointer self)
+{
+#line 875 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_saved_search_filter_button_on_clicked ((SearchFilterToolbarSavedSearchFilterButton*) self);
-#line 7889 "SearchFilter.c"
+#line 8327 "SearchFilter.c"
}
-SearchFilterToolbarSavedSearchFilterButton* search_filter_toolbar_saved_search_filter_button_construct (GType object_type) {
+SearchFilterToolbarSavedSearchFilterButton*
+search_filter_toolbar_saved_search_filter_button_construct (GType object_type)
+{
SearchFilterToolbarSavedSearchFilterButton * self = NULL;
GtkToggleButton* _tmp0_;
GtkToggleButton* _tmp1_;
@@ -7899,162 +8339,176 @@ SearchFilterToolbarSavedSearchFilterButton* search_filter_toolbar_saved_search_f
GtkToggleButton* _tmp4_;
GtkToggleButton* _tmp5_;
GtkToggleButton* _tmp6_;
-#line 854 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 856 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self = (SearchFilterToolbarSavedSearchFilterButton*) g_object_new (object_type, NULL);
-#line 855 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 857 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = (GtkToggleButton*) gtk_toggle_button_new ();
-#line 855 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 857 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_object_ref_sink (_tmp0_);
-#line 855 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 857 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (self->button);
-#line 855 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 857 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->button = _tmp0_;
-#line 856 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp1_ = self->button;
-#line 856 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_button_set_always_show_image (G_TYPE_CHECK_INSTANCE_CAST (_tmp1_, gtk_button_get_type (), GtkButton), TRUE);
#line 858 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp2_ = (GtkImage*) gtk_image_new_from_icon_name ("edit-find", GTK_ICON_SIZE_SMALL_TOOLBAR);
+ _tmp1_ = self->button;
#line 858 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_button_set_always_show_image (G_TYPE_CHECK_INSTANCE_CAST (_tmp1_, gtk_button_get_type (), GtkButton), TRUE);
+#line 860 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp2_ = (GtkImage*) gtk_image_new_from_icon_name ("edit-find", (GtkIconSize) GTK_ICON_SIZE_SMALL_TOOLBAR);
+#line 860 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_object_ref_sink (_tmp2_);
-#line 858 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 860 "/home/jens/Source/shotwell/src/SearchFilter.vala"
image = _tmp2_;
-#line 859 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 861 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_widget_set_margin_end (G_TYPE_CHECK_INSTANCE_CAST (image, gtk_widget_get_type (), GtkWidget), 6);
-#line 860 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 862 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp3_ = self->button;
-#line 860 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 862 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_button_set_image (G_TYPE_CHECK_INSTANCE_CAST (_tmp3_, gtk_button_get_type (), GtkButton), G_TYPE_CHECK_INSTANCE_CAST (image, gtk_widget_get_type (), GtkWidget));
-#line 861 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 863 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp4_ = self->button;
-#line 861 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_widget_set_can_focus (G_TYPE_CHECK_INSTANCE_CAST (_tmp4_, gtk_widget_get_type (), GtkWidget), FALSE);
#line 863 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_widget_set_can_focus (G_TYPE_CHECK_INSTANCE_CAST (_tmp4_, gtk_widget_get_type (), GtkWidget), FALSE);
+#line 865 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp5_ = self->button;
-#line 863 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_signal_connect_object (G_TYPE_CHECK_INSTANCE_CAST (_tmp5_, gtk_button_get_type (), GtkButton), "clicked", (GCallback) _search_filter_toolbar_saved_search_filter_button_on_clicked_gtk_button_clicked, self, 0);
#line 865 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- search_filter_toolbar_saved_search_filter_button_restyle (self);
+ g_signal_connect_object (G_TYPE_CHECK_INSTANCE_CAST (_tmp5_, gtk_button_get_type (), GtkButton), "clicked", (GCallback) _search_filter_toolbar_saved_search_filter_button_on_clicked_gtk_button_clicked, self, 0);
#line 867 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_tool_item_set_homogeneous (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_tool_item_get_type (), GtkToolItem), FALSE);
+ search_filter_toolbar_saved_search_filter_button_restyle (self);
#line 869 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_tool_item_set_homogeneous (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_tool_item_get_type (), GtkToolItem), FALSE);
+#line 871 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp6_ = self->button;
-#line 869 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 871 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_container_add (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_container_get_type (), GtkContainer), G_TYPE_CHECK_INSTANCE_CAST (_tmp6_, gtk_widget_get_type (), GtkWidget));
-#line 854 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 856 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (image);
-#line 854 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 856 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return self;
-#line 7949 "SearchFilter.c"
+#line 8389 "SearchFilter.c"
}
-SearchFilterToolbarSavedSearchFilterButton* search_filter_toolbar_saved_search_filter_button_new (void) {
-#line 854 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+SearchFilterToolbarSavedSearchFilterButton*
+search_filter_toolbar_saved_search_filter_button_new (void)
+{
+#line 856 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return search_filter_toolbar_saved_search_filter_button_construct (SEARCH_FILTER_TOOLBAR_TYPE_SAVED_SEARCH_FILTER_BUTTON);
-#line 7956 "SearchFilter.c"
+#line 8398 "SearchFilter.c"
}
-static void search_filter_toolbar_saved_search_filter_button_on_clicked (SearchFilterToolbarSavedSearchFilterButton* self) {
-#line 876 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+search_filter_toolbar_saved_search_filter_button_on_clicked (SearchFilterToolbarSavedSearchFilterButton* self)
+{
+#line 878 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (SEARCH_FILTER_TOOLBAR_IS_SAVED_SEARCH_FILTER_BUTTON (self));
-#line 877 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 879 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_emit (self, search_filter_toolbar_saved_search_filter_button_signals[SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_FILTER_BUTTON_CLICKED_SIGNAL], 0);
-#line 7965 "SearchFilter.c"
+#line 8409 "SearchFilter.c"
}
-void search_filter_toolbar_saved_search_filter_button_set_active (SearchFilterToolbarSavedSearchFilterButton* self, gboolean active) {
+void
+search_filter_toolbar_saved_search_filter_button_set_active (SearchFilterToolbarSavedSearchFilterButton* self,
+ gboolean active)
+{
GtkToggleButton* _tmp0_;
- gboolean _tmp1_;
-#line 880 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 882 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (SEARCH_FILTER_TOOLBAR_IS_SAVED_SEARCH_FILTER_BUTTON (self));
-#line 881 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 883 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = self->button;
-#line 881 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp1_ = active;
-#line 881 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_toggle_button_set_active (_tmp0_, _tmp1_);
-#line 7980 "SearchFilter.c"
+#line 883 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_toggle_button_set_active (_tmp0_, active);
+#line 8424 "SearchFilter.c"
}
-void search_filter_toolbar_saved_search_filter_button_set_label (SearchFilterToolbarSavedSearchFilterButton* self, const gchar* label) {
+void
+search_filter_toolbar_saved_search_filter_button_set_label (SearchFilterToolbarSavedSearchFilterButton* self,
+ const gchar* label)
+{
GtkToggleButton* _tmp0_;
- const gchar* _tmp1_;
-#line 884 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 886 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (SEARCH_FILTER_TOOLBAR_IS_SAVED_SEARCH_FILTER_BUTTON (self));
-#line 884 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 886 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (label != NULL);
-#line 885 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 887 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = self->button;
-#line 885 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp1_ = label;
-#line 885 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_button_set_label (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, gtk_button_get_type (), GtkButton), _tmp1_);
-#line 7997 "SearchFilter.c"
+#line 887 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_button_set_label (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, gtk_button_get_type (), GtkButton), label);
+#line 8441 "SearchFilter.c"
}
-void search_filter_toolbar_saved_search_filter_button_restyle (SearchFilterToolbarSavedSearchFilterButton* self) {
+void
+search_filter_toolbar_saved_search_filter_button_restyle (SearchFilterToolbarSavedSearchFilterButton* self)
+{
GtkToggleButton* _tmp0_;
GtkToggleButton* _tmp1_;
-#line 888 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 890 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (SEARCH_FILTER_TOOLBAR_IS_SAVED_SEARCH_FILTER_BUTTON (self));
-#line 889 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 891 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = self->button;
-#line 889 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 891 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_widget_set_size_request (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, gtk_widget_get_type (), GtkWidget), 24, 24);
-#line 890 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 892 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp1_ = self->button;
-#line 890 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 892 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_button_set_relief (G_TYPE_CHECK_INSTANCE_CAST (_tmp1_, gtk_button_get_type (), GtkButton), GTK_RELIEF_NONE);
-#line 8014 "SearchFilter.c"
+#line 8460 "SearchFilter.c"
}
-static void search_filter_toolbar_saved_search_filter_button_class_init (SearchFilterToolbarSavedSearchFilterButtonClass * klass) {
-#line 848 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+search_filter_toolbar_saved_search_filter_button_class_init (SearchFilterToolbarSavedSearchFilterButtonClass * klass)
+{
+#line 850 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_saved_search_filter_button_parent_class = g_type_class_peek_parent (klass);
-#line 848 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 850 "/home/jens/Source/shotwell/src/SearchFilter.vala"
G_OBJECT_CLASS (klass)->finalize = search_filter_toolbar_saved_search_filter_button_finalize;
-#line 848 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 850 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_saved_search_filter_button_signals[SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_FILTER_BUTTON_CLICKED_SIGNAL] = g_signal_new ("clicked", SEARCH_FILTER_TOOLBAR_TYPE_SAVED_SEARCH_FILTER_BUTTON, G_SIGNAL_RUN_LAST, 0, NULL, NULL, g_cclosure_marshal_VOID__VOID, G_TYPE_NONE, 0);
-#line 8025 "SearchFilter.c"
+#line 8473 "SearchFilter.c"
}
-static void search_filter_toolbar_saved_search_filter_button_instance_init (SearchFilterToolbarSavedSearchFilterButton * self) {
-#line 849 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+search_filter_toolbar_saved_search_filter_button_instance_init (SearchFilterToolbarSavedSearchFilterButton * self)
+{
+#line 851 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->filter_popup = NULL;
-#line 8032 "SearchFilter.c"
+#line 8482 "SearchFilter.c"
}
-static void search_filter_toolbar_saved_search_filter_button_finalize (GObject * obj) {
+static void
+search_filter_toolbar_saved_search_filter_button_finalize (GObject * obj)
+{
SearchFilterToolbarSavedSearchFilterButton * self;
GtkToggleButton* _tmp0_;
guint _tmp1_;
-#line 848 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 850 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (obj, SEARCH_FILTER_TOOLBAR_TYPE_SAVED_SEARCH_FILTER_BUTTON, SearchFilterToolbarSavedSearchFilterButton);
-#line 873 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 875 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = self->button;
-#line 873 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 875 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_parse_name ("clicked", gtk_button_get_type (), &_tmp1_, NULL, FALSE);
-#line 873 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 875 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_handlers_disconnect_matched (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, gtk_button_get_type (), GtkButton), G_SIGNAL_MATCH_ID | G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, _tmp1_, 0, NULL, (GCallback) _search_filter_toolbar_saved_search_filter_button_on_clicked_gtk_button_clicked, self);
-#line 849 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 851 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_search_filter_toolbar_saved_search_popover_unref0 (self->filter_popup);
-#line 850 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 852 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (self->button);
-#line 848 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 850 "/home/jens/Source/shotwell/src/SearchFilter.vala"
G_OBJECT_CLASS (search_filter_toolbar_saved_search_filter_button_parent_class)->finalize (obj);
-#line 8054 "SearchFilter.c"
+#line 8506 "SearchFilter.c"
}
-GType search_filter_toolbar_saved_search_filter_button_get_type (void) {
+GType
+search_filter_toolbar_saved_search_filter_button_get_type (void)
+{
static volatile gsize search_filter_toolbar_saved_search_filter_button_type_id__volatile = 0;
if (g_once_init_enter (&search_filter_toolbar_saved_search_filter_button_type_id__volatile)) {
static const GTypeInfo g_define_type_info = { sizeof (SearchFilterToolbarSavedSearchFilterButtonClass), (GBaseInitFunc) NULL, (GBaseFinalizeFunc) NULL, (GClassInitFunc) search_filter_toolbar_saved_search_filter_button_class_init, (GClassFinalizeFunc) NULL, NULL, sizeof (SearchFilterToolbarSavedSearchFilterButton), 0, (GInstanceInitFunc) search_filter_toolbar_saved_search_filter_button_instance_init, NULL };
@@ -8066,877 +8520,923 @@ GType search_filter_toolbar_saved_search_filter_button_get_type (void) {
}
-static void _search_filter_toolbar_saved_search_popover_on_edit_click_search_filter_toolbar_saved_search_popover_data_button_clicked (SearchFilterToolbarSavedSearchPopoverDataButton* _sender, SavedSearch* search, gpointer self) {
-#line 975 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+_search_filter_toolbar_saved_search_popover_on_edit_click_search_filter_toolbar_saved_search_popover_data_button_clicked (SearchFilterToolbarSavedSearchPopoverDataButton* _sender,
+ SavedSearch* search,
+ gpointer self)
+{
+#line 977 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_saved_search_popover_on_edit_click ((SearchFilterToolbarSavedSearchPopover*) self, search);
-#line 8073 "SearchFilter.c"
+#line 8531 "SearchFilter.c"
}
-static void _search_filter_toolbar_saved_search_popover_on_delete_click_search_filter_toolbar_saved_search_popover_data_button_clicked (SearchFilterToolbarSavedSearchPopoverDataButton* _sender, SavedSearch* search, gpointer self) {
-#line 976 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+_search_filter_toolbar_saved_search_popover_on_delete_click_search_filter_toolbar_saved_search_popover_data_button_clicked (SearchFilterToolbarSavedSearchPopoverDataButton* _sender,
+ SavedSearch* search,
+ gpointer self)
+{
+#line 978 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_saved_search_popover_on_delete_click ((SearchFilterToolbarSavedSearchPopover*) self, search);
-#line 8080 "SearchFilter.c"
+#line 8542 "SearchFilter.c"
}
-static void _search_filter_toolbar_saved_search_popover_on_add_click_gtk_button_clicked (GtkButton* _sender, gpointer self) {
-#line 977 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+_search_filter_toolbar_saved_search_popover_on_add_click_gtk_button_clicked (GtkButton* _sender,
+ gpointer self)
+{
+#line 979 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_saved_search_popover_on_add_click ((SearchFilterToolbarSavedSearchPopover*) self);
-#line 8087 "SearchFilter.c"
+#line 8552 "SearchFilter.c"
}
-static void _search_filter_toolbar_saved_search_popover_on_activate_row_gtk_list_box_row_activated (GtkListBox* _sender, GtkListBoxRow* row, gpointer self) {
-#line 978 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+_search_filter_toolbar_saved_search_popover_on_activate_row_gtk_list_box_row_activated (GtkListBox* _sender,
+ GtkListBoxRow* row,
+ gpointer self)
+{
+#line 980 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_saved_search_popover_on_activate_row ((SearchFilterToolbarSavedSearchPopover*) self, row);
-#line 8094 "SearchFilter.c"
+#line 8563 "SearchFilter.c"
}
-static void _search_filter_toolbar_saved_search_popover_on_popover_closed_gtk_popover_closed (GtkPopover* _sender, gpointer self) {
-#line 979 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+_search_filter_toolbar_saved_search_popover_on_popover_closed_gtk_popover_closed (GtkPopover* _sender,
+ gpointer self)
+{
+#line 981 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_saved_search_popover_on_popover_closed ((SearchFilterToolbarSavedSearchPopover*) self);
-#line 8101 "SearchFilter.c"
+#line 8573 "SearchFilter.c"
}
-static void _vala_array_add134 (SearchFilterToolbarSavedSearchPopoverDataButton** * array, int* length, int* size, SearchFilterToolbarSavedSearchPopoverDataButton* value) {
-#line 955 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+_vala_array_add134 (SearchFilterToolbarSavedSearchPopoverDataButton** * array,
+ int* length,
+ int* size,
+ SearchFilterToolbarSavedSearchPopoverDataButton* value)
+{
+#line 957 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if ((*length) == (*size)) {
-#line 955 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 957 "/home/jens/Source/shotwell/src/SearchFilter.vala"
*size = (*size) ? (2 * (*size)) : 4;
-#line 955 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 957 "/home/jens/Source/shotwell/src/SearchFilter.vala"
*array = g_renew (SearchFilterToolbarSavedSearchPopoverDataButton*, *array, (*size) + 1);
-#line 8112 "SearchFilter.c"
+#line 8589 "SearchFilter.c"
}
-#line 955 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 957 "/home/jens/Source/shotwell/src/SearchFilter.vala"
(*array)[(*length)++] = value;
-#line 955 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 957 "/home/jens/Source/shotwell/src/SearchFilter.vala"
(*array)[*length] = NULL;
-#line 8118 "SearchFilter.c"
+#line 8595 "SearchFilter.c"
}
-static void _vala_array_add135 (SearchFilterToolbarSavedSearchPopoverDataButton** * array, int* length, int* size, SearchFilterToolbarSavedSearchPopoverDataButton* value) {
-#line 960 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+_vala_array_add135 (SearchFilterToolbarSavedSearchPopoverDataButton** * array,
+ int* length,
+ int* size,
+ SearchFilterToolbarSavedSearchPopoverDataButton* value)
+{
+#line 962 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if ((*length) == (*size)) {
-#line 960 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 962 "/home/jens/Source/shotwell/src/SearchFilter.vala"
*size = (*size) ? (2 * (*size)) : 4;
-#line 960 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 962 "/home/jens/Source/shotwell/src/SearchFilter.vala"
*array = g_renew (SearchFilterToolbarSavedSearchPopoverDataButton*, *array, (*size) + 1);
-#line 8129 "SearchFilter.c"
+#line 8611 "SearchFilter.c"
}
-#line 960 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 962 "/home/jens/Source/shotwell/src/SearchFilter.vala"
(*array)[(*length)++] = value;
-#line 960 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 962 "/home/jens/Source/shotwell/src/SearchFilter.vala"
(*array)[*length] = NULL;
-#line 8135 "SearchFilter.c"
+#line 8617 "SearchFilter.c"
}
-SearchFilterToolbarSavedSearchPopover* search_filter_toolbar_saved_search_popover_construct (GType object_type, GtkWidget* relative_to) {
+SearchFilterToolbarSavedSearchPopover*
+search_filter_toolbar_saved_search_popover_construct (GType object_type,
+ GtkWidget* relative_to)
+{
SearchFilterToolbarSavedSearchPopover* self = NULL;
- GtkWidget* _tmp0_;
+ GtkPopover* _tmp0_;
GtkPopover* _tmp1_;
- GtkPopover* _tmp2_;
- GtkListBox* _tmp3_;
+ GtkListBox* _tmp2_;
+ SearchFilterToolbarSavedSearchPopoverDataButton** _tmp3_;
SearchFilterToolbarSavedSearchPopoverDataButton** _tmp4_;
- SearchFilterToolbarSavedSearchPopoverDataButton** _tmp5_;
- GtkButton* _tmp44_;
+ GtkButton* _tmp42_;
+ GtkButton* _tmp43_;
+ GtkListBox* _tmp44_;
GtkButton* _tmp45_;
GtkListBox* _tmp46_;
- GtkButton* _tmp47_;
- GtkListBox* _tmp48_;
+ GtkListBox* _tmp47_;
+ GtkPopover* _tmp48_;
GtkListBox* _tmp49_;
- GtkPopover* _tmp50_;
- GtkListBox* _tmp51_;
-#line 938 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_return_val_if_fail (GTK_IS_WIDGET (relative_to), NULL);
-#line 938 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- self = (SearchFilterToolbarSavedSearchPopover*) g_type_create_instance (object_type);
-#line 939 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp0_ = relative_to;
-#line 939 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp1_ = (GtkPopover*) gtk_popover_new (_tmp0_);
-#line 939 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_object_ref_sink (_tmp1_);
-#line 939 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _g_object_unref0 (self->priv->popover);
-#line 939 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- self->priv->popover = _tmp1_;
#line 940 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp2_ = self->priv->popover;
+ g_return_val_if_fail (GTK_IS_WIDGET (relative_to), NULL);
#line 940 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_signal_connect (_tmp2_, "closed", (GCallback) _search_filter_toolbar_saved_search_popover_on_popover_closed_gtk_popover_closed, self);
+ self = (SearchFilterToolbarSavedSearchPopover*) g_type_create_instance (object_type);
#line 941 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp3_ = (GtkListBox*) gtk_list_box_new ();
+ _tmp0_ = (GtkPopover*) gtk_popover_new (relative_to);
#line 941 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_object_ref_sink (_tmp3_);
+ g_object_ref_sink (_tmp0_);
#line 941 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _g_object_unref0 (self->priv->list_box);
+ _g_object_unref0 (self->priv->popover);
#line 941 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- self->priv->list_box = _tmp3_;
-#line 942 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp4_ = g_new0 (SearchFilterToolbarSavedSearchPopoverDataButton*, 0 + 1);
-#line 942 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- self->priv->edit_buttons = (_vala_array_free (self->priv->edit_buttons, self->priv->edit_buttons_length1, (GDestroyNotify) g_object_unref), NULL);
+ self->priv->popover = _tmp0_;
#line 942 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- self->priv->edit_buttons = _tmp4_;
+ _tmp1_ = self->priv->popover;
#line 942 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- self->priv->edit_buttons_length1 = 0;
-#line 942 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- self->priv->_edit_buttons_size_ = self->priv->edit_buttons_length1;
+ g_signal_connect (_tmp1_, "closed", (GCallback) _search_filter_toolbar_saved_search_popover_on_popover_closed_gtk_popover_closed, self);
#line 943 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp5_ = g_new0 (SearchFilterToolbarSavedSearchPopoverDataButton*, 0 + 1);
+ _tmp2_ = (GtkListBox*) gtk_list_box_new ();
#line 943 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- self->priv->delete_buttons = (_vala_array_free (self->priv->delete_buttons, self->priv->delete_buttons_length1, (GDestroyNotify) g_object_unref), NULL);
+ g_object_ref_sink (_tmp2_);
#line 943 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- self->priv->delete_buttons = _tmp5_;
+ _g_object_unref0 (self->priv->list_box);
#line 943 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ self->priv->list_box = _tmp2_;
+#line 944 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp3_ = g_new0 (SearchFilterToolbarSavedSearchPopoverDataButton*, 0 + 1);
+#line 944 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ self->priv->edit_buttons = (_vala_array_free (self->priv->edit_buttons, self->priv->edit_buttons_length1, (GDestroyNotify) g_object_unref), NULL);
+#line 944 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ self->priv->edit_buttons = _tmp3_;
+#line 944 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ self->priv->edit_buttons_length1 = 0;
+#line 944 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ self->priv->_edit_buttons_size_ = self->priv->edit_buttons_length1;
+#line 945 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp4_ = g_new0 (SearchFilterToolbarSavedSearchPopoverDataButton*, 0 + 1);
+#line 945 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ self->priv->delete_buttons = (_vala_array_free (self->priv->delete_buttons, self->priv->delete_buttons_length1, (GDestroyNotify) g_object_unref), NULL);
+#line 945 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ self->priv->delete_buttons = _tmp4_;
+#line 945 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->delete_buttons_length1 = 0;
-#line 943 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 945 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->_delete_buttons_size_ = self->priv->delete_buttons_length1;
-#line 8201 "SearchFilter.c"
+#line 8683 "SearchFilter.c"
{
GeeIterator* _search_it = NULL;
+ SavedSearchTable* _tmp5_;
SavedSearchTable* _tmp6_;
- SavedSearchTable* _tmp7_;
+ GeeCollection* _tmp7_;
GeeCollection* _tmp8_;
- GeeCollection* _tmp9_;
+ GeeIterator* _tmp9_;
GeeIterator* _tmp10_;
- GeeIterator* _tmp11_;
-#line 945 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp6_ = saved_search_table_get_instance ();
-#line 945 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp7_ = _tmp6_;
-#line 945 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp8_ = saved_search_table_get_all (_tmp7_);
-#line 945 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp9_ = _tmp8_;
-#line 945 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp10_ = gee_iterable_iterator (G_TYPE_CHECK_INSTANCE_CAST (_tmp9_, GEE_TYPE_ITERABLE, GeeIterable));
-#line 945 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp11_ = _tmp10_;
-#line 945 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _g_object_unref0 (_tmp9_);
-#line 945 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _saved_search_table_unref0 (_tmp7_);
-#line 945 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _search_it = _tmp11_;
-#line 945 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 947 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp5_ = saved_search_table_get_instance ();
+#line 947 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp6_ = _tmp5_;
+#line 947 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp7_ = saved_search_table_get_all (_tmp6_);
+#line 947 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp8_ = _tmp7_;
+#line 947 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp9_ = gee_iterable_iterator (G_TYPE_CHECK_INSTANCE_CAST (_tmp8_, GEE_TYPE_ITERABLE, GeeIterable));
+#line 947 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp10_ = _tmp9_;
+#line 947 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _g_object_unref0 (_tmp8_);
+#line 947 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _saved_search_table_unref0 (_tmp6_);
+#line 947 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _search_it = _tmp10_;
+#line 947 "/home/jens/Source/shotwell/src/SearchFilter.vala"
while (TRUE) {
-#line 8230 "SearchFilter.c"
- GeeIterator* _tmp12_;
- gboolean _tmp13_;
+#line 8712 "SearchFilter.c"
+ GeeIterator* _tmp11_;
SavedSearch* search = NULL;
- GeeIterator* _tmp14_;
- gpointer _tmp15_;
+ GeeIterator* _tmp12_;
+ gpointer _tmp13_;
GtkBox* row = NULL;
- GtkBox* _tmp16_;
- GtkBox* _tmp17_;
+ GtkBox* _tmp14_;
+ GtkBox* _tmp15_;
GtkLabel* label = NULL;
- SavedSearch* _tmp18_;
- gchar* _tmp19_;
- gchar* _tmp20_;
+ SavedSearch* _tmp16_;
+ gchar* _tmp17_;
+ gchar* _tmp18_;
+ GtkLabel* _tmp19_;
+ GtkLabel* _tmp20_;
GtkLabel* _tmp21_;
- GtkLabel* _tmp22_;
+ GtkBox* _tmp22_;
GtkLabel* _tmp23_;
- GtkBox* _tmp24_;
- GtkLabel* _tmp25_;
SearchFilterToolbarSavedSearchPopoverDataButton* delete_button = NULL;
- SavedSearch* _tmp26_;
+ SavedSearch* _tmp24_;
+ SearchFilterToolbarSavedSearchPopoverDataButton* _tmp25_;
+ GtkBox* _tmp26_;
SearchFilterToolbarSavedSearchPopoverDataButton* _tmp27_;
- GtkBox* _tmp28_;
- SearchFilterToolbarSavedSearchPopoverDataButton* _tmp29_;
+ SearchFilterToolbarSavedSearchPopoverDataButton* _tmp28_;
+ SearchFilterToolbarSavedSearchPopoverDataButton** _tmp29_;
+ gint _tmp29__length1;
SearchFilterToolbarSavedSearchPopoverDataButton* _tmp30_;
- SearchFilterToolbarSavedSearchPopoverDataButton** _tmp31_;
- gint _tmp31__length1;
- SearchFilterToolbarSavedSearchPopoverDataButton* _tmp32_;
- SearchFilterToolbarSavedSearchPopoverDataButton* _tmp33_;
+ SearchFilterToolbarSavedSearchPopoverDataButton* _tmp31_;
SearchFilterToolbarSavedSearchPopoverDataButton* edit_button = NULL;
- SavedSearch* _tmp34_;
+ SavedSearch* _tmp32_;
+ SearchFilterToolbarSavedSearchPopoverDataButton* _tmp33_;
+ GtkBox* _tmp34_;
SearchFilterToolbarSavedSearchPopoverDataButton* _tmp35_;
- GtkBox* _tmp36_;
- SearchFilterToolbarSavedSearchPopoverDataButton* _tmp37_;
+ SearchFilterToolbarSavedSearchPopoverDataButton* _tmp36_;
+ SearchFilterToolbarSavedSearchPopoverDataButton** _tmp37_;
+ gint _tmp37__length1;
SearchFilterToolbarSavedSearchPopoverDataButton* _tmp38_;
- SearchFilterToolbarSavedSearchPopoverDataButton** _tmp39_;
- gint _tmp39__length1;
- SearchFilterToolbarSavedSearchPopoverDataButton* _tmp40_;
- SearchFilterToolbarSavedSearchPopoverDataButton* _tmp41_;
- GtkListBox* _tmp42_;
- GtkBox* _tmp43_;
-#line 945 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp12_ = _search_it;
-#line 945 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp13_ = gee_iterator_next (_tmp12_);
-#line 945 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (!_tmp13_) {
-#line 945 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ SearchFilterToolbarSavedSearchPopoverDataButton* _tmp39_;
+ GtkListBox* _tmp40_;
+ GtkBox* _tmp41_;
+#line 947 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp11_ = _search_it;
+#line 947 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ if (!gee_iterator_next (_tmp11_)) {
+#line 947 "/home/jens/Source/shotwell/src/SearchFilter.vala"
break;
-#line 8278 "SearchFilter.c"
+#line 8757 "SearchFilter.c"
}
-#line 945 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp14_ = _search_it;
-#line 945 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp15_ = gee_iterator_get (_tmp14_);
-#line 945 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- search = (SavedSearch*) _tmp15_;
-#line 946 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp16_ = (GtkBox*) gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 1);
-#line 946 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_object_ref_sink (_tmp16_);
-#line 946 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- row = _tmp16_;
#line 947 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp17_ = row;
+ _tmp12_ = _search_it;
#line 947 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_box_set_homogeneous (_tmp17_, FALSE);
-#line 948 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp18_ = search;
-#line 948 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp19_ = data_object_get_name (G_TYPE_CHECK_INSTANCE_CAST (_tmp18_, TYPE_DATA_OBJECT, DataObject));
-#line 948 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp20_ = _tmp19_;
-#line 948 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp21_ = (GtkLabel*) gtk_label_new (_tmp20_);
-#line 948 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_object_ref_sink (_tmp21_);
+ _tmp13_ = gee_iterator_get (_tmp12_);
+#line 947 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ search = (SavedSearch*) _tmp13_;
#line 948 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp22_ = _tmp21_;
+ _tmp14_ = (GtkBox*) gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 1);
#line 948 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _g_free0 (_tmp20_);
+ g_object_ref_sink (_tmp14_);
#line 948 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- label = _tmp22_;
+ row = _tmp14_;
#line 949 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp23_ = label;
+ _tmp15_ = row;
#line 949 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_widget_set_halign (G_TYPE_CHECK_INSTANCE_CAST (_tmp23_, gtk_widget_get_type (), GtkWidget), GTK_ALIGN_START);
+ gtk_box_set_homogeneous (_tmp15_, FALSE);
#line 950 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp24_ = row;
+ _tmp16_ = search;
#line 950 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp25_ = label;
+ _tmp17_ = data_object_get_name (G_TYPE_CHECK_INSTANCE_CAST (_tmp16_, TYPE_DATA_OBJECT, DataObject));
#line 950 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_box_pack_start (_tmp24_, G_TYPE_CHECK_INSTANCE_CAST (_tmp25_, gtk_widget_get_type (), GtkWidget), TRUE, TRUE, (guint) 3);
-#line 952 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp26_ = search;
+ _tmp18_ = _tmp17_;
+#line 950 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp19_ = (GtkLabel*) gtk_label_new (_tmp18_);
+#line 950 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ g_object_ref_sink (_tmp19_);
+#line 950 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp20_ = _tmp19_;
+#line 950 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _g_free0 (_tmp18_);
+#line 950 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ label = _tmp20_;
+#line 951 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp21_ = label;
+#line 951 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_widget_set_halign (G_TYPE_CHECK_INSTANCE_CAST (_tmp21_, gtk_widget_get_type (), GtkWidget), GTK_ALIGN_START);
#line 952 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp27_ = search_filter_toolbar_saved_search_popover_data_button_new (_tmp26_, "edit-delete-symbolic");
+ _tmp22_ = row;
#line 952 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_object_ref_sink (_tmp27_);
+ _tmp23_ = label;
#line 952 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- delete_button = _tmp27_;
-#line 953 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp28_ = row;
-#line 953 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp29_ = delete_button;
-#line 953 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_box_pack_end (_tmp28_, G_TYPE_CHECK_INSTANCE_CAST (_tmp29_, gtk_widget_get_type (), GtkWidget), FALSE, FALSE, (guint) 0);
+ gtk_box_pack_start (_tmp22_, G_TYPE_CHECK_INSTANCE_CAST (_tmp23_, gtk_widget_get_type (), GtkWidget), TRUE, TRUE, (guint) 3);
#line 954 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp30_ = delete_button;
+ _tmp24_ = search;
#line 954 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_signal_connect (_tmp30_, "clicked", (GCallback) _search_filter_toolbar_saved_search_popover_on_delete_click_search_filter_toolbar_saved_search_popover_data_button_clicked, self);
-#line 955 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp31_ = self->priv->delete_buttons;
-#line 955 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp31__length1 = self->priv->delete_buttons_length1;
+ _tmp25_ = search_filter_toolbar_saved_search_popover_data_button_new (_tmp24_, "edit-delete-symbolic");
+#line 954 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ g_object_ref_sink (_tmp25_);
+#line 954 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ delete_button = _tmp25_;
#line 955 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp32_ = delete_button;
+ _tmp26_ = row;
#line 955 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp33_ = _g_object_ref0 (_tmp32_);
+ _tmp27_ = delete_button;
#line 955 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _vala_array_add134 (&self->priv->delete_buttons, &self->priv->delete_buttons_length1, &self->priv->_delete_buttons_size_, _tmp33_);
+ gtk_box_pack_end (_tmp26_, G_TYPE_CHECK_INSTANCE_CAST (_tmp27_, gtk_widget_get_type (), GtkWidget), FALSE, FALSE, (guint) 0);
+#line 956 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp28_ = delete_button;
+#line 956 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ g_signal_connect (_tmp28_, "clicked", (GCallback) _search_filter_toolbar_saved_search_popover_on_delete_click_search_filter_toolbar_saved_search_popover_data_button_clicked, self);
#line 957 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp34_ = search;
+ _tmp29_ = self->priv->delete_buttons;
#line 957 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp35_ = search_filter_toolbar_saved_search_popover_data_button_new (_tmp34_, "text-editor-symbolic");
+ _tmp29__length1 = self->priv->delete_buttons_length1;
#line 957 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_object_ref_sink (_tmp35_);
+ _tmp30_ = delete_button;
+#line 957 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp31_ = _g_object_ref0 (_tmp30_);
#line 957 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- edit_button = _tmp35_;
-#line 958 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp36_ = row;
-#line 958 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp37_ = edit_button;
-#line 958 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_box_pack_end (_tmp36_, G_TYPE_CHECK_INSTANCE_CAST (_tmp37_, gtk_widget_get_type (), GtkWidget), FALSE, FALSE, (guint) 0);
+ _vala_array_add134 (&self->priv->delete_buttons, &self->priv->delete_buttons_length1, &self->priv->_delete_buttons_size_, _tmp31_);
#line 959 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp38_ = edit_button;
+ _tmp32_ = search;
#line 959 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_signal_connect (_tmp38_, "clicked", (GCallback) _search_filter_toolbar_saved_search_popover_on_edit_click_search_filter_toolbar_saved_search_popover_data_button_clicked, self);
-#line 960 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp39_ = self->priv->edit_buttons;
-#line 960 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp39__length1 = self->priv->edit_buttons_length1;
+ _tmp33_ = search_filter_toolbar_saved_search_popover_data_button_new (_tmp32_, "text-editor-symbolic");
+#line 959 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ g_object_ref_sink (_tmp33_);
+#line 959 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ edit_button = _tmp33_;
#line 960 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp40_ = edit_button;
+ _tmp34_ = row;
#line 960 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp41_ = _g_object_ref0 (_tmp40_);
+ _tmp35_ = edit_button;
#line 960 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _vala_array_add135 (&self->priv->edit_buttons, &self->priv->edit_buttons_length1, &self->priv->_edit_buttons_size_, _tmp41_);
+ gtk_box_pack_end (_tmp34_, G_TYPE_CHECK_INSTANCE_CAST (_tmp35_, gtk_widget_get_type (), GtkWidget), FALSE, FALSE, (guint) 0);
+#line 961 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp36_ = edit_button;
+#line 961 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ g_signal_connect (_tmp36_, "clicked", (GCallback) _search_filter_toolbar_saved_search_popover_on_edit_click_search_filter_toolbar_saved_search_popover_data_button_clicked, self);
#line 962 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp42_ = self->priv->list_box;
+ _tmp37_ = self->priv->edit_buttons;
#line 962 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp43_ = row;
+ _tmp37__length1 = self->priv->edit_buttons_length1;
#line 962 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_list_box_insert (_tmp42_, G_TYPE_CHECK_INSTANCE_CAST (_tmp43_, gtk_widget_get_type (), GtkWidget), -1);
-#line 945 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp38_ = edit_button;
+#line 962 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp39_ = _g_object_ref0 (_tmp38_);
+#line 962 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _vala_array_add135 (&self->priv->edit_buttons, &self->priv->edit_buttons_length1, &self->priv->_edit_buttons_size_, _tmp39_);
+#line 964 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp40_ = self->priv->list_box;
+#line 964 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp41_ = row;
+#line 964 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_list_box_insert (_tmp40_, G_TYPE_CHECK_INSTANCE_CAST (_tmp41_, gtk_widget_get_type (), GtkWidget), -1);
+#line 947 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (edit_button);
-#line 945 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 947 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (delete_button);
-#line 945 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 947 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (label);
-#line 945 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 947 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (row);
-#line 945 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 947 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (search);
-#line 8394 "SearchFilter.c"
+#line 8873 "SearchFilter.c"
}
-#line 945 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 947 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (_search_it);
-#line 8398 "SearchFilter.c"
+#line 8877 "SearchFilter.c"
}
-#line 964 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp44_ = (GtkButton*) gtk_button_new_from_icon_name ("list-add-symbolic", GTK_ICON_SIZE_BUTTON);
-#line 964 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_object_ref_sink (_tmp44_);
-#line 964 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _g_object_unref0 (self->priv->add);
-#line 964 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- self->priv->add = _tmp44_;
-#line 965 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp45_ = self->priv->add;
-#line 965 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_signal_connect (_tmp45_, "clicked", (GCallback) _search_filter_toolbar_saved_search_popover_on_add_click_gtk_button_clicked, self);
#line 966 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp46_ = self->priv->list_box;
+ _tmp42_ = (GtkButton*) gtk_button_new_from_icon_name ("list-add-symbolic", (GtkIconSize) GTK_ICON_SIZE_BUTTON);
#line 966 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp47_ = self->priv->add;
+ g_object_ref_sink (_tmp42_);
#line 966 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_list_box_insert (_tmp46_, G_TYPE_CHECK_INSTANCE_CAST (_tmp47_, gtk_widget_get_type (), GtkWidget), -1);
+ _g_object_unref0 (self->priv->add);
+#line 966 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ self->priv->add = _tmp42_;
#line 967 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp48_ = self->priv->list_box;
+ _tmp43_ = self->priv->add;
#line 967 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_signal_connect (_tmp48_, "row-activated", (GCallback) _search_filter_toolbar_saved_search_popover_on_activate_row_gtk_list_box_row_activated, self);
+ g_signal_connect (_tmp43_, "clicked", (GCallback) _search_filter_toolbar_saved_search_popover_on_add_click_gtk_button_clicked, self);
#line 968 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp49_ = self->priv->list_box;
+ _tmp44_ = self->priv->list_box;
#line 968 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_list_box_set_selection_mode (_tmp49_, GTK_SELECTION_NONE);
-#line 969 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp50_ = self->priv->popover;
+ _tmp45_ = self->priv->add;
+#line 968 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_list_box_insert (_tmp44_, G_TYPE_CHECK_INSTANCE_CAST (_tmp45_, gtk_widget_get_type (), GtkWidget), -1);
#line 969 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp51_ = self->priv->list_box;
+ _tmp46_ = self->priv->list_box;
#line 969 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_container_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp50_, gtk_container_get_type (), GtkContainer), G_TYPE_CHECK_INSTANCE_CAST (_tmp51_, gtk_widget_get_type (), GtkWidget));
+ g_signal_connect (_tmp46_, "row-activated", (GCallback) _search_filter_toolbar_saved_search_popover_on_activate_row_gtk_list_box_row_activated, self);
+#line 970 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp47_ = self->priv->list_box;
+#line 970 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_list_box_set_selection_mode (_tmp47_, GTK_SELECTION_NONE);
+#line 971 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp48_ = self->priv->popover;
#line 971 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp49_ = self->priv->list_box;
+#line 971 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_container_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp48_, gtk_container_get_type (), GtkContainer), G_TYPE_CHECK_INSTANCE_CAST (_tmp49_, gtk_widget_get_type (), GtkWidget));
+#line 973 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_saved_search_popover_restyle (self);
-#line 938 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 940 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return self;
-#line 8436 "SearchFilter.c"
+#line 8915 "SearchFilter.c"
}
-SearchFilterToolbarSavedSearchPopover* search_filter_toolbar_saved_search_popover_new (GtkWidget* relative_to) {
-#line 938 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+SearchFilterToolbarSavedSearchPopover*
+search_filter_toolbar_saved_search_popover_new (GtkWidget* relative_to)
+{
+#line 940 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return search_filter_toolbar_saved_search_popover_construct (SEARCH_FILTER_TOOLBAR_TYPE_SAVED_SEARCH_POPOVER, relative_to);
-#line 8443 "SearchFilter.c"
+#line 8924 "SearchFilter.c"
}
-void search_filter_toolbar_saved_search_popover_restyle (SearchFilterToolbarSavedSearchPopover* self) {
+void
+search_filter_toolbar_saved_search_popover_restyle (SearchFilterToolbarSavedSearchPopover* self)
+{
GtkButton* _tmp0_;
SearchFilterToolbarSavedSearchPopoverDataButton** _tmp1_;
gint _tmp1__length1;
SearchFilterToolbarSavedSearchPopoverDataButton** _tmp4_;
gint _tmp4__length1;
-#line 982 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 984 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (SEARCH_FILTER_TOOLBAR_IS_SAVED_SEARCH_POPOVER (self));
-#line 983 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 985 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = self->priv->add;
-#line 983 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 985 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_button_set_relief (_tmp0_, GTK_RELIEF_NONE);
-#line 984 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 986 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp1_ = self->priv->edit_buttons;
-#line 984 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 986 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp1__length1 = self->priv->edit_buttons_length1;
-#line 8463 "SearchFilter.c"
+#line 8946 "SearchFilter.c"
{
SearchFilterToolbarSavedSearchPopoverDataButton** button_collection = NULL;
gint button_collection_length1 = 0;
gint _button_collection_size_ = 0;
gint button_it = 0;
-#line 984 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 986 "/home/jens/Source/shotwell/src/SearchFilter.vala"
button_collection = _tmp1_;
-#line 984 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 986 "/home/jens/Source/shotwell/src/SearchFilter.vala"
button_collection_length1 = _tmp1__length1;
-#line 984 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 986 "/home/jens/Source/shotwell/src/SearchFilter.vala"
for (button_it = 0; button_it < _tmp1__length1; button_it = button_it + 1) {
-#line 8475 "SearchFilter.c"
+#line 8958 "SearchFilter.c"
SearchFilterToolbarSavedSearchPopoverDataButton* _tmp2_;
SearchFilterToolbarSavedSearchPopoverDataButton* button = NULL;
-#line 984 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 986 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp2_ = _g_object_ref0 (button_collection[button_it]);
-#line 984 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 986 "/home/jens/Source/shotwell/src/SearchFilter.vala"
button = _tmp2_;
-#line 8482 "SearchFilter.c"
+#line 8965 "SearchFilter.c"
{
SearchFilterToolbarSavedSearchPopoverDataButton* _tmp3_;
-#line 984 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 986 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp3_ = button;
-#line 984 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 986 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_saved_search_popover_data_button_restyle (_tmp3_);
-#line 984 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 986 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (button);
-#line 8491 "SearchFilter.c"
+#line 8974 "SearchFilter.c"
}
}
}
-#line 985 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 987 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp4_ = self->priv->delete_buttons;
-#line 985 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 987 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp4__length1 = self->priv->delete_buttons_length1;
-#line 8499 "SearchFilter.c"
+#line 8982 "SearchFilter.c"
{
SearchFilterToolbarSavedSearchPopoverDataButton** button_collection = NULL;
gint button_collection_length1 = 0;
gint _button_collection_size_ = 0;
gint button_it = 0;
-#line 985 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 987 "/home/jens/Source/shotwell/src/SearchFilter.vala"
button_collection = _tmp4_;
-#line 985 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 987 "/home/jens/Source/shotwell/src/SearchFilter.vala"
button_collection_length1 = _tmp4__length1;
-#line 985 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 987 "/home/jens/Source/shotwell/src/SearchFilter.vala"
for (button_it = 0; button_it < _tmp4__length1; button_it = button_it + 1) {
-#line 8511 "SearchFilter.c"
+#line 8994 "SearchFilter.c"
SearchFilterToolbarSavedSearchPopoverDataButton* _tmp5_;
SearchFilterToolbarSavedSearchPopoverDataButton* button = NULL;
-#line 985 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 987 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp5_ = _g_object_ref0 (button_collection[button_it]);
-#line 985 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 987 "/home/jens/Source/shotwell/src/SearchFilter.vala"
button = _tmp5_;
-#line 8518 "SearchFilter.c"
+#line 9001 "SearchFilter.c"
{
SearchFilterToolbarSavedSearchPopoverDataButton* _tmp6_;
-#line 985 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 987 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp6_ = button;
-#line 985 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 987 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_saved_search_popover_data_button_restyle (_tmp6_);
-#line 985 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 987 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (button);
-#line 8527 "SearchFilter.c"
+#line 9010 "SearchFilter.c"
}
}
}
}
-static gboolean search_filter_toolbar_saved_search_popover_is_search_row (SearchFilterToolbarSavedSearchPopover* self, GtkListBoxRow* row) {
+static gboolean
+search_filter_toolbar_saved_search_popover_is_search_row (SearchFilterToolbarSavedSearchPopover* self,
+ GtkListBoxRow* row)
+{
gboolean result = FALSE;
- GtkListBoxRow* _tmp0_;
- GtkListBoxRow* _tmp1_;
+ GList* _tmp0_;
+ GList* _tmp1_;
GList* _tmp2_;
- GList* _tmp3_;
- GList* _tmp4_;
- gconstpointer _tmp5_;
- gboolean _tmp6_;
-#line 988 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gconstpointer _tmp3_;
+ gboolean _tmp4_;
+#line 990 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_val_if_fail (SEARCH_FILTER_TOOLBAR_IS_SAVED_SEARCH_POPOVER (self), FALSE);
-#line 988 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 990 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_val_if_fail ((row == NULL) || GTK_IS_LIST_BOX_ROW (row), FALSE);
-#line 989 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp0_ = row;
-#line 989 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (_tmp0_ == NULL) {
-#line 989 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 991 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ if (row == NULL) {
+#line 991 "/home/jens/Source/shotwell/src/SearchFilter.vala"
result = FALSE;
-#line 989 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 991 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 8555 "SearchFilter.c"
+#line 9037 "SearchFilter.c"
}
-#line 990 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp1_ = row;
-#line 990 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp2_ = gtk_container_get_children (G_TYPE_CHECK_INSTANCE_CAST (_tmp1_, gtk_container_get_type (), GtkContainer));
-#line 990 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp3_ = _tmp2_;
-#line 990 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp4_ = g_list_last (_tmp3_);
-#line 990 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp5_ = _tmp4_->data;
-#line 990 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp6_ = G_TYPE_CHECK_INSTANCE_TYPE ((GtkWidget*) _tmp5_, gtk_button_get_type ());
-#line 990 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _g_list_free0 (_tmp3_);
-#line 990 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (_tmp6_) {
-#line 990 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 992 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp0_ = gtk_container_get_children (G_TYPE_CHECK_INSTANCE_CAST (row, gtk_container_get_type (), GtkContainer));
+#line 992 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp1_ = _tmp0_;
+#line 992 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp2_ = g_list_last (_tmp1_);
+#line 992 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp3_ = _tmp2_->data;
+#line 992 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp4_ = G_TYPE_CHECK_INSTANCE_TYPE ((GtkWidget*) _tmp3_, gtk_button_get_type ());
+#line 992 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _g_list_free0 (_tmp1_);
+#line 992 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ if (_tmp4_) {
+#line 992 "/home/jens/Source/shotwell/src/SearchFilter.vala"
result = FALSE;
-#line 990 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 992 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 8577 "SearchFilter.c"
+#line 9057 "SearchFilter.c"
}
-#line 991 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 993 "/home/jens/Source/shotwell/src/SearchFilter.vala"
result = TRUE;
-#line 991 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 993 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 8583 "SearchFilter.c"
+#line 9063 "SearchFilter.c"
}
-static SavedSearch* search_filter_toolbar_saved_search_popover_get_search (SearchFilterToolbarSavedSearchPopover* self, GtkListBoxRow* row) {
+static SavedSearch*
+search_filter_toolbar_saved_search_popover_get_search (SearchFilterToolbarSavedSearchPopover* self,
+ GtkListBoxRow* row)
+{
SavedSearch* result = NULL;
SearchFilterToolbarSavedSearchPopoverDataButton* button = NULL;
- GtkListBoxRow* _tmp0_;
+ GList* _tmp0_;
GList* _tmp1_;
GList* _tmp2_;
- GList* _tmp3_;
- gconstpointer _tmp4_;
- GtkWidget* _tmp5_;
+ gconstpointer _tmp3_;
+ GtkWidget* _tmp4_;
+ GList* _tmp5_;
GList* _tmp6_;
GList* _tmp7_;
- GList* _tmp8_;
- gconstpointer _tmp9_;
- GtkWidget* _tmp10_;
+ gconstpointer _tmp8_;
+ GtkWidget* _tmp9_;
+ SearchFilterToolbarSavedSearchPopoverDataButton* _tmp10_;
SearchFilterToolbarSavedSearchPopoverDataButton* _tmp11_;
- SearchFilterToolbarSavedSearchPopoverDataButton* _tmp12_;
+ SavedSearch* _tmp12_;
SavedSearch* _tmp13_;
SavedSearch* _tmp14_;
- SavedSearch* _tmp15_;
-#line 994 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_return_val_if_fail (SEARCH_FILTER_TOOLBAR_IS_SAVED_SEARCH_POPOVER (self), NULL);
-#line 994 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_return_val_if_fail (GTK_IS_LIST_BOX_ROW (row), NULL);
-#line 995 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp0_ = row;
-#line 995 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp1_ = gtk_container_get_children (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, gtk_container_get_type (), GtkContainer));
-#line 995 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp2_ = _tmp1_;
-#line 995 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp3_ = g_list_first (_tmp2_);
-#line 995 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp4_ = _tmp3_->data;
-#line 995 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp5_ = (GtkWidget*) _tmp4_;
-#line 995 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp6_ = gtk_container_get_children (G_TYPE_CHECK_INSTANCE_CAST (G_TYPE_CHECK_INSTANCE_TYPE (_tmp5_, gtk_box_get_type ()) ? ((GtkBox*) _tmp5_) : NULL, gtk_container_get_type (), GtkContainer));
-#line 995 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp7_ = _tmp6_;
-#line 995 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp8_ = g_list_last (_tmp7_);
-#line 995 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp9_ = _tmp8_->data;
-#line 995 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp10_ = (GtkWidget*) _tmp9_;
-#line 995 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp11_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_TYPE (_tmp10_, SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_TYPE_DATA_BUTTON) ? ((SearchFilterToolbarSavedSearchPopoverDataButton*) _tmp10_) : NULL);
-#line 995 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp12_ = _tmp11_;
-#line 995 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _g_list_free0 (_tmp7_);
-#line 995 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _g_list_free0 (_tmp2_);
-#line 995 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- button = _tmp12_;
-#line 996 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp13_ = search_filter_toolbar_saved_search_popover_data_button_get_search (button);
-#line 996 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp14_ = _tmp13_;
-#line 996 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp15_ = _g_object_ref0 (_tmp14_);
#line 996 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- result = _tmp15_;
+ g_return_val_if_fail (SEARCH_FILTER_TOOLBAR_IS_SAVED_SEARCH_POPOVER (self), NULL);
#line 996 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ g_return_val_if_fail (GTK_IS_LIST_BOX_ROW (row), NULL);
+#line 997 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp0_ = gtk_container_get_children (G_TYPE_CHECK_INSTANCE_CAST (row, gtk_container_get_type (), GtkContainer));
+#line 997 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp1_ = _tmp0_;
+#line 997 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp2_ = g_list_first (_tmp1_);
+#line 997 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp3_ = _tmp2_->data;
+#line 997 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp4_ = (GtkWidget*) _tmp3_;
+#line 997 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp5_ = gtk_container_get_children (G_TYPE_CHECK_INSTANCE_CAST (G_TYPE_CHECK_INSTANCE_TYPE (_tmp4_, gtk_box_get_type ()) ? ((GtkBox*) _tmp4_) : NULL, gtk_container_get_type (), GtkContainer));
+#line 997 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp6_ = _tmp5_;
+#line 997 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp7_ = g_list_last (_tmp6_);
+#line 997 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp8_ = _tmp7_->data;
+#line 997 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp9_ = (GtkWidget*) _tmp8_;
+#line 997 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp10_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_TYPE (_tmp9_, SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_TYPE_DATA_BUTTON) ? ((SearchFilterToolbarSavedSearchPopoverDataButton*) _tmp9_) : NULL);
+#line 997 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp11_ = _tmp10_;
+#line 997 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _g_list_free0 (_tmp6_);
+#line 997 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _g_list_free0 (_tmp1_);
+#line 997 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ button = _tmp11_;
+#line 998 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp12_ = search_filter_toolbar_saved_search_popover_data_button_get_search (button);
+#line 998 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp13_ = _tmp12_;
+#line 998 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp14_ = _g_object_ref0 (_tmp13_);
+#line 998 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ result = _tmp14_;
+#line 998 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (button);
-#line 996 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 998 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 8654 "SearchFilter.c"
+#line 9134 "SearchFilter.c"
}
-static void search_filter_toolbar_saved_search_popover_on_activate_row (SearchFilterToolbarSavedSearchPopover* self, GtkListBoxRow* row) {
- GtkListBoxRow* _tmp0_;
- gboolean _tmp1_;
- GtkPopover* _tmp5_;
-#line 999 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_return_if_fail (SEARCH_FILTER_TOOLBAR_IS_SAVED_SEARCH_POPOVER (self));
-#line 999 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_return_if_fail ((row == NULL) || GTK_IS_LIST_BOX_ROW (row));
-#line 1000 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp0_ = row;
-#line 1000 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp1_ = search_filter_toolbar_saved_search_popover_is_search_row (self, _tmp0_);
-#line 1000 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- if (_tmp1_) {
-#line 8672 "SearchFilter.c"
- GtkListBoxRow* _tmp2_;
- SavedSearch* _tmp3_;
- SavedSearch* _tmp4_;
-#line 1001 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp2_ = row;
-#line 1001 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp3_ = search_filter_toolbar_saved_search_popover_get_search (self, _tmp2_);
-#line 1001 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp4_ = _tmp3_;
+static void
+search_filter_toolbar_saved_search_popover_on_activate_row (SearchFilterToolbarSavedSearchPopover* self,
+ GtkListBoxRow* row)
+{
+ GtkPopover* _tmp2_;
#line 1001 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_signal_emit (self, search_filter_toolbar_saved_search_popover_signals[SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_SEARCH_ACTIVATED_SIGNAL], 0, _tmp4_);
+ g_return_if_fail (SEARCH_FILTER_TOOLBAR_IS_SAVED_SEARCH_POPOVER (self));
#line 1001 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _g_object_unref0 (_tmp4_);
-#line 8686 "SearchFilter.c"
- }
-#line 1002 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp5_ = self->priv->popover;
+ g_return_if_fail ((row == NULL) || GTK_IS_LIST_BOX_ROW (row));
#line 1002 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_widget_hide (G_TYPE_CHECK_INSTANCE_CAST (_tmp5_, gtk_widget_get_type (), GtkWidget));
-#line 8692 "SearchFilter.c"
+ if (search_filter_toolbar_saved_search_popover_is_search_row (self, row)) {
+#line 9149 "SearchFilter.c"
+ SavedSearch* _tmp0_;
+ SavedSearch* _tmp1_;
+#line 1003 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp0_ = search_filter_toolbar_saved_search_popover_get_search (self, row);
+#line 1003 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp1_ = _tmp0_;
+#line 1003 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ g_signal_emit (self, search_filter_toolbar_saved_search_popover_signals[SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_SEARCH_ACTIVATED_SIGNAL], 0, _tmp1_);
+#line 1003 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _g_object_unref0 (_tmp1_);
+#line 9160 "SearchFilter.c"
+ }
+#line 1004 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp2_ = self->priv->popover;
+#line 1004 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_widget_hide (G_TYPE_CHECK_INSTANCE_CAST (_tmp2_, gtk_widget_get_type (), GtkWidget));
+#line 9166 "SearchFilter.c"
}
-static void search_filter_toolbar_saved_search_popover_on_edit_click (SearchFilterToolbarSavedSearchPopover* self, SavedSearch* search) {
- SavedSearch* _tmp0_;
-#line 1005 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+search_filter_toolbar_saved_search_popover_on_edit_click (SearchFilterToolbarSavedSearchPopover* self,
+ SavedSearch* search)
+{
+#line 1007 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (SEARCH_FILTER_TOOLBAR_IS_SAVED_SEARCH_POPOVER (self));
-#line 1005 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1007 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SAVED_SEARCH (search));
-#line 1006 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp0_ = search;
-#line 1006 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_signal_emit (self, search_filter_toolbar_saved_search_popover_signals[SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_EDIT_CLICKED_SIGNAL], 0, _tmp0_);
-#line 8706 "SearchFilter.c"
+#line 1008 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ g_signal_emit (self, search_filter_toolbar_saved_search_popover_signals[SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_EDIT_CLICKED_SIGNAL], 0, search);
+#line 9180 "SearchFilter.c"
}
-static void search_filter_toolbar_saved_search_popover_on_delete_click (SearchFilterToolbarSavedSearchPopover* self, SavedSearch* search) {
- SavedSearch* _tmp0_;
-#line 1009 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+search_filter_toolbar_saved_search_popover_on_delete_click (SearchFilterToolbarSavedSearchPopover* self,
+ SavedSearch* search)
+{
+#line 1011 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (SEARCH_FILTER_TOOLBAR_IS_SAVED_SEARCH_POPOVER (self));
-#line 1009 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1011 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (IS_SAVED_SEARCH (search));
-#line 1010 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp0_ = search;
-#line 1010 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_signal_emit (self, search_filter_toolbar_saved_search_popover_signals[SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_DELETE_CLICKED_SIGNAL], 0, _tmp0_);
-#line 8720 "SearchFilter.c"
+#line 1012 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ g_signal_emit (self, search_filter_toolbar_saved_search_popover_signals[SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_DELETE_CLICKED_SIGNAL], 0, search);
+#line 9194 "SearchFilter.c"
}
-static void search_filter_toolbar_saved_search_popover_on_add_click (SearchFilterToolbarSavedSearchPopover* self) {
-#line 1013 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+search_filter_toolbar_saved_search_popover_on_add_click (SearchFilterToolbarSavedSearchPopover* self)
+{
+#line 1015 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (SEARCH_FILTER_TOOLBAR_IS_SAVED_SEARCH_POPOVER (self));
-#line 1014 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1016 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_emit (self, search_filter_toolbar_saved_search_popover_signals[SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_ADD_CLICKED_SIGNAL], 0);
-#line 8729 "SearchFilter.c"
+#line 9205 "SearchFilter.c"
}
-static void search_filter_toolbar_saved_search_popover_on_popover_closed (SearchFilterToolbarSavedSearchPopover* self) {
-#line 1017 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+search_filter_toolbar_saved_search_popover_on_popover_closed (SearchFilterToolbarSavedSearchPopover* self)
+{
+#line 1019 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (SEARCH_FILTER_TOOLBAR_IS_SAVED_SEARCH_POPOVER (self));
-#line 1018 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1020 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_emit (self, search_filter_toolbar_saved_search_popover_signals[SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_CLOSED_SIGNAL], 0);
-#line 8738 "SearchFilter.c"
+#line 9216 "SearchFilter.c"
}
-void search_filter_toolbar_saved_search_popover_show_all (SearchFilterToolbarSavedSearchPopover* self) {
+void
+search_filter_toolbar_saved_search_popover_show_all (SearchFilterToolbarSavedSearchPopover* self)
+{
GtkPopover* _tmp0_;
-#line 1021 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1023 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (SEARCH_FILTER_TOOLBAR_IS_SAVED_SEARCH_POPOVER (self));
-#line 1022 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1024 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = self->priv->popover;
-#line 1022 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1024 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_widget_show_all (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, gtk_widget_get_type (), GtkWidget));
-#line 8750 "SearchFilter.c"
+#line 9230 "SearchFilter.c"
}
-void search_filter_toolbar_saved_search_popover_hide (SearchFilterToolbarSavedSearchPopover* self) {
+void
+search_filter_toolbar_saved_search_popover_hide (SearchFilterToolbarSavedSearchPopover* self)
+{
GtkPopover* _tmp0_;
-#line 1025 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1027 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (SEARCH_FILTER_TOOLBAR_IS_SAVED_SEARCH_POPOVER (self));
-#line 1026 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1028 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = self->priv->popover;
-#line 1026 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1028 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_widget_hide (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, gtk_widget_get_type (), GtkWidget));
-#line 8762 "SearchFilter.c"
+#line 9244 "SearchFilter.c"
}
-static void _search_filter_toolbar_saved_search_popover_data_button_on_click_gtk_button_clicked (GtkButton* _sender, gpointer self) {
-#line 925 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+_search_filter_toolbar_saved_search_popover_data_button_on_click_gtk_button_clicked (GtkButton* _sender,
+ gpointer self)
+{
+#line 927 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_saved_search_popover_data_button_on_click ((SearchFilterToolbarSavedSearchPopoverDataButton*) self);
-#line 8769 "SearchFilter.c"
+#line 9254 "SearchFilter.c"
}
-static SearchFilterToolbarSavedSearchPopoverDataButton* search_filter_toolbar_saved_search_popover_data_button_construct (GType object_type, SavedSearch* search, const gchar* name) {
+static SearchFilterToolbarSavedSearchPopoverDataButton*
+search_filter_toolbar_saved_search_popover_data_button_construct (GType object_type,
+ SavedSearch* search,
+ const gchar* name)
+{
SearchFilterToolbarSavedSearchPopoverDataButton * self = NULL;
- const gchar* _tmp0_;
+ GtkButton* _tmp0_;
GtkButton* _tmp1_;
- SavedSearch* _tmp2_;
- GtkButton* _tmp3_;
- GtkButton* _tmp4_;
-#line 914 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ GtkButton* _tmp2_;
+#line 916 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_val_if_fail (IS_SAVED_SEARCH (search), NULL);
-#line 914 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_return_val_if_fail (name != NULL, NULL);
-#line 914 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- self = (SearchFilterToolbarSavedSearchPopoverDataButton*) g_object_new (object_type, NULL);
-#line 915 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp0_ = name;
-#line 915 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp1_ = (GtkButton*) gtk_button_new_from_icon_name (_tmp0_, GTK_ICON_SIZE_SMALL_TOOLBAR);
-#line 915 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_object_ref_sink (_tmp1_);
-#line 915 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _g_object_unref0 (self->priv->button);
-#line 915 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- self->priv->button = _tmp1_;
#line 916 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp2_ = search;
+ g_return_val_if_fail (name != NULL, NULL);
#line 916 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- search_filter_toolbar_saved_search_popover_data_button_set_search (self, _tmp2_);
+ self = (SearchFilterToolbarSavedSearchPopoverDataButton*) g_object_new (object_type, NULL);
#line 917 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp3_ = self->priv->button;
+ _tmp0_ = (GtkButton*) gtk_button_new_from_icon_name (name, (GtkIconSize) GTK_ICON_SIZE_SMALL_TOOLBAR);
#line 917 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- gtk_container_add (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_container_get_type (), GtkContainer), G_TYPE_CHECK_INSTANCE_CAST (_tmp3_, gtk_widget_get_type (), GtkWidget));
+ g_object_ref_sink (_tmp0_);
+#line 917 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _g_object_unref0 (self->priv->button);
+#line 917 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ self->priv->button = _tmp0_;
+#line 918 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ search_filter_toolbar_saved_search_popover_data_button_set_search (self, search);
#line 919 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- search_filter_toolbar_saved_search_popover_data_button_restyle (self);
-#line 921 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp4_ = self->priv->button;
+ _tmp1_ = self->priv->button;
+#line 919 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ gtk_container_add (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_container_get_type (), GtkContainer), G_TYPE_CHECK_INSTANCE_CAST (_tmp1_, gtk_widget_get_type (), GtkWidget));
#line 921 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_signal_connect_object (_tmp4_, "clicked", (GCallback) _search_filter_toolbar_saved_search_popover_data_button_on_click_gtk_button_clicked, self, 0);
-#line 914 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ search_filter_toolbar_saved_search_popover_data_button_restyle (self);
+#line 923 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp2_ = self->priv->button;
+#line 923 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ g_signal_connect_object (_tmp2_, "clicked", (GCallback) _search_filter_toolbar_saved_search_popover_data_button_on_click_gtk_button_clicked, self, 0);
+#line 916 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return self;
-#line 8812 "SearchFilter.c"
+#line 9295 "SearchFilter.c"
}
-static SearchFilterToolbarSavedSearchPopoverDataButton* search_filter_toolbar_saved_search_popover_data_button_new (SavedSearch* search, const gchar* name) {
-#line 914 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static SearchFilterToolbarSavedSearchPopoverDataButton*
+search_filter_toolbar_saved_search_popover_data_button_new (SavedSearch* search,
+ const gchar* name)
+{
+#line 916 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return search_filter_toolbar_saved_search_popover_data_button_construct (SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_TYPE_DATA_BUTTON, search, name);
-#line 8819 "SearchFilter.c"
+#line 9305 "SearchFilter.c"
}
-static void search_filter_toolbar_saved_search_popover_data_button_restyle (SearchFilterToolbarSavedSearchPopoverDataButton* self) {
+static void
+search_filter_toolbar_saved_search_popover_data_button_restyle (SearchFilterToolbarSavedSearchPopoverDataButton* self)
+{
GtkButton* _tmp0_;
GtkButton* _tmp1_;
-#line 928 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 930 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_IS_DATA_BUTTON (self));
-#line 929 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 931 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = self->priv->button;
-#line 929 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 931 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_widget_set_size_request (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, gtk_widget_get_type (), GtkWidget), 24, 24);
-#line 930 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 932 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp1_ = self->priv->button;
-#line 930 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 932 "/home/jens/Source/shotwell/src/SearchFilter.vala"
gtk_button_set_relief (_tmp1_, GTK_RELIEF_NONE);
-#line 8836 "SearchFilter.c"
+#line 9324 "SearchFilter.c"
}
-static void search_filter_toolbar_saved_search_popover_data_button_on_click (SearchFilterToolbarSavedSearchPopoverDataButton* self) {
+static void
+search_filter_toolbar_saved_search_popover_data_button_on_click (SearchFilterToolbarSavedSearchPopoverDataButton* self)
+{
SavedSearch* _tmp0_;
-#line 933 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 935 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_IS_DATA_BUTTON (self));
-#line 934 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 936 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = self->priv->_search;
-#line 934 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 936 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_emit (self, search_filter_toolbar_saved_search_popover_data_button_signals[SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_DATA_BUTTON_CLICKED_SIGNAL], 0, _tmp0_);
-#line 8848 "SearchFilter.c"
+#line 9338 "SearchFilter.c"
}
-static SavedSearch* search_filter_toolbar_saved_search_popover_data_button_get_search (SearchFilterToolbarSavedSearchPopoverDataButton* self) {
+static SavedSearch*
+search_filter_toolbar_saved_search_popover_data_button_get_search (SearchFilterToolbarSavedSearchPopoverDataButton* self)
+{
SavedSearch* result;
SavedSearch* _tmp0_;
-#line 910 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 912 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_val_if_fail (SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_IS_DATA_BUTTON (self), NULL);
-#line 910 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 912 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = self->priv->_search;
-#line 910 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 912 "/home/jens/Source/shotwell/src/SearchFilter.vala"
result = _tmp0_;
-#line 910 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 912 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return result;
-#line 8863 "SearchFilter.c"
+#line 9355 "SearchFilter.c"
}
-static void search_filter_toolbar_saved_search_popover_data_button_set_search (SearchFilterToolbarSavedSearchPopoverDataButton* self, SavedSearch* value) {
-#line 910 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+search_filter_toolbar_saved_search_popover_data_button_set_search (SearchFilterToolbarSavedSearchPopoverDataButton* self,
+ SavedSearch* value)
+{
+#line 912 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_IS_DATA_BUTTON (self));
-#line 910 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 912 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (search_filter_toolbar_saved_search_popover_data_button_get_search (self) != value) {
-#line 8872 "SearchFilter.c"
+#line 9367 "SearchFilter.c"
SavedSearch* _tmp0_;
- SavedSearch* _tmp1_;
-#line 910 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp0_ = value;
-#line 910 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _tmp1_ = _g_object_ref0 (_tmp0_);
-#line 910 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 912 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _tmp0_ = _g_object_ref0 (value);
+#line 912 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (self->priv->_search);
-#line 910 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- self->priv->_search = _tmp1_;
-#line 910 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_object_notify ((GObject *) self, "search");
-#line 8885 "SearchFilter.c"
+#line 912 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ self->priv->_search = _tmp0_;
+#line 912 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ g_object_notify_by_pspec ((GObject *) self, search_filter_toolbar_saved_search_popover_data_button_properties[SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_DATA_BUTTON_SEARCH_PROPERTY]);
+#line 9377 "SearchFilter.c"
}
}
-static void search_filter_toolbar_saved_search_popover_data_button_class_init (SearchFilterToolbarSavedSearchPopoverDataButtonClass * klass) {
-#line 908 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+search_filter_toolbar_saved_search_popover_data_button_class_init (SearchFilterToolbarSavedSearchPopoverDataButtonClass * klass)
+{
+#line 910 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_saved_search_popover_data_button_parent_class = g_type_class_peek_parent (klass);
-#line 908 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 910 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_type_class_add_private (klass, sizeof (SearchFilterToolbarSavedSearchPopoverDataButtonPrivate));
-#line 908 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 910 "/home/jens/Source/shotwell/src/SearchFilter.vala"
G_OBJECT_CLASS (klass)->get_property = _vala_search_filter_toolbar_saved_search_popover_data_button_get_property;
-#line 908 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 910 "/home/jens/Source/shotwell/src/SearchFilter.vala"
G_OBJECT_CLASS (klass)->set_property = _vala_search_filter_toolbar_saved_search_popover_data_button_set_property;
-#line 908 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 910 "/home/jens/Source/shotwell/src/SearchFilter.vala"
G_OBJECT_CLASS (klass)->finalize = search_filter_toolbar_saved_search_popover_data_button_finalize;
-#line 908 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_object_class_install_property (G_OBJECT_CLASS (klass), SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_DATA_BUTTON_SEARCH_PROPERTY, g_param_spec_object ("search", "search", "search", TYPE_SAVED_SEARCH, G_PARAM_STATIC_NAME | G_PARAM_STATIC_NICK | G_PARAM_STATIC_BLURB | G_PARAM_READABLE));
-#line 908 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 910 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ g_object_class_install_property (G_OBJECT_CLASS (klass), SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_DATA_BUTTON_SEARCH_PROPERTY, search_filter_toolbar_saved_search_popover_data_button_properties[SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_DATA_BUTTON_SEARCH_PROPERTY] = g_param_spec_object ("search", "search", "search", TYPE_SAVED_SEARCH, G_PARAM_STATIC_STRINGS | G_PARAM_READABLE));
+#line 910 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_saved_search_popover_data_button_signals[SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_DATA_BUTTON_CLICKED_SIGNAL] = g_signal_new ("clicked", SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_TYPE_DATA_BUTTON, G_SIGNAL_RUN_LAST, 0, NULL, NULL, g_cclosure_marshal_VOID__OBJECT, G_TYPE_NONE, 1, TYPE_SAVED_SEARCH);
-#line 8905 "SearchFilter.c"
+#line 9399 "SearchFilter.c"
}
-static void search_filter_toolbar_saved_search_popover_data_button_instance_init (SearchFilterToolbarSavedSearchPopoverDataButton * self) {
-#line 908 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+search_filter_toolbar_saved_search_popover_data_button_instance_init (SearchFilterToolbarSavedSearchPopoverDataButton * self)
+{
+#line 910 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv = SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_DATA_BUTTON_GET_PRIVATE (self);
-#line 909 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 911 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->button = NULL;
-#line 8914 "SearchFilter.c"
+#line 9410 "SearchFilter.c"
}
-static void search_filter_toolbar_saved_search_popover_data_button_finalize (GObject * obj) {
+static void
+search_filter_toolbar_saved_search_popover_data_button_finalize (GObject * obj)
+{
SearchFilterToolbarSavedSearchPopoverDataButton * self;
GtkButton* _tmp0_;
guint _tmp1_;
-#line 908 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 910 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (obj, SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_TYPE_DATA_BUTTON, SearchFilterToolbarSavedSearchPopoverDataButton);
-#line 925 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 927 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = self->priv->button;
-#line 925 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 927 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_parse_name ("clicked", gtk_button_get_type (), &_tmp1_, NULL, FALSE);
-#line 925 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 927 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_handlers_disconnect_matched (_tmp0_, G_SIGNAL_MATCH_ID | G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, _tmp1_, 0, NULL, (GCallback) _search_filter_toolbar_saved_search_popover_data_button_on_click_gtk_button_clicked, self);
-#line 909 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 911 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (self->priv->button);
-#line 910 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 912 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (self->priv->_search);
-#line 908 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 910 "/home/jens/Source/shotwell/src/SearchFilter.vala"
G_OBJECT_CLASS (search_filter_toolbar_saved_search_popover_data_button_parent_class)->finalize (obj);
-#line 8936 "SearchFilter.c"
+#line 9434 "SearchFilter.c"
}
-static GType search_filter_toolbar_saved_search_popover_data_button_get_type (void) {
+static GType
+search_filter_toolbar_saved_search_popover_data_button_get_type (void)
+{
static volatile gsize search_filter_toolbar_saved_search_popover_data_button_type_id__volatile = 0;
if (g_once_init_enter (&search_filter_toolbar_saved_search_popover_data_button_type_id__volatile)) {
static const GTypeInfo g_define_type_info = { sizeof (SearchFilterToolbarSavedSearchPopoverDataButtonClass), (GBaseInitFunc) NULL, (GBaseFinalizeFunc) NULL, (GClassInitFunc) search_filter_toolbar_saved_search_popover_data_button_class_init, (GClassFinalizeFunc) NULL, NULL, sizeof (SearchFilterToolbarSavedSearchPopoverDataButton), 0, (GInstanceInitFunc) search_filter_toolbar_saved_search_popover_data_button_instance_init, NULL };
@@ -8948,279 +9448,328 @@ static GType search_filter_toolbar_saved_search_popover_data_button_get_type (vo
}
-static void _vala_search_filter_toolbar_saved_search_popover_data_button_get_property (GObject * object, guint property_id, GValue * value, GParamSpec * pspec) {
+static void
+_vala_search_filter_toolbar_saved_search_popover_data_button_get_property (GObject * object,
+ guint property_id,
+ GValue * value,
+ GParamSpec * pspec)
+{
SearchFilterToolbarSavedSearchPopoverDataButton * self;
self = G_TYPE_CHECK_INSTANCE_CAST (object, SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_TYPE_DATA_BUTTON, SearchFilterToolbarSavedSearchPopoverDataButton);
-#line 908 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 910 "/home/jens/Source/shotwell/src/SearchFilter.vala"
switch (property_id) {
-#line 908 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 910 "/home/jens/Source/shotwell/src/SearchFilter.vala"
case SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_DATA_BUTTON_SEARCH_PROPERTY:
-#line 908 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 910 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_value_set_object (value, search_filter_toolbar_saved_search_popover_data_button_get_search (self));
-#line 908 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 910 "/home/jens/Source/shotwell/src/SearchFilter.vala"
break;
-#line 8963 "SearchFilter.c"
+#line 9468 "SearchFilter.c"
default:
-#line 908 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 910 "/home/jens/Source/shotwell/src/SearchFilter.vala"
G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
-#line 908 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 910 "/home/jens/Source/shotwell/src/SearchFilter.vala"
break;
-#line 8969 "SearchFilter.c"
+#line 9474 "SearchFilter.c"
}
}
-static void _vala_search_filter_toolbar_saved_search_popover_data_button_set_property (GObject * object, guint property_id, const GValue * value, GParamSpec * pspec) {
+static void
+_vala_search_filter_toolbar_saved_search_popover_data_button_set_property (GObject * object,
+ guint property_id,
+ const GValue * value,
+ GParamSpec * pspec)
+{
SearchFilterToolbarSavedSearchPopoverDataButton * self;
self = G_TYPE_CHECK_INSTANCE_CAST (object, SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_TYPE_DATA_BUTTON, SearchFilterToolbarSavedSearchPopoverDataButton);
-#line 908 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 910 "/home/jens/Source/shotwell/src/SearchFilter.vala"
switch (property_id) {
-#line 908 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 910 "/home/jens/Source/shotwell/src/SearchFilter.vala"
case SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_DATA_BUTTON_SEARCH_PROPERTY:
-#line 908 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 910 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_saved_search_popover_data_button_set_search (self, g_value_get_object (value));
-#line 908 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 910 "/home/jens/Source/shotwell/src/SearchFilter.vala"
break;
-#line 8985 "SearchFilter.c"
+#line 9495 "SearchFilter.c"
default:
-#line 908 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 910 "/home/jens/Source/shotwell/src/SearchFilter.vala"
G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
-#line 908 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 910 "/home/jens/Source/shotwell/src/SearchFilter.vala"
break;
-#line 8991 "SearchFilter.c"
+#line 9501 "SearchFilter.c"
}
}
-static void search_filter_toolbar_value_saved_search_popover_init (GValue* value) {
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+search_filter_toolbar_value_saved_search_popover_init (GValue* value)
+{
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
value->data[0].v_pointer = NULL;
-#line 8999 "SearchFilter.c"
+#line 9511 "SearchFilter.c"
}
-static void search_filter_toolbar_value_saved_search_popover_free_value (GValue* value) {
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+search_filter_toolbar_value_saved_search_popover_free_value (GValue* value)
+{
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (value->data[0].v_pointer) {
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_saved_search_popover_unref (value->data[0].v_pointer);
-#line 9008 "SearchFilter.c"
+#line 9522 "SearchFilter.c"
}
}
-static void search_filter_toolbar_value_saved_search_popover_copy_value (const GValue* src_value, GValue* dest_value) {
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+search_filter_toolbar_value_saved_search_popover_copy_value (const GValue* src_value,
+ GValue* dest_value)
+{
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (src_value->data[0].v_pointer) {
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
dest_value->data[0].v_pointer = search_filter_toolbar_saved_search_popover_ref (src_value->data[0].v_pointer);
-#line 9018 "SearchFilter.c"
+#line 9535 "SearchFilter.c"
} else {
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
dest_value->data[0].v_pointer = NULL;
-#line 9022 "SearchFilter.c"
+#line 9539 "SearchFilter.c"
}
}
-static gpointer search_filter_toolbar_value_saved_search_popover_peek_pointer (const GValue* value) {
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static gpointer
+search_filter_toolbar_value_saved_search_popover_peek_pointer (const GValue* value)
+{
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return value->data[0].v_pointer;
-#line 9030 "SearchFilter.c"
+#line 9549 "SearchFilter.c"
}
-static gchar* search_filter_toolbar_value_saved_search_popover_collect_value (GValue* value, guint n_collect_values, GTypeCValue* collect_values, guint collect_flags) {
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static gchar*
+search_filter_toolbar_value_saved_search_popover_collect_value (GValue* value,
+ guint n_collect_values,
+ GTypeCValue* collect_values,
+ guint collect_flags)
+{
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (collect_values[0].v_pointer) {
-#line 9037 "SearchFilter.c"
+#line 9561 "SearchFilter.c"
SearchFilterToolbarSavedSearchPopover * object;
object = collect_values[0].v_pointer;
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (object->parent_instance.g_class == NULL) {
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return g_strconcat ("invalid unclassed object pointer for value type `", G_VALUE_TYPE_NAME (value), "'", NULL);
-#line 9044 "SearchFilter.c"
+#line 9568 "SearchFilter.c"
} else if (!g_value_type_compatible (G_TYPE_FROM_INSTANCE (object), G_VALUE_TYPE (value))) {
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return g_strconcat ("invalid object type `", g_type_name (G_TYPE_FROM_INSTANCE (object)), "' for value type `", G_VALUE_TYPE_NAME (value), "'", NULL);
-#line 9048 "SearchFilter.c"
+#line 9572 "SearchFilter.c"
}
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
value->data[0].v_pointer = search_filter_toolbar_saved_search_popover_ref (object);
-#line 9052 "SearchFilter.c"
+#line 9576 "SearchFilter.c"
} else {
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
value->data[0].v_pointer = NULL;
-#line 9056 "SearchFilter.c"
+#line 9580 "SearchFilter.c"
}
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return NULL;
-#line 9060 "SearchFilter.c"
+#line 9584 "SearchFilter.c"
}
-static gchar* search_filter_toolbar_value_saved_search_popover_lcopy_value (const GValue* value, guint n_collect_values, GTypeCValue* collect_values, guint collect_flags) {
+static gchar*
+search_filter_toolbar_value_saved_search_popover_lcopy_value (const GValue* value,
+ guint n_collect_values,
+ GTypeCValue* collect_values,
+ guint collect_flags)
+{
SearchFilterToolbarSavedSearchPopover ** object_p;
object_p = collect_values[0].v_pointer;
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (!object_p) {
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return g_strdup_printf ("value location for `%s' passed as NULL", G_VALUE_TYPE_NAME (value));
-#line 9071 "SearchFilter.c"
+#line 9600 "SearchFilter.c"
}
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (!value->data[0].v_pointer) {
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
*object_p = NULL;
-#line 9077 "SearchFilter.c"
+#line 9606 "SearchFilter.c"
} else if (collect_flags & G_VALUE_NOCOPY_CONTENTS) {
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
*object_p = value->data[0].v_pointer;
-#line 9081 "SearchFilter.c"
+#line 9610 "SearchFilter.c"
} else {
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
*object_p = search_filter_toolbar_saved_search_popover_ref (value->data[0].v_pointer);
-#line 9085 "SearchFilter.c"
+#line 9614 "SearchFilter.c"
}
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return NULL;
-#line 9089 "SearchFilter.c"
+#line 9618 "SearchFilter.c"
}
-GParamSpec* search_filter_toolbar_param_spec_saved_search_popover (const gchar* name, const gchar* nick, const gchar* blurb, GType object_type, GParamFlags flags) {
+GParamSpec*
+search_filter_toolbar_param_spec_saved_search_popover (const gchar* name,
+ const gchar* nick,
+ const gchar* blurb,
+ GType object_type,
+ GParamFlags flags)
+{
SearchFilterToolbarParamSpecSavedSearchPopover* spec;
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_val_if_fail (g_type_is_a (object_type, SEARCH_FILTER_TOOLBAR_TYPE_SAVED_SEARCH_POPOVER), NULL);
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
spec = g_param_spec_internal (G_TYPE_PARAM_OBJECT, name, nick, blurb, flags);
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
G_PARAM_SPEC (spec)->value_type = object_type;
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return G_PARAM_SPEC (spec);
-#line 9103 "SearchFilter.c"
+#line 9638 "SearchFilter.c"
}
-gpointer search_filter_toolbar_value_get_saved_search_popover (const GValue* value) {
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+gpointer
+search_filter_toolbar_value_get_saved_search_popover (const GValue* value)
+{
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_val_if_fail (G_TYPE_CHECK_VALUE_TYPE (value, SEARCH_FILTER_TOOLBAR_TYPE_SAVED_SEARCH_POPOVER), NULL);
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return value->data[0].v_pointer;
-#line 9112 "SearchFilter.c"
+#line 9649 "SearchFilter.c"
}
-void search_filter_toolbar_value_set_saved_search_popover (GValue* value, gpointer v_object) {
+void
+search_filter_toolbar_value_set_saved_search_popover (GValue* value,
+ gpointer v_object)
+{
SearchFilterToolbarSavedSearchPopover * old;
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (G_TYPE_CHECK_VALUE_TYPE (value, SEARCH_FILTER_TOOLBAR_TYPE_SAVED_SEARCH_POPOVER));
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
old = value->data[0].v_pointer;
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (v_object) {
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (G_TYPE_CHECK_INSTANCE_TYPE (v_object, SEARCH_FILTER_TOOLBAR_TYPE_SAVED_SEARCH_POPOVER));
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (g_value_type_compatible (G_TYPE_FROM_INSTANCE (v_object), G_VALUE_TYPE (value)));
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
value->data[0].v_pointer = v_object;
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_saved_search_popover_ref (value->data[0].v_pointer);
-#line 9132 "SearchFilter.c"
+#line 9672 "SearchFilter.c"
} else {
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
value->data[0].v_pointer = NULL;
-#line 9136 "SearchFilter.c"
+#line 9676 "SearchFilter.c"
}
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (old) {
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_saved_search_popover_unref (old);
-#line 9142 "SearchFilter.c"
+#line 9682 "SearchFilter.c"
}
}
-void search_filter_toolbar_value_take_saved_search_popover (GValue* value, gpointer v_object) {
+void
+search_filter_toolbar_value_take_saved_search_popover (GValue* value,
+ gpointer v_object)
+{
SearchFilterToolbarSavedSearchPopover * old;
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (G_TYPE_CHECK_VALUE_TYPE (value, SEARCH_FILTER_TOOLBAR_TYPE_SAVED_SEARCH_POPOVER));
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
old = value->data[0].v_pointer;
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (v_object) {
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (G_TYPE_CHECK_INSTANCE_TYPE (v_object, SEARCH_FILTER_TOOLBAR_TYPE_SAVED_SEARCH_POPOVER));
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_return_if_fail (g_value_type_compatible (G_TYPE_FROM_INSTANCE (v_object), G_VALUE_TYPE (value)));
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
value->data[0].v_pointer = v_object;
-#line 9161 "SearchFilter.c"
+#line 9704 "SearchFilter.c"
} else {
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
value->data[0].v_pointer = NULL;
-#line 9165 "SearchFilter.c"
+#line 9708 "SearchFilter.c"
}
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (old) {
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_saved_search_popover_unref (old);
-#line 9171 "SearchFilter.c"
+#line 9714 "SearchFilter.c"
}
}
-static void search_filter_toolbar_saved_search_popover_class_init (SearchFilterToolbarSavedSearchPopoverClass * klass) {
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+search_filter_toolbar_saved_search_popover_class_init (SearchFilterToolbarSavedSearchPopoverClass * klass)
+{
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_saved_search_popover_parent_class = g_type_class_peek_parent (klass);
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
((SearchFilterToolbarSavedSearchPopoverClass *) klass)->finalize = search_filter_toolbar_saved_search_popover_finalize;
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_type_class_add_private (klass, sizeof (SearchFilterToolbarSavedSearchPopoverPrivate));
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_saved_search_popover_signals[SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_SEARCH_ACTIVATED_SIGNAL] = g_signal_new ("search-activated", SEARCH_FILTER_TOOLBAR_TYPE_SAVED_SEARCH_POPOVER, G_SIGNAL_RUN_LAST, 0, NULL, NULL, g_cclosure_marshal_VOID__OBJECT, G_TYPE_NONE, 1, TYPE_SAVED_SEARCH);
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_saved_search_popover_signals[SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_EDIT_CLICKED_SIGNAL] = g_signal_new ("edit-clicked", SEARCH_FILTER_TOOLBAR_TYPE_SAVED_SEARCH_POPOVER, G_SIGNAL_RUN_LAST, 0, NULL, NULL, g_cclosure_marshal_VOID__OBJECT, G_TYPE_NONE, 1, TYPE_SAVED_SEARCH);
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_saved_search_popover_signals[SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_DELETE_CLICKED_SIGNAL] = g_signal_new ("delete-clicked", SEARCH_FILTER_TOOLBAR_TYPE_SAVED_SEARCH_POPOVER, G_SIGNAL_RUN_LAST, 0, NULL, NULL, g_cclosure_marshal_VOID__OBJECT, G_TYPE_NONE, 1, TYPE_SAVED_SEARCH);
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_saved_search_popover_signals[SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_ADD_CLICKED_SIGNAL] = g_signal_new ("add-clicked", SEARCH_FILTER_TOOLBAR_TYPE_SAVED_SEARCH_POPOVER, G_SIGNAL_RUN_LAST, 0, NULL, NULL, g_cclosure_marshal_VOID__VOID, G_TYPE_NONE, 0);
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_saved_search_popover_signals[SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_CLOSED_SIGNAL] = g_signal_new ("closed", SEARCH_FILTER_TOOLBAR_TYPE_SAVED_SEARCH_POPOVER, G_SIGNAL_RUN_LAST, 0, NULL, NULL, g_cclosure_marshal_VOID__VOID, G_TYPE_NONE, 0);
-#line 9193 "SearchFilter.c"
+#line 9738 "SearchFilter.c"
}
-static void search_filter_toolbar_saved_search_popover_instance_init (SearchFilterToolbarSavedSearchPopover * self) {
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+static void
+search_filter_toolbar_saved_search_popover_instance_init (SearchFilterToolbarSavedSearchPopover * self)
+{
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv = SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_GET_PRIVATE (self);
-#line 895 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 897 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->popover = NULL;
-#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 898 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->list_box = NULL;
-#line 897 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 899 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->edit_buttons = NULL;
-#line 897 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 899 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->edit_buttons_length1 = 0;
-#line 897 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 899 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->_edit_buttons_size_ = self->priv->edit_buttons_length1;
-#line 898 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 900 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->delete_buttons = NULL;
-#line 898 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 900 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->delete_buttons_length1 = 0;
-#line 898 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 900 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->_delete_buttons_size_ = self->priv->delete_buttons_length1;
-#line 899 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 901 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->add = NULL;
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->ref_count = 1;
-#line 9220 "SearchFilter.c"
+#line 9767 "SearchFilter.c"
}
-static void search_filter_toolbar_saved_search_popover_finalize (SearchFilterToolbarSavedSearchPopover * obj) {
+static void
+search_filter_toolbar_saved_search_popover_finalize (SearchFilterToolbarSavedSearchPopover * obj)
+{
SearchFilterToolbarSavedSearchPopover * self;
SearchFilterToolbarSavedSearchPopoverDataButton** _tmp0_;
gint _tmp0__length1;
@@ -9232,121 +9781,123 @@ static void search_filter_toolbar_saved_search_popover_finalize (SearchFilterToo
guint _tmp11_;
GtkPopover* _tmp12_;
guint _tmp13_;
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (obj, SEARCH_FILTER_TOOLBAR_TYPE_SAVED_SEARCH_POPOVER, SearchFilterToolbarSavedSearchPopover);
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_handlers_destroy (self);
-#line 975 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 977 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = self->priv->edit_buttons;
-#line 975 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 977 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0__length1 = self->priv->edit_buttons_length1;
-#line 9244 "SearchFilter.c"
+#line 9793 "SearchFilter.c"
{
SearchFilterToolbarSavedSearchPopoverDataButton** button_collection = NULL;
gint button_collection_length1 = 0;
gint _button_collection_size_ = 0;
gint button_it = 0;
-#line 975 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 977 "/home/jens/Source/shotwell/src/SearchFilter.vala"
button_collection = _tmp0_;
-#line 975 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 977 "/home/jens/Source/shotwell/src/SearchFilter.vala"
button_collection_length1 = _tmp0__length1;
-#line 975 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 977 "/home/jens/Source/shotwell/src/SearchFilter.vala"
for (button_it = 0; button_it < _tmp0__length1; button_it = button_it + 1) {
-#line 9256 "SearchFilter.c"
+#line 9805 "SearchFilter.c"
SearchFilterToolbarSavedSearchPopoverDataButton* _tmp1_;
SearchFilterToolbarSavedSearchPopoverDataButton* button = NULL;
-#line 975 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 977 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp1_ = _g_object_ref0 (button_collection[button_it]);
-#line 975 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 977 "/home/jens/Source/shotwell/src/SearchFilter.vala"
button = _tmp1_;
-#line 9263 "SearchFilter.c"
+#line 9812 "SearchFilter.c"
{
SearchFilterToolbarSavedSearchPopoverDataButton* _tmp2_;
guint _tmp3_;
-#line 975 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 977 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp2_ = button;
-#line 975 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 977 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_parse_name ("clicked", SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_TYPE_DATA_BUTTON, &_tmp3_, NULL, FALSE);
-#line 975 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 977 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_handlers_disconnect_matched (_tmp2_, G_SIGNAL_MATCH_ID | G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, _tmp3_, 0, NULL, (GCallback) _search_filter_toolbar_saved_search_popover_on_edit_click_search_filter_toolbar_saved_search_popover_data_button_clicked, self);
-#line 975 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 977 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (button);
-#line 9275 "SearchFilter.c"
+#line 9824 "SearchFilter.c"
}
}
}
-#line 976 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 978 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp4_ = self->priv->delete_buttons;
-#line 976 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 978 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp4__length1 = self->priv->delete_buttons_length1;
-#line 9283 "SearchFilter.c"
+#line 9832 "SearchFilter.c"
{
SearchFilterToolbarSavedSearchPopoverDataButton** button_collection = NULL;
gint button_collection_length1 = 0;
gint _button_collection_size_ = 0;
gint button_it = 0;
-#line 976 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 978 "/home/jens/Source/shotwell/src/SearchFilter.vala"
button_collection = _tmp4_;
-#line 976 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 978 "/home/jens/Source/shotwell/src/SearchFilter.vala"
button_collection_length1 = _tmp4__length1;
-#line 976 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 978 "/home/jens/Source/shotwell/src/SearchFilter.vala"
for (button_it = 0; button_it < _tmp4__length1; button_it = button_it + 1) {
-#line 9295 "SearchFilter.c"
+#line 9844 "SearchFilter.c"
SearchFilterToolbarSavedSearchPopoverDataButton* _tmp5_;
SearchFilterToolbarSavedSearchPopoverDataButton* button = NULL;
-#line 976 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 978 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp5_ = _g_object_ref0 (button_collection[button_it]);
-#line 976 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 978 "/home/jens/Source/shotwell/src/SearchFilter.vala"
button = _tmp5_;
-#line 9302 "SearchFilter.c"
+#line 9851 "SearchFilter.c"
{
SearchFilterToolbarSavedSearchPopoverDataButton* _tmp6_;
guint _tmp7_;
-#line 976 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 978 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp6_ = button;
-#line 976 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 978 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_parse_name ("clicked", SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_TYPE_DATA_BUTTON, &_tmp7_, NULL, FALSE);
-#line 976 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 978 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_handlers_disconnect_matched (_tmp6_, G_SIGNAL_MATCH_ID | G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, _tmp7_, 0, NULL, (GCallback) _search_filter_toolbar_saved_search_popover_on_delete_click_search_filter_toolbar_saved_search_popover_data_button_clicked, self);
-#line 976 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 978 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (button);
-#line 9314 "SearchFilter.c"
+#line 9863 "SearchFilter.c"
}
}
}
-#line 977 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 979 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp8_ = self->priv->add;
-#line 977 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 979 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_parse_name ("clicked", gtk_button_get_type (), &_tmp9_, NULL, FALSE);
-#line 977 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 979 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_handlers_disconnect_matched (_tmp8_, G_SIGNAL_MATCH_ID | G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, _tmp9_, 0, NULL, (GCallback) _search_filter_toolbar_saved_search_popover_on_add_click_gtk_button_clicked, self);
-#line 978 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 980 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp10_ = self->priv->list_box;
-#line 978 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 980 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_parse_name ("row-activated", gtk_list_box_get_type (), &_tmp11_, NULL, FALSE);
-#line 978 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 980 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_handlers_disconnect_matched (_tmp10_, G_SIGNAL_MATCH_ID | G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, _tmp11_, 0, NULL, (GCallback) _search_filter_toolbar_saved_search_popover_on_activate_row_gtk_list_box_row_activated, self);
-#line 979 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 981 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp12_ = self->priv->popover;
-#line 979 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 981 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_parse_name ("closed", gtk_popover_get_type (), &_tmp13_, NULL, FALSE);
-#line 979 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 981 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_handlers_disconnect_matched (_tmp12_, G_SIGNAL_MATCH_ID | G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, _tmp13_, 0, NULL, (GCallback) _search_filter_toolbar_saved_search_popover_on_popover_closed_gtk_popover_closed, self);
-#line 895 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 897 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (self->priv->popover);
-#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 898 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (self->priv->list_box);
-#line 897 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 899 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->edit_buttons = (_vala_array_free (self->priv->edit_buttons, self->priv->edit_buttons_length1, (GDestroyNotify) g_object_unref), NULL);
-#line 898 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 900 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->delete_buttons = (_vala_array_free (self->priv->delete_buttons, self->priv->delete_buttons_length1, (GDestroyNotify) g_object_unref), NULL);
-#line 899 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 901 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (self->priv->add);
-#line 9346 "SearchFilter.c"
+#line 9895 "SearchFilter.c"
}
-GType search_filter_toolbar_saved_search_popover_get_type (void) {
+GType
+search_filter_toolbar_saved_search_popover_get_type (void)
+{
static volatile gsize search_filter_toolbar_saved_search_popover_type_id__volatile = 0;
if (g_once_init_enter (&search_filter_toolbar_saved_search_popover_type_id__volatile)) {
static const GTypeValueTable g_define_type_value_table = { search_filter_toolbar_value_saved_search_popover_init, search_filter_toolbar_value_saved_search_popover_free_value, search_filter_toolbar_value_saved_search_popover_copy_value, search_filter_toolbar_value_saved_search_popover_peek_pointer, "p", search_filter_toolbar_value_saved_search_popover_collect_value, "p", search_filter_toolbar_value_saved_search_popover_lcopy_value };
@@ -9360,82 +9911,92 @@ GType search_filter_toolbar_saved_search_popover_get_type (void) {
}
-gpointer search_filter_toolbar_saved_search_popover_ref (gpointer instance) {
+gpointer
+search_filter_toolbar_saved_search_popover_ref (gpointer instance)
+{
SearchFilterToolbarSavedSearchPopover * self;
self = instance;
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_atomic_int_inc (&self->ref_count);
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
return instance;
-#line 9371 "SearchFilter.c"
+#line 9924 "SearchFilter.c"
}
-void search_filter_toolbar_saved_search_popover_unref (gpointer instance) {
+void
+search_filter_toolbar_saved_search_popover_unref (gpointer instance)
+{
SearchFilterToolbarSavedSearchPopover * self;
self = instance;
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
if (g_atomic_int_dec_and_test (&self->ref_count)) {
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
SEARCH_FILTER_TOOLBAR_SAVED_SEARCH_POPOVER_GET_CLASS (self)->finalize (self);
-#line 894 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 896 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_type_free_instance ((GTypeInstance *) self);
-#line 9384 "SearchFilter.c"
+#line 9939 "SearchFilter.c"
}
}
-static void search_filter_toolbar_class_init (SearchFilterToolbarClass * klass) {
+static void
+search_filter_toolbar_class_init (SearchFilterToolbarClass * klass)
+{
#line 602 "/home/jens/Source/shotwell/src/SearchFilter.vala"
search_filter_toolbar_parent_class = g_type_class_peek_parent (klass);
#line 602 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_type_class_add_private (klass, sizeof (SearchFilterToolbarPrivate));
#line 602 "/home/jens/Source/shotwell/src/SearchFilter.vala"
G_OBJECT_CLASS (klass)->finalize = search_filter_toolbar_finalize;
-#line 9396 "SearchFilter.c"
+#line 9953 "SearchFilter.c"
}
-static void search_filter_toolbar_instance_init (SearchFilterToolbar * self) {
+static void
+search_filter_toolbar_instance_init (SearchFilterToolbar * self)
+{
GtkMenu* _tmp0_;
GtkMenuItem* _tmp1_;
GtkBuilder* _tmp2_;
SearchFilterToolbarSavedSearchFilterButton* _tmp3_;
#line 602 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv = SEARCH_FILTER_TOOLBAR_GET_PRIVATE (self);
-#line 659 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 661 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = (GtkMenu*) gtk_menu_new ();
-#line 659 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 661 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_object_ref_sink (_tmp0_);
-#line 659 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 661 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->close_menu = _tmp0_;
-#line 660 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 662 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp1_ = (GtkMenuItem*) gtk_menu_item_new ();
-#line 660 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 662 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_object_ref_sink (_tmp1_);
-#line 660 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 662 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->close_item = _tmp1_;
-#line 1030 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1032 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp2_ = gtk_builder_new ();
-#line 1030 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1032 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->builder = _tmp2_;
-#line 1033 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1035 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->saved_search = NULL;
-#line 1036 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1038 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp3_ = search_filter_toolbar_saved_search_filter_button_new ();
-#line 1036 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1038 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_object_ref_sink (_tmp3_);
-#line 1036 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1038 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->saved_search_button = _tmp3_;
-#line 1037 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1039 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->elide_showing_again = FALSE;
-#line 1038 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1040 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self->priv->search_filter = NULL;
-#line 9435 "SearchFilter.c"
+#line 9994 "SearchFilter.c"
}
-static void search_filter_toolbar_finalize (GObject * obj) {
+static void
+search_filter_toolbar_finalize (GObject * obj)
+{
SearchFilterToolbar * self;
SearchFilterActions* _tmp0_;
guint _tmp1_;
@@ -9457,103 +10018,105 @@ static void search_filter_toolbar_finalize (GObject * obj) {
guint _tmp17_;
#line 602 "/home/jens/Source/shotwell/src/SearchFilter.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (obj, TYPE_SEARCH_FILTER_TOOLBAR, SearchFilterToolbar);
-#line 1154 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1156 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp0_ = self->priv->actions;
-#line 1154 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1156 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_parse_name ("media-context-changed", TYPE_SEARCH_FILTER_ACTIONS, &_tmp1_, NULL, FALSE);
-#line 1154 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_signal_handlers_disconnect_matched (_tmp0_, G_SIGNAL_MATCH_ID | G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, _tmp1_, 0, NULL, (GCallback) _search_filter_toolbar_on_media_context_changed_search_filter_actions_media_context_changed, self);
#line 1156 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ g_signal_handlers_disconnect_matched (_tmp0_, G_SIGNAL_MATCH_ID | G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, _tmp1_, 0, NULL, (GCallback) _search_filter_toolbar_on_media_context_changed_search_filter_actions_media_context_changed, self);
+#line 1158 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp2_ = self->priv->actions;
-#line 1156 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1158 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_parse_name ("flagged-toggled", TYPE_SEARCH_FILTER_ACTIONS, &_tmp3_, NULL, FALSE);
-#line 1156 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1158 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_handlers_disconnect_matched (_tmp2_, G_SIGNAL_MATCH_ID | G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, _tmp3_, 0, NULL, (GCallback) _search_filter_toolbar_on_flagged_toggled_search_filter_actions_flagged_toggled, self);
-#line 1157 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1159 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp4_ = self->priv->actions;
-#line 1157 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1159 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_parse_name ("photos-toggled", TYPE_SEARCH_FILTER_ACTIONS, &_tmp5_, NULL, FALSE);
-#line 1157 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1159 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_handlers_disconnect_matched (_tmp4_, G_SIGNAL_MATCH_ID | G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, _tmp5_, 0, NULL, (GCallback) _search_filter_toolbar_on_photos_toggled_search_filter_actions_photos_toggled, self);
-#line 1158 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1160 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp6_ = self->priv->actions;
-#line 1158 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1160 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_parse_name ("videos-toggled", TYPE_SEARCH_FILTER_ACTIONS, &_tmp7_, NULL, FALSE);
-#line 1158 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1160 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_handlers_disconnect_matched (_tmp6_, G_SIGNAL_MATCH_ID | G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, _tmp7_, 0, NULL, (GCallback) _search_filter_toolbar_on_videos_toggled_search_filter_actions_videos_toggled, self);
-#line 1159 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1161 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp8_ = self->priv->actions;
-#line 1159 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1161 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_parse_name ("raw-toggled", TYPE_SEARCH_FILTER_ACTIONS, &_tmp9_, NULL, FALSE);
-#line 1159 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1161 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_handlers_disconnect_matched (_tmp8_, G_SIGNAL_MATCH_ID | G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, _tmp9_, 0, NULL, (GCallback) _search_filter_toolbar_on_raw_toggled_search_filter_actions_raw_toggled, self);
-#line 1160 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1162 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp10_ = self->priv->actions;
-#line 1160 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1162 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_parse_name ("rating-changed", TYPE_SEARCH_FILTER_ACTIONS, &_tmp11_, NULL, FALSE);
-#line 1160 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1162 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_handlers_disconnect_matched (_tmp10_, G_SIGNAL_MATCH_ID | G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, _tmp11_, 0, NULL, (GCallback) _search_filter_toolbar_on_rating_changed_search_filter_actions_rating_changed, self);
-#line 1161 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1163 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp12_ = self->priv->actions;
-#line 1161 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1163 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_parse_name ("text-changed", TYPE_SEARCH_FILTER_ACTIONS, &_tmp13_, NULL, FALSE);
-#line 1161 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1163 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_handlers_disconnect_matched (_tmp12_, G_SIGNAL_MATCH_ID | G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, _tmp13_, 0, NULL, (GCallback) _search_filter_toolbar_on_search_text_changed_search_filter_actions_text_changed, self);
-#line 1162 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1164 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp14_ = self->priv->actions;
-#line 1162 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1164 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_parse_name ("criteria-changed", TYPE_SEARCH_FILTER_ACTIONS, &_tmp15_, NULL, FALSE);
-#line 1162 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- g_signal_handlers_disconnect_matched (_tmp14_, G_SIGNAL_MATCH_ID | G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, _tmp15_, 0, NULL, (GCallback) _search_filter_toolbar_on_criteria_changed_search_filter_actions_criteria_changed, self);
#line 1164 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ g_signal_handlers_disconnect_matched (_tmp14_, G_SIGNAL_MATCH_ID | G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, _tmp15_, 0, NULL, (GCallback) _search_filter_toolbar_on_criteria_changed_search_filter_actions_criteria_changed, self);
+#line 1166 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_tmp16_ = self->priv->toolbar;
-#line 1164 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1166 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_parse_name ("popup-context-menu", gtk_toolbar_get_type (), &_tmp17_, NULL, FALSE);
-#line 1164 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1166 "/home/jens/Source/shotwell/src/SearchFilter.vala"
g_signal_handlers_disconnect_matched (_tmp16_, G_SIGNAL_MATCH_ID | G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA, _tmp17_, 0, NULL, (GCallback) _search_filter_toolbar_on_context_menu_requested_gtk_toolbar_popup_context_menu, self);
#line 603 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (self->priv->toolbar);
-#line 659 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 661 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (self->priv->close_menu);
-#line 660 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 662 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (self->priv->close_item);
-#line 1030 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _g_object_unref0 (self->builder);
#line 1032 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _g_object_unref0 (self->builder);
+#line 1034 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_search_filter_actions_unref0 (self->priv->actions);
-#line 1033 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1035 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (self->priv->saved_search);
-#line 1034 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1036 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (self->priv->search_box);
-#line 1035 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1037 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (self->priv->rating_button);
-#line 1036 "/home/jens/Source/shotwell/src/SearchFilter.vala"
- _g_object_unref0 (self->priv->saved_search_button);
#line 1038 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+ _g_object_unref0 (self->priv->saved_search_button);
+#line 1040 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_view_filter_unref0 (self->priv->search_filter);
-#line 1039 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1041 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (self->priv->label_type);
-#line 1040 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1042 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (self->priv->toolbtn_photos);
-#line 1041 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1043 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (self->priv->toolbtn_videos);
-#line 1042 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1044 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (self->priv->toolbtn_raw);
-#line 1043 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1045 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (self->priv->toolbtn_flag);
-#line 1044 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1046 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (self->priv->sepr_mediatype_flagged);
-#line 1045 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1047 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (self->priv->sepr_flagged_rating);
-#line 1046 "/home/jens/Source/shotwell/src/SearchFilter.vala"
+#line 1048 "/home/jens/Source/shotwell/src/SearchFilter.vala"
_g_object_unref0 (self->priv->sepr_rating_saved);
#line 602 "/home/jens/Source/shotwell/src/SearchFilter.vala"
G_OBJECT_CLASS (search_filter_toolbar_parent_class)->finalize (obj);
-#line 9553 "SearchFilter.c"
+#line 10114 "SearchFilter.c"
}
-GType search_filter_toolbar_get_type (void) {
+GType
+search_filter_toolbar_get_type (void)
+{
static volatile gsize search_filter_toolbar_type_id__volatile = 0;
if (g_once_init_enter (&search_filter_toolbar_type_id__volatile)) {
static const GTypeInfo g_define_type_info = { sizeof (SearchFilterToolbarClass), (GBaseInitFunc) NULL, (GBaseFinalizeFunc) NULL, (GClassInitFunc) search_filter_toolbar_class_init, (GClassFinalizeFunc) NULL, NULL, sizeof (SearchFilterToolbar), 0, (GInstanceInitFunc) search_filter_toolbar_instance_init, NULL };
@@ -9565,7 +10128,11 @@ GType search_filter_toolbar_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) {
@@ -9577,13 +10144,19 @@ 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);
}
-static gint _vala_array_length (gpointer array) {
+static gint
+_vala_array_length (gpointer array)
+{
int length;
length = 0;
if (array) {