summaryrefslogtreecommitdiff
path: root/src/Printing.c
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2018-07-09 12:10:38 +0200
committerJörg Frings-Fürst <debian@jff.email>2018-07-09 12:10:38 +0200
commit709e2d6f5652ec90c194a4ec2b530bebc6f952cb (patch)
tree496b2f3899e1d5728ee9ae76095cc5056c317447 /src/Printing.c
parentf1353e9ffd34db5f755c7da0b3f9c10638fbfd38 (diff)
parent5c8be07095cc04a6d8a95204b0504fd7ab030154 (diff)
Merge branch 'release/0.28.3-1'0.28.3-1
Diffstat (limited to 'src/Printing.c')
-rw-r--r--src/Printing.c6319
1 files changed, 3246 insertions, 3073 deletions
diff --git a/src/Printing.c b/src/Printing.c
index 42a3024..2e017b8 100644
--- a/src/Printing.c
+++ b/src/Printing.c
@@ -1,4 +1,4 @@
-/* Printing.c generated by valac 0.36.6, the Vala compiler
+/* Printing.c generated by valac 0.40.4, the Vala compiler
* generated from Printing.vala, do not modify */
/* Copyright 2016 Software Freedom Conservancy Inc.
@@ -7,6 +7,7 @@
* See the COPYING file in this distribution.
*/
+
#include <glib.h>
#include <glib-object.h>
#include <float.h>
@@ -111,6 +112,11 @@ typedef struct _CustomPrintTabPrivate CustomPrintTabPrivate;
typedef struct _PrintJob PrintJob;
typedef struct _PrintJobClass PrintJobClass;
+enum {
+ CUSTOM_PRINT_TAB_0_PROPERTY,
+ CUSTOM_PRINT_TAB_NUM_PROPERTIES
+};
+static GParamSpec* custom_print_tab_properties[CUSTOM_PRINT_TAB_NUM_PROPERTIES];
#define _standard_print_size_unref0(var) ((var == NULL) ? NULL : (var = (standard_print_size_unref (var), NULL)))
#define RESOURCES_TYPE_UNIT_SYSTEM (resources_unit_system_get_type ())
@@ -176,6 +182,11 @@ typedef struct _PhotoSourceClass PhotoSourceClass;
typedef struct _Photo Photo;
typedef struct _PhotoClass PhotoClass;
+enum {
+ PRINT_JOB_0_PROPERTY,
+ PRINT_JOB_NUM_PROPERTIES
+};
+static GParamSpec* print_job_properties[PRINT_JOB_NUM_PROPERTIES];
#define PHOTO_TYPE_EXCEPTION (photo_exception_get_type ())
@@ -415,9 +426,15 @@ static PrintManager* print_manager_instance = NULL;
GType content_layout_get_type (void) G_GNUC_CONST;
gpointer print_settings_ref (gpointer instance);
void print_settings_unref (gpointer instance);
-GParamSpec* param_spec_print_settings (const gchar* name, const gchar* nick, const gchar* blurb, GType object_type, GParamFlags flags);
-void value_set_print_settings (GValue* value, gpointer v_object);
-void value_take_print_settings (GValue* value, gpointer v_object);
+GParamSpec* param_spec_print_settings (const gchar* name,
+ const gchar* nick,
+ const gchar* blurb,
+ GType object_type,
+ GParamFlags flags);
+void value_set_print_settings (GValue* value,
+ gpointer v_object);
+void value_take_print_settings (GValue* value,
+ gpointer v_object);
gpointer value_get_print_settings (const GValue* value);
GType print_settings_get_type (void) G_GNUC_CONST;
GType measurement_get_type (void) G_GNUC_CONST;
@@ -425,9 +442,6 @@ GType measurement_unit_get_type (void) G_GNUC_CONST;
Measurement* measurement_dup (const Measurement* self);
void measurement_free (Measurement* self);
#define PRINT_SETTINGS_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), TYPE_PRINT_SETTINGS, PrintSettingsPrivate))
-enum {
- PRINT_SETTINGS_DUMMY_PROPERTY
-};
#define PRINT_SETTINGS_MIN_CONTENT_PPI 72
#define PRINT_SETTINGS_MAX_CONTENT_PPI 1200
PrintSettings* print_settings_new (void);
@@ -437,7 +451,9 @@ GType config_facade_get_type (void) G_GNUC_CONST;
ConfigFacade* config_facade_get_instance (void);
gint configuration_facade_get_printing_content_units (ConfigurationFacade* self);
gdouble configuration_facade_get_printing_content_width (ConfigurationFacade* self);
-void measurement_init (Measurement *self, gdouble value, MeasurementUnit unit);
+void measurement_init (Measurement *self,
+ gdouble value,
+ MeasurementUnit unit);
gdouble configuration_facade_get_printing_content_height (ConfigurationFacade* self);
gint configuration_facade_get_printing_size_selection (ConfigurationFacade* self);
gint configuration_facade_get_printing_content_layout (ConfigurationFacade* self);
@@ -447,58 +463,98 @@ gchar* configuration_facade_get_printing_titles_font (ConfigurationFacade* self)
gint configuration_facade_get_printing_images_per_page (ConfigurationFacade* self);
gint configuration_facade_get_printing_content_ppi (ConfigurationFacade* self);
void print_settings_save (PrintSettings* self);
-void configuration_facade_set_printing_content_units (ConfigurationFacade* self, gint units_code);
-void configuration_facade_set_printing_content_width (ConfigurationFacade* self, gdouble content_width);
-void configuration_facade_set_printing_content_height (ConfigurationFacade* self, gdouble content_height);
-void configuration_facade_set_printing_size_selection (ConfigurationFacade* self, gint size_code);
-void configuration_facade_set_printing_content_layout (ConfigurationFacade* self, gint layout_code);
-void configuration_facade_set_printing_match_aspect_ratio (ConfigurationFacade* self, gboolean match_aspect_ratio);
-void configuration_facade_set_printing_print_titles (ConfigurationFacade* self, gboolean print_titles);
-void configuration_facade_set_printing_titles_font (ConfigurationFacade* self, const gchar* font_name);
-void configuration_facade_set_printing_images_per_page (ConfigurationFacade* self, gint images_per_page_code);
-void configuration_facade_set_printing_content_ppi (ConfigurationFacade* self, gint content_ppi);
-void print_settings_get_content_width (PrintSettings* self, Measurement* result);
+void configuration_facade_set_printing_content_units (ConfigurationFacade* self,
+ gint units_code);
+void configuration_facade_set_printing_content_width (ConfigurationFacade* self,
+ gdouble content_width);
+void configuration_facade_set_printing_content_height (ConfigurationFacade* self,
+ gdouble content_height);
+void configuration_facade_set_printing_size_selection (ConfigurationFacade* self,
+ gint size_code);
+void configuration_facade_set_printing_content_layout (ConfigurationFacade* self,
+ gint layout_code);
+void configuration_facade_set_printing_match_aspect_ratio (ConfigurationFacade* self,
+ gboolean match_aspect_ratio);
+void configuration_facade_set_printing_print_titles (ConfigurationFacade* self,
+ gboolean print_titles);
+void configuration_facade_set_printing_titles_font (ConfigurationFacade* self,
+ const gchar* font_name);
+void configuration_facade_set_printing_images_per_page (ConfigurationFacade* self,
+ gint images_per_page_code);
+void configuration_facade_set_printing_content_ppi (ConfigurationFacade* self,
+ gint content_ppi);
+void print_settings_get_content_width (PrintSettings* self,
+ Measurement* result);
ContentLayout print_settings_get_content_layout (PrintSettings* self);
gpointer print_manager_ref (gpointer instance);
void print_manager_unref (gpointer instance);
-GParamSpec* param_spec_print_manager (const gchar* name, const gchar* nick, const gchar* blurb, GType object_type, GParamFlags flags);
-void value_set_print_manager (GValue* value, gpointer v_object);
-void value_take_print_manager (GValue* value, gpointer v_object);
+GParamSpec* param_spec_print_manager (const gchar* name,
+ const gchar* nick,
+ const gchar* blurb,
+ GType object_type,
+ GParamFlags flags);
+void value_set_print_manager (GValue* value,
+ gpointer v_object);
+void value_take_print_manager (GValue* value,
+ gpointer v_object);
gpointer value_get_print_manager (const GValue* value);
GType print_manager_get_type (void) G_GNUC_CONST;
PrintManager* print_manager_get_instance (void);
gpointer standard_print_size_ref (gpointer instance);
void standard_print_size_unref (gpointer instance);
-GParamSpec* param_spec_standard_print_size (const gchar* name, const gchar* nick, const gchar* blurb, GType object_type, GParamFlags flags);
-void value_set_standard_print_size (GValue* value, gpointer v_object);
-void value_take_standard_print_size (GValue* value, gpointer v_object);
+GParamSpec* param_spec_standard_print_size (const gchar* name,
+ const gchar* nick,
+ const gchar* blurb,
+ GType object_type,
+ GParamFlags flags);
+void value_set_standard_print_size (GValue* value,
+ gpointer v_object);
+void value_take_standard_print_size (GValue* value,
+ gpointer v_object);
gpointer value_get_standard_print_size (const GValue* value);
GType standard_print_size_get_type (void) G_GNUC_CONST;
-StandardPrintSize** print_manager_get_standard_sizes (PrintManager* self, int* result_length1);
+StandardPrintSize** print_manager_get_standard_sizes (PrintManager* self,
+ int* result_length1);
gint print_settings_get_size_selection (PrintSettings* self);
-void print_settings_get_content_height (PrintSettings* self, Measurement* result);
-void print_settings_get_minimum_content_dimension (PrintSettings* self, Measurement* result);
-void print_settings_get_maximum_content_dimension (PrintSettings* self, Measurement* result);
+void print_settings_get_content_height (PrintSettings* self,
+ Measurement* result);
+void print_settings_get_minimum_content_dimension (PrintSettings* self,
+ Measurement* result);
+void print_settings_get_maximum_content_dimension (PrintSettings* self,
+ Measurement* result);
gboolean print_settings_is_match_aspect_ratio_enabled (PrintSettings* self);
gboolean print_settings_is_print_titles_enabled (PrintSettings* self);
gint print_settings_get_content_ppi (PrintSettings* self);
gint print_settings_get_image_per_page_selection (PrintSettings* self);
-void print_settings_set_content_layout (PrintSettings* self, ContentLayout content_layout);
-void print_settings_set_content_width (PrintSettings* self, Measurement* content_width);
-void print_settings_set_content_height (PrintSettings* self, Measurement* content_height);
-void print_settings_set_content_ppi (PrintSettings* self, gint content_ppi);
-void print_settings_set_image_per_page_selection (PrintSettings* self, gint image_per_page_selection);
-void print_settings_set_size_selection (PrintSettings* self, gint size_selection);
-void print_settings_set_match_aspect_ratio_enabled (PrintSettings* self, gboolean enable_state);
-void print_settings_set_print_titles_enabled (PrintSettings* self, gboolean print_titles);
-void print_settings_set_print_titles_font (PrintSettings* self, const gchar* fontname);
+void print_settings_set_content_layout (PrintSettings* self,
+ ContentLayout content_layout);
+void print_settings_set_content_width (PrintSettings* self,
+ Measurement* content_width);
+void print_settings_set_content_height (PrintSettings* self,
+ Measurement* content_height);
+void print_settings_set_content_ppi (PrintSettings* self,
+ gint content_ppi);
+void print_settings_set_image_per_page_selection (PrintSettings* self,
+ gint image_per_page_selection);
+void print_settings_set_size_selection (PrintSettings* self,
+ gint size_selection);
+void print_settings_set_match_aspect_ratio_enabled (PrintSettings* self,
+ gboolean enable_state);
+void print_settings_set_print_titles_enabled (PrintSettings* self,
+ gboolean print_titles);
+void print_settings_set_print_titles_font (PrintSettings* self,
+ const gchar* fontname);
gchar* print_settings_get_print_titles_font (PrintSettings* self);
static void print_settings_finalize (PrintSettings * obj);
#define MEASUREMENT_CENTIMETERS_PER_INCH 2.54
#define MEASUREMENT_INCHES_PER_CENTIMETER (1.0 / 2.54)
-void measurement_convert_to (Measurement *self, MeasurementUnit to_unit, Measurement* result);
-gboolean measurement_is_less_than (Measurement *self, Measurement* rhs);
-gboolean measurement_is_greater_than (Measurement *self, Measurement* rhs);
+void measurement_convert_to (Measurement *self,
+ MeasurementUnit to_unit,
+ Measurement* result);
+gboolean measurement_is_less_than (Measurement *self,
+ Measurement* rhs);
+gboolean measurement_is_greater_than (Measurement *self,
+ Measurement* rhs);
GType print_layout_get_type (void) G_GNUC_CONST;
PrintLayout* print_layout_get_all (int* result_length1);
gint print_layout_get_per_page (PrintLayout self);
@@ -508,56 +564,105 @@ gchar* print_layout_to_string (PrintLayout self);
GType custom_print_tab_get_type (void) G_GNUC_CONST;
GType print_job_get_type (void) G_GNUC_CONST;
#define CUSTOM_PRINT_TAB_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), TYPE_CUSTOM_PRINT_TAB, CustomPrintTabPrivate))
-enum {
- CUSTOM_PRINT_TAB_DUMMY_PROPERTY
-};
#define CUSTOM_PRINT_TAB_INCHES_COMBO_CHOICE 0
#define CUSTOM_PRINT_TAB_CENTIMETERS_COMBO_CHOICE 1
CustomPrintTab* custom_print_tab_new (PrintJob* source_job);
-CustomPrintTab* custom_print_tab_construct (GType object_type, PrintJob* source_job);
-static void custom_print_tab_on_radio_group_click (CustomPrintTab* self, GtkButton* b);
-static void _custom_print_tab_on_radio_group_click_gtk_button_clicked (GtkButton* _sender, gpointer self);
-static gboolean custom_print_tab_standard_sizes_combo_separator_func (GtkTreeModel* model, GtkTreeIter* iter);
-static gboolean _custom_print_tab_standard_sizes_combo_separator_func_gtk_tree_view_row_separator_func (GtkTreeModel* model, GtkTreeIter* iter, gpointer self);
+CustomPrintTab* custom_print_tab_construct (GType object_type,
+ PrintJob* source_job);
+static void custom_print_tab_on_radio_group_click (CustomPrintTab* self,
+ GtkButton* b);
+static void _custom_print_tab_on_radio_group_click_gtk_button_clicked (GtkButton* _sender,
+ gpointer self);
+static gboolean custom_print_tab_standard_sizes_combo_separator_func (GtkTreeModel* model,
+ GtkTreeIter* iter);
+static gboolean _custom_print_tab_standard_sizes_combo_separator_func_gtk_tree_view_row_separator_func (GtkTreeModel* model,
+ GtkTreeIter* iter,
+ gpointer self);
GType resources_unit_system_get_type (void) G_GNUC_CONST;
ResourcesUnitSystem resources_get_default_measurement_unit (void);
-static void custom_print_tab_on_entry_insert_text (CustomPrintTab* self, GtkEditable* editable, const gchar* text, gint length, gint* position);
-static void _custom_print_tab_on_entry_insert_text_gtk_editable_insert_text (GtkEditable* _sender, const gchar* new_text, gint new_text_length, gint* position, gpointer self);
-static gboolean custom_print_tab_on_width_entry_focus_out (CustomPrintTab* self, GdkEventFocus* event);
-static gboolean _custom_print_tab_on_width_entry_focus_out_gtk_widget_focus_out_event (GtkWidget* _sender, GdkEventFocus* event, gpointer self);
-static gboolean custom_print_tab_on_height_entry_focus_out (CustomPrintTab* self, GdkEventFocus* event);
-static gboolean _custom_print_tab_on_height_entry_focus_out_gtk_widget_focus_out_event (GtkWidget* _sender, GdkEventFocus* event, gpointer self);
+static void custom_print_tab_on_entry_insert_text (CustomPrintTab* self,
+ GtkEditable* editable,
+ const gchar* text,
+ gint length,
+ gint* position);
+static void _custom_print_tab_on_entry_insert_text_gtk_editable_insert_text (GtkEditable* _sender,
+ const gchar* new_text,
+ gint new_text_length,
+ gint* position,
+ gpointer self);
+static gboolean custom_print_tab_on_width_entry_focus_out (CustomPrintTab* self,
+ GdkEventFocus* event);
+static gboolean _custom_print_tab_on_width_entry_focus_out_gtk_widget_focus_out_event (GtkWidget* _sender,
+ GdkEventFocus* event,
+ gpointer self);
+static gboolean custom_print_tab_on_height_entry_focus_out (CustomPrintTab* self,
+ GdkEventFocus* event);
+static gboolean _custom_print_tab_on_height_entry_focus_out_gtk_widget_focus_out_event (GtkWidget* _sender,
+ GdkEventFocus* event,
+ gpointer self);
static void custom_print_tab_on_units_combo_changed (CustomPrintTab* self);
-static void _custom_print_tab_on_units_combo_changed_gtk_combo_box_changed (GtkComboBox* _sender, gpointer self);
-static void custom_print_tab_on_ppi_entry_insert_text (CustomPrintTab* self, GtkEditable* editable, const gchar* text, gint length, gint* position);
-static void _custom_print_tab_on_ppi_entry_insert_text_gtk_editable_insert_text (GtkEditable* _sender, const gchar* new_text, gint new_text_length, gint* position, gpointer self);
-static gboolean custom_print_tab_on_ppi_entry_focus_out (CustomPrintTab* self, GdkEventFocus* event);
-static gboolean _custom_print_tab_on_ppi_entry_focus_out_gtk_widget_focus_out_event (GtkWidget* _sender, GdkEventFocus* event, gpointer self);
-static void custom_print_tab_sync_state_from_job (CustomPrintTab* self, PrintJob* job);
+static void _custom_print_tab_on_units_combo_changed_gtk_combo_box_changed (GtkComboBox* _sender,
+ gpointer self);
+static void custom_print_tab_on_ppi_entry_insert_text (CustomPrintTab* self,
+ GtkEditable* editable,
+ const gchar* text,
+ gint length,
+ gint* position);
+static void _custom_print_tab_on_ppi_entry_insert_text_gtk_editable_insert_text (GtkEditable* _sender,
+ const gchar* new_text,
+ gint new_text_length,
+ gint* position,
+ gpointer self);
+static gboolean custom_print_tab_on_ppi_entry_focus_out (CustomPrintTab* self,
+ GdkEventFocus* event);
+static gboolean _custom_print_tab_on_ppi_entry_focus_out_gtk_widget_focus_out_event (GtkWidget* _sender,
+ GdkEventFocus* event,
+ gpointer self);
+static void custom_print_tab_sync_state_from_job (CustomPrintTab* self,
+ PrintJob* job);
static void custom_print_tab_on_aspect_ratio_check_clicked (CustomPrintTab* self);
-static void _custom_print_tab_on_aspect_ratio_check_clicked_gtk_button_clicked (GtkButton* _sender, gpointer self);
+static void _custom_print_tab_on_aspect_ratio_check_clicked_gtk_button_clicked (GtkButton* _sender,
+ gpointer self);
gdouble print_job_get_source_aspect_ratio (PrintJob* self);
-static gchar* custom_print_tab_format_measurement (CustomPrintTab* self, Measurement* measurement);
-static gchar* custom_print_tab_format_measurement_as (CustomPrintTab* self, Measurement* measurement, MeasurementUnit to_unit);
+static gchar* custom_print_tab_format_measurement (CustomPrintTab* self,
+ Measurement* measurement);
+static gchar* custom_print_tab_format_measurement_as (CustomPrintTab* self,
+ Measurement* measurement,
+ MeasurementUnit to_unit);
static MeasurementUnit custom_print_tab_get_user_unit_choice (CustomPrintTab* self);
-static void custom_print_tab_get_width_entry_value (CustomPrintTab* self, Measurement* result);
+static void custom_print_tab_get_width_entry_value (CustomPrintTab* self,
+ Measurement* result);
PrintSettings* print_job_get_local_settings (PrintJob* self);
static gboolean custom_print_tab_is_match_aspect_ratio_enabled (CustomPrintTab* self);
-static void custom_print_tab_set_content_ppi (CustomPrintTab* self, gint content_ppi);
-static void custom_print_tab_get_height_entry_value (CustomPrintTab* self, Measurement* result);
-static void custom_print_tab_set_user_unit_choice (CustomPrintTab* self, MeasurementUnit unit);
-static void custom_print_tab_set_content_width (CustomPrintTab* self, Measurement* content_width);
-static void custom_print_tab_set_content_height (CustomPrintTab* self, Measurement* content_height);
-static void custom_print_tab_set_content_layout (CustomPrintTab* self, ContentLayout content_layout);
-static void custom_print_tab_set_image_per_page_selection (CustomPrintTab* self, gint image_per_page);
-static void custom_print_tab_set_size_selection (CustomPrintTab* self, gint size_selection);
-static void custom_print_tab_set_match_aspect_ratio_enabled (CustomPrintTab* self, gboolean enable_state);
-static void custom_print_tab_set_print_titles_enabled (CustomPrintTab* self, gboolean print_titles);
-static void custom_print_tab_set_print_titles_font (CustomPrintTab* self, const gchar* fontname);
-static void custom_print_tab_set_content_layout_control_state (CustomPrintTab* self, ContentLayout layout);
+static void custom_print_tab_set_content_ppi (CustomPrintTab* self,
+ gint content_ppi);
+static void custom_print_tab_get_height_entry_value (CustomPrintTab* self,
+ Measurement* result);
+static void custom_print_tab_set_user_unit_choice (CustomPrintTab* self,
+ MeasurementUnit unit);
+static void custom_print_tab_set_content_width (CustomPrintTab* self,
+ Measurement* content_width);
+static void custom_print_tab_set_content_height (CustomPrintTab* self,
+ Measurement* content_height);
+static void custom_print_tab_set_content_layout (CustomPrintTab* self,
+ ContentLayout content_layout);
+static void custom_print_tab_set_image_per_page_selection (CustomPrintTab* self,
+ gint image_per_page);
+static void custom_print_tab_set_size_selection (CustomPrintTab* self,
+ gint size_selection);
+static void custom_print_tab_set_match_aspect_ratio_enabled (CustomPrintTab* self,
+ gboolean enable_state);
+static void custom_print_tab_set_print_titles_enabled (CustomPrintTab* self,
+ gboolean print_titles);
+static void custom_print_tab_set_print_titles_font (CustomPrintTab* self,
+ const gchar* fontname);
+static void custom_print_tab_set_content_layout_control_state (CustomPrintTab* self,
+ ContentLayout layout);
static ContentLayout custom_print_tab_get_content_layout (CustomPrintTab* self);
-static void custom_print_tab_get_content_width (CustomPrintTab* self, Measurement* result);
-static void custom_print_tab_get_content_height (CustomPrintTab* self, Measurement* result);
+static void custom_print_tab_get_content_width (CustomPrintTab* self,
+ Measurement* result);
+static void custom_print_tab_get_content_height (CustomPrintTab* self,
+ Measurement* result);
static gint custom_print_tab_get_content_ppi (CustomPrintTab* self);
static gint custom_print_tab_get_image_per_page_selection (CustomPrintTab* self);
static gint custom_print_tab_get_size_selection (CustomPrintTab* self);
@@ -573,96 +678,202 @@ GType media_source_get_type (void) G_GNUC_CONST;
GType photo_source_get_type (void) G_GNUC_CONST;
GType photo_get_type (void) G_GNUC_CONST;
#define PRINT_JOB_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), TYPE_PRINT_JOB, PrintJobPrivate))
-enum {
- PRINT_JOB_DUMMY_PROPERTY
-};
PrintJob* print_job_new (GeeCollection* to_print);
-PrintJob* print_job_construct (GType object_type, GeeCollection* to_print);
+PrintJob* print_job_construct (GType object_type,
+ GeeCollection* to_print);
PrintSettings* print_manager_get_global_settings (PrintManager* self);
GType photo_exception_get_type (void) G_GNUC_CONST;
GType dimensions_get_type (void) G_GNUC_CONST;
Dimensions* dimensions_dup (const Dimensions* self);
void dimensions_free (Dimensions* self);
-void media_source_get_dimensions (MediaSource* self, PhotoException disallowed_steps, Dimensions* result);
+void media_source_get_dimensions (MediaSource* self,
+ PhotoException disallowed_steps,
+ Dimensions* result);
gdouble dimensions_get_aspect_ratio (Dimensions *self);
GeeList* print_job_get_photos (PrintJob* self);
Photo* print_job_get_source_photo (PrintJob* self);
-void print_job_set_local_settings (PrintJob* self, PrintSettings* settings);
+void print_job_set_local_settings (PrintJob* self,
+ PrintSettings* settings);
static void print_job_finalize (GObject * obj);
-enum {
- STANDARD_PRINT_SIZE_DUMMY_PROPERTY
-};
-StandardPrintSize* standard_print_size_new (const gchar* name, Measurement* width, Measurement* height);
-StandardPrintSize* standard_print_size_construct (GType object_type, const gchar* name, Measurement* width, Measurement* height);
+StandardPrintSize* standard_print_size_new (const gchar* name,
+ Measurement* width,
+ Measurement* height);
+StandardPrintSize* standard_print_size_construct (GType object_type,
+ const gchar* name,
+ Measurement* width,
+ Measurement* height);
static void standard_print_size_finalize (StandardPrintSize * obj);
GType progress_dialog_get_type (void) G_GNUC_CONST;
#define PRINT_MANAGER_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), TYPE_PRINT_MANAGER, PrintManagerPrivate))
-enum {
- PRINT_MANAGER_DUMMY_PROPERTY
-};
#define PRINT_MANAGER_IMAGE_DISTANCE 0.24
static PrintManager* print_manager_new (void);
static PrintManager* print_manager_construct (GType object_type);
-static void _vala_array_add112 (StandardPrintSize** * array, int* length, int* size, StandardPrintSize* value);
-static void _vala_array_add113 (StandardPrintSize** * array, int* length, int* size, StandardPrintSize* value);
-static void _vala_array_add114 (StandardPrintSize** * array, int* length, int* size, StandardPrintSize* value);
-static void _vala_array_add115 (StandardPrintSize** * array, int* length, int* size, StandardPrintSize* value);
-static void _vala_array_add116 (StandardPrintSize** * array, int* length, int* size, StandardPrintSize* value);
-static void _vala_array_add117 (StandardPrintSize** * array, int* length, int* size, StandardPrintSize* value);
-static void _vala_array_add118 (StandardPrintSize** * array, int* length, int* size, StandardPrintSize* value);
-static void _vala_array_add119 (StandardPrintSize** * array, int* length, int* size, StandardPrintSize* value);
-static void _vala_array_add120 (StandardPrintSize** * array, int* length, int* size, StandardPrintSize* value);
-static void _vala_array_add121 (StandardPrintSize** * array, int* length, int* size, StandardPrintSize* value);
-static void _vala_array_add122 (StandardPrintSize** * array, int* length, int* size, StandardPrintSize* value);
-static void _vala_array_add123 (StandardPrintSize** * array, int* length, int* size, StandardPrintSize* value);
-static void _vala_array_add124 (StandardPrintSize** * array, int* length, int* size, StandardPrintSize* value);
-static void _vala_array_add125 (StandardPrintSize** * array, int* length, int* size, StandardPrintSize* value);
-static void _vala_array_add126 (StandardPrintSize** * array, int* length, int* size, StandardPrintSize* value);
-void print_manager_spool_photo (PrintManager* self, GeeCollection* to_print);
+static void _vala_array_add113 (StandardPrintSize** * array,
+ int* length,
+ int* size,
+ StandardPrintSize* value);
+static void _vala_array_add114 (StandardPrintSize** * array,
+ int* length,
+ int* size,
+ StandardPrintSize* value);
+static void _vala_array_add115 (StandardPrintSize** * array,
+ int* length,
+ int* size,
+ StandardPrintSize* value);
+static void _vala_array_add116 (StandardPrintSize** * array,
+ int* length,
+ int* size,
+ StandardPrintSize* value);
+static void _vala_array_add117 (StandardPrintSize** * array,
+ int* length,
+ int* size,
+ StandardPrintSize* value);
+static void _vala_array_add118 (StandardPrintSize** * array,
+ int* length,
+ int* size,
+ StandardPrintSize* value);
+static void _vala_array_add119 (StandardPrintSize** * array,
+ int* length,
+ int* size,
+ StandardPrintSize* value);
+static void _vala_array_add120 (StandardPrintSize** * array,
+ int* length,
+ int* size,
+ StandardPrintSize* value);
+static void _vala_array_add121 (StandardPrintSize** * array,
+ int* length,
+ int* size,
+ StandardPrintSize* value);
+static void _vala_array_add122 (StandardPrintSize** * array,
+ int* length,
+ int* size,
+ StandardPrintSize* value);
+static void _vala_array_add123 (StandardPrintSize** * array,
+ int* length,
+ int* size,
+ StandardPrintSize* value);
+static void _vala_array_add124 (StandardPrintSize** * array,
+ int* length,
+ int* size,
+ StandardPrintSize* value);
+static void _vala_array_add125 (StandardPrintSize** * array,
+ int* length,
+ int* size,
+ StandardPrintSize* value);
+static void _vala_array_add126 (StandardPrintSize** * array,
+ int* length,
+ int* size,
+ StandardPrintSize* value);
+static void _vala_array_add127 (StandardPrintSize** * array,
+ int* length,
+ int* size,
+ StandardPrintSize* value);
+void print_manager_spool_photo (PrintManager* self,
+ GeeCollection* to_print);
gchar* data_object_get_name (DataObject* self);
-static void print_manager_on_begin_print (PrintManager* self, GtkPrintOperation* emitting_object, GtkPrintContext* job_context);
-static void _print_manager_on_begin_print_gtk_print_operation_begin_print (GtkPrintOperation* _sender, GtkPrintContext* context, gpointer self);
-static void print_manager_on_draw_page (PrintManager* self, GtkPrintOperation* emitting_object, GtkPrintContext* job_context, gint page_num);
-static void _print_manager_on_draw_page_gtk_print_operation_draw_page (GtkPrintOperation* _sender, GtkPrintContext* context, gint page_nr, gpointer self);
-static GObject* print_manager_on_create_custom_widget (PrintManager* self, GtkPrintOperation* emitting_object);
-static GObject* _print_manager_on_create_custom_widget_gtk_print_operation_create_custom_widget (GtkPrintOperation* _sender, gpointer self);
-static void print_manager_on_status_changed (PrintManager* self, GtkPrintOperation* job);
-static void _print_manager_on_status_changed_gtk_print_operation_status_changed (GtkPrintOperation* _sender, gpointer self);
+static void print_manager_on_begin_print (PrintManager* self,
+ GtkPrintOperation* emitting_object,
+ GtkPrintContext* job_context);
+static void _print_manager_on_begin_print_gtk_print_operation_begin_print (GtkPrintOperation* _sender,
+ GtkPrintContext* context,
+ gpointer self);
+static void print_manager_on_draw_page (PrintManager* self,
+ GtkPrintOperation* emitting_object,
+ GtkPrintContext* job_context,
+ gint page_num);
+static void _print_manager_on_draw_page_gtk_print_operation_draw_page (GtkPrintOperation* _sender,
+ GtkPrintContext* context,
+ gint page_nr,
+ gpointer self);
+static GObject* print_manager_on_create_custom_widget (PrintManager* self,
+ GtkPrintOperation* emitting_object);
+static GObject* _print_manager_on_create_custom_widget_gtk_print_operation_create_custom_widget (GtkPrintOperation* _sender,
+ gpointer self);
+static void print_manager_on_status_changed (PrintManager* self,
+ GtkPrintOperation* job);
+static void _print_manager_on_status_changed_gtk_print_operation_status_changed (GtkPrintOperation* _sender,
+ gpointer self);
GType page_window_get_type (void) G_GNUC_CONST;
GType app_window_get_type (void) G_GNUC_CONST;
AppWindow* app_window_get_instance (void);
void page_window_set_busy_cursor (PageWindow* self);
-ProgressDialog* progress_dialog_new (GtkWindow* owner, const gchar* text, GCancellable* cancellable);
-ProgressDialog* progress_dialog_construct (GType object_type, GtkWindow* owner, const gchar* text, GCancellable* cancellable);
+ProgressDialog* progress_dialog_new (GtkWindow* owner,
+ const gchar* text,
+ GCancellable* cancellable);
+ProgressDialog* progress_dialog_construct (GType object_type,
+ GtkWindow* owner,
+ const gchar* text,
+ GCancellable* cancellable);
void progress_dialog_close (ProgressDialog* self);
void page_window_set_normal_cursor (PageWindow* self);
-void app_window_error_message (const gchar* message, GtkWindow* parent);
+void app_window_error_message (const gchar* message,
+ GtkWindow* parent);
void spin_event_loop (void);
-void progress_dialog_set_status (ProgressDialog* self, const gchar* text);
-static void print_manager_fit_image_to_canvas (PrintManager* self, Photo* photo, gdouble x, gdouble y, gdouble canvas_width, gdouble canvas_height, gboolean crop, PrintJob* job, GtkPrintContext* job_context);
-static void print_manager_add_title_to_canvas (PrintManager* self, gdouble x, gdouble y, const gchar* title, PrintJob* job, GtkPrintContext* job_context);
-gboolean progress_dialog_monitor (ProgressDialog* self, guint64 count, guint64 total, gboolean do_event_loop);
-static void print_manager_on_custom_widget_apply (PrintManager* self, GtkWidget* custom_widget);
-static void _print_manager_on_custom_widget_apply_gtk_print_operation_custom_widget_apply (GtkPrintOperation* _sender, GtkWidget* widget, gpointer self);
-void print_manager_set_global_settings (PrintManager* self, PrintSettings* settings);
-void dimensions_init (Dimensions *self, gint width, gint height);
-static gboolean print_manager_are_approximately_equal (PrintManager* self, gdouble val1, gdouble val2);
+void progress_dialog_set_status (ProgressDialog* self,
+ const gchar* text);
+static void print_manager_fit_image_to_canvas (PrintManager* self,
+ Photo* photo,
+ gdouble x,
+ gdouble y,
+ gdouble canvas_width,
+ gdouble canvas_height,
+ gboolean crop,
+ PrintJob* job,
+ GtkPrintContext* job_context);
+static void print_manager_add_title_to_canvas (PrintManager* self,
+ gdouble x,
+ gdouble y,
+ const gchar* title,
+ PrintJob* job,
+ GtkPrintContext* job_context);
+gboolean progress_dialog_monitor (ProgressDialog* self,
+ guint64 count,
+ guint64 total,
+ gboolean do_event_loop);
+static void print_manager_on_custom_widget_apply (PrintManager* self,
+ GtkWidget* custom_widget);
+static void _print_manager_on_custom_widget_apply_gtk_print_operation_custom_widget_apply (GtkPrintOperation* _sender,
+ GtkWidget* widget,
+ gpointer self);
+void print_manager_set_global_settings (PrintManager* self,
+ PrintSettings* settings);
+void dimensions_init (Dimensions *self,
+ gint width,
+ gint height);
+static gboolean print_manager_are_approximately_equal (PrintManager* self,
+ gdouble val1,
+ gdouble val2);
GType scaling_get_type (void) G_GNUC_CONST;
GType scale_constraint_get_type (void) G_GNUC_CONST;
Scaling* scaling_dup (const Scaling* self);
void scaling_free (Scaling* self);
-void scaling_to_fill_viewport (Dimensions* viewport, Scaling* result);
-GdkPixbuf* photo_source_get_pixbuf (PhotoSource* self, Scaling* scaling, GError** error);
-void dimensions_for_pixbuf (GdkPixbuf* pixbuf, Dimensions* result);
-GdkPixbuf* scaling_perform_on_pixbuf (Scaling *self, GdkPixbuf* pixbuf, GdkInterpType interp, gboolean scale_up);
-void scaling_for_viewport (Dimensions* viewport, gboolean scale_up, Scaling* result);
+void scaling_to_fill_viewport (Dimensions* viewport,
+ Scaling* result);
+GdkPixbuf* photo_source_get_pixbuf (PhotoSource* self,
+ Scaling* scaling,
+ GError** error);
+void dimensions_for_pixbuf (GdkPixbuf* pixbuf,
+ Dimensions* result);
+GdkPixbuf* scaling_perform_on_pixbuf (Scaling *self,
+ GdkPixbuf* pixbuf,
+ GdkInterpType interp,
+ gboolean scale_up);
+void scaling_for_viewport (Dimensions* viewport,
+ gboolean scale_up,
+ Scaling* result);
static void _vala_PangoFontDescription_free (PangoFontDescription* self);
static void print_manager_finalize (PrintManager * 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);
-GType content_layout_get_type (void) {
+GType
+content_layout_get_type (void)
+{
static volatile gsize content_layout_type_id__volatile = 0;
if (g_once_init_enter (&content_layout_type_id__volatile)) {
static const GEnumValue values[] = {{CONTENT_LAYOUT_STANDARD_SIZE, "CONTENT_LAYOUT_STANDARD_SIZE", "standard-size"}, {CONTENT_LAYOUT_CUSTOM_SIZE, "CONTENT_LAYOUT_CUSTOM_SIZE", "custom-size"}, {CONTENT_LAYOUT_IMAGE_PER_PAGE, "CONTENT_LAYOUT_IMAGE_PER_PAGE", "image-per-page"}, {0, NULL, NULL}};
@@ -674,21 +885,14 @@ GType content_layout_get_type (void) {
}
-PrintSettings* print_settings_construct (GType object_type) {
+PrintSettings*
+print_settings_construct (GType object_type)
+{
PrintSettings* self = NULL;
ConfigFacade* config = NULL;
ConfigFacade* _tmp0_;
MeasurementUnit units = 0;
- gint _tmp1_;
- gdouble _tmp2_;
- gdouble _tmp3_;
- gint _tmp4_;
- gint _tmp5_;
- gboolean _tmp6_;
- gboolean _tmp7_;
- gchar* _tmp8_;
- gint _tmp9_;
- gint _tmp10_;
+ gchar* _tmp1_;
#line 30 "/home/jens/Source/shotwell/src/Printing.vala"
self = (PrintSettings*) g_type_create_instance (object_type);
#line 31 "/home/jens/Source/shotwell/src/Printing.vala"
@@ -696,63 +900,49 @@ PrintSettings* print_settings_construct (GType object_type) {
#line 31 "/home/jens/Source/shotwell/src/Printing.vala"
config = _tmp0_;
#line 33 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp1_ = configuration_facade_get_printing_content_units (G_TYPE_CHECK_INSTANCE_CAST (config, TYPE_CONFIGURATION_FACADE, ConfigurationFacade));
-#line 33 "/home/jens/Source/shotwell/src/Printing.vala"
- units = (MeasurementUnit) _tmp1_;
-#line 35 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp2_ = configuration_facade_get_printing_content_width (G_TYPE_CHECK_INSTANCE_CAST (config, TYPE_CONFIGURATION_FACADE, ConfigurationFacade));
+ units = (MeasurementUnit) configuration_facade_get_printing_content_units (G_TYPE_CHECK_INSTANCE_CAST (config, TYPE_CONFIGURATION_FACADE, ConfigurationFacade));
#line 35 "/home/jens/Source/shotwell/src/Printing.vala"
- measurement_init (&self->priv->content_width, _tmp2_, units);
+ measurement_init (&self->priv->content_width, configuration_facade_get_printing_content_width (G_TYPE_CHECK_INSTANCE_CAST (config, TYPE_CONFIGURATION_FACADE, ConfigurationFacade)), units);
#line 36 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp3_ = configuration_facade_get_printing_content_height (G_TYPE_CHECK_INSTANCE_CAST (config, TYPE_CONFIGURATION_FACADE, ConfigurationFacade));
-#line 36 "/home/jens/Source/shotwell/src/Printing.vala"
- measurement_init (&self->priv->content_height, _tmp3_, units);
-#line 37 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp4_ = configuration_facade_get_printing_size_selection (G_TYPE_CHECK_INSTANCE_CAST (config, TYPE_CONFIGURATION_FACADE, ConfigurationFacade));
+ measurement_init (&self->priv->content_height, configuration_facade_get_printing_content_height (G_TYPE_CHECK_INSTANCE_CAST (config, TYPE_CONFIGURATION_FACADE, ConfigurationFacade)), units);
#line 37 "/home/jens/Source/shotwell/src/Printing.vala"
- self->priv->size_selection = _tmp4_;
-#line 38 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp5_ = configuration_facade_get_printing_content_layout (G_TYPE_CHECK_INSTANCE_CAST (config, TYPE_CONFIGURATION_FACADE, ConfigurationFacade));
+ self->priv->size_selection = configuration_facade_get_printing_size_selection (G_TYPE_CHECK_INSTANCE_CAST (config, TYPE_CONFIGURATION_FACADE, ConfigurationFacade));
#line 38 "/home/jens/Source/shotwell/src/Printing.vala"
- self->priv->content_layout = (ContentLayout) _tmp5_;
+ self->priv->content_layout = (ContentLayout) configuration_facade_get_printing_content_layout (G_TYPE_CHECK_INSTANCE_CAST (config, TYPE_CONFIGURATION_FACADE, ConfigurationFacade));
#line 39 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp6_ = configuration_facade_get_printing_match_aspect_ratio (G_TYPE_CHECK_INSTANCE_CAST (config, TYPE_CONFIGURATION_FACADE, ConfigurationFacade));
-#line 39 "/home/jens/Source/shotwell/src/Printing.vala"
- self->priv->match_aspect_ratio = _tmp6_;
-#line 40 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp7_ = configuration_facade_get_printing_print_titles (G_TYPE_CHECK_INSTANCE_CAST (config, TYPE_CONFIGURATION_FACADE, ConfigurationFacade));
+ self->priv->match_aspect_ratio = configuration_facade_get_printing_match_aspect_ratio (G_TYPE_CHECK_INSTANCE_CAST (config, TYPE_CONFIGURATION_FACADE, ConfigurationFacade));
#line 40 "/home/jens/Source/shotwell/src/Printing.vala"
- self->priv->print_titles = _tmp7_;
+ self->priv->print_titles = configuration_facade_get_printing_print_titles (G_TYPE_CHECK_INSTANCE_CAST (config, TYPE_CONFIGURATION_FACADE, ConfigurationFacade));
#line 41 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp8_ = configuration_facade_get_printing_titles_font (G_TYPE_CHECK_INSTANCE_CAST (config, TYPE_CONFIGURATION_FACADE, ConfigurationFacade));
+ _tmp1_ = configuration_facade_get_printing_titles_font (G_TYPE_CHECK_INSTANCE_CAST (config, TYPE_CONFIGURATION_FACADE, ConfigurationFacade));
#line 41 "/home/jens/Source/shotwell/src/Printing.vala"
_g_free0 (self->priv->print_titles_font);
#line 41 "/home/jens/Source/shotwell/src/Printing.vala"
- self->priv->print_titles_font = _tmp8_;
-#line 42 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp9_ = configuration_facade_get_printing_images_per_page (G_TYPE_CHECK_INSTANCE_CAST (config, TYPE_CONFIGURATION_FACADE, ConfigurationFacade));
+ self->priv->print_titles_font = _tmp1_;
#line 42 "/home/jens/Source/shotwell/src/Printing.vala"
- self->priv->image_per_page_selection = _tmp9_;
-#line 43 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp10_ = configuration_facade_get_printing_content_ppi (G_TYPE_CHECK_INSTANCE_CAST (config, TYPE_CONFIGURATION_FACADE, ConfigurationFacade));
+ self->priv->image_per_page_selection = configuration_facade_get_printing_images_per_page (G_TYPE_CHECK_INSTANCE_CAST (config, TYPE_CONFIGURATION_FACADE, ConfigurationFacade));
#line 43 "/home/jens/Source/shotwell/src/Printing.vala"
- self->priv->content_ppi = _tmp10_;
+ self->priv->content_ppi = configuration_facade_get_printing_content_ppi (G_TYPE_CHECK_INSTANCE_CAST (config, TYPE_CONFIGURATION_FACADE, ConfigurationFacade));
#line 30 "/home/jens/Source/shotwell/src/Printing.vala"
_g_object_unref0 (config);
#line 30 "/home/jens/Source/shotwell/src/Printing.vala"
return self;
-#line 745 "Printing.c"
+#line 931 "Printing.c"
}
-PrintSettings* print_settings_new (void) {
+PrintSettings*
+print_settings_new (void)
+{
#line 30 "/home/jens/Source/shotwell/src/Printing.vala"
return print_settings_construct (TYPE_PRINT_SETTINGS);
-#line 752 "Printing.c"
+#line 940 "Printing.c"
}
-void print_settings_save (PrintSettings* self) {
+void
+print_settings_save (PrintSettings* self)
+{
ConfigFacade* config = NULL;
ConfigFacade* _tmp0_;
Measurement _tmp1_;
@@ -822,145 +1012,142 @@ void print_settings_save (PrintSettings* self) {
configuration_facade_set_printing_content_ppi (G_TYPE_CHECK_INSTANCE_CAST (config, TYPE_CONFIGURATION_FACADE, ConfigurationFacade), _tmp13_);
#line 46 "/home/jens/Source/shotwell/src/Printing.vala"
_g_object_unref0 (config);
-#line 826 "Printing.c"
+#line 1016 "Printing.c"
}
-void print_settings_get_content_width (PrintSettings* self, Measurement* result) {
- ContentLayout _tmp0_;
+void
+print_settings_get_content_width (PrintSettings* self,
+ Measurement* result)
+{
#line 62 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (IS_PRINT_SETTINGS (self));
#line 63 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp0_ = print_settings_get_content_layout (self);
-#line 63 "/home/jens/Source/shotwell/src/Printing.vala"
- switch (_tmp0_) {
+ switch (print_settings_get_content_layout (self)) {
#line 63 "/home/jens/Source/shotwell/src/Printing.vala"
case CONTENT_LAYOUT_STANDARD_SIZE:
#line 63 "/home/jens/Source/shotwell/src/Printing.vala"
case CONTENT_LAYOUT_IMAGE_PER_PAGE:
-#line 842 "Printing.c"
+#line 1032 "Printing.c"
{
+ PrintManager* _tmp0_;
PrintManager* _tmp1_;
- PrintManager* _tmp2_;
- gint _tmp3_;
- StandardPrintSize** _tmp4_;
- gint _tmp5_;
- StandardPrintSize* _tmp6_;
- Measurement _tmp7_;
- Measurement _tmp8_;
-#line 66 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp1_ = print_manager_get_instance ();
+ gint _tmp2_;
+ StandardPrintSize** _tmp3_;
+ StandardPrintSize* _tmp4_;
+ Measurement _tmp5_;
+ Measurement _tmp6_;
#line 66 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp2_ = _tmp1_;
+ _tmp0_ = print_manager_get_instance ();
#line 66 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp4_ = print_manager_get_standard_sizes (_tmp2_, &_tmp3_);
+ _tmp1_ = _tmp0_;
#line 66 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp5_ = print_settings_get_size_selection (self);
+ _tmp3_ = print_manager_get_standard_sizes (_tmp1_, &_tmp2_);
#line 66 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp6_ = _tmp4_[_tmp5_];
+ _tmp4_ = _tmp3_[print_settings_get_size_selection (self)];
#line 66 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp7_ = _tmp6_->width;
+ _tmp5_ = _tmp4_->width;
#line 66 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp8_ = _tmp7_;
+ _tmp6_ = _tmp5_;
#line 66 "/home/jens/Source/shotwell/src/Printing.vala"
- _print_manager_unref0 (_tmp2_);
+ _print_manager_unref0 (_tmp1_);
#line 66 "/home/jens/Source/shotwell/src/Printing.vala"
- *result = _tmp8_;
+ *result = _tmp6_;
#line 66 "/home/jens/Source/shotwell/src/Printing.vala"
return;
-#line 872 "Printing.c"
+#line 1059 "Printing.c"
}
#line 63 "/home/jens/Source/shotwell/src/Printing.vala"
case CONTENT_LAYOUT_CUSTOM_SIZE:
-#line 876 "Printing.c"
+#line 1063 "Printing.c"
{
- Measurement _tmp9_;
+ Measurement _tmp7_;
#line 70 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp9_ = self->priv->content_width;
+ _tmp7_ = self->priv->content_width;
#line 70 "/home/jens/Source/shotwell/src/Printing.vala"
- *result = _tmp9_;
+ *result = _tmp7_;
#line 70 "/home/jens/Source/shotwell/src/Printing.vala"
return;
-#line 885 "Printing.c"
+#line 1072 "Printing.c"
}
default:
{
#line 73 "/home/jens/Source/shotwell/src/Printing.vala"
g_error ("Printing.vala:73: unknown ContentLayout enumeration value");
-#line 891 "Printing.c"
+#line 1078 "Printing.c"
}
}
}
-void print_settings_get_content_height (PrintSettings* self, Measurement* result) {
- ContentLayout _tmp0_;
+void
+print_settings_get_content_height (PrintSettings* self,
+ Measurement* result)
+{
#line 77 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (IS_PRINT_SETTINGS (self));
#line 78 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp0_ = print_settings_get_content_layout (self);
-#line 78 "/home/jens/Source/shotwell/src/Printing.vala"
- switch (_tmp0_) {
+ switch (print_settings_get_content_layout (self)) {
#line 78 "/home/jens/Source/shotwell/src/Printing.vala"
case CONTENT_LAYOUT_STANDARD_SIZE:
#line 78 "/home/jens/Source/shotwell/src/Printing.vala"
case CONTENT_LAYOUT_IMAGE_PER_PAGE:
-#line 909 "Printing.c"
+#line 1096 "Printing.c"
{
+ PrintManager* _tmp0_;
PrintManager* _tmp1_;
- PrintManager* _tmp2_;
- gint _tmp3_;
- StandardPrintSize** _tmp4_;
- gint _tmp5_;
- StandardPrintSize* _tmp6_;
- Measurement _tmp7_;
- Measurement _tmp8_;
-#line 81 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp1_ = print_manager_get_instance ();
+ gint _tmp2_;
+ StandardPrintSize** _tmp3_;
+ StandardPrintSize* _tmp4_;
+ Measurement _tmp5_;
+ Measurement _tmp6_;
#line 81 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp2_ = _tmp1_;
+ _tmp0_ = print_manager_get_instance ();
#line 81 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp4_ = print_manager_get_standard_sizes (_tmp2_, &_tmp3_);
+ _tmp1_ = _tmp0_;
#line 81 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp5_ = print_settings_get_size_selection (self);
+ _tmp3_ = print_manager_get_standard_sizes (_tmp1_, &_tmp2_);
#line 81 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp6_ = _tmp4_[_tmp5_];
+ _tmp4_ = _tmp3_[print_settings_get_size_selection (self)];
#line 81 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp7_ = _tmp6_->height;
+ _tmp5_ = _tmp4_->height;
#line 81 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp8_ = _tmp7_;
+ _tmp6_ = _tmp5_;
#line 81 "/home/jens/Source/shotwell/src/Printing.vala"
- _print_manager_unref0 (_tmp2_);
+ _print_manager_unref0 (_tmp1_);
#line 81 "/home/jens/Source/shotwell/src/Printing.vala"
- *result = _tmp8_;
+ *result = _tmp6_;
#line 81 "/home/jens/Source/shotwell/src/Printing.vala"
return;
-#line 939 "Printing.c"
+#line 1123 "Printing.c"
}
#line 78 "/home/jens/Source/shotwell/src/Printing.vala"
case CONTENT_LAYOUT_CUSTOM_SIZE:
-#line 943 "Printing.c"
+#line 1127 "Printing.c"
{
- Measurement _tmp9_;
+ Measurement _tmp7_;
#line 85 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp9_ = self->priv->content_height;
+ _tmp7_ = self->priv->content_height;
#line 85 "/home/jens/Source/shotwell/src/Printing.vala"
- *result = _tmp9_;
+ *result = _tmp7_;
#line 85 "/home/jens/Source/shotwell/src/Printing.vala"
return;
-#line 952 "Printing.c"
+#line 1136 "Printing.c"
}
default:
{
#line 88 "/home/jens/Source/shotwell/src/Printing.vala"
g_error ("Printing.vala:88: unknown ContentLayout enumeration value");
-#line 958 "Printing.c"
+#line 1142 "Printing.c"
}
}
}
-void print_settings_get_minimum_content_dimension (PrintSettings* self, Measurement* result) {
+void
+print_settings_get_minimum_content_dimension (PrintSettings* self,
+ Measurement* result)
+{
Measurement _tmp0_ = {0};
#line 92 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (IS_PRINT_SETTINGS (self));
@@ -970,11 +1157,14 @@ void print_settings_get_minimum_content_dimension (PrintSettings* self, Measurem
*result = _tmp0_;
#line 93 "/home/jens/Source/shotwell/src/Printing.vala"
return;
-#line 974 "Printing.c"
+#line 1161 "Printing.c"
}
-void print_settings_get_maximum_content_dimension (PrintSettings* self, Measurement* result) {
+void
+print_settings_get_maximum_content_dimension (PrintSettings* self,
+ Measurement* result)
+{
Measurement _tmp0_ = {0};
#line 96 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (IS_PRINT_SETTINGS (self));
@@ -984,11 +1174,13 @@ void print_settings_get_maximum_content_dimension (PrintSettings* self, Measurem
*result = _tmp0_;
#line 97 "/home/jens/Source/shotwell/src/Printing.vala"
return;
-#line 988 "Printing.c"
+#line 1178 "Printing.c"
}
-gboolean print_settings_is_match_aspect_ratio_enabled (PrintSettings* self) {
+gboolean
+print_settings_is_match_aspect_ratio_enabled (PrintSettings* self)
+{
gboolean result = FALSE;
gboolean _tmp0_;
#line 100 "/home/jens/Source/shotwell/src/Printing.vala"
@@ -999,11 +1191,13 @@ gboolean print_settings_is_match_aspect_ratio_enabled (PrintSettings* self) {
result = _tmp0_;
#line 101 "/home/jens/Source/shotwell/src/Printing.vala"
return result;
-#line 1003 "Printing.c"
+#line 1195 "Printing.c"
}
-gboolean print_settings_is_print_titles_enabled (PrintSettings* self) {
+gboolean
+print_settings_is_print_titles_enabled (PrintSettings* self)
+{
gboolean result = FALSE;
gboolean _tmp0_;
#line 104 "/home/jens/Source/shotwell/src/Printing.vala"
@@ -1014,11 +1208,13 @@ gboolean print_settings_is_print_titles_enabled (PrintSettings* self) {
result = _tmp0_;
#line 105 "/home/jens/Source/shotwell/src/Printing.vala"
return result;
-#line 1018 "Printing.c"
+#line 1212 "Printing.c"
}
-gint print_settings_get_content_ppi (PrintSettings* self) {
+gint
+print_settings_get_content_ppi (PrintSettings* self)
+{
gint result = 0;
gint _tmp0_;
#line 108 "/home/jens/Source/shotwell/src/Printing.vala"
@@ -1029,11 +1225,13 @@ gint print_settings_get_content_ppi (PrintSettings* self) {
result = _tmp0_;
#line 109 "/home/jens/Source/shotwell/src/Printing.vala"
return result;
-#line 1033 "Printing.c"
+#line 1229 "Printing.c"
}
-gint print_settings_get_image_per_page_selection (PrintSettings* self) {
+gint
+print_settings_get_image_per_page_selection (PrintSettings* self)
+{
gint result = 0;
gint _tmp0_;
#line 112 "/home/jens/Source/shotwell/src/Printing.vala"
@@ -1044,11 +1242,13 @@ gint print_settings_get_image_per_page_selection (PrintSettings* self) {
result = _tmp0_;
#line 113 "/home/jens/Source/shotwell/src/Printing.vala"
return result;
-#line 1048 "Printing.c"
+#line 1246 "Printing.c"
}
-gint print_settings_get_size_selection (PrintSettings* self) {
+gint
+print_settings_get_size_selection (PrintSettings* self)
+{
gint result = 0;
gint _tmp0_;
#line 116 "/home/jens/Source/shotwell/src/Printing.vala"
@@ -1059,11 +1259,13 @@ gint print_settings_get_size_selection (PrintSettings* self) {
result = _tmp0_;
#line 117 "/home/jens/Source/shotwell/src/Printing.vala"
return result;
-#line 1063 "Printing.c"
+#line 1263 "Printing.c"
}
-ContentLayout print_settings_get_content_layout (PrintSettings* self) {
+ContentLayout
+print_settings_get_content_layout (PrintSettings* self)
+{
ContentLayout result = 0;
ContentLayout _tmp0_;
#line 120 "/home/jens/Source/shotwell/src/Printing.vala"
@@ -1074,23 +1276,26 @@ ContentLayout print_settings_get_content_layout (PrintSettings* self) {
result = _tmp0_;
#line 121 "/home/jens/Source/shotwell/src/Printing.vala"
return result;
-#line 1078 "Printing.c"
+#line 1280 "Printing.c"
}
-void print_settings_set_content_layout (PrintSettings* self, ContentLayout content_layout) {
- ContentLayout _tmp0_;
+void
+print_settings_set_content_layout (PrintSettings* self,
+ ContentLayout content_layout)
+{
#line 124 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (IS_PRINT_SETTINGS (self));
#line 125 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp0_ = content_layout;
-#line 125 "/home/jens/Source/shotwell/src/Printing.vala"
- self->priv->content_layout = _tmp0_;
-#line 1090 "Printing.c"
+ self->priv->content_layout = content_layout;
+#line 1292 "Printing.c"
}
-void print_settings_set_content_width (PrintSettings* self, Measurement* content_width) {
+void
+print_settings_set_content_width (PrintSettings* self,
+ Measurement* content_width)
+{
Measurement _tmp0_;
#line 128 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (IS_PRINT_SETTINGS (self));
@@ -1100,11 +1305,14 @@ void print_settings_set_content_width (PrintSettings* self, Measurement* content
_tmp0_ = *content_width;
#line 129 "/home/jens/Source/shotwell/src/Printing.vala"
self->priv->content_width = _tmp0_;
-#line 1104 "Printing.c"
+#line 1309 "Printing.c"
}
-void print_settings_set_content_height (PrintSettings* self, Measurement* content_height) {
+void
+print_settings_set_content_height (PrintSettings* self,
+ Measurement* content_height)
+{
Measurement _tmp0_;
#line 132 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (IS_PRINT_SETTINGS (self));
@@ -1114,90 +1322,92 @@ void print_settings_set_content_height (PrintSettings* self, Measurement* conten
_tmp0_ = *content_height;
#line 133 "/home/jens/Source/shotwell/src/Printing.vala"
self->priv->content_height = _tmp0_;
-#line 1118 "Printing.c"
+#line 1326 "Printing.c"
}
-void print_settings_set_content_ppi (PrintSettings* self, gint content_ppi) {
- gint _tmp0_;
+void
+print_settings_set_content_ppi (PrintSettings* self,
+ gint content_ppi)
+{
#line 136 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (IS_PRINT_SETTINGS (self));
#line 137 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp0_ = content_ppi;
-#line 137 "/home/jens/Source/shotwell/src/Printing.vala"
- self->priv->content_ppi = _tmp0_;
-#line 1130 "Printing.c"
+ self->priv->content_ppi = content_ppi;
+#line 1338 "Printing.c"
}
-void print_settings_set_image_per_page_selection (PrintSettings* self, gint image_per_page_selection) {
- gint _tmp0_;
+void
+print_settings_set_image_per_page_selection (PrintSettings* self,
+ gint image_per_page_selection)
+{
#line 140 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (IS_PRINT_SETTINGS (self));
#line 141 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp0_ = image_per_page_selection;
-#line 141 "/home/jens/Source/shotwell/src/Printing.vala"
- self->priv->image_per_page_selection = _tmp0_;
-#line 1142 "Printing.c"
+ self->priv->image_per_page_selection = image_per_page_selection;
+#line 1350 "Printing.c"
}
-void print_settings_set_size_selection (PrintSettings* self, gint size_selection) {
- gint _tmp0_;
+void
+print_settings_set_size_selection (PrintSettings* self,
+ gint size_selection)
+{
#line 144 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (IS_PRINT_SETTINGS (self));
#line 145 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp0_ = size_selection;
-#line 145 "/home/jens/Source/shotwell/src/Printing.vala"
- self->priv->size_selection = _tmp0_;
-#line 1154 "Printing.c"
+ self->priv->size_selection = size_selection;
+#line 1362 "Printing.c"
}
-void print_settings_set_match_aspect_ratio_enabled (PrintSettings* self, gboolean enable_state) {
- gboolean _tmp0_;
+void
+print_settings_set_match_aspect_ratio_enabled (PrintSettings* self,
+ gboolean enable_state)
+{
#line 148 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (IS_PRINT_SETTINGS (self));
#line 149 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp0_ = enable_state;
-#line 149 "/home/jens/Source/shotwell/src/Printing.vala"
- self->priv->match_aspect_ratio = _tmp0_;
-#line 1166 "Printing.c"
+ self->priv->match_aspect_ratio = enable_state;
+#line 1374 "Printing.c"
}
-void print_settings_set_print_titles_enabled (PrintSettings* self, gboolean print_titles) {
- gboolean _tmp0_;
+void
+print_settings_set_print_titles_enabled (PrintSettings* self,
+ gboolean print_titles)
+{
#line 152 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (IS_PRINT_SETTINGS (self));
#line 153 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp0_ = print_titles;
-#line 153 "/home/jens/Source/shotwell/src/Printing.vala"
- self->priv->print_titles = _tmp0_;
-#line 1178 "Printing.c"
+ self->priv->print_titles = print_titles;
+#line 1386 "Printing.c"
}
-void print_settings_set_print_titles_font (PrintSettings* self, const gchar* fontname) {
- const gchar* _tmp0_;
- gchar* _tmp1_;
+void
+print_settings_set_print_titles_font (PrintSettings* self,
+ const gchar* fontname)
+{
+ gchar* _tmp0_;
#line 156 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (IS_PRINT_SETTINGS (self));
#line 156 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (fontname != NULL);
#line 157 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp0_ = fontname;
-#line 157 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp1_ = g_strdup (_tmp0_);
+ _tmp0_ = g_strdup (fontname);
#line 157 "/home/jens/Source/shotwell/src/Printing.vala"
_g_free0 (self->priv->print_titles_font);
#line 157 "/home/jens/Source/shotwell/src/Printing.vala"
- self->priv->print_titles_font = _tmp1_;
-#line 1197 "Printing.c"
+ self->priv->print_titles_font = _tmp0_;
+#line 1405 "Printing.c"
}
-gchar* print_settings_get_print_titles_font (PrintSettings* self) {
+gchar*
+print_settings_get_print_titles_font (PrintSettings* self)
+{
gchar* result = NULL;
const gchar* _tmp0_;
gchar* _tmp1_;
@@ -1211,108 +1421,133 @@ gchar* print_settings_get_print_titles_font (PrintSettings* self) {
result = _tmp1_;
#line 161 "/home/jens/Source/shotwell/src/Printing.vala"
return result;
-#line 1215 "Printing.c"
+#line 1425 "Printing.c"
}
-static void value_print_settings_init (GValue* value) {
+static void
+value_print_settings_init (GValue* value)
+{
#line 13 "/home/jens/Source/shotwell/src/Printing.vala"
value->data[0].v_pointer = NULL;
-#line 1222 "Printing.c"
+#line 1434 "Printing.c"
}
-static void value_print_settings_free_value (GValue* value) {
+static void
+value_print_settings_free_value (GValue* value)
+{
#line 13 "/home/jens/Source/shotwell/src/Printing.vala"
if (value->data[0].v_pointer) {
#line 13 "/home/jens/Source/shotwell/src/Printing.vala"
print_settings_unref (value->data[0].v_pointer);
-#line 1231 "Printing.c"
+#line 1445 "Printing.c"
}
}
-static void value_print_settings_copy_value (const GValue* src_value, GValue* dest_value) {
+static void
+value_print_settings_copy_value (const GValue* src_value,
+ GValue* dest_value)
+{
#line 13 "/home/jens/Source/shotwell/src/Printing.vala"
if (src_value->data[0].v_pointer) {
#line 13 "/home/jens/Source/shotwell/src/Printing.vala"
dest_value->data[0].v_pointer = print_settings_ref (src_value->data[0].v_pointer);
-#line 1241 "Printing.c"
+#line 1458 "Printing.c"
} else {
#line 13 "/home/jens/Source/shotwell/src/Printing.vala"
dest_value->data[0].v_pointer = NULL;
-#line 1245 "Printing.c"
+#line 1462 "Printing.c"
}
}
-static gpointer value_print_settings_peek_pointer (const GValue* value) {
+static gpointer
+value_print_settings_peek_pointer (const GValue* value)
+{
#line 13 "/home/jens/Source/shotwell/src/Printing.vala"
return value->data[0].v_pointer;
-#line 1253 "Printing.c"
+#line 1472 "Printing.c"
}
-static gchar* value_print_settings_collect_value (GValue* value, guint n_collect_values, GTypeCValue* collect_values, guint collect_flags) {
+static gchar*
+value_print_settings_collect_value (GValue* value,
+ guint n_collect_values,
+ GTypeCValue* collect_values,
+ guint collect_flags)
+{
#line 13 "/home/jens/Source/shotwell/src/Printing.vala"
if (collect_values[0].v_pointer) {
-#line 1260 "Printing.c"
+#line 1484 "Printing.c"
PrintSettings * object;
object = collect_values[0].v_pointer;
#line 13 "/home/jens/Source/shotwell/src/Printing.vala"
if (object->parent_instance.g_class == NULL) {
#line 13 "/home/jens/Source/shotwell/src/Printing.vala"
return g_strconcat ("invalid unclassed object pointer for value type `", G_VALUE_TYPE_NAME (value), "'", NULL);
-#line 1267 "Printing.c"
+#line 1491 "Printing.c"
} else if (!g_value_type_compatible (G_TYPE_FROM_INSTANCE (object), G_VALUE_TYPE (value))) {
#line 13 "/home/jens/Source/shotwell/src/Printing.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 1271 "Printing.c"
+#line 1495 "Printing.c"
}
#line 13 "/home/jens/Source/shotwell/src/Printing.vala"
value->data[0].v_pointer = print_settings_ref (object);
-#line 1275 "Printing.c"
+#line 1499 "Printing.c"
} else {
#line 13 "/home/jens/Source/shotwell/src/Printing.vala"
value->data[0].v_pointer = NULL;
-#line 1279 "Printing.c"
+#line 1503 "Printing.c"
}
#line 13 "/home/jens/Source/shotwell/src/Printing.vala"
return NULL;
-#line 1283 "Printing.c"
+#line 1507 "Printing.c"
}
-static gchar* value_print_settings_lcopy_value (const GValue* value, guint n_collect_values, GTypeCValue* collect_values, guint collect_flags) {
+static gchar*
+value_print_settings_lcopy_value (const GValue* value,
+ guint n_collect_values,
+ GTypeCValue* collect_values,
+ guint collect_flags)
+{
PrintSettings ** object_p;
object_p = collect_values[0].v_pointer;
#line 13 "/home/jens/Source/shotwell/src/Printing.vala"
if (!object_p) {
#line 13 "/home/jens/Source/shotwell/src/Printing.vala"
return g_strdup_printf ("value location for `%s' passed as NULL", G_VALUE_TYPE_NAME (value));
-#line 1294 "Printing.c"
+#line 1523 "Printing.c"
}
#line 13 "/home/jens/Source/shotwell/src/Printing.vala"
if (!value->data[0].v_pointer) {
#line 13 "/home/jens/Source/shotwell/src/Printing.vala"
*object_p = NULL;
-#line 1300 "Printing.c"
+#line 1529 "Printing.c"
} else if (collect_flags & G_VALUE_NOCOPY_CONTENTS) {
#line 13 "/home/jens/Source/shotwell/src/Printing.vala"
*object_p = value->data[0].v_pointer;
-#line 1304 "Printing.c"
+#line 1533 "Printing.c"
} else {
#line 13 "/home/jens/Source/shotwell/src/Printing.vala"
*object_p = print_settings_ref (value->data[0].v_pointer);
-#line 1308 "Printing.c"
+#line 1537 "Printing.c"
}
#line 13 "/home/jens/Source/shotwell/src/Printing.vala"
return NULL;
-#line 1312 "Printing.c"
+#line 1541 "Printing.c"
}
-GParamSpec* param_spec_print_settings (const gchar* name, const gchar* nick, const gchar* blurb, GType object_type, GParamFlags flags) {
+GParamSpec*
+param_spec_print_settings (const gchar* name,
+ const gchar* nick,
+ const gchar* blurb,
+ GType object_type,
+ GParamFlags flags)
+{
ParamSpecPrintSettings* spec;
#line 13 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_val_if_fail (g_type_is_a (object_type, TYPE_PRINT_SETTINGS), NULL);
@@ -1322,20 +1557,25 @@ GParamSpec* param_spec_print_settings (const gchar* name, const gchar* nick, con
G_PARAM_SPEC (spec)->value_type = object_type;
#line 13 "/home/jens/Source/shotwell/src/Printing.vala"
return G_PARAM_SPEC (spec);
-#line 1326 "Printing.c"
+#line 1561 "Printing.c"
}
-gpointer value_get_print_settings (const GValue* value) {
+gpointer
+value_get_print_settings (const GValue* value)
+{
#line 13 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_val_if_fail (G_TYPE_CHECK_VALUE_TYPE (value, TYPE_PRINT_SETTINGS), NULL);
#line 13 "/home/jens/Source/shotwell/src/Printing.vala"
return value->data[0].v_pointer;
-#line 1335 "Printing.c"
+#line 1572 "Printing.c"
}
-void value_set_print_settings (GValue* value, gpointer v_object) {
+void
+value_set_print_settings (GValue* value,
+ gpointer v_object)
+{
PrintSettings * old;
#line 13 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (G_TYPE_CHECK_VALUE_TYPE (value, TYPE_PRINT_SETTINGS));
@@ -1351,22 +1591,25 @@ void value_set_print_settings (GValue* value, gpointer v_object) {
value->data[0].v_pointer = v_object;
#line 13 "/home/jens/Source/shotwell/src/Printing.vala"
print_settings_ref (value->data[0].v_pointer);
-#line 1355 "Printing.c"
+#line 1595 "Printing.c"
} else {
#line 13 "/home/jens/Source/shotwell/src/Printing.vala"
value->data[0].v_pointer = NULL;
-#line 1359 "Printing.c"
+#line 1599 "Printing.c"
}
#line 13 "/home/jens/Source/shotwell/src/Printing.vala"
if (old) {
#line 13 "/home/jens/Source/shotwell/src/Printing.vala"
print_settings_unref (old);
-#line 1365 "Printing.c"
+#line 1605 "Printing.c"
}
}
-void value_take_print_settings (GValue* value, gpointer v_object) {
+void
+value_take_print_settings (GValue* value,
+ gpointer v_object)
+{
PrintSettings * old;
#line 13 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (G_TYPE_CHECK_VALUE_TYPE (value, TYPE_PRINT_SETTINGS));
@@ -1380,42 +1623,48 @@ void value_take_print_settings (GValue* value, gpointer v_object) {
g_return_if_fail (g_value_type_compatible (G_TYPE_FROM_INSTANCE (v_object), G_VALUE_TYPE (value)));
#line 13 "/home/jens/Source/shotwell/src/Printing.vala"
value->data[0].v_pointer = v_object;
-#line 1384 "Printing.c"
+#line 1627 "Printing.c"
} else {
#line 13 "/home/jens/Source/shotwell/src/Printing.vala"
value->data[0].v_pointer = NULL;
-#line 1388 "Printing.c"
+#line 1631 "Printing.c"
}
#line 13 "/home/jens/Source/shotwell/src/Printing.vala"
if (old) {
#line 13 "/home/jens/Source/shotwell/src/Printing.vala"
print_settings_unref (old);
-#line 1394 "Printing.c"
+#line 1637 "Printing.c"
}
}
-static void print_settings_class_init (PrintSettingsClass * klass) {
+static void
+print_settings_class_init (PrintSettingsClass * klass)
+{
#line 13 "/home/jens/Source/shotwell/src/Printing.vala"
print_settings_parent_class = g_type_class_peek_parent (klass);
#line 13 "/home/jens/Source/shotwell/src/Printing.vala"
((PrintSettingsClass *) klass)->finalize = print_settings_finalize;
#line 13 "/home/jens/Source/shotwell/src/Printing.vala"
g_type_class_add_private (klass, sizeof (PrintSettingsPrivate));
-#line 1406 "Printing.c"
+#line 1651 "Printing.c"
}
-static void print_settings_instance_init (PrintSettings * self) {
+static void
+print_settings_instance_init (PrintSettings * self)
+{
#line 13 "/home/jens/Source/shotwell/src/Printing.vala"
self->priv = PRINT_SETTINGS_GET_PRIVATE (self);
#line 13 "/home/jens/Source/shotwell/src/Printing.vala"
self->ref_count = 1;
-#line 1415 "Printing.c"
+#line 1662 "Printing.c"
}
-static void print_settings_finalize (PrintSettings * obj) {
+static void
+print_settings_finalize (PrintSettings * obj)
+{
PrintSettings * self;
#line 13 "/home/jens/Source/shotwell/src/Printing.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (obj, TYPE_PRINT_SETTINGS, PrintSettings);
@@ -1423,11 +1672,13 @@ static void print_settings_finalize (PrintSettings * obj) {
g_signal_handlers_destroy (self);
#line 28 "/home/jens/Source/shotwell/src/Printing.vala"
_g_free0 (self->priv->print_titles_font);
-#line 1427 "Printing.c"
+#line 1676 "Printing.c"
}
-GType print_settings_get_type (void) {
+GType
+print_settings_get_type (void)
+{
static volatile gsize print_settings_type_id__volatile = 0;
if (g_once_init_enter (&print_settings_type_id__volatile)) {
static const GTypeValueTable g_define_type_value_table = { value_print_settings_init, value_print_settings_free_value, value_print_settings_copy_value, value_print_settings_peek_pointer, "p", value_print_settings_collect_value, "p", value_print_settings_lcopy_value };
@@ -1441,18 +1692,22 @@ GType print_settings_get_type (void) {
}
-gpointer print_settings_ref (gpointer instance) {
+gpointer
+print_settings_ref (gpointer instance)
+{
PrintSettings * self;
self = instance;
#line 13 "/home/jens/Source/shotwell/src/Printing.vala"
g_atomic_int_inc (&self->ref_count);
#line 13 "/home/jens/Source/shotwell/src/Printing.vala"
return instance;
-#line 1452 "Printing.c"
+#line 1705 "Printing.c"
}
-void print_settings_unref (gpointer instance) {
+void
+print_settings_unref (gpointer instance)
+{
PrintSettings * self;
self = instance;
#line 13 "/home/jens/Source/shotwell/src/Printing.vala"
@@ -1461,12 +1716,14 @@ void print_settings_unref (gpointer instance) {
PRINT_SETTINGS_GET_CLASS (self)->finalize (self);
#line 13 "/home/jens/Source/shotwell/src/Printing.vala"
g_type_free_instance ((GTypeInstance *) self);
-#line 1465 "Printing.c"
+#line 1720 "Printing.c"
}
}
-GType measurement_unit_get_type (void) {
+GType
+measurement_unit_get_type (void)
+{
static volatile gsize measurement_unit_type_id__volatile = 0;
if (g_once_init_enter (&measurement_unit_type_id__volatile)) {
static const GEnumValue values[] = {{MEASUREMENT_UNIT_INCHES, "MEASUREMENT_UNIT_INCHES", "inches"}, {MEASUREMENT_UNIT_CENTIMETERS, "MEASUREMENT_UNIT_CENTIMETERS", "centimeters"}, {0, NULL, NULL}};
@@ -1478,83 +1735,79 @@ GType measurement_unit_get_type (void) {
}
-void measurement_init (Measurement *self, gdouble value, MeasurementUnit unit) {
- gdouble _tmp0_;
- MeasurementUnit _tmp1_;
+void
+measurement_init (Measurement *self,
+ gdouble value,
+ MeasurementUnit unit)
+{
#line 185 "/home/jens/Source/shotwell/src/Printing.vala"
memset (self, 0, sizeof (Measurement));
#line 186 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp0_ = value;
-#line 186 "/home/jens/Source/shotwell/src/Printing.vala"
- (*self).value = _tmp0_;
-#line 187 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp1_ = unit;
+ (*self).value = value;
#line 187 "/home/jens/Source/shotwell/src/Printing.vala"
- (*self).unit = _tmp1_;
-#line 1495 "Printing.c"
+ (*self).unit = unit;
+#line 1750 "Printing.c"
}
-void measurement_convert_to (Measurement *self, MeasurementUnit to_unit, Measurement* result) {
+void
+measurement_convert_to (Measurement *self,
+ MeasurementUnit to_unit,
+ Measurement* result)
+{
MeasurementUnit _tmp0_;
- MeasurementUnit _tmp1_;
- MeasurementUnit _tmp2_;
#line 191 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp0_ = (*self).unit;
#line 191 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp1_ = to_unit;
-#line 191 "/home/jens/Source/shotwell/src/Printing.vala"
- if (_tmp0_ == _tmp1_) {
+ if (_tmp0_ == to_unit) {
#line 192 "/home/jens/Source/shotwell/src/Printing.vala"
*result = (*self);
#line 192 "/home/jens/Source/shotwell/src/Printing.vala"
return;
-#line 1513 "Printing.c"
+#line 1768 "Printing.c"
}
#line 194 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp2_ = to_unit;
-#line 194 "/home/jens/Source/shotwell/src/Printing.vala"
- if (_tmp2_ == MEASUREMENT_UNIT_INCHES) {
-#line 1519 "Printing.c"
- gdouble _tmp3_;
- Measurement _tmp4_ = {0};
+ if (to_unit == MEASUREMENT_UNIT_INCHES) {
+#line 1772 "Printing.c"
+ gdouble _tmp1_;
+ Measurement _tmp2_ = {0};
#line 195 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp3_ = (*self).value;
+ _tmp1_ = (*self).value;
#line 195 "/home/jens/Source/shotwell/src/Printing.vala"
- measurement_init (&_tmp4_, _tmp3_ * MEASUREMENT_INCHES_PER_CENTIMETER, MEASUREMENT_UNIT_INCHES);
+ measurement_init (&_tmp2_, _tmp1_ * MEASUREMENT_INCHES_PER_CENTIMETER, MEASUREMENT_UNIT_INCHES);
#line 195 "/home/jens/Source/shotwell/src/Printing.vala"
- *result = _tmp4_;
+ *result = _tmp2_;
#line 195 "/home/jens/Source/shotwell/src/Printing.vala"
return;
-#line 1530 "Printing.c"
+#line 1783 "Printing.c"
} else {
- MeasurementUnit _tmp5_;
-#line 196 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp5_ = to_unit;
#line 196 "/home/jens/Source/shotwell/src/Printing.vala"
- if (_tmp5_ == MEASUREMENT_UNIT_CENTIMETERS) {
-#line 1537 "Printing.c"
- gdouble _tmp6_;
- Measurement _tmp7_ = {0};
+ if (to_unit == MEASUREMENT_UNIT_CENTIMETERS) {
+#line 1787 "Printing.c"
+ gdouble _tmp3_;
+ Measurement _tmp4_ = {0};
#line 197 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp6_ = (*self).value;
+ _tmp3_ = (*self).value;
#line 197 "/home/jens/Source/shotwell/src/Printing.vala"
- measurement_init (&_tmp7_, _tmp6_ * MEASUREMENT_CENTIMETERS_PER_INCH, MEASUREMENT_UNIT_CENTIMETERS);
+ measurement_init (&_tmp4_, _tmp3_ * MEASUREMENT_CENTIMETERS_PER_INCH, MEASUREMENT_UNIT_CENTIMETERS);
#line 197 "/home/jens/Source/shotwell/src/Printing.vala"
- *result = _tmp7_;
+ *result = _tmp4_;
#line 197 "/home/jens/Source/shotwell/src/Printing.vala"
return;
-#line 1548 "Printing.c"
+#line 1798 "Printing.c"
} else {
#line 199 "/home/jens/Source/shotwell/src/Printing.vala"
g_error ("Printing.vala:199: unrecognized unit");
-#line 1552 "Printing.c"
+#line 1802 "Printing.c"
}
}
}
-gboolean measurement_is_less_than (Measurement *self, Measurement* rhs) {
+gboolean
+measurement_is_less_than (Measurement *self,
+ Measurement* rhs)
+{
gboolean result = FALSE;
Measurement _tmp0_ = {0};
MeasurementUnit _tmp1_;
@@ -1574,13 +1827,13 @@ gboolean measurement_is_less_than (Measurement *self, Measurement* rhs) {
_tmp3_ = _tmp2_.unit;
#line 204 "/home/jens/Source/shotwell/src/Printing.vala"
if (_tmp1_ == _tmp3_) {
-#line 1578 "Printing.c"
+#line 1831 "Printing.c"
Measurement _tmp4_;
#line 204 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp4_ = *rhs;
#line 204 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp0_ = _tmp4_;
-#line 1584 "Printing.c"
+#line 1837 "Printing.c"
} else {
MeasurementUnit _tmp5_;
Measurement _tmp6_ = {0};
@@ -1590,7 +1843,7 @@ gboolean measurement_is_less_than (Measurement *self, Measurement* rhs) {
measurement_convert_to (rhs, _tmp5_, &_tmp6_);
#line 204 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp0_ = _tmp6_;
-#line 1594 "Printing.c"
+#line 1847 "Printing.c"
}
#line 204 "/home/jens/Source/shotwell/src/Printing.vala"
converted_rhs = _tmp0_;
@@ -1604,11 +1857,14 @@ gboolean measurement_is_less_than (Measurement *self, Measurement* rhs) {
result = _tmp7_ < _tmp9_;
#line 205 "/home/jens/Source/shotwell/src/Printing.vala"
return result;
-#line 1608 "Printing.c"
+#line 1861 "Printing.c"
}
-gboolean measurement_is_greater_than (Measurement *self, Measurement* rhs) {
+gboolean
+measurement_is_greater_than (Measurement *self,
+ Measurement* rhs)
+{
gboolean result = FALSE;
Measurement _tmp0_ = {0};
MeasurementUnit _tmp1_;
@@ -1628,13 +1884,13 @@ gboolean measurement_is_greater_than (Measurement *self, Measurement* rhs) {
_tmp3_ = _tmp2_.unit;
#line 209 "/home/jens/Source/shotwell/src/Printing.vala"
if (_tmp1_ == _tmp3_) {
-#line 1632 "Printing.c"
+#line 1888 "Printing.c"
Measurement _tmp4_;
#line 209 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp4_ = *rhs;
#line 209 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp0_ = _tmp4_;
-#line 1638 "Printing.c"
+#line 1894 "Printing.c"
} else {
MeasurementUnit _tmp5_;
Measurement _tmp6_ = {0};
@@ -1644,7 +1900,7 @@ gboolean measurement_is_greater_than (Measurement *self, Measurement* rhs) {
measurement_convert_to (rhs, _tmp5_, &_tmp6_);
#line 209 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp0_ = _tmp6_;
-#line 1648 "Printing.c"
+#line 1904 "Printing.c"
}
#line 209 "/home/jens/Source/shotwell/src/Printing.vala"
converted_rhs = _tmp0_;
@@ -1658,11 +1914,13 @@ gboolean measurement_is_greater_than (Measurement *self, Measurement* rhs) {
result = _tmp7_ > _tmp9_;
#line 210 "/home/jens/Source/shotwell/src/Printing.vala"
return result;
-#line 1662 "Printing.c"
+#line 1918 "Printing.c"
}
-Measurement* measurement_dup (const Measurement* self) {
+Measurement*
+measurement_dup (const Measurement* self)
+{
Measurement* dup;
#line 178 "/home/jens/Source/shotwell/src/Printing.vala"
dup = g_new0 (Measurement, 1);
@@ -1670,18 +1928,22 @@ Measurement* measurement_dup (const Measurement* self) {
memcpy (dup, self, sizeof (Measurement));
#line 178 "/home/jens/Source/shotwell/src/Printing.vala"
return dup;
-#line 1674 "Printing.c"
+#line 1932 "Printing.c"
}
-void measurement_free (Measurement* self) {
+void
+measurement_free (Measurement* self)
+{
#line 178 "/home/jens/Source/shotwell/src/Printing.vala"
g_free (self);
-#line 1681 "Printing.c"
+#line 1941 "Printing.c"
}
-GType measurement_get_type (void) {
+GType
+measurement_get_type (void)
+{
static volatile gsize measurement_type_id__volatile = 0;
if (g_once_init_enter (&measurement_type_id__volatile)) {
GType measurement_type_id;
@@ -1692,7 +1954,9 @@ GType measurement_get_type (void) {
}
-PrintLayout* print_layout_get_all (int* result_length1) {
+PrintLayout*
+print_layout_get_all (int* result_length1)
+{
PrintLayout* result = NULL;
PrintLayout* _tmp0_;
PrintLayout* _tmp1_;
@@ -1721,17 +1985,19 @@ PrintLayout* print_layout_get_all (int* result_length1) {
if (result_length1) {
#line 224 "/home/jens/Source/shotwell/src/Printing.vala"
*result_length1 = _tmp1__length1;
-#line 1725 "Printing.c"
+#line 1989 "Printing.c"
}
#line 224 "/home/jens/Source/shotwell/src/Printing.vala"
result = _tmp1_;
#line 224 "/home/jens/Source/shotwell/src/Printing.vala"
return result;
-#line 1731 "Printing.c"
+#line 1995 "Printing.c"
}
-gint print_layout_get_per_page (PrintLayout self) {
+gint
+print_layout_get_per_page (PrintLayout self)
+{
gint result = 0;
gint* per_page = NULL;
gint* _tmp0_;
@@ -1768,11 +2034,13 @@ gint print_layout_get_per_page (PrintLayout self) {
per_page = (g_free (per_page), NULL);
#line 238 "/home/jens/Source/shotwell/src/Printing.vala"
return result;
-#line 1772 "Printing.c"
+#line 2038 "Printing.c"
}
-gint print_layout_get_x (PrintLayout self) {
+gint
+print_layout_get_x (PrintLayout self)
+{
gint result = 0;
gint* x = NULL;
gint* _tmp0_;
@@ -1809,11 +2077,13 @@ gint print_layout_get_x (PrintLayout self) {
x = (g_free (x), NULL);
#line 244 "/home/jens/Source/shotwell/src/Printing.vala"
return result;
-#line 1813 "Printing.c"
+#line 2081 "Printing.c"
}
-gint print_layout_get_y (PrintLayout self) {
+gint
+print_layout_get_y (PrintLayout self)
+{
gint result = 0;
gint* y = NULL;
gint* _tmp0_;
@@ -1850,11 +2120,13 @@ gint print_layout_get_y (PrintLayout self) {
y = (g_free (y), NULL);
#line 250 "/home/jens/Source/shotwell/src/Printing.vala"
return result;
-#line 1854 "Printing.c"
+#line 2124 "Printing.c"
}
-gchar* print_layout_to_string (PrintLayout self) {
+gchar*
+print_layout_to_string (PrintLayout self)
+{
gchar* result = NULL;
gchar** labels = NULL;
gchar* _tmp0_;
@@ -1915,11 +2187,13 @@ gchar* print_layout_to_string (PrintLayout self) {
labels = (_vala_array_free (labels, labels_length1, (GDestroyNotify) g_free), NULL);
#line 264 "/home/jens/Source/shotwell/src/Printing.vala"
return result;
-#line 1919 "Printing.c"
+#line 2191 "Printing.c"
}
-GType print_layout_get_type (void) {
+GType
+print_layout_get_type (void)
+{
static volatile gsize print_layout_type_id__volatile = 0;
if (g_once_init_enter (&print_layout_type_id__volatile)) {
static const GEnumValue values[] = {{PRINT_LAYOUT_ENTIRE_PAGE, "PRINT_LAYOUT_ENTIRE_PAGE", "entire-page"}, {PRINT_LAYOUT_TWO_PER_PAGE, "PRINT_LAYOUT_TWO_PER_PAGE", "two-per-page"}, {PRINT_LAYOUT_FOUR_PER_PAGE, "PRINT_LAYOUT_FOUR_PER_PAGE", "four-per-page"}, {PRINT_LAYOUT_SIX_PER_PAGE, "PRINT_LAYOUT_SIX_PER_PAGE", "six-per-page"}, {PRINT_LAYOUT_EIGHT_PER_PAGE, "PRINT_LAYOUT_EIGHT_PER_PAGE", "eight-per-page"}, {PRINT_LAYOUT_SIXTEEN_PER_PAGE, "PRINT_LAYOUT_SIXTEEN_PER_PAGE", "sixteen-per-page"}, {PRINT_LAYOUT_THIRTY_TWO_PER_PAGE, "PRINT_LAYOUT_THIRTY_TWO_PER_PAGE", "thirty-two-per-page"}, {0, NULL, NULL}};
@@ -1931,404 +2205,434 @@ GType print_layout_get_type (void) {
}
-static gpointer _g_object_ref0 (gpointer self) {
+static gpointer
+_g_object_ref0 (gpointer self)
+{
#line 305 "/home/jens/Source/shotwell/src/Printing.vala"
return self ? g_object_ref (self) : NULL;
-#line 1938 "Printing.c"
+#line 2214 "Printing.c"
}
-static void _custom_print_tab_on_radio_group_click_gtk_button_clicked (GtkButton* _sender, gpointer self) {
+static void
+_custom_print_tab_on_radio_group_click_gtk_button_clicked (GtkButton* _sender,
+ gpointer self)
+{
#line 307 "/home/jens/Source/shotwell/src/Printing.vala"
custom_print_tab_on_radio_group_click ((CustomPrintTab*) self, _sender);
-#line 1945 "Printing.c"
+#line 2224 "Printing.c"
}
-static gboolean _custom_print_tab_standard_sizes_combo_separator_func_gtk_tree_view_row_separator_func (GtkTreeModel* model, GtkTreeIter* iter, gpointer self) {
+static gboolean
+_custom_print_tab_standard_sizes_combo_separator_func_gtk_tree_view_row_separator_func (GtkTreeModel* model,
+ GtkTreeIter* iter,
+ gpointer self)
+{
gboolean result;
result = custom_print_tab_standard_sizes_combo_separator_func (model, iter);
#line 316 "/home/jens/Source/shotwell/src/Printing.vala"
return result;
-#line 1954 "Printing.c"
+#line 2237 "Printing.c"
}
-static gpointer _standard_print_size_ref0 (gpointer self) {
+static gpointer
+_standard_print_size_ref0 (gpointer self)
+{
#line 317 "/home/jens/Source/shotwell/src/Printing.vala"
return self ? standard_print_size_ref (self) : NULL;
-#line 1961 "Printing.c"
+#line 2246 "Printing.c"
}
-static void _custom_print_tab_on_entry_insert_text_gtk_editable_insert_text (GtkEditable* _sender, const gchar* new_text, gint new_text_length, gint* position, gpointer self) {
+static void
+_custom_print_tab_on_entry_insert_text_gtk_editable_insert_text (GtkEditable* _sender,
+ const gchar* new_text,
+ gint new_text_length,
+ gint* position,
+ gpointer self)
+{
#line 323 "/home/jens/Source/shotwell/src/Printing.vala"
custom_print_tab_on_entry_insert_text ((CustomPrintTab*) self, _sender, new_text, new_text_length, position);
-#line 1968 "Printing.c"
+#line 2259 "Printing.c"
}
-static gboolean _custom_print_tab_on_width_entry_focus_out_gtk_widget_focus_out_event (GtkWidget* _sender, GdkEventFocus* event, gpointer self) {
+static gboolean
+_custom_print_tab_on_width_entry_focus_out_gtk_widget_focus_out_event (GtkWidget* _sender,
+ GdkEventFocus* event,
+ gpointer self)
+{
gboolean result;
result = custom_print_tab_on_width_entry_focus_out ((CustomPrintTab*) self, event);
#line 324 "/home/jens/Source/shotwell/src/Printing.vala"
return result;
-#line 1977 "Printing.c"
+#line 2272 "Printing.c"
}
-static gboolean _custom_print_tab_on_height_entry_focus_out_gtk_widget_focus_out_event (GtkWidget* _sender, GdkEventFocus* event, gpointer self) {
+static gboolean
+_custom_print_tab_on_height_entry_focus_out_gtk_widget_focus_out_event (GtkWidget* _sender,
+ GdkEventFocus* event,
+ gpointer self)
+{
gboolean result;
result = custom_print_tab_on_height_entry_focus_out ((CustomPrintTab*) self, event);
#line 327 "/home/jens/Source/shotwell/src/Printing.vala"
return result;
-#line 1986 "Printing.c"
+#line 2285 "Printing.c"
}
-static void _custom_print_tab_on_units_combo_changed_gtk_combo_box_changed (GtkComboBox* _sender, gpointer self) {
+static void
+_custom_print_tab_on_units_combo_changed_gtk_combo_box_changed (GtkComboBox* _sender,
+ gpointer self)
+{
#line 329 "/home/jens/Source/shotwell/src/Printing.vala"
custom_print_tab_on_units_combo_changed ((CustomPrintTab*) self);
-#line 1993 "Printing.c"
+#line 2295 "Printing.c"
}
-static void _custom_print_tab_on_ppi_entry_insert_text_gtk_editable_insert_text (GtkEditable* _sender, const gchar* new_text, gint new_text_length, gint* position, gpointer self) {
+static void
+_custom_print_tab_on_ppi_entry_insert_text_gtk_editable_insert_text (GtkEditable* _sender,
+ const gchar* new_text,
+ gint new_text_length,
+ gint* position,
+ gpointer self)
+{
#line 332 "/home/jens/Source/shotwell/src/Printing.vala"
custom_print_tab_on_ppi_entry_insert_text ((CustomPrintTab*) self, _sender, new_text, new_text_length, position);
-#line 2000 "Printing.c"
+#line 2308 "Printing.c"
}
-static gboolean _custom_print_tab_on_ppi_entry_focus_out_gtk_widget_focus_out_event (GtkWidget* _sender, GdkEventFocus* event, gpointer self) {
+static gboolean
+_custom_print_tab_on_ppi_entry_focus_out_gtk_widget_focus_out_event (GtkWidget* _sender,
+ GdkEventFocus* event,
+ gpointer self)
+{
gboolean result;
result = custom_print_tab_on_ppi_entry_focus_out ((CustomPrintTab*) self, event);
#line 333 "/home/jens/Source/shotwell/src/Printing.vala"
return result;
-#line 2009 "Printing.c"
+#line 2321 "Printing.c"
}
-static void _custom_print_tab_on_aspect_ratio_check_clicked_gtk_button_clicked (GtkButton* _sender, gpointer self) {
+static void
+_custom_print_tab_on_aspect_ratio_check_clicked_gtk_button_clicked (GtkButton* _sender,
+ gpointer self)
+{
#line 340 "/home/jens/Source/shotwell/src/Printing.vala"
custom_print_tab_on_aspect_ratio_check_clicked ((CustomPrintTab*) self);
-#line 2016 "Printing.c"
+#line 2331 "Printing.c"
}
-CustomPrintTab* custom_print_tab_construct (GType object_type, PrintJob* source_job) {
+CustomPrintTab*
+custom_print_tab_construct (GType object_type,
+ PrintJob* source_job)
+{
CustomPrintTab * self = NULL;
PrintJob* _tmp0_;
- PrintJob* _tmp1_;
+ GtkRadioButton* _tmp1_;
GtkRadioButton* _tmp2_;
GtkRadioButton* _tmp3_;
- GtkRadioButton* _tmp4_;
- gint _tmp5_;
- PrintLayout* _tmp6_;
+ gint _tmp4_;
+ PrintLayout* _tmp5_;
StandardPrintSize** standard_sizes = NULL;
+ PrintManager* _tmp10_;
PrintManager* _tmp11_;
- PrintManager* _tmp12_;
- gint _tmp13_;
+ gint _tmp12_;
+ StandardPrintSize** _tmp13_;
StandardPrintSize** _tmp14_;
- StandardPrintSize** _tmp15_;
- gint _tmp15__length1;
+ gint _tmp14__length1;
gint standard_sizes_length1;
gint _standard_sizes_size_;
- GtkComboBoxText* _tmp16_;
- StandardPrintSize** _tmp17_;
- gint _tmp17__length1;
- GtkComboBoxText* _tmp22_;
- ResourcesUnitSystem _tmp23_;
+ GtkComboBoxText* _tmp15_;
+ StandardPrintSize** _tmp16_;
+ gint _tmp16__length1;
+ GtkComboBoxText* _tmp21_;
+ GtkEntry* _tmp22_;
+ GtkEntry* _tmp23_;
GtkEntry* _tmp24_;
GtkEntry* _tmp25_;
- GtkEntry* _tmp26_;
- GtkEntry* _tmp27_;
- GtkComboBoxText* _tmp28_;
- GtkComboBoxText* _tmp29_;
- ResourcesUnitSystem _tmp30_;
- GtkEntry* _tmp31_;
- GtkEntry* _tmp32_;
- PrintJob* _tmp33_;
- GtkCheckButton* _tmp34_;
+ GtkComboBoxText* _tmp26_;
+ GtkComboBoxText* _tmp27_;
+ GtkEntry* _tmp28_;
+ GtkEntry* _tmp29_;
+ GtkCheckButton* _tmp30_;
#line 304 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_val_if_fail (IS_PRINT_JOB (source_job), NULL);
#line 304 "/home/jens/Source/shotwell/src/Printing.vala"
self = (CustomPrintTab*) g_object_new (object_type, NULL);
#line 305 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp0_ = source_job;
-#line 305 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp1_ = _g_object_ref0 (_tmp0_);
+ _tmp0_ = _g_object_ref0 (source_job);
#line 305 "/home/jens/Source/shotwell/src/Printing.vala"
_g_object_unref0 (self->priv->source_job);
#line 305 "/home/jens/Source/shotwell/src/Printing.vala"
- self->priv->source_job = _tmp1_;
+ self->priv->source_job = _tmp0_;
#line 307 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp2_ = self->priv->standard_size_radio;
+ _tmp1_ = self->priv->standard_size_radio;
#line 307 "/home/jens/Source/shotwell/src/Printing.vala"
- g_signal_connect_object (G_TYPE_CHECK_INSTANCE_CAST (_tmp2_, gtk_button_get_type (), GtkButton), "clicked", (GCallback) _custom_print_tab_on_radio_group_click_gtk_button_clicked, self, 0);
+ g_signal_connect_object (G_TYPE_CHECK_INSTANCE_CAST (_tmp1_, gtk_button_get_type (), GtkButton), "clicked", (GCallback) _custom_print_tab_on_radio_group_click_gtk_button_clicked, self, 0);
#line 308 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp3_ = self->priv->custom_size_radio;
+ _tmp2_ = self->priv->custom_size_radio;
#line 308 "/home/jens/Source/shotwell/src/Printing.vala"
- g_signal_connect_object (G_TYPE_CHECK_INSTANCE_CAST (_tmp3_, gtk_button_get_type (), GtkButton), "clicked", (GCallback) _custom_print_tab_on_radio_group_click_gtk_button_clicked, self, 0);
+ g_signal_connect_object (G_TYPE_CHECK_INSTANCE_CAST (_tmp2_, gtk_button_get_type (), GtkButton), "clicked", (GCallback) _custom_print_tab_on_radio_group_click_gtk_button_clicked, self, 0);
#line 309 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp4_ = self->priv->image_per_page_radio;
+ _tmp3_ = self->priv->image_per_page_radio;
#line 309 "/home/jens/Source/shotwell/src/Printing.vala"
- g_signal_connect_object (G_TYPE_CHECK_INSTANCE_CAST (_tmp4_, gtk_button_get_type (), GtkButton), "clicked", (GCallback) _custom_print_tab_on_radio_group_click_gtk_button_clicked, self, 0);
+ g_signal_connect_object (G_TYPE_CHECK_INSTANCE_CAST (_tmp3_, gtk_button_get_type (), GtkButton), "clicked", (GCallback) _custom_print_tab_on_radio_group_click_gtk_button_clicked, self, 0);
#line 311 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp6_ = print_layout_get_all (&_tmp5_);
-#line 2080 "Printing.c"
+ _tmp5_ = print_layout_get_all (&_tmp4_);
+#line 2392 "Printing.c"
{
PrintLayout* layout_collection = NULL;
gint layout_collection_length1 = 0;
gint _layout_collection_size_ = 0;
gint layout_it = 0;
#line 311 "/home/jens/Source/shotwell/src/Printing.vala"
- layout_collection = _tmp6_;
+ layout_collection = _tmp5_;
#line 311 "/home/jens/Source/shotwell/src/Printing.vala"
- layout_collection_length1 = _tmp5_;
+ layout_collection_length1 = _tmp4_;
#line 311 "/home/jens/Source/shotwell/src/Printing.vala"
- for (layout_it = 0; layout_it < _tmp5_; layout_it = layout_it + 1) {
-#line 2092 "Printing.c"
+ for (layout_it = 0; layout_it < _tmp4_; layout_it = layout_it + 1) {
+#line 2404 "Printing.c"
PrintLayout layout = 0;
#line 311 "/home/jens/Source/shotwell/src/Printing.vala"
layout = layout_collection[layout_it];
-#line 2096 "Printing.c"
+#line 2408 "Printing.c"
{
- GtkComboBoxText* _tmp7_;
- PrintLayout _tmp8_;
+ GtkComboBoxText* _tmp6_;
+ PrintLayout _tmp7_;
+ gchar* _tmp8_;
gchar* _tmp9_;
- gchar* _tmp10_;
#line 312 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp7_ = self->priv->image_per_page_combo;
+ _tmp6_ = self->priv->image_per_page_combo;
#line 312 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp8_ = layout;
+ _tmp7_ = layout;
#line 312 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp9_ = print_layout_to_string (_tmp8_);
+ _tmp8_ = print_layout_to_string (_tmp7_);
#line 312 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp10_ = _tmp9_;
+ _tmp9_ = _tmp8_;
#line 312 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_combo_box_text_append_text (_tmp7_, _tmp10_);
+ gtk_combo_box_text_append_text (_tmp6_, _tmp9_);
#line 312 "/home/jens/Source/shotwell/src/Printing.vala"
- _g_free0 (_tmp10_);
-#line 2114 "Printing.c"
+ _g_free0 (_tmp9_);
+#line 2426 "Printing.c"
}
}
#line 311 "/home/jens/Source/shotwell/src/Printing.vala"
layout_collection = (g_free (layout_collection), NULL);
-#line 2119 "Printing.c"
+#line 2431 "Printing.c"
}
#line 315 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp11_ = print_manager_get_instance ();
+ _tmp10_ = print_manager_get_instance ();
#line 315 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp12_ = _tmp11_;
+ _tmp11_ = _tmp10_;
#line 315 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp14_ = print_manager_get_standard_sizes (_tmp12_, &_tmp13_);
+ _tmp13_ = print_manager_get_standard_sizes (_tmp11_, &_tmp12_);
#line 315 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp15_ = _tmp14_;
+ _tmp14_ = _tmp13_;
#line 315 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp15__length1 = _tmp13_;
+ _tmp14__length1 = _tmp12_;
#line 315 "/home/jens/Source/shotwell/src/Printing.vala"
- _print_manager_unref0 (_tmp12_);
+ _print_manager_unref0 (_tmp11_);
#line 315 "/home/jens/Source/shotwell/src/Printing.vala"
- standard_sizes = _tmp15_;
+ standard_sizes = _tmp14_;
#line 315 "/home/jens/Source/shotwell/src/Printing.vala"
- standard_sizes_length1 = _tmp15__length1;
+ standard_sizes_length1 = _tmp14__length1;
#line 315 "/home/jens/Source/shotwell/src/Printing.vala"
_standard_sizes_size_ = standard_sizes_length1;
#line 316 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp16_ = self->priv->standard_sizes_combo;
+ _tmp15_ = self->priv->standard_sizes_combo;
#line 316 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_combo_box_set_row_separator_func (G_TYPE_CHECK_INSTANCE_CAST (_tmp16_, gtk_combo_box_get_type (), GtkComboBox), _custom_print_tab_standard_sizes_combo_separator_func_gtk_tree_view_row_separator_func, NULL, NULL);
+ gtk_combo_box_set_row_separator_func (G_TYPE_CHECK_INSTANCE_CAST (_tmp15_, gtk_combo_box_get_type (), GtkComboBox), _custom_print_tab_standard_sizes_combo_separator_func_gtk_tree_view_row_separator_func, NULL, NULL);
#line 317 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp17_ = standard_sizes;
+ _tmp16_ = standard_sizes;
#line 317 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp17__length1 = standard_sizes_length1;
-#line 2147 "Printing.c"
+ _tmp16__length1 = standard_sizes_length1;
+#line 2459 "Printing.c"
{
StandardPrintSize** size_collection = NULL;
gint size_collection_length1 = 0;
gint _size_collection_size_ = 0;
gint size_it = 0;
#line 317 "/home/jens/Source/shotwell/src/Printing.vala"
- size_collection = _tmp17_;
+ size_collection = _tmp16_;
#line 317 "/home/jens/Source/shotwell/src/Printing.vala"
- size_collection_length1 = _tmp17__length1;
+ size_collection_length1 = _tmp16__length1;
#line 317 "/home/jens/Source/shotwell/src/Printing.vala"
- for (size_it = 0; size_it < _tmp17__length1; size_it = size_it + 1) {
-#line 2159 "Printing.c"
- StandardPrintSize* _tmp18_;
+ for (size_it = 0; size_it < _tmp16__length1; size_it = size_it + 1) {
+#line 2471 "Printing.c"
+ StandardPrintSize* _tmp17_;
StandardPrintSize* size = NULL;
#line 317 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp18_ = _standard_print_size_ref0 (size_collection[size_it]);
+ _tmp17_ = _standard_print_size_ref0 (size_collection[size_it]);
#line 317 "/home/jens/Source/shotwell/src/Printing.vala"
- size = _tmp18_;
-#line 2166 "Printing.c"
+ size = _tmp17_;
+#line 2478 "Printing.c"
{
- GtkComboBoxText* _tmp19_;
- StandardPrintSize* _tmp20_;
- const gchar* _tmp21_;
+ GtkComboBoxText* _tmp18_;
+ StandardPrintSize* _tmp19_;
+ const gchar* _tmp20_;
#line 318 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp19_ = self->priv->standard_sizes_combo;
+ _tmp18_ = self->priv->standard_sizes_combo;
#line 318 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp20_ = size;
+ _tmp19_ = size;
#line 318 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp21_ = _tmp20_->name;
+ _tmp20_ = _tmp19_->name;
#line 318 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_combo_box_text_append_text (_tmp19_, _tmp21_);
+ gtk_combo_box_text_append_text (_tmp18_, _tmp20_);
#line 317 "/home/jens/Source/shotwell/src/Printing.vala"
_standard_print_size_unref0 (size);
-#line 2181 "Printing.c"
+#line 2493 "Printing.c"
}
}
}
#line 321 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp22_ = self->priv->standard_sizes_combo;
+ _tmp21_ = self->priv->standard_sizes_combo;
#line 321 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp23_ = resources_get_default_measurement_unit ();
-#line 321 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_combo_box_set_active (G_TYPE_CHECK_INSTANCE_CAST (_tmp22_, gtk_combo_box_get_type (), GtkComboBox), 9 * _tmp23_);
+ gtk_combo_box_set_active (G_TYPE_CHECK_INSTANCE_CAST (_tmp21_, gtk_combo_box_get_type (), GtkComboBox), 9 * resources_get_default_measurement_unit ());
#line 323 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp24_ = self->priv->custom_width_entry;
+ _tmp22_ = self->priv->custom_width_entry;
#line 323 "/home/jens/Source/shotwell/src/Printing.vala"
- g_signal_connect_object (G_TYPE_CHECK_INSTANCE_CAST (_tmp24_, GTK_TYPE_EDITABLE, GtkEditable), "insert-text", (GCallback) _custom_print_tab_on_entry_insert_text_gtk_editable_insert_text, self, 0);
+ g_signal_connect_object (G_TYPE_CHECK_INSTANCE_CAST (_tmp22_, gtk_editable_get_type (), GtkEditable), "insert-text", (GCallback) _custom_print_tab_on_entry_insert_text_gtk_editable_insert_text, self, 0);
#line 324 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp25_ = self->priv->custom_width_entry;
+ _tmp23_ = self->priv->custom_width_entry;
#line 324 "/home/jens/Source/shotwell/src/Printing.vala"
- g_signal_connect_object (G_TYPE_CHECK_INSTANCE_CAST (_tmp25_, gtk_widget_get_type (), GtkWidget), "focus-out-event", (GCallback) _custom_print_tab_on_width_entry_focus_out_gtk_widget_focus_out_event, self, 0);
+ g_signal_connect_object (G_TYPE_CHECK_INSTANCE_CAST (_tmp23_, gtk_widget_get_type (), GtkWidget), "focus-out-event", (GCallback) _custom_print_tab_on_width_entry_focus_out_gtk_widget_focus_out_event, self, 0);
#line 326 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp26_ = self->priv->custom_height_entry;
+ _tmp24_ = self->priv->custom_height_entry;
#line 326 "/home/jens/Source/shotwell/src/Printing.vala"
- g_signal_connect_object (G_TYPE_CHECK_INSTANCE_CAST (_tmp26_, GTK_TYPE_EDITABLE, GtkEditable), "insert-text", (GCallback) _custom_print_tab_on_entry_insert_text_gtk_editable_insert_text, self, 0);
+ g_signal_connect_object (G_TYPE_CHECK_INSTANCE_CAST (_tmp24_, gtk_editable_get_type (), GtkEditable), "insert-text", (GCallback) _custom_print_tab_on_entry_insert_text_gtk_editable_insert_text, self, 0);
#line 327 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp27_ = self->priv->custom_height_entry;
+ _tmp25_ = self->priv->custom_height_entry;
#line 327 "/home/jens/Source/shotwell/src/Printing.vala"
- g_signal_connect_object (G_TYPE_CHECK_INSTANCE_CAST (_tmp27_, gtk_widget_get_type (), GtkWidget), "focus-out-event", (GCallback) _custom_print_tab_on_height_entry_focus_out_gtk_widget_focus_out_event, self, 0);
+ g_signal_connect_object (G_TYPE_CHECK_INSTANCE_CAST (_tmp25_, gtk_widget_get_type (), GtkWidget), "focus-out-event", (GCallback) _custom_print_tab_on_height_entry_focus_out_gtk_widget_focus_out_event, self, 0);
#line 329 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp28_ = self->priv->units_combo;
+ _tmp26_ = self->priv->units_combo;
#line 329 "/home/jens/Source/shotwell/src/Printing.vala"
- g_signal_connect_object (G_TYPE_CHECK_INSTANCE_CAST (_tmp28_, gtk_combo_box_get_type (), GtkComboBox), "changed", (GCallback) _custom_print_tab_on_units_combo_changed_gtk_combo_box_changed, self, 0);
-#line 330 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp29_ = self->priv->units_combo;
+ g_signal_connect_object (G_TYPE_CHECK_INSTANCE_CAST (_tmp26_, gtk_combo_box_get_type (), GtkComboBox), "changed", (GCallback) _custom_print_tab_on_units_combo_changed_gtk_combo_box_changed, self, 0);
#line 330 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp30_ = resources_get_default_measurement_unit ();
+ _tmp27_ = self->priv->units_combo;
#line 330 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_combo_box_set_active (G_TYPE_CHECK_INSTANCE_CAST (_tmp29_, gtk_combo_box_get_type (), GtkComboBox), (gint) _tmp30_);
+ gtk_combo_box_set_active (G_TYPE_CHECK_INSTANCE_CAST (_tmp27_, gtk_combo_box_get_type (), GtkComboBox), (gint) resources_get_default_measurement_unit ());
#line 332 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp31_ = self->priv->ppi_entry;
+ _tmp28_ = self->priv->ppi_entry;
#line 332 "/home/jens/Source/shotwell/src/Printing.vala"
- g_signal_connect_object (G_TYPE_CHECK_INSTANCE_CAST (_tmp31_, GTK_TYPE_EDITABLE, GtkEditable), "insert-text", (GCallback) _custom_print_tab_on_ppi_entry_insert_text_gtk_editable_insert_text, self, 0);
+ g_signal_connect_object (G_TYPE_CHECK_INSTANCE_CAST (_tmp28_, gtk_editable_get_type (), GtkEditable), "insert-text", (GCallback) _custom_print_tab_on_ppi_entry_insert_text_gtk_editable_insert_text, self, 0);
#line 333 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp32_ = self->priv->ppi_entry;
+ _tmp29_ = self->priv->ppi_entry;
#line 333 "/home/jens/Source/shotwell/src/Printing.vala"
- g_signal_connect_object (G_TYPE_CHECK_INSTANCE_CAST (_tmp32_, gtk_widget_get_type (), GtkWidget), "focus-out-event", (GCallback) _custom_print_tab_on_ppi_entry_focus_out_gtk_widget_focus_out_event, self, 0);
-#line 335 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp33_ = source_job;
+ g_signal_connect_object (G_TYPE_CHECK_INSTANCE_CAST (_tmp29_, gtk_widget_get_type (), GtkWidget), "focus-out-event", (GCallback) _custom_print_tab_on_ppi_entry_focus_out_gtk_widget_focus_out_event, self, 0);
#line 335 "/home/jens/Source/shotwell/src/Printing.vala"
- custom_print_tab_sync_state_from_job (self, _tmp33_);
+ custom_print_tab_sync_state_from_job (self, source_job);
#line 337 "/home/jens/Source/shotwell/src/Printing.vala"
gtk_widget_show_all (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_widget_get_type (), GtkWidget));
#line 340 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp34_ = self->priv->aspect_ratio_check;
+ _tmp30_ = self->priv->aspect_ratio_check;
#line 340 "/home/jens/Source/shotwell/src/Printing.vala"
- g_signal_connect_object (G_TYPE_CHECK_INSTANCE_CAST (_tmp34_, gtk_button_get_type (), GtkButton), "clicked", (GCallback) _custom_print_tab_on_aspect_ratio_check_clicked_gtk_button_clicked, self, 0);
+ g_signal_connect_object (G_TYPE_CHECK_INSTANCE_CAST (_tmp30_, gtk_button_get_type (), GtkButton), "clicked", (GCallback) _custom_print_tab_on_aspect_ratio_check_clicked_gtk_button_clicked, self, 0);
#line 304 "/home/jens/Source/shotwell/src/Printing.vala"
return self;
-#line 2237 "Printing.c"
+#line 2543 "Printing.c"
}
-CustomPrintTab* custom_print_tab_new (PrintJob* source_job) {
+CustomPrintTab*
+custom_print_tab_new (PrintJob* source_job)
+{
#line 304 "/home/jens/Source/shotwell/src/Printing.vala"
return custom_print_tab_construct (TYPE_CUSTOM_PRINT_TAB, source_job);
-#line 2244 "Printing.c"
+#line 2552 "Printing.c"
}
-static void custom_print_tab_on_aspect_ratio_check_clicked (CustomPrintTab* self) {
+static void
+custom_print_tab_on_aspect_ratio_check_clicked (CustomPrintTab* self)
+{
GtkCheckButton* _tmp0_;
- gboolean _tmp1_;
#line 343 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (IS_CUSTOM_PRINT_TAB (self));
#line 344 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp0_ = self->priv->aspect_ratio_check;
#line 344 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp1_ = gtk_toggle_button_get_active (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, gtk_toggle_button_get_type (), GtkToggleButton));
-#line 344 "/home/jens/Source/shotwell/src/Printing.vala"
- if (_tmp1_) {
-#line 2259 "Printing.c"
- Measurement _tmp2_;
- gdouble _tmp3_;
- PrintJob* _tmp4_;
- gdouble _tmp5_;
- Measurement _tmp6_;
- MeasurementUnit _tmp7_;
- GtkEntry* _tmp8_;
- Measurement _tmp9_;
- gchar* _tmp10_;
- gchar* _tmp11_;
-#line 345 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp2_ = self->priv->local_content_height;
+ if (gtk_toggle_button_get_active (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, gtk_toggle_button_get_type (), GtkToggleButton))) {
+#line 2566 "Printing.c"
+ Measurement _tmp1_;
+ gdouble _tmp2_;
+ PrintJob* _tmp3_;
+ Measurement _tmp4_;
+ MeasurementUnit _tmp5_;
+ GtkEntry* _tmp6_;
+ Measurement _tmp7_;
+ gchar* _tmp8_;
+ gchar* _tmp9_;
#line 345 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp3_ = _tmp2_.value;
+ _tmp1_ = self->priv->local_content_height;
#line 345 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp4_ = self->priv->source_job;
+ _tmp2_ = _tmp1_.value;
#line 345 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp5_ = print_job_get_source_aspect_ratio (_tmp4_);
+ _tmp3_ = self->priv->source_job;
#line 345 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp6_ = self->priv->local_content_height;
+ _tmp4_ = self->priv->local_content_height;
#line 345 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp7_ = _tmp6_.unit;
+ _tmp5_ = _tmp4_.unit;
#line 345 "/home/jens/Source/shotwell/src/Printing.vala"
- measurement_init (&self->priv->local_content_width, _tmp3_ * _tmp5_, _tmp7_);
+ measurement_init (&self->priv->local_content_width, _tmp2_ * print_job_get_source_aspect_ratio (_tmp3_), _tmp5_);
#line 348 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp8_ = self->priv->custom_width_entry;
+ _tmp6_ = self->priv->custom_width_entry;
#line 348 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp9_ = self->priv->local_content_width;
+ _tmp7_ = self->priv->local_content_width;
#line 348 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp10_ = custom_print_tab_format_measurement (self, &_tmp9_);
+ _tmp8_ = custom_print_tab_format_measurement (self, &_tmp7_);
#line 348 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp11_ = _tmp10_;
+ _tmp9_ = _tmp8_;
#line 348 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_entry_set_text (_tmp8_, _tmp11_);
+ gtk_entry_set_text (_tmp6_, _tmp9_);
#line 348 "/home/jens/Source/shotwell/src/Printing.vala"
- _g_free0 (_tmp11_);
-#line 2296 "Printing.c"
+ _g_free0 (_tmp9_);
+#line 2600 "Printing.c"
}
}
-static gboolean custom_print_tab_on_width_entry_focus_out (CustomPrintTab* self, GdkEventFocus* event) {
+static gboolean
+custom_print_tab_on_width_entry_focus_out (CustomPrintTab* self,
+ GdkEventFocus* event)
+{
gboolean result = FALSE;
GtkEntry* _tmp0_;
const gchar* _tmp1_;
Measurement _tmp2_;
- MeasurementUnit _tmp3_;
+ gchar* _tmp3_;
gchar* _tmp4_;
- gchar* _tmp5_;
- gboolean _tmp6_;
+ gboolean _tmp5_;
Measurement new_width = {0};
- Measurement _tmp7_ = {0};
+ Measurement _tmp6_ = {0};
Measurement min_width = {0};
- PrintJob* _tmp8_;
+ PrintJob* _tmp7_;
+ PrintSettings* _tmp8_;
PrintSettings* _tmp9_;
- PrintSettings* _tmp10_;
- Measurement _tmp11_ = {0};
- Measurement _tmp12_;
+ Measurement _tmp10_ = {0};
+ Measurement _tmp11_;
Measurement max_width = {0};
- PrintJob* _tmp13_;
+ PrintJob* _tmp12_;
+ PrintSettings* _tmp13_;
PrintSettings* _tmp14_;
- PrintSettings* _tmp15_;
- Measurement _tmp16_ = {0};
- Measurement _tmp17_;
- gboolean _tmp18_ = FALSE;
- Measurement _tmp19_;
- gboolean _tmp20_;
- gboolean _tmp27_;
- Measurement _tmp39_;
- GtkEntry* _tmp40_;
- Measurement _tmp41_;
- gchar* _tmp42_;
- gchar* _tmp43_;
+ Measurement _tmp15_ = {0};
+ Measurement _tmp16_;
+ gboolean _tmp17_ = FALSE;
+ Measurement _tmp18_;
+ Measurement _tmp34_;
+ GtkEntry* _tmp35_;
+ Measurement _tmp36_;
+ gchar* _tmp37_;
+ gchar* _tmp38_;
#line 352 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_val_if_fail (IS_CUSTOM_PRINT_TAB (self), FALSE);
#line 352 "/home/jens/Source/shotwell/src/Printing.vala"
@@ -2340,174 +2644,165 @@ static gboolean custom_print_tab_on_width_entry_focus_out (CustomPrintTab* self,
#line 353 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp2_ = self->priv->local_content_width;
#line 353 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp3_ = custom_print_tab_get_user_unit_choice (self);
+ _tmp3_ = custom_print_tab_format_measurement_as (self, &_tmp2_, custom_print_tab_get_user_unit_choice (self));
#line 353 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp4_ = custom_print_tab_format_measurement_as (self, &_tmp2_, _tmp3_);
-#line 353 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp5_ = _tmp4_;
+ _tmp4_ = _tmp3_;
#line 353 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp6_ = g_strcmp0 (_tmp1_, _tmp5_) == 0;
+ _tmp5_ = g_strcmp0 (_tmp1_, _tmp4_) == 0;
#line 353 "/home/jens/Source/shotwell/src/Printing.vala"
- _g_free0 (_tmp5_);
+ _g_free0 (_tmp4_);
#line 353 "/home/jens/Source/shotwell/src/Printing.vala"
- if (_tmp6_) {
+ if (_tmp5_) {
#line 355 "/home/jens/Source/shotwell/src/Printing.vala"
result = FALSE;
#line 355 "/home/jens/Source/shotwell/src/Printing.vala"
return result;
-#line 2359 "Printing.c"
+#line 2661 "Printing.c"
}
#line 357 "/home/jens/Source/shotwell/src/Printing.vala"
- custom_print_tab_get_width_entry_value (self, &_tmp7_);
+ custom_print_tab_get_width_entry_value (self, &_tmp6_);
#line 357 "/home/jens/Source/shotwell/src/Printing.vala"
- new_width = _tmp7_;
+ new_width = _tmp6_;
#line 358 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp8_ = self->priv->source_job;
+ _tmp7_ = self->priv->source_job;
#line 358 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp9_ = print_job_get_local_settings (_tmp8_);
+ _tmp8_ = print_job_get_local_settings (_tmp7_);
#line 358 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp10_ = _tmp9_;
+ _tmp9_ = _tmp8_;
#line 358 "/home/jens/Source/shotwell/src/Printing.vala"
- print_settings_get_minimum_content_dimension (_tmp10_, &_tmp11_);
+ print_settings_get_minimum_content_dimension (_tmp9_, &_tmp10_);
#line 358 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp12_ = _tmp11_;
+ _tmp11_ = _tmp10_;
#line 358 "/home/jens/Source/shotwell/src/Printing.vala"
- _print_settings_unref0 (_tmp10_);
+ _print_settings_unref0 (_tmp9_);
#line 358 "/home/jens/Source/shotwell/src/Printing.vala"
- min_width = _tmp12_;
+ min_width = _tmp11_;
#line 359 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp13_ = self->priv->source_job;
+ _tmp12_ = self->priv->source_job;
#line 359 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp14_ = print_job_get_local_settings (_tmp13_);
+ _tmp13_ = print_job_get_local_settings (_tmp12_);
#line 359 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp15_ = _tmp14_;
+ _tmp14_ = _tmp13_;
#line 359 "/home/jens/Source/shotwell/src/Printing.vala"
- print_settings_get_maximum_content_dimension (_tmp15_, &_tmp16_);
+ print_settings_get_maximum_content_dimension (_tmp14_, &_tmp15_);
#line 359 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp17_ = _tmp16_;
+ _tmp16_ = _tmp15_;
#line 359 "/home/jens/Source/shotwell/src/Printing.vala"
- _print_settings_unref0 (_tmp15_);
+ _print_settings_unref0 (_tmp14_);
#line 359 "/home/jens/Source/shotwell/src/Printing.vala"
- max_width = _tmp17_;
+ max_width = _tmp16_;
#line 361 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp19_ = min_width;
+ _tmp18_ = min_width;
#line 361 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp20_ = measurement_is_less_than (&new_width, &_tmp19_);
+ if (measurement_is_less_than (&new_width, &_tmp18_)) {
#line 361 "/home/jens/Source/shotwell/src/Printing.vala"
- if (_tmp20_) {
-#line 361 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp18_ = TRUE;
-#line 2401 "Printing.c"
+ _tmp17_ = TRUE;
+#line 2701 "Printing.c"
} else {
- Measurement _tmp21_;
- gboolean _tmp22_;
-#line 361 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp21_ = max_width;
+ Measurement _tmp19_;
#line 361 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp22_ = measurement_is_greater_than (&new_width, &_tmp21_);
+ _tmp19_ = max_width;
#line 361 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp18_ = _tmp22_;
-#line 2411 "Printing.c"
+ _tmp17_ = measurement_is_greater_than (&new_width, &_tmp19_);
+#line 2708 "Printing.c"
}
#line 361 "/home/jens/Source/shotwell/src/Printing.vala"
- if (_tmp18_) {
-#line 2415 "Printing.c"
- GtkEntry* _tmp23_;
- Measurement _tmp24_;
- gchar* _tmp25_;
- gchar* _tmp26_;
+ if (_tmp17_) {
+#line 2712 "Printing.c"
+ GtkEntry* _tmp20_;
+ Measurement _tmp21_;
+ gchar* _tmp22_;
+ gchar* _tmp23_;
#line 362 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp23_ = self->priv->custom_width_entry;
+ _tmp20_ = self->priv->custom_width_entry;
#line 362 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp24_ = self->priv->local_content_width;
+ _tmp21_ = self->priv->local_content_width;
#line 362 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp25_ = custom_print_tab_format_measurement (self, &_tmp24_);
+ _tmp22_ = custom_print_tab_format_measurement (self, &_tmp21_);
#line 362 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp26_ = _tmp25_;
+ _tmp23_ = _tmp22_;
#line 362 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_entry_set_text (_tmp23_, _tmp26_);
+ gtk_entry_set_text (_tmp20_, _tmp23_);
#line 362 "/home/jens/Source/shotwell/src/Printing.vala"
- _g_free0 (_tmp26_);
+ _g_free0 (_tmp23_);
#line 363 "/home/jens/Source/shotwell/src/Printing.vala"
result = FALSE;
#line 363 "/home/jens/Source/shotwell/src/Printing.vala"
return result;
-#line 2436 "Printing.c"
+#line 2733 "Printing.c"
}
#line 366 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp27_ = custom_print_tab_is_match_aspect_ratio_enabled (self);
-#line 366 "/home/jens/Source/shotwell/src/Printing.vala"
- if (_tmp27_) {
-#line 2442 "Printing.c"
+ if (custom_print_tab_is_match_aspect_ratio_enabled (self)) {
+#line 2737 "Printing.c"
Measurement new_height = {0};
- Measurement _tmp28_;
- gdouble _tmp29_;
- PrintJob* _tmp30_;
- gdouble _tmp31_;
- Measurement _tmp32_;
- MeasurementUnit _tmp33_;
- Measurement _tmp34_;
- GtkEntry* _tmp35_;
- Measurement _tmp36_;
- gchar* _tmp37_;
- gchar* _tmp38_;
-#line 367 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp28_ = new_width;
+ Measurement _tmp24_;
+ gdouble _tmp25_;
+ PrintJob* _tmp26_;
+ Measurement _tmp27_;
+ MeasurementUnit _tmp28_;
+ Measurement _tmp29_;
+ GtkEntry* _tmp30_;
+ Measurement _tmp31_;
+ gchar* _tmp32_;
+ gchar* _tmp33_;
#line 367 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp29_ = _tmp28_.value;
+ _tmp24_ = new_width;
#line 367 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp30_ = self->priv->source_job;
+ _tmp25_ = _tmp24_.value;
#line 367 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp31_ = print_job_get_source_aspect_ratio (_tmp30_);
+ _tmp26_ = self->priv->source_job;
#line 367 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp32_ = new_width;
+ _tmp27_ = new_width;
#line 367 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp33_ = _tmp32_.unit;
+ _tmp28_ = _tmp27_.unit;
#line 367 "/home/jens/Source/shotwell/src/Printing.vala"
- measurement_init (&new_height, _tmp29_ / _tmp31_, _tmp33_);
+ measurement_init (&new_height, _tmp25_ / print_job_get_source_aspect_ratio (_tmp26_), _tmp28_);
#line 370 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp34_ = new_height;
+ _tmp29_ = new_height;
#line 370 "/home/jens/Source/shotwell/src/Printing.vala"
- self->priv->local_content_height = _tmp34_;
+ self->priv->local_content_height = _tmp29_;
#line 371 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp35_ = self->priv->custom_height_entry;
+ _tmp30_ = self->priv->custom_height_entry;
#line 371 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp36_ = new_height;
+ _tmp31_ = new_height;
#line 371 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp37_ = custom_print_tab_format_measurement (self, &_tmp36_);
+ _tmp32_ = custom_print_tab_format_measurement (self, &_tmp31_);
#line 371 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp38_ = _tmp37_;
+ _tmp33_ = _tmp32_;
#line 371 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_entry_set_text (_tmp35_, _tmp38_);
+ gtk_entry_set_text (_tmp30_, _tmp33_);
#line 371 "/home/jens/Source/shotwell/src/Printing.vala"
- _g_free0 (_tmp38_);
-#line 2485 "Printing.c"
+ _g_free0 (_tmp33_);
+#line 2777 "Printing.c"
}
#line 374 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp39_ = new_width;
+ _tmp34_ = new_width;
#line 374 "/home/jens/Source/shotwell/src/Printing.vala"
- self->priv->local_content_width = _tmp39_;
+ self->priv->local_content_width = _tmp34_;
#line 375 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp40_ = self->priv->custom_width_entry;
+ _tmp35_ = self->priv->custom_width_entry;
#line 375 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp41_ = new_width;
+ _tmp36_ = new_width;
#line 375 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp42_ = custom_print_tab_format_measurement (self, &_tmp41_);
+ _tmp37_ = custom_print_tab_format_measurement (self, &_tmp36_);
#line 375 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp43_ = _tmp42_;
+ _tmp38_ = _tmp37_;
#line 375 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_entry_set_text (_tmp40_, _tmp43_);
+ gtk_entry_set_text (_tmp35_, _tmp38_);
#line 375 "/home/jens/Source/shotwell/src/Printing.vala"
- _g_free0 (_tmp43_);
+ _g_free0 (_tmp38_);
#line 376 "/home/jens/Source/shotwell/src/Printing.vala"
result = FALSE;
#line 376 "/home/jens/Source/shotwell/src/Printing.vala"
return result;
-#line 2507 "Printing.c"
+#line 2799 "Printing.c"
}
-static gchar* custom_print_tab_format_measurement (CustomPrintTab* self, Measurement* measurement) {
+static gchar*
+custom_print_tab_format_measurement (CustomPrintTab* self,
+ Measurement* measurement)
+{
gchar* result = NULL;
Measurement _tmp0_;
gdouble _tmp1_;
@@ -2526,19 +2821,22 @@ static gchar* custom_print_tab_format_measurement (CustomPrintTab* self, Measure
result = _tmp2_;
#line 380 "/home/jens/Source/shotwell/src/Printing.vala"
return result;
-#line 2530 "Printing.c"
+#line 2825 "Printing.c"
}
-static gchar* custom_print_tab_format_measurement_as (CustomPrintTab* self, Measurement* measurement, MeasurementUnit to_unit) {
+static gchar*
+custom_print_tab_format_measurement_as (CustomPrintTab* self,
+ Measurement* measurement,
+ MeasurementUnit to_unit)
+{
gchar* result = NULL;
Measurement _tmp0_ = {0};
Measurement _tmp1_;
MeasurementUnit _tmp2_;
- MeasurementUnit _tmp3_;
Measurement converted_measurement = {0};
- Measurement _tmp7_;
- gchar* _tmp8_;
+ Measurement _tmp5_;
+ gchar* _tmp6_;
#line 383 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_val_if_fail (IS_CUSTOM_PRINT_TAB (self), NULL);
#line 383 "/home/jens/Source/shotwell/src/Printing.vala"
@@ -2548,46 +2846,43 @@ static gchar* custom_print_tab_format_measurement_as (CustomPrintTab* self, Meas
#line 384 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp2_ = _tmp1_.unit;
#line 384 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp3_ = to_unit;
-#line 384 "/home/jens/Source/shotwell/src/Printing.vala"
- if (_tmp2_ == _tmp3_) {
-#line 2555 "Printing.c"
- Measurement _tmp4_;
+ if (_tmp2_ == to_unit) {
+#line 2851 "Printing.c"
+ Measurement _tmp3_;
#line 384 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp4_ = *measurement;
+ _tmp3_ = *measurement;
#line 384 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp0_ = _tmp4_;
-#line 2561 "Printing.c"
+ _tmp0_ = _tmp3_;
+#line 2857 "Printing.c"
} else {
- MeasurementUnit _tmp5_;
- Measurement _tmp6_ = {0};
-#line 385 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp5_ = to_unit;
+ Measurement _tmp4_ = {0};
#line 385 "/home/jens/Source/shotwell/src/Printing.vala"
- measurement_convert_to (measurement, _tmp5_, &_tmp6_);
+ measurement_convert_to (measurement, to_unit, &_tmp4_);
#line 385 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp0_ = _tmp6_;
-#line 2571 "Printing.c"
+ _tmp0_ = _tmp4_;
+#line 2864 "Printing.c"
}
#line 384 "/home/jens/Source/shotwell/src/Printing.vala"
converted_measurement = _tmp0_;
#line 386 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp7_ = converted_measurement;
+ _tmp5_ = converted_measurement;
#line 386 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp8_ = custom_print_tab_format_measurement (self, &_tmp7_);
+ _tmp6_ = custom_print_tab_format_measurement (self, &_tmp5_);
#line 386 "/home/jens/Source/shotwell/src/Printing.vala"
- result = _tmp8_;
+ result = _tmp6_;
#line 386 "/home/jens/Source/shotwell/src/Printing.vala"
return result;
-#line 2583 "Printing.c"
+#line 2876 "Printing.c"
}
-static gboolean custom_print_tab_on_ppi_entry_focus_out (CustomPrintTab* self, GdkEventFocus* event) {
+static gboolean
+custom_print_tab_on_ppi_entry_focus_out (CustomPrintTab* self,
+ GdkEventFocus* event)
+{
gboolean result = FALSE;
GtkEntry* _tmp0_;
const gchar* _tmp1_;
- gint _tmp2_;
#line 389 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_val_if_fail (IS_CUSTOM_PRINT_TAB (self), FALSE);
#line 389 "/home/jens/Source/shotwell/src/Printing.vala"
@@ -2597,47 +2892,49 @@ static gboolean custom_print_tab_on_ppi_entry_focus_out (CustomPrintTab* self, G
#line 390 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp1_ = gtk_entry_get_text (_tmp0_);
#line 390 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp2_ = atoi (_tmp1_);
-#line 390 "/home/jens/Source/shotwell/src/Printing.vala"
- custom_print_tab_set_content_ppi (self, _tmp2_);
+ custom_print_tab_set_content_ppi (self, atoi (_tmp1_));
#line 391 "/home/jens/Source/shotwell/src/Printing.vala"
result = FALSE;
#line 391 "/home/jens/Source/shotwell/src/Printing.vala"
return result;
-#line 2608 "Printing.c"
+#line 2901 "Printing.c"
}
-static gchar string_get (const gchar* self, glong index) {
+static gchar
+string_get (const gchar* self,
+ glong index)
+{
gchar result = '\0';
- glong _tmp0_;
- gchar _tmp1_;
-#line 1110 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
+ gchar _tmp0_;
+#line 1124 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
g_return_val_if_fail (self != NULL, '\0');
-#line 1111 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- _tmp0_ = index;
-#line 1111 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- _tmp1_ = ((gchar*) self)[_tmp0_];
-#line 1111 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- result = _tmp1_;
-#line 1111 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
+#line 1125 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
+ _tmp0_ = ((gchar*) self)[index];
+#line 1125 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
+ result = _tmp0_;
+#line 1125 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
return result;
-#line 2626 "Printing.c"
+#line 2919 "Printing.c"
}
-static void custom_print_tab_on_ppi_entry_insert_text (CustomPrintTab* self, GtkEditable* editable, const gchar* text, gint length, gint* position) {
+static void
+custom_print_tab_on_ppi_entry_insert_text (CustomPrintTab* self,
+ GtkEditable* editable,
+ const gchar* text,
+ gint length,
+ gint* position)
+{
GtkEntry* sender = NULL;
- GtkEditable* _tmp0_;
- GtkEntry* _tmp1_;
- gboolean _tmp2_;
- gint _tmp3_;
+ GtkEntry* _tmp0_;
+ gboolean _tmp1_;
gchar* new_text = NULL;
- gchar* _tmp7_;
- const gchar* _tmp23_;
- gint _tmp24_;
- gint _tmp25_;
- GtkEntry* _tmp31_;
+ gchar* _tmp4_;
+ const gchar* _tmp14_;
+ gint _tmp15_;
+ gint _tmp16_;
+ GtkEntry* _tmp22_;
#line 394 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (IS_CUSTOM_PRINT_TAB (self));
#line 394 "/home/jens/Source/shotwell/src/Printing.vala"
@@ -2645,203 +2942,178 @@ static void custom_print_tab_on_ppi_entry_insert_text (CustomPrintTab* self, Gtk
#line 394 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (text != NULL);
#line 396 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp0_ = editable;
+ _tmp0_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_CAST (editable, gtk_entry_get_type (), GtkEntry));
#line 396 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp1_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, gtk_entry_get_type (), GtkEntry));
-#line 396 "/home/jens/Source/shotwell/src/Printing.vala"
- sender = _tmp1_;
+ sender = _tmp0_;
#line 398 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp2_ = self->priv->is_text_insertion_in_progress;
+ _tmp1_ = self->priv->is_text_insertion_in_progress;
#line 398 "/home/jens/Source/shotwell/src/Printing.vala"
- if (_tmp2_) {
+ if (_tmp1_) {
#line 399 "/home/jens/Source/shotwell/src/Printing.vala"
_g_object_unref0 (sender);
#line 399 "/home/jens/Source/shotwell/src/Printing.vala"
return;
-#line 2662 "Printing.c"
+#line 2957 "Printing.c"
}
#line 401 "/home/jens/Source/shotwell/src/Printing.vala"
self->priv->is_text_insertion_in_progress = TRUE;
#line 403 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp3_ = length;
-#line 403 "/home/jens/Source/shotwell/src/Printing.vala"
- if (_tmp3_ == -1) {
-#line 2670 "Printing.c"
- const gchar* _tmp4_;
- gint _tmp5_;
- gint _tmp6_;
-#line 404 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp4_ = text;
+ if (length == -1) {
+#line 2963 "Printing.c"
+ gint _tmp2_;
+ gint _tmp3_;
#line 404 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp5_ = strlen (_tmp4_);
+ _tmp2_ = strlen (text);
#line 404 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp6_ = _tmp5_;
+ _tmp3_ = _tmp2_;
#line 404 "/home/jens/Source/shotwell/src/Printing.vala"
- length = (gint) _tmp6_;
-#line 2682 "Printing.c"
+ length = (gint) _tmp3_;
+#line 2972 "Printing.c"
}
#line 406 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp7_ = g_strdup ("");
+ _tmp4_ = g_strdup ("");
#line 406 "/home/jens/Source/shotwell/src/Printing.vala"
- new_text = _tmp7_;
-#line 2688 "Printing.c"
+ new_text = _tmp4_;
+#line 2978 "Printing.c"
{
gint ctr = 0;
#line 407 "/home/jens/Source/shotwell/src/Printing.vala"
ctr = 0;
-#line 2693 "Printing.c"
+#line 2983 "Printing.c"
{
- gboolean _tmp8_ = FALSE;
+ gboolean _tmp5_ = FALSE;
#line 407 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp8_ = TRUE;
+ _tmp5_ = TRUE;
#line 407 "/home/jens/Source/shotwell/src/Printing.vala"
while (TRUE) {
-#line 2700 "Printing.c"
- gint _tmp10_;
- gint _tmp11_;
- const gchar* _tmp12_;
- gint _tmp13_;
- gchar _tmp14_;
- gboolean _tmp15_;
+#line 2990 "Printing.c"
+ gint _tmp7_;
+ gint _tmp8_;
#line 407 "/home/jens/Source/shotwell/src/Printing.vala"
- if (!_tmp8_) {
-#line 2709 "Printing.c"
- gint _tmp9_;
+ if (!_tmp5_) {
+#line 2995 "Printing.c"
+ gint _tmp6_;
#line 407 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp9_ = ctr;
+ _tmp6_ = ctr;
#line 407 "/home/jens/Source/shotwell/src/Printing.vala"
- ctr = _tmp9_ + 1;
-#line 2715 "Printing.c"
+ ctr = _tmp6_ + 1;
+#line 3001 "Printing.c"
}
#line 407 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp8_ = FALSE;
+ _tmp5_ = FALSE;
#line 407 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp10_ = ctr;
+ _tmp7_ = ctr;
#line 407 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp11_ = length;
-#line 407 "/home/jens/Source/shotwell/src/Printing.vala"
- if (!(_tmp10_ < _tmp11_)) {
+ if (!(_tmp7_ < length)) {
#line 407 "/home/jens/Source/shotwell/src/Printing.vala"
break;
-#line 2727 "Printing.c"
+#line 3011 "Printing.c"
}
#line 408 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp12_ = text;
-#line 408 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp13_ = ctr;
-#line 408 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp14_ = string_get (_tmp12_, (glong) _tmp13_);
+ _tmp8_ = ctr;
#line 408 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp15_ = g_ascii_isdigit (_tmp14_);
-#line 408 "/home/jens/Source/shotwell/src/Printing.vala"
- if (_tmp15_) {
-#line 2739 "Printing.c"
- const gchar* _tmp16_;
- const gchar* _tmp17_;
- gint _tmp18_;
- gchar _tmp19_;
- gchar* _tmp20_;
- gchar* _tmp21_;
- gchar* _tmp22_;
-#line 409 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp16_ = new_text;
-#line 409 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp17_ = text;
+ if (g_ascii_isdigit (string_get (text, (glong) _tmp8_))) {
+#line 3017 "Printing.c"
+ const gchar* _tmp9_;
+ gint _tmp10_;
+ gchar* _tmp11_;
+ gchar* _tmp12_;
+ gchar* _tmp13_;
#line 409 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp18_ = ctr;
+ _tmp9_ = new_text;
#line 409 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp19_ = string_get (_tmp17_, (glong) _tmp18_);
+ _tmp10_ = ctr;
#line 409 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp20_ = g_strdup_printf ("%c", (gchar) _tmp19_);
+ _tmp11_ = g_strdup_printf ("%c", (gchar) string_get (text, (glong) _tmp10_));
#line 409 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp21_ = _tmp20_;
+ _tmp12_ = _tmp11_;
#line 409 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp22_ = g_strconcat (_tmp16_, _tmp21_, NULL);
+ _tmp13_ = g_strconcat (_tmp9_, _tmp12_, NULL);
#line 409 "/home/jens/Source/shotwell/src/Printing.vala"
_g_free0 (new_text);
#line 409 "/home/jens/Source/shotwell/src/Printing.vala"
- new_text = _tmp22_;
+ new_text = _tmp13_;
#line 409 "/home/jens/Source/shotwell/src/Printing.vala"
- _g_free0 (_tmp21_);
-#line 2767 "Printing.c"
+ _g_free0 (_tmp12_);
+#line 3039 "Printing.c"
}
}
}
}
#line 412 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp23_ = new_text;
+ _tmp14_ = new_text;
#line 412 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp24_ = strlen (_tmp23_);
+ _tmp15_ = strlen (_tmp14_);
#line 412 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp25_ = _tmp24_;
+ _tmp16_ = _tmp15_;
#line 412 "/home/jens/Source/shotwell/src/Printing.vala"
- if (_tmp25_ > 0) {
-#line 2780 "Printing.c"
- GtkEntry* _tmp26_;
- const gchar* _tmp27_;
- const gchar* _tmp28_;
- gint _tmp29_;
- gint _tmp30_;
+ if (_tmp16_ > 0) {
+#line 3052 "Printing.c"
+ GtkEntry* _tmp17_;
+ const gchar* _tmp18_;
+ const gchar* _tmp19_;
+ gint _tmp20_;
+ gint _tmp21_;
#line 413 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp26_ = sender;
+ _tmp17_ = sender;
#line 413 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp27_ = new_text;
+ _tmp18_ = new_text;
#line 413 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp28_ = new_text;
+ _tmp19_ = new_text;
#line 413 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp29_ = strlen (_tmp28_);
+ _tmp20_ = strlen (_tmp19_);
#line 413 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp30_ = _tmp29_;
+ _tmp21_ = _tmp20_;
#line 413 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_editable_insert_text (G_TYPE_CHECK_INSTANCE_CAST (_tmp26_, GTK_TYPE_EDITABLE, GtkEditable), _tmp27_, (gint) _tmp30_, position);
-#line 2798 "Printing.c"
+ g_signal_emit_by_name (G_TYPE_CHECK_INSTANCE_CAST (_tmp17_, gtk_editable_get_type (), GtkEditable), "insert-text", _tmp18_, (gint) _tmp21_, position);
+#line 3070 "Printing.c"
}
#line 415 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp31_ = sender;
+ _tmp22_ = sender;
#line 415 "/home/jens/Source/shotwell/src/Printing.vala"
- g_signal_stop_emission_by_name (_tmp31_, "insert-text");
+ g_signal_stop_emission_by_name (_tmp22_, "insert-text");
#line 417 "/home/jens/Source/shotwell/src/Printing.vala"
self->priv->is_text_insertion_in_progress = FALSE;
#line 394 "/home/jens/Source/shotwell/src/Printing.vala"
_g_free0 (new_text);
#line 394 "/home/jens/Source/shotwell/src/Printing.vala"
_g_object_unref0 (sender);
-#line 2810 "Printing.c"
+#line 3082 "Printing.c"
}
-static gboolean custom_print_tab_on_height_entry_focus_out (CustomPrintTab* self, GdkEventFocus* event) {
+static gboolean
+custom_print_tab_on_height_entry_focus_out (CustomPrintTab* self,
+ GdkEventFocus* event)
+{
gboolean result = FALSE;
GtkEntry* _tmp0_;
const gchar* _tmp1_;
Measurement _tmp2_;
- MeasurementUnit _tmp3_;
+ gchar* _tmp3_;
gchar* _tmp4_;
- gchar* _tmp5_;
- gboolean _tmp6_;
+ gboolean _tmp5_;
Measurement new_height = {0};
- Measurement _tmp7_ = {0};
+ Measurement _tmp6_ = {0};
Measurement min_height = {0};
- PrintJob* _tmp8_;
+ PrintJob* _tmp7_;
+ PrintSettings* _tmp8_;
PrintSettings* _tmp9_;
- PrintSettings* _tmp10_;
- Measurement _tmp11_ = {0};
- Measurement _tmp12_;
+ Measurement _tmp10_ = {0};
+ Measurement _tmp11_;
Measurement max_height = {0};
- PrintJob* _tmp13_;
+ PrintJob* _tmp12_;
+ PrintSettings* _tmp13_;
PrintSettings* _tmp14_;
- PrintSettings* _tmp15_;
- Measurement _tmp16_ = {0};
- Measurement _tmp17_;
- gboolean _tmp18_ = FALSE;
- Measurement _tmp19_;
- gboolean _tmp20_;
- gboolean _tmp27_;
- Measurement _tmp39_;
- GtkEntry* _tmp40_;
- Measurement _tmp41_;
- gchar* _tmp42_;
- gchar* _tmp43_;
+ Measurement _tmp15_ = {0};
+ Measurement _tmp16_;
+ gboolean _tmp17_ = FALSE;
+ Measurement _tmp18_;
+ Measurement _tmp34_;
+ GtkEntry* _tmp35_;
+ Measurement _tmp36_;
+ gchar* _tmp37_;
+ gchar* _tmp38_;
#line 420 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_val_if_fail (IS_CUSTOM_PRINT_TAB (self), FALSE);
#line 420 "/home/jens/Source/shotwell/src/Printing.vala"
@@ -2853,274 +3125,255 @@ static gboolean custom_print_tab_on_height_entry_focus_out (CustomPrintTab* self
#line 421 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp2_ = self->priv->local_content_height;
#line 421 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp3_ = custom_print_tab_get_user_unit_choice (self);
-#line 421 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp4_ = custom_print_tab_format_measurement_as (self, &_tmp2_, _tmp3_);
+ _tmp3_ = custom_print_tab_format_measurement_as (self, &_tmp2_, custom_print_tab_get_user_unit_choice (self));
#line 421 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp5_ = _tmp4_;
+ _tmp4_ = _tmp3_;
#line 421 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp6_ = g_strcmp0 (_tmp1_, _tmp5_) == 0;
+ _tmp5_ = g_strcmp0 (_tmp1_, _tmp4_) == 0;
#line 421 "/home/jens/Source/shotwell/src/Printing.vala"
- _g_free0 (_tmp5_);
+ _g_free0 (_tmp4_);
#line 421 "/home/jens/Source/shotwell/src/Printing.vala"
- if (_tmp6_) {
+ if (_tmp5_) {
#line 423 "/home/jens/Source/shotwell/src/Printing.vala"
result = FALSE;
#line 423 "/home/jens/Source/shotwell/src/Printing.vala"
return result;
-#line 2872 "Printing.c"
+#line 3142 "Printing.c"
}
#line 425 "/home/jens/Source/shotwell/src/Printing.vala"
- custom_print_tab_get_height_entry_value (self, &_tmp7_);
+ custom_print_tab_get_height_entry_value (self, &_tmp6_);
#line 425 "/home/jens/Source/shotwell/src/Printing.vala"
- new_height = _tmp7_;
+ new_height = _tmp6_;
#line 426 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp8_ = self->priv->source_job;
+ _tmp7_ = self->priv->source_job;
#line 426 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp9_ = print_job_get_local_settings (_tmp8_);
+ _tmp8_ = print_job_get_local_settings (_tmp7_);
#line 426 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp10_ = _tmp9_;
+ _tmp9_ = _tmp8_;
#line 426 "/home/jens/Source/shotwell/src/Printing.vala"
- print_settings_get_minimum_content_dimension (_tmp10_, &_tmp11_);
+ print_settings_get_minimum_content_dimension (_tmp9_, &_tmp10_);
#line 426 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp12_ = _tmp11_;
+ _tmp11_ = _tmp10_;
#line 426 "/home/jens/Source/shotwell/src/Printing.vala"
- _print_settings_unref0 (_tmp10_);
+ _print_settings_unref0 (_tmp9_);
#line 426 "/home/jens/Source/shotwell/src/Printing.vala"
- min_height = _tmp12_;
+ min_height = _tmp11_;
#line 427 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp13_ = self->priv->source_job;
+ _tmp12_ = self->priv->source_job;
#line 427 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp14_ = print_job_get_local_settings (_tmp13_);
+ _tmp13_ = print_job_get_local_settings (_tmp12_);
#line 427 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp15_ = _tmp14_;
+ _tmp14_ = _tmp13_;
#line 427 "/home/jens/Source/shotwell/src/Printing.vala"
- print_settings_get_maximum_content_dimension (_tmp15_, &_tmp16_);
+ print_settings_get_maximum_content_dimension (_tmp14_, &_tmp15_);
#line 427 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp17_ = _tmp16_;
+ _tmp16_ = _tmp15_;
#line 427 "/home/jens/Source/shotwell/src/Printing.vala"
- _print_settings_unref0 (_tmp15_);
+ _print_settings_unref0 (_tmp14_);
#line 427 "/home/jens/Source/shotwell/src/Printing.vala"
- max_height = _tmp17_;
-#line 429 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp19_ = min_height;
+ max_height = _tmp16_;
#line 429 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp20_ = measurement_is_less_than (&new_height, &_tmp19_);
+ _tmp18_ = min_height;
#line 429 "/home/jens/Source/shotwell/src/Printing.vala"
- if (_tmp20_) {
+ if (measurement_is_less_than (&new_height, &_tmp18_)) {
#line 429 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp18_ = TRUE;
-#line 2914 "Printing.c"
+ _tmp17_ = TRUE;
+#line 3182 "Printing.c"
} else {
- Measurement _tmp21_;
- gboolean _tmp22_;
+ Measurement _tmp19_;
#line 429 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp21_ = max_height;
+ _tmp19_ = max_height;
#line 429 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp22_ = measurement_is_greater_than (&new_height, &_tmp21_);
-#line 429 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp18_ = _tmp22_;
-#line 2924 "Printing.c"
+ _tmp17_ = measurement_is_greater_than (&new_height, &_tmp19_);
+#line 3189 "Printing.c"
}
#line 429 "/home/jens/Source/shotwell/src/Printing.vala"
- if (_tmp18_) {
-#line 2928 "Printing.c"
- GtkEntry* _tmp23_;
- Measurement _tmp24_;
- gchar* _tmp25_;
- gchar* _tmp26_;
+ if (_tmp17_) {
+#line 3193 "Printing.c"
+ GtkEntry* _tmp20_;
+ Measurement _tmp21_;
+ gchar* _tmp22_;
+ gchar* _tmp23_;
#line 430 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp23_ = self->priv->custom_height_entry;
+ _tmp20_ = self->priv->custom_height_entry;
#line 430 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp24_ = self->priv->local_content_height;
+ _tmp21_ = self->priv->local_content_height;
#line 430 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp25_ = custom_print_tab_format_measurement (self, &_tmp24_);
+ _tmp22_ = custom_print_tab_format_measurement (self, &_tmp21_);
#line 430 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp26_ = _tmp25_;
+ _tmp23_ = _tmp22_;
#line 430 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_entry_set_text (_tmp23_, _tmp26_);
+ gtk_entry_set_text (_tmp20_, _tmp23_);
#line 430 "/home/jens/Source/shotwell/src/Printing.vala"
- _g_free0 (_tmp26_);
+ _g_free0 (_tmp23_);
#line 431 "/home/jens/Source/shotwell/src/Printing.vala"
result = FALSE;
#line 431 "/home/jens/Source/shotwell/src/Printing.vala"
return result;
-#line 2949 "Printing.c"
+#line 3214 "Printing.c"
}
#line 434 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp27_ = custom_print_tab_is_match_aspect_ratio_enabled (self);
-#line 434 "/home/jens/Source/shotwell/src/Printing.vala"
- if (_tmp27_) {
-#line 2955 "Printing.c"
+ if (custom_print_tab_is_match_aspect_ratio_enabled (self)) {
+#line 3218 "Printing.c"
Measurement new_width = {0};
- Measurement _tmp28_;
- gdouble _tmp29_;
- PrintJob* _tmp30_;
- gdouble _tmp31_;
- Measurement _tmp32_;
- MeasurementUnit _tmp33_;
- Measurement _tmp34_;
- GtkEntry* _tmp35_;
- Measurement _tmp36_;
- gchar* _tmp37_;
- gchar* _tmp38_;
-#line 435 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp28_ = new_height;
+ Measurement _tmp24_;
+ gdouble _tmp25_;
+ PrintJob* _tmp26_;
+ Measurement _tmp27_;
+ MeasurementUnit _tmp28_;
+ Measurement _tmp29_;
+ GtkEntry* _tmp30_;
+ Measurement _tmp31_;
+ gchar* _tmp32_;
+ gchar* _tmp33_;
#line 435 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp29_ = _tmp28_.value;
+ _tmp24_ = new_height;
#line 435 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp30_ = self->priv->source_job;
+ _tmp25_ = _tmp24_.value;
#line 435 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp31_ = print_job_get_source_aspect_ratio (_tmp30_);
+ _tmp26_ = self->priv->source_job;
#line 435 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp32_ = new_height;
+ _tmp27_ = new_height;
#line 435 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp33_ = _tmp32_.unit;
+ _tmp28_ = _tmp27_.unit;
#line 435 "/home/jens/Source/shotwell/src/Printing.vala"
- measurement_init (&new_width, _tmp29_ * _tmp31_, _tmp33_);
+ measurement_init (&new_width, _tmp25_ * print_job_get_source_aspect_ratio (_tmp26_), _tmp28_);
#line 438 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp34_ = new_width;
+ _tmp29_ = new_width;
#line 438 "/home/jens/Source/shotwell/src/Printing.vala"
- self->priv->local_content_width = _tmp34_;
+ self->priv->local_content_width = _tmp29_;
#line 439 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp35_ = self->priv->custom_width_entry;
+ _tmp30_ = self->priv->custom_width_entry;
#line 439 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp36_ = new_width;
+ _tmp31_ = new_width;
#line 439 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp37_ = custom_print_tab_format_measurement (self, &_tmp36_);
+ _tmp32_ = custom_print_tab_format_measurement (self, &_tmp31_);
#line 439 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp38_ = _tmp37_;
+ _tmp33_ = _tmp32_;
#line 439 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_entry_set_text (_tmp35_, _tmp38_);
+ gtk_entry_set_text (_tmp30_, _tmp33_);
#line 439 "/home/jens/Source/shotwell/src/Printing.vala"
- _g_free0 (_tmp38_);
-#line 2998 "Printing.c"
+ _g_free0 (_tmp33_);
+#line 3258 "Printing.c"
}
#line 442 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp39_ = new_height;
+ _tmp34_ = new_height;
#line 442 "/home/jens/Source/shotwell/src/Printing.vala"
- self->priv->local_content_height = _tmp39_;
+ self->priv->local_content_height = _tmp34_;
#line 443 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp40_ = self->priv->custom_height_entry;
+ _tmp35_ = self->priv->custom_height_entry;
#line 443 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp41_ = new_height;
+ _tmp36_ = new_height;
#line 443 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp42_ = custom_print_tab_format_measurement (self, &_tmp41_);
+ _tmp37_ = custom_print_tab_format_measurement (self, &_tmp36_);
#line 443 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp43_ = _tmp42_;
+ _tmp38_ = _tmp37_;
#line 443 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_entry_set_text (_tmp40_, _tmp43_);
+ gtk_entry_set_text (_tmp35_, _tmp38_);
#line 443 "/home/jens/Source/shotwell/src/Printing.vala"
- _g_free0 (_tmp43_);
+ _g_free0 (_tmp38_);
#line 444 "/home/jens/Source/shotwell/src/Printing.vala"
result = FALSE;
#line 444 "/home/jens/Source/shotwell/src/Printing.vala"
return result;
-#line 3020 "Printing.c"
+#line 3280 "Printing.c"
}
-static MeasurementUnit custom_print_tab_get_user_unit_choice (CustomPrintTab* self) {
+static MeasurementUnit
+custom_print_tab_get_user_unit_choice (CustomPrintTab* self)
+{
MeasurementUnit result = 0;
GtkComboBoxText* _tmp0_;
- gint _tmp1_;
#line 447 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_val_if_fail (IS_CUSTOM_PRINT_TAB (self), 0);
#line 448 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp0_ = self->priv->units_combo;
#line 448 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp1_ = gtk_combo_box_get_active (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, gtk_combo_box_get_type (), GtkComboBox));
-#line 448 "/home/jens/Source/shotwell/src/Printing.vala"
- if (_tmp1_ == CUSTOM_PRINT_TAB_INCHES_COMBO_CHOICE) {
+ if (gtk_combo_box_get_active (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, gtk_combo_box_get_type (), GtkComboBox)) == CUSTOM_PRINT_TAB_INCHES_COMBO_CHOICE) {
#line 449 "/home/jens/Source/shotwell/src/Printing.vala"
result = MEASUREMENT_UNIT_INCHES;
#line 449 "/home/jens/Source/shotwell/src/Printing.vala"
return result;
-#line 3040 "Printing.c"
+#line 3299 "Printing.c"
} else {
- GtkComboBoxText* _tmp2_;
- gint _tmp3_;
-#line 450 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp2_ = self->priv->units_combo;
+ GtkComboBoxText* _tmp1_;
#line 450 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp3_ = gtk_combo_box_get_active (G_TYPE_CHECK_INSTANCE_CAST (_tmp2_, gtk_combo_box_get_type (), GtkComboBox));
+ _tmp1_ = self->priv->units_combo;
#line 450 "/home/jens/Source/shotwell/src/Printing.vala"
- if (_tmp3_ == CUSTOM_PRINT_TAB_CENTIMETERS_COMBO_CHOICE) {
+ if (gtk_combo_box_get_active (G_TYPE_CHECK_INSTANCE_CAST (_tmp1_, gtk_combo_box_get_type (), GtkComboBox)) == CUSTOM_PRINT_TAB_CENTIMETERS_COMBO_CHOICE) {
#line 451 "/home/jens/Source/shotwell/src/Printing.vala"
result = MEASUREMENT_UNIT_CENTIMETERS;
#line 451 "/home/jens/Source/shotwell/src/Printing.vala"
return result;
-#line 3054 "Printing.c"
+#line 3310 "Printing.c"
} else {
#line 453 "/home/jens/Source/shotwell/src/Printing.vala"
g_error ("Printing.vala:453: unknown unit combo box choice");
-#line 3058 "Printing.c"
+#line 3314 "Printing.c"
}
}
}
-static void custom_print_tab_set_user_unit_choice (CustomPrintTab* self, MeasurementUnit unit) {
- MeasurementUnit _tmp0_;
+static void
+custom_print_tab_set_user_unit_choice (CustomPrintTab* self,
+ MeasurementUnit unit)
+{
#line 457 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (IS_CUSTOM_PRINT_TAB (self));
#line 458 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp0_ = unit;
-#line 458 "/home/jens/Source/shotwell/src/Printing.vala"
- if (_tmp0_ == MEASUREMENT_UNIT_INCHES) {
-#line 3072 "Printing.c"
- GtkComboBoxText* _tmp1_;
+ if (unit == MEASUREMENT_UNIT_INCHES) {
+#line 3328 "Printing.c"
+ GtkComboBoxText* _tmp0_;
#line 459 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp1_ = self->priv->units_combo;
+ _tmp0_ = self->priv->units_combo;
#line 459 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_combo_box_set_active (G_TYPE_CHECK_INSTANCE_CAST (_tmp1_, gtk_combo_box_get_type (), GtkComboBox), CUSTOM_PRINT_TAB_INCHES_COMBO_CHOICE);
-#line 3078 "Printing.c"
+ gtk_combo_box_set_active (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, gtk_combo_box_get_type (), GtkComboBox), CUSTOM_PRINT_TAB_INCHES_COMBO_CHOICE);
+#line 3334 "Printing.c"
} else {
- MeasurementUnit _tmp2_;
-#line 460 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp2_ = unit;
#line 460 "/home/jens/Source/shotwell/src/Printing.vala"
- if (_tmp2_ == MEASUREMENT_UNIT_CENTIMETERS) {
-#line 3085 "Printing.c"
- GtkComboBoxText* _tmp3_;
+ if (unit == MEASUREMENT_UNIT_CENTIMETERS) {
+#line 3338 "Printing.c"
+ GtkComboBoxText* _tmp1_;
#line 461 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp3_ = self->priv->units_combo;
+ _tmp1_ = self->priv->units_combo;
#line 461 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_combo_box_set_active (G_TYPE_CHECK_INSTANCE_CAST (_tmp3_, gtk_combo_box_get_type (), GtkComboBox), CUSTOM_PRINT_TAB_CENTIMETERS_COMBO_CHOICE);
-#line 3091 "Printing.c"
+ gtk_combo_box_set_active (G_TYPE_CHECK_INSTANCE_CAST (_tmp1_, gtk_combo_box_get_type (), GtkComboBox), CUSTOM_PRINT_TAB_CENTIMETERS_COMBO_CHOICE);
+#line 3344 "Printing.c"
} else {
#line 463 "/home/jens/Source/shotwell/src/Printing.vala"
g_error ("Printing.vala:463: unknown MeasurementUnit enumeration");
-#line 3095 "Printing.c"
+#line 3348 "Printing.c"
}
}
}
-static gdouble double_parse (const gchar* str) {
+static gdouble
+double_parse (const gchar* str)
+{
gdouble result = 0.0;
- const gchar* _tmp0_;
- gdouble _tmp1_;
-#line 877 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
+ gdouble _tmp0_;
+#line 889 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
g_return_val_if_fail (str != NULL, 0.0);
-#line 878 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- _tmp0_ = str;
-#line 878 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- _tmp1_ = g_ascii_strtod (_tmp0_, NULL);
-#line 878 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
- result = _tmp1_;
-#line 878 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
+#line 890 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
+ _tmp0_ = g_ascii_strtod (str, NULL);
+#line 890 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
+ result = _tmp0_;
+#line 890 "/usr/share/vala-0.40/vapi/glib-2.0.vapi"
return result;
-#line 3115 "Printing.c"
+#line 3367 "Printing.c"
}
-static void custom_print_tab_get_width_entry_value (CustomPrintTab* self, Measurement* result) {
+static void
+custom_print_tab_get_width_entry_value (CustomPrintTab* self,
+ Measurement* result)
+{
GtkEntry* _tmp0_;
const gchar* _tmp1_;
- gdouble _tmp2_;
- MeasurementUnit _tmp3_;
- Measurement _tmp4_ = {0};
+ Measurement _tmp2_ = {0};
#line 467 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (IS_CUSTOM_PRINT_TAB (self));
#line 468 "/home/jens/Source/shotwell/src/Printing.vala"
@@ -3128,25 +3381,22 @@ static void custom_print_tab_get_width_entry_value (CustomPrintTab* self, Measur
#line 468 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp1_ = gtk_entry_get_text (_tmp0_);
#line 468 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp2_ = double_parse (_tmp1_);
+ measurement_init (&_tmp2_, double_parse (_tmp1_), custom_print_tab_get_user_unit_choice (self));
#line 468 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp3_ = custom_print_tab_get_user_unit_choice (self);
-#line 468 "/home/jens/Source/shotwell/src/Printing.vala"
- measurement_init (&_tmp4_, _tmp2_, _tmp3_);
-#line 468 "/home/jens/Source/shotwell/src/Printing.vala"
- *result = _tmp4_;
+ *result = _tmp2_;
#line 468 "/home/jens/Source/shotwell/src/Printing.vala"
return;
-#line 3141 "Printing.c"
+#line 3390 "Printing.c"
}
-static void custom_print_tab_get_height_entry_value (CustomPrintTab* self, Measurement* result) {
+static void
+custom_print_tab_get_height_entry_value (CustomPrintTab* self,
+ Measurement* result)
+{
GtkEntry* _tmp0_;
const gchar* _tmp1_;
- gdouble _tmp2_;
- MeasurementUnit _tmp3_;
- Measurement _tmp4_ = {0};
+ Measurement _tmp2_ = {0};
#line 471 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (IS_CUSTOM_PRINT_TAB (self));
#line 472 "/home/jens/Source/shotwell/src/Printing.vala"
@@ -3154,58 +3404,57 @@ static void custom_print_tab_get_height_entry_value (CustomPrintTab* self, Measu
#line 472 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp1_ = gtk_entry_get_text (_tmp0_);
#line 472 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp2_ = double_parse (_tmp1_);
-#line 472 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp3_ = custom_print_tab_get_user_unit_choice (self);
-#line 472 "/home/jens/Source/shotwell/src/Printing.vala"
- measurement_init (&_tmp4_, _tmp2_, _tmp3_);
+ measurement_init (&_tmp2_, double_parse (_tmp1_), custom_print_tab_get_user_unit_choice (self));
#line 472 "/home/jens/Source/shotwell/src/Printing.vala"
- *result = _tmp4_;
+ *result = _tmp2_;
#line 472 "/home/jens/Source/shotwell/src/Printing.vala"
return;
-#line 3167 "Printing.c"
+#line 3413 "Printing.c"
}
-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 3187 "Printing.c"
+#line 3433 "Printing.c"
}
-static void custom_print_tab_on_entry_insert_text (CustomPrintTab* self, GtkEditable* editable, const gchar* text, gint length, gint* position) {
+static void
+custom_print_tab_on_entry_insert_text (CustomPrintTab* self,
+ GtkEditable* editable,
+ const gchar* text,
+ gint length,
+ gint* position)
+{
GtkEntry* sender = NULL;
- GtkEditable* _tmp0_;
- GtkEntry* _tmp1_;
- gboolean _tmp2_;
- gint _tmp3_;
+ GtkEntry* _tmp0_;
+ gboolean _tmp1_;
const gchar* decimal_point = NULL;
- const gchar* _tmp7_;
+ const gchar* _tmp4_;
gboolean contains_decimal_point = FALSE;
- GtkEntry* _tmp8_;
- const gchar* _tmp9_;
- const gchar* _tmp10_;
- gboolean _tmp11_;
+ GtkEntry* _tmp5_;
+ const gchar* _tmp6_;
+ const gchar* _tmp7_;
gchar* new_text = NULL;
- gchar* _tmp12_;
- const gchar* _tmp42_;
- gint _tmp43_;
- gint _tmp44_;
- GtkEntry* _tmp50_;
+ gchar* _tmp8_;
+ const gchar* _tmp27_;
+ gint _tmp28_;
+ gint _tmp29_;
+ GtkEntry* _tmp35_;
#line 475 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (IS_CUSTOM_PRINT_TAB (self));
#line 475 "/home/jens/Source/shotwell/src/Printing.vala"
@@ -3213,596 +3462,488 @@ static void custom_print_tab_on_entry_insert_text (CustomPrintTab* self, GtkEdit
#line 475 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (text != NULL);
#line 478 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp0_ = editable;
+ _tmp0_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_CAST (editable, gtk_entry_get_type (), GtkEntry));
#line 478 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp1_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, gtk_entry_get_type (), GtkEntry));
-#line 478 "/home/jens/Source/shotwell/src/Printing.vala"
- sender = _tmp1_;
+ sender = _tmp0_;
#line 480 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp2_ = self->priv->is_text_insertion_in_progress;
+ _tmp1_ = self->priv->is_text_insertion_in_progress;
#line 480 "/home/jens/Source/shotwell/src/Printing.vala"
- if (_tmp2_) {
+ if (_tmp1_) {
#line 481 "/home/jens/Source/shotwell/src/Printing.vala"
_g_object_unref0 (sender);
#line 481 "/home/jens/Source/shotwell/src/Printing.vala"
return;
-#line 3230 "Printing.c"
+#line 3477 "Printing.c"
}
#line 483 "/home/jens/Source/shotwell/src/Printing.vala"
self->priv->is_text_insertion_in_progress = TRUE;
#line 485 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp3_ = length;
-#line 485 "/home/jens/Source/shotwell/src/Printing.vala"
- if (_tmp3_ == -1) {
-#line 3238 "Printing.c"
- const gchar* _tmp4_;
- gint _tmp5_;
- gint _tmp6_;
-#line 486 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp4_ = text;
+ if (length == -1) {
+#line 3483 "Printing.c"
+ gint _tmp2_;
+ gint _tmp3_;
#line 486 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp5_ = strlen (_tmp4_);
+ _tmp2_ = strlen (text);
#line 486 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp6_ = _tmp5_;
+ _tmp3_ = _tmp2_;
#line 486 "/home/jens/Source/shotwell/src/Printing.vala"
- length = (gint) _tmp6_;
-#line 3250 "Printing.c"
+ length = (gint) _tmp3_;
+#line 3492 "Printing.c"
}
#line 488 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp7_ = nl_langinfo (RADIXCHAR);
+ _tmp4_ = nl_langinfo (RADIXCHAR);
#line 488 "/home/jens/Source/shotwell/src/Printing.vala"
- decimal_point = _tmp7_;
-#line 490 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp8_ = sender;
+ decimal_point = _tmp4_;
#line 490 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp9_ = gtk_entry_get_text (_tmp8_);
+ _tmp5_ = sender;
#line 490 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp10_ = decimal_point;
+ _tmp6_ = gtk_entry_get_text (_tmp5_);
#line 490 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp11_ = string_contains (_tmp9_, _tmp10_);
+ _tmp7_ = decimal_point;
#line 490 "/home/jens/Source/shotwell/src/Printing.vala"
- contains_decimal_point = _tmp11_;
+ contains_decimal_point = string_contains (_tmp6_, _tmp7_);
#line 492 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp12_ = g_strdup ("");
+ _tmp8_ = g_strdup ("");
#line 492 "/home/jens/Source/shotwell/src/Printing.vala"
- new_text = _tmp12_;
-#line 3270 "Printing.c"
+ new_text = _tmp8_;
+#line 3510 "Printing.c"
{
gint ctr = 0;
#line 493 "/home/jens/Source/shotwell/src/Printing.vala"
ctr = 0;
-#line 3275 "Printing.c"
+#line 3515 "Printing.c"
{
- gboolean _tmp13_ = FALSE;
+ gboolean _tmp9_ = FALSE;
#line 493 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp13_ = TRUE;
+ _tmp9_ = TRUE;
#line 493 "/home/jens/Source/shotwell/src/Printing.vala"
while (TRUE) {
-#line 3282 "Printing.c"
- gint _tmp15_;
- gint _tmp16_;
- const gchar* _tmp17_;
- gint _tmp18_;
- gchar _tmp19_;
- gboolean _tmp20_;
+#line 3522 "Printing.c"
+ gint _tmp11_;
+ gint _tmp12_;
#line 493 "/home/jens/Source/shotwell/src/Printing.vala"
- if (!_tmp13_) {
-#line 3291 "Printing.c"
- gint _tmp14_;
+ if (!_tmp9_) {
+#line 3527 "Printing.c"
+ gint _tmp10_;
#line 493 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp14_ = ctr;
+ _tmp10_ = ctr;
#line 493 "/home/jens/Source/shotwell/src/Printing.vala"
- ctr = _tmp14_ + 1;
-#line 3297 "Printing.c"
+ ctr = _tmp10_ + 1;
+#line 3533 "Printing.c"
}
#line 493 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp13_ = FALSE;
+ _tmp9_ = FALSE;
#line 493 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp15_ = ctr;
+ _tmp11_ = ctr;
#line 493 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp16_ = length;
-#line 493 "/home/jens/Source/shotwell/src/Printing.vala"
- if (!(_tmp15_ < _tmp16_)) {
+ if (!(_tmp11_ < length)) {
#line 493 "/home/jens/Source/shotwell/src/Printing.vala"
break;
-#line 3309 "Printing.c"
+#line 3543 "Printing.c"
}
#line 494 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp17_ = text;
-#line 494 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp18_ = ctr;
-#line 494 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp19_ = string_get (_tmp17_, (glong) _tmp18_);
+ _tmp12_ = ctr;
#line 494 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp20_ = g_ascii_isdigit (_tmp19_);
-#line 494 "/home/jens/Source/shotwell/src/Printing.vala"
- if (_tmp20_) {
-#line 3321 "Printing.c"
- const gchar* _tmp21_;
- const gchar* _tmp22_;
- gint _tmp23_;
- gchar _tmp24_;
- gchar* _tmp25_;
- gchar* _tmp26_;
- gchar* _tmp27_;
-#line 495 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp21_ = new_text;
-#line 495 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp22_ = text;
+ if (g_ascii_isdigit (string_get (text, (glong) _tmp12_))) {
+#line 3549 "Printing.c"
+ const gchar* _tmp13_;
+ gint _tmp14_;
+ gchar* _tmp15_;
+ gchar* _tmp16_;
+ gchar* _tmp17_;
#line 495 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp23_ = ctr;
+ _tmp13_ = new_text;
#line 495 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp24_ = string_get (_tmp22_, (glong) _tmp23_);
+ _tmp14_ = ctr;
#line 495 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp25_ = g_strdup_printf ("%c", (gchar) _tmp24_);
+ _tmp15_ = g_strdup_printf ("%c", (gchar) string_get (text, (glong) _tmp14_));
#line 495 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp26_ = _tmp25_;
+ _tmp16_ = _tmp15_;
#line 495 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp27_ = g_strconcat (_tmp21_, _tmp26_, NULL);
+ _tmp17_ = g_strconcat (_tmp13_, _tmp16_, NULL);
#line 495 "/home/jens/Source/shotwell/src/Printing.vala"
_g_free0 (new_text);
#line 495 "/home/jens/Source/shotwell/src/Printing.vala"
- new_text = _tmp27_;
+ new_text = _tmp17_;
#line 495 "/home/jens/Source/shotwell/src/Printing.vala"
- _g_free0 (_tmp26_);
-#line 3349 "Printing.c"
+ _g_free0 (_tmp16_);
+#line 3571 "Printing.c"
} else {
- gboolean _tmp28_ = FALSE;
- gboolean _tmp29_;
-#line 496 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp29_ = contains_decimal_point;
+ gboolean _tmp18_ = FALSE;
+ gboolean _tmp19_;
#line 496 "/home/jens/Source/shotwell/src/Printing.vala"
- if (!_tmp29_) {
-#line 3357 "Printing.c"
- const gchar* _tmp30_;
- gint _tmp31_;
- gchar _tmp32_;
- const gchar* _tmp33_;
- gchar _tmp34_;
+ _tmp19_ = contains_decimal_point;
#line 496 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp30_ = text;
+ if (!_tmp19_) {
+#line 3579 "Printing.c"
+ gint _tmp20_;
+ const gchar* _tmp21_;
#line 496 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp31_ = ctr;
+ _tmp20_ = ctr;
#line 496 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp32_ = string_get (_tmp30_, (glong) _tmp31_);
+ _tmp21_ = decimal_point;
#line 496 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp33_ = decimal_point;
-#line 496 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp34_ = string_get (_tmp33_, (glong) 0);
-#line 496 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp28_ = _tmp32_ == _tmp34_;
-#line 3375 "Printing.c"
+ _tmp18_ = string_get (text, (glong) _tmp20_) == string_get (_tmp21_, (glong) 0);
+#line 3588 "Printing.c"
} else {
#line 496 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp28_ = FALSE;
-#line 3379 "Printing.c"
+ _tmp18_ = FALSE;
+#line 3592 "Printing.c"
}
#line 496 "/home/jens/Source/shotwell/src/Printing.vala"
- if (_tmp28_) {
-#line 3383 "Printing.c"
- const gchar* _tmp35_;
- const gchar* _tmp36_;
- gint _tmp37_;
- gchar _tmp38_;
- gchar* _tmp39_;
- gchar* _tmp40_;
- gchar* _tmp41_;
-#line 497 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp35_ = new_text;
+ if (_tmp18_) {
+#line 3596 "Printing.c"
+ const gchar* _tmp22_;
+ gint _tmp23_;
+ gchar* _tmp24_;
+ gchar* _tmp25_;
+ gchar* _tmp26_;
#line 497 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp36_ = text;
+ _tmp22_ = new_text;
#line 497 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp37_ = ctr;
+ _tmp23_ = ctr;
#line 497 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp38_ = string_get (_tmp36_, (glong) _tmp37_);
+ _tmp24_ = g_strdup_printf ("%c", (gchar) string_get (text, (glong) _tmp23_));
#line 497 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp39_ = g_strdup_printf ("%c", (gchar) _tmp38_);
+ _tmp25_ = _tmp24_;
#line 497 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp40_ = _tmp39_;
-#line 497 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp41_ = g_strconcat (_tmp35_, _tmp40_, NULL);
+ _tmp26_ = g_strconcat (_tmp22_, _tmp25_, NULL);
#line 497 "/home/jens/Source/shotwell/src/Printing.vala"
_g_free0 (new_text);
#line 497 "/home/jens/Source/shotwell/src/Printing.vala"
- new_text = _tmp41_;
+ new_text = _tmp26_;
#line 497 "/home/jens/Source/shotwell/src/Printing.vala"
- _g_free0 (_tmp40_);
-#line 3411 "Printing.c"
+ _g_free0 (_tmp25_);
+#line 3618 "Printing.c"
}
}
}
}
}
#line 501 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp42_ = new_text;
+ _tmp27_ = new_text;
#line 501 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp43_ = strlen (_tmp42_);
+ _tmp28_ = strlen (_tmp27_);
#line 501 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp44_ = _tmp43_;
+ _tmp29_ = _tmp28_;
#line 501 "/home/jens/Source/shotwell/src/Printing.vala"
- if (_tmp44_ > 0) {
-#line 3425 "Printing.c"
- GtkEntry* _tmp45_;
- const gchar* _tmp46_;
- const gchar* _tmp47_;
- gint _tmp48_;
- gint _tmp49_;
+ if (_tmp29_ > 0) {
+#line 3632 "Printing.c"
+ GtkEntry* _tmp30_;
+ const gchar* _tmp31_;
+ const gchar* _tmp32_;
+ gint _tmp33_;
+ gint _tmp34_;
#line 502 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp45_ = sender;
+ _tmp30_ = sender;
#line 502 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp46_ = new_text;
+ _tmp31_ = new_text;
#line 502 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp47_ = new_text;
+ _tmp32_ = new_text;
#line 502 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp48_ = strlen (_tmp47_);
+ _tmp33_ = strlen (_tmp32_);
#line 502 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp49_ = _tmp48_;
+ _tmp34_ = _tmp33_;
#line 502 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_editable_insert_text (G_TYPE_CHECK_INSTANCE_CAST (_tmp45_, GTK_TYPE_EDITABLE, GtkEditable), _tmp46_, (gint) _tmp49_, position);
-#line 3443 "Printing.c"
+ g_signal_emit_by_name (G_TYPE_CHECK_INSTANCE_CAST (_tmp30_, gtk_editable_get_type (), GtkEditable), "insert-text", _tmp31_, (gint) _tmp34_, position);
+#line 3650 "Printing.c"
}
#line 504 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp50_ = sender;
+ _tmp35_ = sender;
#line 504 "/home/jens/Source/shotwell/src/Printing.vala"
- g_signal_stop_emission_by_name (_tmp50_, "insert-text");
+ g_signal_stop_emission_by_name (_tmp35_, "insert-text");
#line 506 "/home/jens/Source/shotwell/src/Printing.vala"
self->priv->is_text_insertion_in_progress = FALSE;
#line 475 "/home/jens/Source/shotwell/src/Printing.vala"
_g_free0 (new_text);
#line 475 "/home/jens/Source/shotwell/src/Printing.vala"
_g_object_unref0 (sender);
-#line 3455 "Printing.c"
+#line 3662 "Printing.c"
}
-static void custom_print_tab_sync_state_from_job (CustomPrintTab* self, PrintJob* job) {
- PrintJob* _tmp0_;
+static void
+custom_print_tab_sync_state_from_job (CustomPrintTab* self,
+ PrintJob* job)
+{
+ PrintSettings* _tmp0_;
PrintSettings* _tmp1_;
- PrintSettings* _tmp2_;
- Measurement _tmp3_ = {0};
- MeasurementUnit _tmp4_;
- PrintJob* _tmp5_;
- PrintSettings* _tmp6_;
- PrintSettings* _tmp7_;
- Measurement _tmp8_ = {0};
- MeasurementUnit _tmp9_;
+ Measurement _tmp2_ = {0};
+ MeasurementUnit _tmp3_;
+ PrintSettings* _tmp4_;
+ PrintSettings* _tmp5_;
+ Measurement _tmp6_ = {0};
+ MeasurementUnit _tmp7_;
Measurement constrained_width = {0};
- PrintJob* _tmp10_;
- PrintSettings* _tmp11_;
+ PrintSettings* _tmp8_;
+ PrintSettings* _tmp9_;
+ Measurement _tmp10_ = {0};
+ Measurement _tmp11_;
PrintSettings* _tmp12_;
- Measurement _tmp13_ = {0};
- Measurement _tmp14_;
- PrintJob* _tmp15_;
- PrintSettings* _tmp16_;
- PrintSettings* _tmp17_;
- gboolean _tmp18_;
- gboolean _tmp19_;
- Measurement _tmp32_;
- PrintJob* _tmp33_;
+ PrintSettings* _tmp13_;
+ gboolean _tmp14_;
+ Measurement _tmp23_;
+ PrintSettings* _tmp24_;
+ PrintSettings* _tmp25_;
+ Measurement _tmp26_ = {0};
+ PrintSettings* _tmp27_;
+ PrintSettings* _tmp28_;
+ PrintSettings* _tmp29_;
+ PrintSettings* _tmp30_;
+ PrintSettings* _tmp31_;
+ PrintSettings* _tmp32_;
+ PrintSettings* _tmp33_;
PrintSettings* _tmp34_;
PrintSettings* _tmp35_;
- Measurement _tmp36_ = {0};
- PrintJob* _tmp37_;
+ PrintSettings* _tmp36_;
+ PrintSettings* _tmp37_;
PrintSettings* _tmp38_;
PrintSettings* _tmp39_;
- ContentLayout _tmp40_;
- PrintJob* _tmp41_;
- PrintSettings* _tmp42_;
- PrintSettings* _tmp43_;
- gint _tmp44_;
- PrintJob* _tmp45_;
- PrintSettings* _tmp46_;
- PrintSettings* _tmp47_;
- gint _tmp48_;
- PrintJob* _tmp49_;
- PrintSettings* _tmp50_;
- PrintSettings* _tmp51_;
- gint _tmp52_;
- PrintJob* _tmp53_;
- PrintSettings* _tmp54_;
- PrintSettings* _tmp55_;
- gboolean _tmp56_;
- PrintJob* _tmp57_;
- PrintSettings* _tmp58_;
- PrintSettings* _tmp59_;
- gboolean _tmp60_;
- PrintJob* _tmp61_;
- PrintSettings* _tmp62_;
- PrintSettings* _tmp63_;
- gchar* _tmp64_;
- gchar* _tmp65_;
+ PrintSettings* _tmp40_;
+ gchar* _tmp41_;
+ gchar* _tmp42_;
#line 509 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (IS_CUSTOM_PRINT_TAB (self));
#line 509 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (IS_PRINT_JOB (job));
#line 510 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp0_ = job;
-#line 510 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp1_ = print_job_get_local_settings (_tmp0_);
+ _tmp0_ = print_job_get_local_settings (job);
#line 510 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp2_ = _tmp1_;
-#line 510 "/home/jens/Source/shotwell/src/Printing.vala"
- print_settings_get_content_width (_tmp2_, &_tmp3_);
+ _tmp1_ = _tmp0_;
#line 510 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp4_ = _tmp3_.unit;
+ print_settings_get_content_width (_tmp1_, &_tmp2_);
#line 510 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp5_ = job;
+ _tmp3_ = _tmp2_.unit;
#line 510 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp6_ = print_job_get_local_settings (_tmp5_);
+ _tmp4_ = print_job_get_local_settings (job);
#line 510 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp7_ = _tmp6_;
+ _tmp5_ = _tmp4_;
#line 510 "/home/jens/Source/shotwell/src/Printing.vala"
- print_settings_get_content_height (_tmp7_, &_tmp8_);
+ print_settings_get_content_height (_tmp5_, &_tmp6_);
#line 510 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp9_ = _tmp8_.unit;
+ _tmp7_ = _tmp6_.unit;
#line 510 "/home/jens/Source/shotwell/src/Printing.vala"
- _vala_assert (_tmp4_ == _tmp9_, "job.get_local_settings().get_content_width().unit == job.get_local_settings().get_content_height().unit");
+ _vala_assert (_tmp3_ == _tmp7_, "job.get_local_settings().get_content_width().unit == job.get_local_settings().get_content_height().unit");
#line 510 "/home/jens/Source/shotwell/src/Printing.vala"
- _print_settings_unref0 (_tmp7_);
+ _print_settings_unref0 (_tmp5_);
#line 510 "/home/jens/Source/shotwell/src/Printing.vala"
- _print_settings_unref0 (_tmp2_);
-#line 513 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp10_ = job;
+ _print_settings_unref0 (_tmp1_);
#line 513 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp11_ = print_job_get_local_settings (_tmp10_);
+ _tmp8_ = print_job_get_local_settings (job);
#line 513 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp12_ = _tmp11_;
+ _tmp9_ = _tmp8_;
#line 513 "/home/jens/Source/shotwell/src/Printing.vala"
- print_settings_get_content_width (_tmp12_, &_tmp13_);
+ print_settings_get_content_width (_tmp9_, &_tmp10_);
#line 513 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp14_ = _tmp13_;
+ _tmp11_ = _tmp10_;
#line 513 "/home/jens/Source/shotwell/src/Printing.vala"
- _print_settings_unref0 (_tmp12_);
+ _print_settings_unref0 (_tmp9_);
#line 513 "/home/jens/Source/shotwell/src/Printing.vala"
- constrained_width = _tmp14_;
+ constrained_width = _tmp11_;
#line 514 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp15_ = job;
-#line 514 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp16_ = print_job_get_local_settings (_tmp15_);
-#line 514 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp17_ = _tmp16_;
+ _tmp12_ = print_job_get_local_settings (job);
#line 514 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp18_ = print_settings_is_match_aspect_ratio_enabled (_tmp17_);
+ _tmp13_ = _tmp12_;
#line 514 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp19_ = _tmp18_;
+ _tmp14_ = print_settings_is_match_aspect_ratio_enabled (_tmp13_);
#line 514 "/home/jens/Source/shotwell/src/Printing.vala"
- _print_settings_unref0 (_tmp17_);
+ _print_settings_unref0 (_tmp13_);
#line 514 "/home/jens/Source/shotwell/src/Printing.vala"
- if (_tmp19_) {
-#line 3573 "Printing.c"
- PrintJob* _tmp20_;
- PrintSettings* _tmp21_;
- PrintSettings* _tmp22_;
- Measurement _tmp23_ = {0};
- gdouble _tmp24_;
- PrintJob* _tmp25_;
- gdouble _tmp26_;
- PrintJob* _tmp27_;
- PrintSettings* _tmp28_;
- PrintSettings* _tmp29_;
- Measurement _tmp30_ = {0};
- MeasurementUnit _tmp31_;
-#line 515 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp20_ = job;
-#line 515 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp21_ = print_job_get_local_settings (_tmp20_);
-#line 515 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp22_ = _tmp21_;
-#line 515 "/home/jens/Source/shotwell/src/Printing.vala"
- print_settings_get_content_height (_tmp22_, &_tmp23_);
+ if (_tmp14_) {
+#line 3754 "Printing.c"
+ PrintSettings* _tmp15_;
+ PrintSettings* _tmp16_;
+ Measurement _tmp17_ = {0};
+ gdouble _tmp18_;
+ PrintSettings* _tmp19_;
+ PrintSettings* _tmp20_;
+ Measurement _tmp21_ = {0};
+ MeasurementUnit _tmp22_;
#line 515 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp24_ = _tmp23_.value;
+ _tmp15_ = print_job_get_local_settings (job);
#line 515 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp25_ = job;
+ _tmp16_ = _tmp15_;
#line 515 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp26_ = print_job_get_source_aspect_ratio (_tmp25_);
+ print_settings_get_content_height (_tmp16_, &_tmp17_);
#line 515 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp27_ = job;
+ _tmp18_ = _tmp17_.value;
#line 515 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp28_ = print_job_get_local_settings (_tmp27_);
+ _tmp19_ = print_job_get_local_settings (job);
#line 515 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp29_ = _tmp28_;
+ _tmp20_ = _tmp19_;
#line 515 "/home/jens/Source/shotwell/src/Printing.vala"
- print_settings_get_content_height (_tmp29_, &_tmp30_);
+ print_settings_get_content_height (_tmp20_, &_tmp21_);
#line 515 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp31_ = _tmp30_.unit;
+ _tmp22_ = _tmp21_.unit;
#line 515 "/home/jens/Source/shotwell/src/Printing.vala"
- measurement_init (&constrained_width, _tmp24_ * _tmp26_, _tmp31_);
+ measurement_init (&constrained_width, _tmp18_ * print_job_get_source_aspect_ratio (job), _tmp22_);
#line 515 "/home/jens/Source/shotwell/src/Printing.vala"
- _print_settings_unref0 (_tmp29_);
+ _print_settings_unref0 (_tmp20_);
#line 515 "/home/jens/Source/shotwell/src/Printing.vala"
- _print_settings_unref0 (_tmp22_);
-#line 3616 "Printing.c"
+ _print_settings_unref0 (_tmp16_);
+#line 3785 "Printing.c"
}
#line 517 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp32_ = constrained_width;
+ _tmp23_ = constrained_width;
#line 517 "/home/jens/Source/shotwell/src/Printing.vala"
- custom_print_tab_set_content_width (self, &_tmp32_);
-#line 518 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp33_ = job;
+ custom_print_tab_set_content_width (self, &_tmp23_);
#line 518 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp34_ = print_job_get_local_settings (_tmp33_);
+ _tmp24_ = print_job_get_local_settings (job);
#line 518 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp35_ = _tmp34_;
+ _tmp25_ = _tmp24_;
#line 518 "/home/jens/Source/shotwell/src/Printing.vala"
- print_settings_get_content_height (_tmp35_, &_tmp36_);
+ print_settings_get_content_height (_tmp25_, &_tmp26_);
#line 518 "/home/jens/Source/shotwell/src/Printing.vala"
- custom_print_tab_set_content_height (self, &_tmp36_);
+ custom_print_tab_set_content_height (self, &_tmp26_);
#line 518 "/home/jens/Source/shotwell/src/Printing.vala"
- _print_settings_unref0 (_tmp35_);
-#line 519 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp37_ = job;
-#line 519 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp38_ = print_job_get_local_settings (_tmp37_);
+ _print_settings_unref0 (_tmp25_);
#line 519 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp39_ = _tmp38_;
+ _tmp27_ = print_job_get_local_settings (job);
#line 519 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp40_ = print_settings_get_content_layout (_tmp39_);
+ _tmp28_ = _tmp27_;
#line 519 "/home/jens/Source/shotwell/src/Printing.vala"
- custom_print_tab_set_content_layout (self, _tmp40_);
+ custom_print_tab_set_content_layout (self, print_settings_get_content_layout (_tmp28_));
#line 519 "/home/jens/Source/shotwell/src/Printing.vala"
- _print_settings_unref0 (_tmp39_);
+ _print_settings_unref0 (_tmp28_);
#line 520 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp41_ = job;
+ _tmp29_ = print_job_get_local_settings (job);
#line 520 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp42_ = print_job_get_local_settings (_tmp41_);
-#line 520 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp43_ = _tmp42_;
-#line 520 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp44_ = print_settings_get_content_ppi (_tmp43_);
+ _tmp30_ = _tmp29_;
#line 520 "/home/jens/Source/shotwell/src/Printing.vala"
- custom_print_tab_set_content_ppi (self, _tmp44_);
+ custom_print_tab_set_content_ppi (self, print_settings_get_content_ppi (_tmp30_));
#line 520 "/home/jens/Source/shotwell/src/Printing.vala"
- _print_settings_unref0 (_tmp43_);
-#line 521 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp45_ = job;
-#line 521 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp46_ = print_job_get_local_settings (_tmp45_);
+ _print_settings_unref0 (_tmp30_);
#line 521 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp47_ = _tmp46_;
+ _tmp31_ = print_job_get_local_settings (job);
#line 521 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp48_ = print_settings_get_image_per_page_selection (_tmp47_);
+ _tmp32_ = _tmp31_;
#line 521 "/home/jens/Source/shotwell/src/Printing.vala"
- custom_print_tab_set_image_per_page_selection (self, _tmp48_);
+ custom_print_tab_set_image_per_page_selection (self, print_settings_get_image_per_page_selection (_tmp32_));
#line 521 "/home/jens/Source/shotwell/src/Printing.vala"
- _print_settings_unref0 (_tmp47_);
-#line 522 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp49_ = job;
+ _print_settings_unref0 (_tmp32_);
#line 522 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp50_ = print_job_get_local_settings (_tmp49_);
+ _tmp33_ = print_job_get_local_settings (job);
#line 522 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp51_ = _tmp50_;
+ _tmp34_ = _tmp33_;
#line 522 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp52_ = print_settings_get_size_selection (_tmp51_);
+ custom_print_tab_set_size_selection (self, print_settings_get_size_selection (_tmp34_));
#line 522 "/home/jens/Source/shotwell/src/Printing.vala"
- custom_print_tab_set_size_selection (self, _tmp52_);
-#line 522 "/home/jens/Source/shotwell/src/Printing.vala"
- _print_settings_unref0 (_tmp51_);
-#line 523 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp53_ = job;
-#line 523 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp54_ = print_job_get_local_settings (_tmp53_);
+ _print_settings_unref0 (_tmp34_);
#line 523 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp55_ = _tmp54_;
+ _tmp35_ = print_job_get_local_settings (job);
#line 523 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp56_ = print_settings_is_match_aspect_ratio_enabled (_tmp55_);
+ _tmp36_ = _tmp35_;
#line 523 "/home/jens/Source/shotwell/src/Printing.vala"
- custom_print_tab_set_match_aspect_ratio_enabled (self, _tmp56_);
+ custom_print_tab_set_match_aspect_ratio_enabled (self, print_settings_is_match_aspect_ratio_enabled (_tmp36_));
#line 523 "/home/jens/Source/shotwell/src/Printing.vala"
- _print_settings_unref0 (_tmp55_);
+ _print_settings_unref0 (_tmp36_);
#line 524 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp57_ = job;
+ _tmp37_ = print_job_get_local_settings (job);
#line 524 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp58_ = print_job_get_local_settings (_tmp57_);
+ _tmp38_ = _tmp37_;
#line 524 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp59_ = _tmp58_;
+ custom_print_tab_set_print_titles_enabled (self, print_settings_is_print_titles_enabled (_tmp38_));
#line 524 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp60_ = print_settings_is_print_titles_enabled (_tmp59_);
-#line 524 "/home/jens/Source/shotwell/src/Printing.vala"
- custom_print_tab_set_print_titles_enabled (self, _tmp60_);
-#line 524 "/home/jens/Source/shotwell/src/Printing.vala"
- _print_settings_unref0 (_tmp59_);
-#line 525 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp61_ = job;
+ _print_settings_unref0 (_tmp38_);
#line 525 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp62_ = print_job_get_local_settings (_tmp61_);
+ _tmp39_ = print_job_get_local_settings (job);
#line 525 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp63_ = _tmp62_;
+ _tmp40_ = _tmp39_;
#line 525 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp64_ = print_settings_get_print_titles_font (_tmp63_);
+ _tmp41_ = print_settings_get_print_titles_font (_tmp40_);
#line 525 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp65_ = _tmp64_;
+ _tmp42_ = _tmp41_;
#line 525 "/home/jens/Source/shotwell/src/Printing.vala"
- custom_print_tab_set_print_titles_font (self, _tmp65_);
+ custom_print_tab_set_print_titles_font (self, _tmp42_);
#line 525 "/home/jens/Source/shotwell/src/Printing.vala"
- _g_free0 (_tmp65_);
+ _g_free0 (_tmp42_);
#line 525 "/home/jens/Source/shotwell/src/Printing.vala"
- _print_settings_unref0 (_tmp63_);
-#line 3722 "Printing.c"
+ _print_settings_unref0 (_tmp40_);
+#line 3863 "Printing.c"
}
-static void custom_print_tab_on_radio_group_click (CustomPrintTab* self, GtkButton* b) {
+static void
+custom_print_tab_on_radio_group_click (CustomPrintTab* self,
+ GtkButton* b)
+{
GtkRadioButton* sender = NULL;
- GtkButton* _tmp0_;
+ GtkRadioButton* _tmp0_;
GtkRadioButton* _tmp1_;
GtkRadioButton* _tmp2_;
- GtkRadioButton* _tmp3_;
#line 528 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (IS_CUSTOM_PRINT_TAB (self));
#line 528 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (GTK_IS_BUTTON (b));
#line 529 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp0_ = b;
+ _tmp0_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_CAST (b, gtk_radio_button_get_type (), GtkRadioButton));
#line 529 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp1_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, gtk_radio_button_get_type (), GtkRadioButton));
-#line 529 "/home/jens/Source/shotwell/src/Printing.vala"
- sender = _tmp1_;
+ sender = _tmp0_;
#line 531 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp2_ = sender;
+ _tmp1_ = sender;
#line 531 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp3_ = self->priv->standard_size_radio;
+ _tmp2_ = self->priv->standard_size_radio;
#line 531 "/home/jens/Source/shotwell/src/Printing.vala"
- if (_tmp2_ == _tmp3_) {
-#line 3748 "Printing.c"
- GtkComboBoxText* _tmp4_;
+ if (_tmp1_ == _tmp2_) {
+#line 3889 "Printing.c"
+ GtkComboBoxText* _tmp3_;
#line 532 "/home/jens/Source/shotwell/src/Printing.vala"
custom_print_tab_set_content_layout_control_state (self, CONTENT_LAYOUT_STANDARD_SIZE);
#line 533 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp4_ = self->priv->standard_sizes_combo;
+ _tmp3_ = self->priv->standard_sizes_combo;
#line 533 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_widget_grab_focus (G_TYPE_CHECK_INSTANCE_CAST (_tmp4_, gtk_widget_get_type (), GtkWidget));
-#line 3756 "Printing.c"
+ gtk_widget_grab_focus (G_TYPE_CHECK_INSTANCE_CAST (_tmp3_, gtk_widget_get_type (), GtkWidget));
+#line 3897 "Printing.c"
} else {
+ GtkRadioButton* _tmp4_;
GtkRadioButton* _tmp5_;
- GtkRadioButton* _tmp6_;
#line 534 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp5_ = sender;
+ _tmp4_ = sender;
#line 534 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp6_ = self->priv->custom_size_radio;
+ _tmp5_ = self->priv->custom_size_radio;
#line 534 "/home/jens/Source/shotwell/src/Printing.vala"
- if (_tmp5_ == _tmp6_) {
-#line 3766 "Printing.c"
- GtkEntry* _tmp7_;
+ if (_tmp4_ == _tmp5_) {
+#line 3907 "Printing.c"
+ GtkEntry* _tmp6_;
#line 535 "/home/jens/Source/shotwell/src/Printing.vala"
custom_print_tab_set_content_layout_control_state (self, CONTENT_LAYOUT_CUSTOM_SIZE);
#line 536 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp7_ = self->priv->custom_height_entry;
+ _tmp6_ = self->priv->custom_height_entry;
#line 536 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_widget_grab_focus (G_TYPE_CHECK_INSTANCE_CAST (_tmp7_, gtk_widget_get_type (), GtkWidget));
-#line 3774 "Printing.c"
+ gtk_widget_grab_focus (G_TYPE_CHECK_INSTANCE_CAST (_tmp6_, gtk_widget_get_type (), GtkWidget));
+#line 3915 "Printing.c"
} else {
+ GtkRadioButton* _tmp7_;
GtkRadioButton* _tmp8_;
- GtkRadioButton* _tmp9_;
#line 537 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp8_ = sender;
+ _tmp7_ = sender;
#line 537 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp9_ = self->priv->image_per_page_radio;
+ _tmp8_ = self->priv->image_per_page_radio;
#line 537 "/home/jens/Source/shotwell/src/Printing.vala"
- if (_tmp8_ == _tmp9_) {
+ if (_tmp7_ == _tmp8_) {
#line 538 "/home/jens/Source/shotwell/src/Printing.vala"
custom_print_tab_set_content_layout_control_state (self, CONTENT_LAYOUT_IMAGE_PER_PAGE);
-#line 3786 "Printing.c"
+#line 3927 "Printing.c"
}
}
}
#line 528 "/home/jens/Source/shotwell/src/Printing.vala"
_g_object_unref0 (sender);
-#line 3792 "Printing.c"
+#line 3933 "Printing.c"
}
-static void custom_print_tab_on_units_combo_changed (CustomPrintTab* self) {
+static void
+custom_print_tab_on_units_combo_changed (CustomPrintTab* self)
+{
GtkEntry* _tmp0_;
Measurement _tmp1_;
- MeasurementUnit _tmp2_;
+ gchar* _tmp2_;
gchar* _tmp3_;
- gchar* _tmp4_;
- GtkEntry* _tmp5_;
- Measurement _tmp6_;
- MeasurementUnit _tmp7_;
- gchar* _tmp8_;
- gchar* _tmp9_;
+ GtkEntry* _tmp4_;
+ Measurement _tmp5_;
+ gchar* _tmp6_;
+ gchar* _tmp7_;
#line 542 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (IS_CUSTOM_PRINT_TAB (self));
#line 543 "/home/jens/Source/shotwell/src/Printing.vala"
@@ -3810,314 +3951,303 @@ static void custom_print_tab_on_units_combo_changed (CustomPrintTab* self) {
#line 543 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp1_ = self->priv->local_content_height;
#line 543 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp2_ = custom_print_tab_get_user_unit_choice (self);
+ _tmp2_ = custom_print_tab_format_measurement_as (self, &_tmp1_, custom_print_tab_get_user_unit_choice (self));
#line 543 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp3_ = custom_print_tab_format_measurement_as (self, &_tmp1_, _tmp2_);
-#line 543 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp4_ = _tmp3_;
+ _tmp3_ = _tmp2_;
#line 543 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_entry_set_text (_tmp0_, _tmp4_);
+ gtk_entry_set_text (_tmp0_, _tmp3_);
#line 543 "/home/jens/Source/shotwell/src/Printing.vala"
- _g_free0 (_tmp4_);
-#line 545 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp5_ = self->priv->custom_width_entry;
+ _g_free0 (_tmp3_);
#line 545 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp6_ = self->priv->local_content_width;
+ _tmp4_ = self->priv->custom_width_entry;
#line 545 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp7_ = custom_print_tab_get_user_unit_choice (self);
+ _tmp5_ = self->priv->local_content_width;
#line 545 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp8_ = custom_print_tab_format_measurement_as (self, &_tmp6_, _tmp7_);
+ _tmp6_ = custom_print_tab_format_measurement_as (self, &_tmp5_, custom_print_tab_get_user_unit_choice (self));
#line 545 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp9_ = _tmp8_;
+ _tmp7_ = _tmp6_;
#line 545 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_entry_set_text (_tmp5_, _tmp9_);
+ gtk_entry_set_text (_tmp4_, _tmp7_);
#line 545 "/home/jens/Source/shotwell/src/Printing.vala"
- _g_free0 (_tmp9_);
-#line 3837 "Printing.c"
+ _g_free0 (_tmp7_);
+#line 3974 "Printing.c"
}
-static void custom_print_tab_set_content_layout_control_state (CustomPrintTab* self, ContentLayout layout) {
- ContentLayout _tmp0_;
+static void
+custom_print_tab_set_content_layout_control_state (CustomPrintTab* self,
+ ContentLayout layout)
+{
#line 549 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (IS_CUSTOM_PRINT_TAB (self));
#line 550 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp0_ = layout;
-#line 550 "/home/jens/Source/shotwell/src/Printing.vala"
- switch (_tmp0_) {
+ switch (layout) {
#line 550 "/home/jens/Source/shotwell/src/Printing.vala"
case CONTENT_LAYOUT_STANDARD_SIZE:
-#line 3851 "Printing.c"
+#line 3988 "Printing.c"
{
+ GtkComboBoxText* _tmp0_;
GtkComboBoxText* _tmp1_;
- GtkComboBoxText* _tmp2_;
+ GtkEntry* _tmp2_;
GtkEntry* _tmp3_;
- GtkEntry* _tmp4_;
- GtkCheckButton* _tmp5_;
- GtkComboBoxText* _tmp6_;
+ GtkCheckButton* _tmp4_;
+ GtkComboBoxText* _tmp5_;
#line 552 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp1_ = self->priv->standard_sizes_combo;
+ _tmp0_ = self->priv->standard_sizes_combo;
#line 552 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_widget_set_sensitive (G_TYPE_CHECK_INSTANCE_CAST (_tmp1_, gtk_widget_get_type (), GtkWidget), TRUE);
+ gtk_widget_set_sensitive (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, gtk_widget_get_type (), GtkWidget), TRUE);
#line 553 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp2_ = self->priv->units_combo;
+ _tmp1_ = self->priv->units_combo;
#line 553 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_widget_set_sensitive (G_TYPE_CHECK_INSTANCE_CAST (_tmp2_, gtk_widget_get_type (), GtkWidget), FALSE);
+ gtk_widget_set_sensitive (G_TYPE_CHECK_INSTANCE_CAST (_tmp1_, gtk_widget_get_type (), GtkWidget), FALSE);
#line 554 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp3_ = self->priv->custom_width_entry;
+ _tmp2_ = self->priv->custom_width_entry;
#line 554 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_widget_set_sensitive (G_TYPE_CHECK_INSTANCE_CAST (_tmp3_, gtk_widget_get_type (), GtkWidget), FALSE);
+ gtk_widget_set_sensitive (G_TYPE_CHECK_INSTANCE_CAST (_tmp2_, gtk_widget_get_type (), GtkWidget), FALSE);
#line 555 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp4_ = self->priv->custom_height_entry;
+ _tmp3_ = self->priv->custom_height_entry;
#line 555 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_widget_set_sensitive (G_TYPE_CHECK_INSTANCE_CAST (_tmp4_, gtk_widget_get_type (), GtkWidget), FALSE);
+ gtk_widget_set_sensitive (G_TYPE_CHECK_INSTANCE_CAST (_tmp3_, gtk_widget_get_type (), GtkWidget), FALSE);
#line 556 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp5_ = self->priv->aspect_ratio_check;
+ _tmp4_ = self->priv->aspect_ratio_check;
#line 556 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_widget_set_sensitive (G_TYPE_CHECK_INSTANCE_CAST (_tmp5_, gtk_widget_get_type (), GtkWidget), FALSE);
+ gtk_widget_set_sensitive (G_TYPE_CHECK_INSTANCE_CAST (_tmp4_, gtk_widget_get_type (), GtkWidget), FALSE);
#line 557 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp6_ = self->priv->image_per_page_combo;
+ _tmp5_ = self->priv->image_per_page_combo;
#line 557 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_widget_set_sensitive (G_TYPE_CHECK_INSTANCE_CAST (_tmp6_, gtk_widget_get_type (), GtkWidget), FALSE);
+ gtk_widget_set_sensitive (G_TYPE_CHECK_INSTANCE_CAST (_tmp5_, gtk_widget_get_type (), GtkWidget), FALSE);
#line 558 "/home/jens/Source/shotwell/src/Printing.vala"
break;
-#line 3885 "Printing.c"
+#line 4022 "Printing.c"
}
#line 550 "/home/jens/Source/shotwell/src/Printing.vala"
case CONTENT_LAYOUT_CUSTOM_SIZE:
-#line 3889 "Printing.c"
+#line 4026 "Printing.c"
{
+ GtkComboBoxText* _tmp6_;
GtkComboBoxText* _tmp7_;
- GtkComboBoxText* _tmp8_;
+ GtkEntry* _tmp8_;
GtkEntry* _tmp9_;
- GtkEntry* _tmp10_;
- GtkCheckButton* _tmp11_;
- GtkComboBoxText* _tmp12_;
+ GtkCheckButton* _tmp10_;
+ GtkComboBoxText* _tmp11_;
#line 561 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp7_ = self->priv->standard_sizes_combo;
+ _tmp6_ = self->priv->standard_sizes_combo;
#line 561 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_widget_set_sensitive (G_TYPE_CHECK_INSTANCE_CAST (_tmp7_, gtk_widget_get_type (), GtkWidget), FALSE);
+ gtk_widget_set_sensitive (G_TYPE_CHECK_INSTANCE_CAST (_tmp6_, gtk_widget_get_type (), GtkWidget), FALSE);
#line 562 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp8_ = self->priv->units_combo;
+ _tmp7_ = self->priv->units_combo;
#line 562 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_widget_set_sensitive (G_TYPE_CHECK_INSTANCE_CAST (_tmp8_, gtk_widget_get_type (), GtkWidget), TRUE);
+ gtk_widget_set_sensitive (G_TYPE_CHECK_INSTANCE_CAST (_tmp7_, gtk_widget_get_type (), GtkWidget), TRUE);
#line 563 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp9_ = self->priv->custom_width_entry;
+ _tmp8_ = self->priv->custom_width_entry;
#line 563 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_widget_set_sensitive (G_TYPE_CHECK_INSTANCE_CAST (_tmp9_, gtk_widget_get_type (), GtkWidget), TRUE);
+ gtk_widget_set_sensitive (G_TYPE_CHECK_INSTANCE_CAST (_tmp8_, gtk_widget_get_type (), GtkWidget), TRUE);
#line 564 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp10_ = self->priv->custom_height_entry;
+ _tmp9_ = self->priv->custom_height_entry;
#line 564 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_widget_set_sensitive (G_TYPE_CHECK_INSTANCE_CAST (_tmp10_, gtk_widget_get_type (), GtkWidget), TRUE);
+ gtk_widget_set_sensitive (G_TYPE_CHECK_INSTANCE_CAST (_tmp9_, gtk_widget_get_type (), GtkWidget), TRUE);
#line 565 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp11_ = self->priv->aspect_ratio_check;
+ _tmp10_ = self->priv->aspect_ratio_check;
#line 565 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_widget_set_sensitive (G_TYPE_CHECK_INSTANCE_CAST (_tmp11_, gtk_widget_get_type (), GtkWidget), TRUE);
+ gtk_widget_set_sensitive (G_TYPE_CHECK_INSTANCE_CAST (_tmp10_, gtk_widget_get_type (), GtkWidget), TRUE);
#line 566 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp12_ = self->priv->image_per_page_combo;
+ _tmp11_ = self->priv->image_per_page_combo;
#line 566 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_widget_set_sensitive (G_TYPE_CHECK_INSTANCE_CAST (_tmp12_, gtk_widget_get_type (), GtkWidget), FALSE);
+ gtk_widget_set_sensitive (G_TYPE_CHECK_INSTANCE_CAST (_tmp11_, gtk_widget_get_type (), GtkWidget), FALSE);
#line 567 "/home/jens/Source/shotwell/src/Printing.vala"
break;
-#line 3923 "Printing.c"
+#line 4060 "Printing.c"
}
#line 550 "/home/jens/Source/shotwell/src/Printing.vala"
case CONTENT_LAYOUT_IMAGE_PER_PAGE:
-#line 3927 "Printing.c"
+#line 4064 "Printing.c"
{
+ GtkComboBoxText* _tmp12_;
GtkComboBoxText* _tmp13_;
- GtkComboBoxText* _tmp14_;
+ GtkEntry* _tmp14_;
GtkEntry* _tmp15_;
- GtkEntry* _tmp16_;
- GtkCheckButton* _tmp17_;
- GtkComboBoxText* _tmp18_;
+ GtkCheckButton* _tmp16_;
+ GtkComboBoxText* _tmp17_;
#line 570 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp13_ = self->priv->standard_sizes_combo;
+ _tmp12_ = self->priv->standard_sizes_combo;
#line 570 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_widget_set_sensitive (G_TYPE_CHECK_INSTANCE_CAST (_tmp13_, gtk_widget_get_type (), GtkWidget), FALSE);
+ gtk_widget_set_sensitive (G_TYPE_CHECK_INSTANCE_CAST (_tmp12_, gtk_widget_get_type (), GtkWidget), FALSE);
#line 571 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp14_ = self->priv->units_combo;
+ _tmp13_ = self->priv->units_combo;
#line 571 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_widget_set_sensitive (G_TYPE_CHECK_INSTANCE_CAST (_tmp14_, gtk_widget_get_type (), GtkWidget), FALSE);
+ gtk_widget_set_sensitive (G_TYPE_CHECK_INSTANCE_CAST (_tmp13_, gtk_widget_get_type (), GtkWidget), FALSE);
#line 572 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp15_ = self->priv->custom_width_entry;
+ _tmp14_ = self->priv->custom_width_entry;
#line 572 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_widget_set_sensitive (G_TYPE_CHECK_INSTANCE_CAST (_tmp15_, gtk_widget_get_type (), GtkWidget), FALSE);
+ gtk_widget_set_sensitive (G_TYPE_CHECK_INSTANCE_CAST (_tmp14_, gtk_widget_get_type (), GtkWidget), FALSE);
#line 573 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp16_ = self->priv->custom_height_entry;
+ _tmp15_ = self->priv->custom_height_entry;
#line 573 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_widget_set_sensitive (G_TYPE_CHECK_INSTANCE_CAST (_tmp16_, gtk_widget_get_type (), GtkWidget), FALSE);
+ gtk_widget_set_sensitive (G_TYPE_CHECK_INSTANCE_CAST (_tmp15_, gtk_widget_get_type (), GtkWidget), FALSE);
#line 574 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp17_ = self->priv->aspect_ratio_check;
+ _tmp16_ = self->priv->aspect_ratio_check;
#line 574 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_widget_set_sensitive (G_TYPE_CHECK_INSTANCE_CAST (_tmp17_, gtk_widget_get_type (), GtkWidget), FALSE);
+ gtk_widget_set_sensitive (G_TYPE_CHECK_INSTANCE_CAST (_tmp16_, gtk_widget_get_type (), GtkWidget), FALSE);
#line 575 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp18_ = self->priv->image_per_page_combo;
+ _tmp17_ = self->priv->image_per_page_combo;
#line 575 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_widget_set_sensitive (G_TYPE_CHECK_INSTANCE_CAST (_tmp18_, gtk_widget_get_type (), GtkWidget), TRUE);
+ gtk_widget_set_sensitive (G_TYPE_CHECK_INSTANCE_CAST (_tmp17_, gtk_widget_get_type (), GtkWidget), TRUE);
#line 576 "/home/jens/Source/shotwell/src/Printing.vala"
break;
-#line 3961 "Printing.c"
+#line 4098 "Printing.c"
}
default:
{
#line 579 "/home/jens/Source/shotwell/src/Printing.vala"
g_error ("Printing.vala:579: unknown ContentLayout enumeration value");
-#line 3967 "Printing.c"
+#line 4104 "Printing.c"
}
}
}
-static gboolean custom_print_tab_standard_sizes_combo_separator_func (GtkTreeModel* model, GtkTreeIter* iter) {
+static gboolean
+custom_print_tab_standard_sizes_combo_separator_func (GtkTreeModel* model,
+ GtkTreeIter* iter)
+{
gboolean result = FALSE;
GValue val = {0};
- GtkTreeModel* _tmp0_;
- GtkTreeIter _tmp1_;
- GValue _tmp2_ = {0};
- const gchar* _tmp3_;
+ GtkTreeIter _tmp0_;
+ GValue _tmp1_ = {0};
+ const gchar* _tmp2_;
#line 583 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_val_if_fail (GTK_IS_TREE_MODEL (model), FALSE);
#line 583 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_val_if_fail (iter != NULL, FALSE);
#line 586 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp0_ = model;
+ _tmp0_ = *iter;
#line 586 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp1_ = *iter;
-#line 586 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_tree_model_get_value (_tmp0_, &_tmp1_, 0, &_tmp2_);
+ gtk_tree_model_get_value (model, &_tmp0_, 0, &_tmp1_);
#line 586 "/home/jens/Source/shotwell/src/Printing.vala"
G_IS_VALUE (&val) ? (g_value_unset (&val), NULL) : NULL;
#line 586 "/home/jens/Source/shotwell/src/Printing.vala"
- val = _tmp2_;
+ val = _tmp1_;
#line 588 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp3_ = g_value_get_string (&val);
+ _tmp2_ = g_value_get_string (&val);
#line 588 "/home/jens/Source/shotwell/src/Printing.vala"
- result = g_strcmp0 (_tmp3_, "-") == 0;
+ result = g_strcmp0 (_tmp2_, "-") == 0;
#line 588 "/home/jens/Source/shotwell/src/Printing.vala"
G_IS_VALUE (&val) ? (g_value_unset (&val), NULL) : NULL;
#line 588 "/home/jens/Source/shotwell/src/Printing.vala"
return result;
-#line 4002 "Printing.c"
+#line 4139 "Printing.c"
}
-static void custom_print_tab_set_content_layout (CustomPrintTab* self, ContentLayout content_layout) {
- ContentLayout _tmp0_;
- ContentLayout _tmp1_;
+static void
+custom_print_tab_set_content_layout (CustomPrintTab* self,
+ ContentLayout content_layout)
+{
#line 591 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (IS_CUSTOM_PRINT_TAB (self));
#line 592 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp0_ = content_layout;
-#line 592 "/home/jens/Source/shotwell/src/Printing.vala"
- custom_print_tab_set_content_layout_control_state (self, _tmp0_);
+ custom_print_tab_set_content_layout_control_state (self, content_layout);
#line 593 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp1_ = content_layout;
-#line 593 "/home/jens/Source/shotwell/src/Printing.vala"
- switch (_tmp1_) {
+ switch (content_layout) {
#line 593 "/home/jens/Source/shotwell/src/Printing.vala"
case CONTENT_LAYOUT_STANDARD_SIZE:
-#line 4021 "Printing.c"
+#line 4155 "Printing.c"
{
- GtkRadioButton* _tmp2_;
+ GtkRadioButton* _tmp0_;
#line 595 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp2_ = self->priv->standard_size_radio;
+ _tmp0_ = self->priv->standard_size_radio;
#line 595 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_toggle_button_set_active (G_TYPE_CHECK_INSTANCE_CAST (_tmp2_, gtk_toggle_button_get_type (), GtkToggleButton), TRUE);
+ gtk_toggle_button_set_active (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, gtk_toggle_button_get_type (), GtkToggleButton), TRUE);
#line 596 "/home/jens/Source/shotwell/src/Printing.vala"
break;
-#line 4030 "Printing.c"
+#line 4164 "Printing.c"
}
#line 593 "/home/jens/Source/shotwell/src/Printing.vala"
case CONTENT_LAYOUT_CUSTOM_SIZE:
-#line 4034 "Printing.c"
+#line 4168 "Printing.c"
{
- GtkRadioButton* _tmp3_;
+ GtkRadioButton* _tmp1_;
#line 599 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp3_ = self->priv->custom_size_radio;
+ _tmp1_ = self->priv->custom_size_radio;
#line 599 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_toggle_button_set_active (G_TYPE_CHECK_INSTANCE_CAST (_tmp3_, gtk_toggle_button_get_type (), GtkToggleButton), TRUE);
+ gtk_toggle_button_set_active (G_TYPE_CHECK_INSTANCE_CAST (_tmp1_, gtk_toggle_button_get_type (), GtkToggleButton), TRUE);
#line 600 "/home/jens/Source/shotwell/src/Printing.vala"
break;
-#line 4043 "Printing.c"
+#line 4177 "Printing.c"
}
#line 593 "/home/jens/Source/shotwell/src/Printing.vala"
case CONTENT_LAYOUT_IMAGE_PER_PAGE:
-#line 4047 "Printing.c"
+#line 4181 "Printing.c"
{
- GtkRadioButton* _tmp4_;
+ GtkRadioButton* _tmp2_;
#line 603 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp4_ = self->priv->image_per_page_radio;
+ _tmp2_ = self->priv->image_per_page_radio;
#line 603 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_toggle_button_set_active (G_TYPE_CHECK_INSTANCE_CAST (_tmp4_, gtk_toggle_button_get_type (), GtkToggleButton), TRUE);
+ gtk_toggle_button_set_active (G_TYPE_CHECK_INSTANCE_CAST (_tmp2_, gtk_toggle_button_get_type (), GtkToggleButton), TRUE);
#line 604 "/home/jens/Source/shotwell/src/Printing.vala"
break;
-#line 4056 "Printing.c"
+#line 4190 "Printing.c"
}
default:
{
#line 607 "/home/jens/Source/shotwell/src/Printing.vala"
g_error ("Printing.vala:607: unknown ContentLayout enumeration value");
-#line 4062 "Printing.c"
+#line 4196 "Printing.c"
}
}
}
-static ContentLayout custom_print_tab_get_content_layout (CustomPrintTab* self) {
+static ContentLayout
+custom_print_tab_get_content_layout (CustomPrintTab* self)
+{
ContentLayout result = 0;
GtkRadioButton* _tmp0_;
- gboolean _tmp1_;
+ GtkRadioButton* _tmp1_;
GtkRadioButton* _tmp2_;
- gboolean _tmp3_;
- GtkRadioButton* _tmp4_;
- gboolean _tmp5_;
#line 611 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_val_if_fail (IS_CUSTOM_PRINT_TAB (self), 0);
#line 612 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp0_ = self->priv->standard_size_radio;
#line 612 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp1_ = gtk_toggle_button_get_active (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, gtk_toggle_button_get_type (), GtkToggleButton));
-#line 612 "/home/jens/Source/shotwell/src/Printing.vala"
- if (_tmp1_) {
+ if (gtk_toggle_button_get_active (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, gtk_toggle_button_get_type (), GtkToggleButton))) {
#line 613 "/home/jens/Source/shotwell/src/Printing.vala"
result = CONTENT_LAYOUT_STANDARD_SIZE;
#line 613 "/home/jens/Source/shotwell/src/Printing.vala"
return result;
-#line 4088 "Printing.c"
+#line 4219 "Printing.c"
}
#line 614 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp2_ = self->priv->custom_size_radio;
-#line 614 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp3_ = gtk_toggle_button_get_active (G_TYPE_CHECK_INSTANCE_CAST (_tmp2_, gtk_toggle_button_get_type (), GtkToggleButton));
+ _tmp1_ = self->priv->custom_size_radio;
#line 614 "/home/jens/Source/shotwell/src/Printing.vala"
- if (_tmp3_) {
+ if (gtk_toggle_button_get_active (G_TYPE_CHECK_INSTANCE_CAST (_tmp1_, gtk_toggle_button_get_type (), GtkToggleButton))) {
#line 615 "/home/jens/Source/shotwell/src/Printing.vala"
result = CONTENT_LAYOUT_CUSTOM_SIZE;
#line 615 "/home/jens/Source/shotwell/src/Printing.vala"
return result;
-#line 4100 "Printing.c"
+#line 4229 "Printing.c"
}
#line 616 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp4_ = self->priv->image_per_page_radio;
+ _tmp2_ = self->priv->image_per_page_radio;
#line 616 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp5_ = gtk_toggle_button_get_active (G_TYPE_CHECK_INSTANCE_CAST (_tmp4_, gtk_toggle_button_get_type (), GtkToggleButton));
-#line 616 "/home/jens/Source/shotwell/src/Printing.vala"
- if (_tmp5_) {
+ if (gtk_toggle_button_get_active (G_TYPE_CHECK_INSTANCE_CAST (_tmp2_, gtk_toggle_button_get_type (), GtkToggleButton))) {
#line 617 "/home/jens/Source/shotwell/src/Printing.vala"
result = CONTENT_LAYOUT_IMAGE_PER_PAGE;
#line 617 "/home/jens/Source/shotwell/src/Printing.vala"
return result;
-#line 4112 "Printing.c"
+#line 4239 "Printing.c"
}
#line 619 "/home/jens/Source/shotwell/src/Printing.vala"
g_error ("Printing.vala:619: inconsistent content layout radio button group stat" \
"e");
-#line 4116 "Printing.c"
+#line 4243 "Printing.c"
}
-static void custom_print_tab_set_content_width (CustomPrintTab* self, Measurement* content_width) {
+static void
+custom_print_tab_set_content_width (CustomPrintTab* self,
+ Measurement* content_width)
+{
Measurement _tmp0_;
MeasurementUnit _tmp1_;
Measurement _tmp2_;
@@ -4141,7 +4271,7 @@ static void custom_print_tab_set_content_width (CustomPrintTab* self, Measuremen
_tmp3_ = _tmp2_.unit;
#line 623 "/home/jens/Source/shotwell/src/Printing.vala"
if (_tmp1_ != _tmp3_) {
-#line 4144 "Printing.c"
+#line 4274 "Printing.c"
Measurement _tmp4_;
MeasurementUnit _tmp5_;
Measurement _tmp6_;
@@ -4177,7 +4307,7 @@ static void custom_print_tab_set_content_width (CustomPrintTab* self, Measuremen
gtk_entry_set_text (_tmp9_, _tmp12_);
#line 626 "/home/jens/Source/shotwell/src/Printing.vala"
_g_free0 (_tmp12_);
-#line 4180 "Printing.c"
+#line 4310 "Printing.c"
}
#line 628 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp13_ = *content_width;
@@ -4195,11 +4325,14 @@ static void custom_print_tab_set_content_width (CustomPrintTab* self, Measuremen
gtk_entry_set_text (_tmp14_, _tmp17_);
#line 629 "/home/jens/Source/shotwell/src/Printing.vala"
_g_free0 (_tmp17_);
-#line 4198 "Printing.c"
+#line 4328 "Printing.c"
}
-static void custom_print_tab_get_content_width (CustomPrintTab* self, Measurement* result) {
+static void
+custom_print_tab_get_content_width (CustomPrintTab* self,
+ Measurement* result)
+{
Measurement _tmp0_;
#line 632 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (IS_CUSTOM_PRINT_TAB (self));
@@ -4209,11 +4342,14 @@ static void custom_print_tab_get_content_width (CustomPrintTab* self, Measuremen
*result = _tmp0_;
#line 633 "/home/jens/Source/shotwell/src/Printing.vala"
return;
-#line 4212 "Printing.c"
+#line 4345 "Printing.c"
}
-static void custom_print_tab_set_content_height (CustomPrintTab* self, Measurement* content_height) {
+static void
+custom_print_tab_set_content_height (CustomPrintTab* self,
+ Measurement* content_height)
+{
Measurement _tmp0_;
MeasurementUnit _tmp1_;
Measurement _tmp2_;
@@ -4237,7 +4373,7 @@ static void custom_print_tab_set_content_height (CustomPrintTab* self, Measureme
_tmp3_ = _tmp2_.unit;
#line 637 "/home/jens/Source/shotwell/src/Printing.vala"
if (_tmp1_ != _tmp3_) {
-#line 4240 "Printing.c"
+#line 4376 "Printing.c"
Measurement _tmp4_;
MeasurementUnit _tmp5_;
Measurement _tmp6_;
@@ -4273,7 +4409,7 @@ static void custom_print_tab_set_content_height (CustomPrintTab* self, Measureme
gtk_entry_set_text (_tmp9_, _tmp12_);
#line 640 "/home/jens/Source/shotwell/src/Printing.vala"
_g_free0 (_tmp12_);
-#line 4276 "Printing.c"
+#line 4412 "Printing.c"
}
#line 642 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp13_ = *content_height;
@@ -4291,11 +4427,14 @@ static void custom_print_tab_set_content_height (CustomPrintTab* self, Measureme
gtk_entry_set_text (_tmp14_, _tmp17_);
#line 643 "/home/jens/Source/shotwell/src/Printing.vala"
_g_free0 (_tmp17_);
-#line 4294 "Printing.c"
+#line 4430 "Printing.c"
}
-static void custom_print_tab_get_content_height (CustomPrintTab* self, Measurement* result) {
+static void
+custom_print_tab_get_content_height (CustomPrintTab* self,
+ Measurement* result)
+{
Measurement _tmp0_;
#line 646 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (IS_CUSTOM_PRINT_TAB (self));
@@ -4305,42 +4444,41 @@ static void custom_print_tab_get_content_height (CustomPrintTab* self, Measureme
*result = _tmp0_;
#line 647 "/home/jens/Source/shotwell/src/Printing.vala"
return;
-#line 4308 "Printing.c"
+#line 4447 "Printing.c"
}
-static void custom_print_tab_set_content_ppi (CustomPrintTab* self, gint content_ppi) {
- gint _tmp0_;
+static void
+custom_print_tab_set_content_ppi (CustomPrintTab* self,
+ gint content_ppi)
+{
+ GtkEntry* _tmp0_;
gint _tmp1_;
- GtkEntry* _tmp2_;
- gint _tmp3_;
- gchar* _tmp4_;
- gchar* _tmp5_;
+ gchar* _tmp2_;
+ gchar* _tmp3_;
#line 650 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (IS_CUSTOM_PRINT_TAB (self));
#line 651 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp0_ = content_ppi;
-#line 651 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp1_ = CLAMP (_tmp0_, PRINT_SETTINGS_MIN_CONTENT_PPI, PRINT_SETTINGS_MAX_CONTENT_PPI);
-#line 651 "/home/jens/Source/shotwell/src/Printing.vala"
- self->priv->local_content_ppi = _tmp1_;
+ self->priv->local_content_ppi = CLAMP (content_ppi, PRINT_SETTINGS_MIN_CONTENT_PPI, PRINT_SETTINGS_MAX_CONTENT_PPI);
#line 654 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp2_ = self->priv->ppi_entry;
+ _tmp0_ = self->priv->ppi_entry;
#line 654 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp3_ = self->priv->local_content_ppi;
+ _tmp1_ = self->priv->local_content_ppi;
#line 654 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp4_ = g_strdup_printf ("%d", _tmp3_);
+ _tmp2_ = g_strdup_printf ("%d", _tmp1_);
#line 654 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp5_ = _tmp4_;
+ _tmp3_ = _tmp2_;
#line 654 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_entry_set_text (_tmp2_, _tmp5_);
+ gtk_entry_set_text (_tmp0_, _tmp3_);
#line 654 "/home/jens/Source/shotwell/src/Printing.vala"
- _g_free0 (_tmp5_);
-#line 4339 "Printing.c"
+ _g_free0 (_tmp3_);
+#line 4475 "Printing.c"
}
-static gint custom_print_tab_get_content_ppi (CustomPrintTab* self) {
+static gint
+custom_print_tab_get_content_ppi (CustomPrintTab* self)
+{
gint result = 0;
gint _tmp0_;
#line 657 "/home/jens/Source/shotwell/src/Printing.vala"
@@ -4351,109 +4489,109 @@ static gint custom_print_tab_get_content_ppi (CustomPrintTab* self) {
result = _tmp0_;
#line 658 "/home/jens/Source/shotwell/src/Printing.vala"
return result;
-#line 4354 "Printing.c"
+#line 4492 "Printing.c"
}
-static void custom_print_tab_set_image_per_page_selection (CustomPrintTab* self, gint image_per_page) {
+static void
+custom_print_tab_set_image_per_page_selection (CustomPrintTab* self,
+ gint image_per_page)
+{
GtkComboBoxText* _tmp0_;
- gint _tmp1_;
#line 661 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (IS_CUSTOM_PRINT_TAB (self));
#line 662 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp0_ = self->priv->image_per_page_combo;
#line 662 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp1_ = image_per_page;
-#line 662 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_combo_box_set_active (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, gtk_combo_box_get_type (), GtkComboBox), _tmp1_);
-#line 4369 "Printing.c"
+ gtk_combo_box_set_active (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, gtk_combo_box_get_type (), GtkComboBox), image_per_page);
+#line 4507 "Printing.c"
}
-static gint custom_print_tab_get_image_per_page_selection (CustomPrintTab* self) {
+static gint
+custom_print_tab_get_image_per_page_selection (CustomPrintTab* self)
+{
gint result = 0;
GtkComboBoxText* _tmp0_;
- gint _tmp1_;
#line 665 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_val_if_fail (IS_CUSTOM_PRINT_TAB (self), 0);
#line 666 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp0_ = self->priv->image_per_page_combo;
#line 666 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp1_ = gtk_combo_box_get_active (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, gtk_combo_box_get_type (), GtkComboBox));
-#line 666 "/home/jens/Source/shotwell/src/Printing.vala"
- result = _tmp1_;
+ result = gtk_combo_box_get_active (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, gtk_combo_box_get_type (), GtkComboBox));
#line 666 "/home/jens/Source/shotwell/src/Printing.vala"
return result;
-#line 4387 "Printing.c"
+#line 4524 "Printing.c"
}
-static void custom_print_tab_set_size_selection (CustomPrintTab* self, gint size_selection) {
+static void
+custom_print_tab_set_size_selection (CustomPrintTab* self,
+ gint size_selection)
+{
GtkComboBoxText* _tmp0_;
- gint _tmp1_;
#line 669 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (IS_CUSTOM_PRINT_TAB (self));
#line 670 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp0_ = self->priv->standard_sizes_combo;
#line 670 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp1_ = size_selection;
-#line 670 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_combo_box_set_active (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, gtk_combo_box_get_type (), GtkComboBox), _tmp1_);
-#line 4402 "Printing.c"
+ gtk_combo_box_set_active (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, gtk_combo_box_get_type (), GtkComboBox), size_selection);
+#line 4539 "Printing.c"
}
-static gint custom_print_tab_get_size_selection (CustomPrintTab* self) {
+static gint
+custom_print_tab_get_size_selection (CustomPrintTab* self)
+{
gint result = 0;
GtkComboBoxText* _tmp0_;
- gint _tmp1_;
#line 673 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_val_if_fail (IS_CUSTOM_PRINT_TAB (self), 0);
#line 674 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp0_ = self->priv->standard_sizes_combo;
#line 674 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp1_ = gtk_combo_box_get_active (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, gtk_combo_box_get_type (), GtkComboBox));
-#line 674 "/home/jens/Source/shotwell/src/Printing.vala"
- result = _tmp1_;
+ result = gtk_combo_box_get_active (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, gtk_combo_box_get_type (), GtkComboBox));
#line 674 "/home/jens/Source/shotwell/src/Printing.vala"
return result;
-#line 4420 "Printing.c"
+#line 4556 "Printing.c"
}
-static void custom_print_tab_set_match_aspect_ratio_enabled (CustomPrintTab* self, gboolean enable_state) {
+static void
+custom_print_tab_set_match_aspect_ratio_enabled (CustomPrintTab* self,
+ gboolean enable_state)
+{
GtkCheckButton* _tmp0_;
- gboolean _tmp1_;
#line 677 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (IS_CUSTOM_PRINT_TAB (self));
#line 678 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp0_ = self->priv->aspect_ratio_check;
#line 678 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp1_ = enable_state;
-#line 678 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_toggle_button_set_active (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, gtk_toggle_button_get_type (), GtkToggleButton), _tmp1_);
-#line 4435 "Printing.c"
+ gtk_toggle_button_set_active (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, gtk_toggle_button_get_type (), GtkToggleButton), enable_state);
+#line 4571 "Printing.c"
}
-static void custom_print_tab_set_print_titles_enabled (CustomPrintTab* self, gboolean print_titles) {
+static void
+custom_print_tab_set_print_titles_enabled (CustomPrintTab* self,
+ gboolean print_titles)
+{
GtkCheckButton* _tmp0_;
- gboolean _tmp1_;
#line 681 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (IS_CUSTOM_PRINT_TAB (self));
#line 682 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp0_ = self->priv->title_print_check;
#line 682 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp1_ = print_titles;
-#line 682 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_toggle_button_set_active (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, gtk_toggle_button_get_type (), GtkToggleButton), _tmp1_);
-#line 4450 "Printing.c"
+ gtk_toggle_button_set_active (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, gtk_toggle_button_get_type (), GtkToggleButton), print_titles);
+#line 4586 "Printing.c"
}
-static void custom_print_tab_set_print_titles_font (CustomPrintTab* self, const gchar* fontname) {
+static void
+custom_print_tab_set_print_titles_font (CustomPrintTab* self,
+ const gchar* fontname)
+{
GtkFontButton* _tmp0_;
- const gchar* _tmp1_;
#line 685 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (IS_CUSTOM_PRINT_TAB (self));
#line 685 "/home/jens/Source/shotwell/src/Printing.vala"
@@ -4461,50 +4599,48 @@ static void custom_print_tab_set_print_titles_font (CustomPrintTab* self, const
#line 686 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp0_ = self->priv->title_print_font;
#line 686 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp1_ = fontname;
-#line 686 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_font_button_set_font_name (_tmp0_, _tmp1_);
-#line 4467 "Printing.c"
+ gtk_font_button_set_font_name (_tmp0_, fontname);
+#line 4603 "Printing.c"
}
-static gboolean custom_print_tab_is_match_aspect_ratio_enabled (CustomPrintTab* self) {
+static gboolean
+custom_print_tab_is_match_aspect_ratio_enabled (CustomPrintTab* self)
+{
gboolean result = FALSE;
GtkCheckButton* _tmp0_;
- gboolean _tmp1_;
#line 690 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_val_if_fail (IS_CUSTOM_PRINT_TAB (self), FALSE);
#line 691 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp0_ = self->priv->aspect_ratio_check;
#line 691 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp1_ = gtk_toggle_button_get_active (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, gtk_toggle_button_get_type (), GtkToggleButton));
-#line 691 "/home/jens/Source/shotwell/src/Printing.vala"
- result = _tmp1_;
+ result = gtk_toggle_button_get_active (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, gtk_toggle_button_get_type (), GtkToggleButton));
#line 691 "/home/jens/Source/shotwell/src/Printing.vala"
return result;
-#line 4485 "Printing.c"
+#line 4620 "Printing.c"
}
-static gboolean custom_print_tab_is_print_titles_enabled (CustomPrintTab* self) {
+static gboolean
+custom_print_tab_is_print_titles_enabled (CustomPrintTab* self)
+{
gboolean result = FALSE;
GtkCheckButton* _tmp0_;
- gboolean _tmp1_;
#line 694 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_val_if_fail (IS_CUSTOM_PRINT_TAB (self), FALSE);
#line 695 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp0_ = self->priv->title_print_check;
#line 695 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp1_ = gtk_toggle_button_get_active (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, gtk_toggle_button_get_type (), GtkToggleButton));
-#line 695 "/home/jens/Source/shotwell/src/Printing.vala"
- result = _tmp1_;
+ result = gtk_toggle_button_get_active (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, gtk_toggle_button_get_type (), GtkToggleButton));
#line 695 "/home/jens/Source/shotwell/src/Printing.vala"
return result;
-#line 4503 "Printing.c"
+#line 4637 "Printing.c"
}
-static gchar* custom_print_tab_get_print_titles_font (CustomPrintTab* self) {
+static gchar*
+custom_print_tab_get_print_titles_font (CustomPrintTab* self)
+{
gchar* result = NULL;
GtkFontButton* _tmp0_;
const gchar* _tmp1_;
@@ -4521,11 +4657,13 @@ static gchar* custom_print_tab_get_print_titles_font (CustomPrintTab* self) {
result = _tmp2_;
#line 699 "/home/jens/Source/shotwell/src/Printing.vala"
return result;
-#line 4524 "Printing.c"
+#line 4660 "Printing.c"
}
-PrintJob* custom_print_tab_get_source_job (CustomPrintTab* self) {
+PrintJob*
+custom_print_tab_get_source_job (CustomPrintTab* self)
+{
PrintJob* result = NULL;
PrintJob* _tmp0_;
PrintJob* _tmp1_;
@@ -4539,24 +4677,20 @@ PrintJob* custom_print_tab_get_source_job (CustomPrintTab* self) {
result = _tmp1_;
#line 703 "/home/jens/Source/shotwell/src/Printing.vala"
return result;
-#line 4542 "Printing.c"
+#line 4680 "Printing.c"
}
-PrintSettings* custom_print_tab_get_local_settings (CustomPrintTab* self) {
+PrintSettings*
+custom_print_tab_get_local_settings (CustomPrintTab* self)
+{
PrintSettings* result = NULL;
PrintSettings* _result_ = NULL;
PrintSettings* _tmp0_;
Measurement _tmp1_ = {0};
Measurement _tmp2_ = {0};
- ContentLayout _tmp3_;
- gint _tmp4_;
- gint _tmp5_;
- gint _tmp6_;
- gboolean _tmp7_;
- gboolean _tmp8_;
- gchar* _tmp9_;
- gchar* _tmp10_;
+ gchar* _tmp3_;
+ gchar* _tmp4_;
#line 706 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_val_if_fail (IS_CUSTOM_PRINT_TAB (self), NULL);
#line 707 "/home/jens/Source/shotwell/src/Printing.vala"
@@ -4572,46 +4706,36 @@ PrintSettings* custom_print_tab_get_local_settings (CustomPrintTab* self) {
#line 710 "/home/jens/Source/shotwell/src/Printing.vala"
print_settings_set_content_height (_result_, &_tmp2_);
#line 711 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp3_ = custom_print_tab_get_content_layout (self);
-#line 711 "/home/jens/Source/shotwell/src/Printing.vala"
- print_settings_set_content_layout (_result_, _tmp3_);
-#line 712 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp4_ = custom_print_tab_get_content_ppi (self);
+ print_settings_set_content_layout (_result_, custom_print_tab_get_content_layout (self));
#line 712 "/home/jens/Source/shotwell/src/Printing.vala"
- print_settings_set_content_ppi (_result_, _tmp4_);
-#line 713 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp5_ = custom_print_tab_get_image_per_page_selection (self);
+ print_settings_set_content_ppi (_result_, custom_print_tab_get_content_ppi (self));
#line 713 "/home/jens/Source/shotwell/src/Printing.vala"
- print_settings_set_image_per_page_selection (_result_, _tmp5_);
+ print_settings_set_image_per_page_selection (_result_, custom_print_tab_get_image_per_page_selection (self));
#line 714 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp6_ = custom_print_tab_get_size_selection (self);
-#line 714 "/home/jens/Source/shotwell/src/Printing.vala"
- print_settings_set_size_selection (_result_, _tmp6_);
-#line 715 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp7_ = custom_print_tab_is_match_aspect_ratio_enabled (self);
+ print_settings_set_size_selection (_result_, custom_print_tab_get_size_selection (self));
#line 715 "/home/jens/Source/shotwell/src/Printing.vala"
- print_settings_set_match_aspect_ratio_enabled (_result_, _tmp7_);
-#line 716 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp8_ = custom_print_tab_is_print_titles_enabled (self);
+ print_settings_set_match_aspect_ratio_enabled (_result_, custom_print_tab_is_match_aspect_ratio_enabled (self));
#line 716 "/home/jens/Source/shotwell/src/Printing.vala"
- print_settings_set_print_titles_enabled (_result_, _tmp8_);
+ print_settings_set_print_titles_enabled (_result_, custom_print_tab_is_print_titles_enabled (self));
#line 717 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp9_ = custom_print_tab_get_print_titles_font (self);
+ _tmp3_ = custom_print_tab_get_print_titles_font (self);
#line 717 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp10_ = _tmp9_;
+ _tmp4_ = _tmp3_;
#line 717 "/home/jens/Source/shotwell/src/Printing.vala"
- print_settings_set_print_titles_font (_result_, _tmp10_);
+ print_settings_set_print_titles_font (_result_, _tmp4_);
#line 717 "/home/jens/Source/shotwell/src/Printing.vala"
- _g_free0 (_tmp10_);
+ _g_free0 (_tmp4_);
#line 719 "/home/jens/Source/shotwell/src/Printing.vala"
result = _result_;
#line 719 "/home/jens/Source/shotwell/src/Printing.vala"
return result;
-#line 4610 "Printing.c"
+#line 4732 "Printing.c"
}
-static void custom_print_tab_class_init (CustomPrintTabClass * klass) {
+static void
+custom_print_tab_class_init (CustomPrintTabClass * klass)
+{
gint CustomPrintTab_private_offset;
#line 269 "/home/jens/Source/shotwell/src/Printing.vala"
custom_print_tab_parent_class = g_type_class_peek_parent (klass);
@@ -4647,11 +4771,13 @@ static void custom_print_tab_class_init (CustomPrintTabClass * klass) {
gtk_widget_class_bind_template_child_full (GTK_WIDGET_CLASS (klass), "title_print_check", FALSE, CustomPrintTab_private_offset + G_STRUCT_OFFSET (CustomPrintTabPrivate, title_print_check));
#line 269 "/home/jens/Source/shotwell/src/Printing.vala"
gtk_widget_class_bind_template_child_full (GTK_WIDGET_CLASS (klass), "title_print_font", FALSE, CustomPrintTab_private_offset + G_STRUCT_OFFSET (CustomPrintTabPrivate, title_print_font));
-#line 4650 "Printing.c"
+#line 4774 "Printing.c"
}
-static void custom_print_tab_instance_init (CustomPrintTab * self) {
+static void
+custom_print_tab_instance_init (CustomPrintTab * self)
+{
#line 269 "/home/jens/Source/shotwell/src/Printing.vala"
self->priv = CUSTOM_PRINT_TAB_GET_PRIVATE (self);
#line 298 "/home/jens/Source/shotwell/src/Printing.vala"
@@ -4662,11 +4788,13 @@ static void custom_print_tab_instance_init (CustomPrintTab * self) {
self->priv->is_text_insertion_in_progress = FALSE;
#line 269 "/home/jens/Source/shotwell/src/Printing.vala"
gtk_widget_init_template (GTK_WIDGET (self));
-#line 4665 "Printing.c"
+#line 4791 "Printing.c"
}
-static void custom_print_tab_finalize (GObject * obj) {
+static void
+custom_print_tab_finalize (GObject * obj)
+{
CustomPrintTab * self;
#line 269 "/home/jens/Source/shotwell/src/Printing.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (obj, TYPE_CUSTOM_PRINT_TAB, CustomPrintTab);
@@ -4698,11 +4826,13 @@ static void custom_print_tab_finalize (GObject * obj) {
_g_object_unref0 (self->priv->source_job);
#line 269 "/home/jens/Source/shotwell/src/Printing.vala"
G_OBJECT_CLASS (custom_print_tab_parent_class)->finalize (obj);
-#line 4701 "Printing.c"
+#line 4829 "Printing.c"
}
-GType custom_print_tab_get_type (void) {
+GType
+custom_print_tab_get_type (void)
+{
static volatile gsize custom_print_tab_type_id__volatile = 0;
if (g_once_init_enter (&custom_print_tab_type_id__volatile)) {
static const GTypeInfo g_define_type_info = { sizeof (CustomPrintTabClass), (GBaseInitFunc) NULL, (GBaseFinalizeFunc) NULL, (GClassInitFunc) custom_print_tab_class_init, (GClassFinalizeFunc) NULL, NULL, sizeof (CustomPrintTab), 0, (GInstanceInitFunc) custom_print_tab_instance_init, NULL };
@@ -4714,21 +4844,22 @@ GType custom_print_tab_get_type (void) {
}
-PrintJob* print_job_construct (GType object_type, GeeCollection* to_print) {
+PrintJob*
+print_job_construct (GType object_type,
+ GeeCollection* to_print)
+{
PrintJob * self = NULL;
PrintManager* _tmp0_;
PrintManager* _tmp1_;
PrintSettings* _tmp2_;
GeeArrayList* _tmp3_;
- GeeCollection* _tmp4_;
gdouble photo_aspect_ratio = 0.0;
- GeeArrayList* _tmp5_;
- gpointer _tmp6_;
- Photo* _tmp7_;
- Dimensions _tmp8_ = {0};
+ GeeArrayList* _tmp4_;
+ gpointer _tmp5_;
+ Photo* _tmp6_;
+ Dimensions _tmp7_ = {0};
+ gdouble _tmp8_;
gdouble _tmp9_;
- gdouble _tmp10_;
- gdouble _tmp11_;
#line 727 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_val_if_fail (GEE_IS_COLLECTION (to_print), NULL);
#line 727 "/home/jens/Source/shotwell/src/Printing.vala"
@@ -4748,53 +4879,53 @@ PrintJob* print_job_construct (GType object_type, GeeCollection* to_print) {
#line 729 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp3_ = self->priv->photos;
#line 729 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp4_ = to_print;
-#line 729 "/home/jens/Source/shotwell/src/Printing.vala"
- gee_array_list_add_all (_tmp3_, _tmp4_);
+ gee_array_list_add_all (_tmp3_, to_print);
#line 731 "/home/jens/Source/shotwell/src/Printing.vala"
gtk_print_operation_set_embed_page_setup (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_print_operation_get_type (), GtkPrintOperation), TRUE);
#line 732 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp5_ = self->priv->photos;
-#line 732 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp6_ = gee_abstract_list_get (G_TYPE_CHECK_INSTANCE_CAST (_tmp5_, GEE_TYPE_ABSTRACT_LIST, GeeAbstractList), 0);
+ _tmp4_ = self->priv->photos;
#line 732 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp7_ = (Photo*) _tmp6_;
+ _tmp5_ = gee_abstract_list_get (G_TYPE_CHECK_INSTANCE_CAST (_tmp4_, GEE_TYPE_ABSTRACT_LIST, GeeAbstractList), 0);
#line 732 "/home/jens/Source/shotwell/src/Printing.vala"
- media_source_get_dimensions (G_TYPE_CHECK_INSTANCE_CAST (_tmp7_, TYPE_MEDIA_SOURCE, MediaSource), PHOTO_EXCEPTION_NONE, &_tmp8_);
+ _tmp6_ = (Photo*) _tmp5_;
#line 732 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp9_ = dimensions_get_aspect_ratio (&_tmp8_);
+ media_source_get_dimensions (G_TYPE_CHECK_INSTANCE_CAST (_tmp6_, TYPE_MEDIA_SOURCE, MediaSource), PHOTO_EXCEPTION_NONE, &_tmp7_);
#line 732 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp10_ = _tmp9_;
+ _tmp8_ = dimensions_get_aspect_ratio (&_tmp7_);
#line 732 "/home/jens/Source/shotwell/src/Printing.vala"
- _g_object_unref0 (_tmp7_);
+ _g_object_unref0 (_tmp6_);
#line 732 "/home/jens/Source/shotwell/src/Printing.vala"
- photo_aspect_ratio = _tmp10_;
+ photo_aspect_ratio = _tmp8_;
#line 733 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp11_ = photo_aspect_ratio;
+ _tmp9_ = photo_aspect_ratio;
#line 733 "/home/jens/Source/shotwell/src/Printing.vala"
- if (_tmp11_ < 1.0) {
-#line 4776 "Printing.c"
- gdouble _tmp12_;
+ if (_tmp9_ < 1.0) {
+#line 4903 "Printing.c"
+ gdouble _tmp10_;
#line 734 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp12_ = photo_aspect_ratio;
+ _tmp10_ = photo_aspect_ratio;
#line 734 "/home/jens/Source/shotwell/src/Printing.vala"
- photo_aspect_ratio = 1.0 / _tmp12_;
-#line 4782 "Printing.c"
+ photo_aspect_ratio = 1.0 / _tmp10_;
+#line 4909 "Printing.c"
}
#line 727 "/home/jens/Source/shotwell/src/Printing.vala"
return self;
-#line 4786 "Printing.c"
+#line 4913 "Printing.c"
}
-PrintJob* print_job_new (GeeCollection* to_print) {
+PrintJob*
+print_job_new (GeeCollection* to_print)
+{
#line 727 "/home/jens/Source/shotwell/src/Printing.vala"
return print_job_construct (TYPE_PRINT_JOB, to_print);
-#line 4793 "Printing.c"
+#line 4922 "Printing.c"
}
-GeeList* print_job_get_photos (PrintJob* self) {
+GeeList*
+print_job_get_photos (PrintJob* self)
+{
GeeList* result = NULL;
GeeArrayList* _tmp0_;
GeeList* _tmp1_;
@@ -4808,11 +4939,13 @@ GeeList* print_job_get_photos (PrintJob* self) {
result = _tmp1_;
#line 738 "/home/jens/Source/shotwell/src/Printing.vala"
return result;
-#line 4811 "Printing.c"
+#line 4942 "Printing.c"
}
-Photo* print_job_get_source_photo (PrintJob* self) {
+Photo*
+print_job_get_source_photo (PrintJob* self)
+{
Photo* result = NULL;
GeeArrayList* _tmp0_;
gpointer _tmp1_;
@@ -4826,11 +4959,13 @@ Photo* print_job_get_source_photo (PrintJob* self) {
result = (Photo*) _tmp1_;
#line 742 "/home/jens/Source/shotwell/src/Printing.vala"
return result;
-#line 4829 "Printing.c"
+#line 4962 "Printing.c"
}
-gdouble print_job_get_source_aspect_ratio (PrintJob* self) {
+gdouble
+print_job_get_source_aspect_ratio (PrintJob* self)
+{
gdouble result = 0.0;
gdouble aspect_ratio = 0.0;
GeeArrayList* _tmp0_;
@@ -4838,9 +4973,8 @@ gdouble print_job_get_source_aspect_ratio (PrintJob* self) {
Photo* _tmp2_;
Dimensions _tmp3_ = {0};
gdouble _tmp4_;
- gdouble _tmp5_;
- gdouble _tmp6_ = 0.0;
- gdouble _tmp7_;
+ gdouble _tmp5_ = 0.0;
+ gdouble _tmp6_;
#line 745 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_val_if_fail (IS_PRINT_JOB (self), 0.0);
#line 746 "/home/jens/Source/shotwell/src/Printing.vala"
@@ -4854,46 +4988,48 @@ gdouble print_job_get_source_aspect_ratio (PrintJob* self) {
#line 746 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp4_ = dimensions_get_aspect_ratio (&_tmp3_);
#line 746 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp5_ = _tmp4_;
-#line 746 "/home/jens/Source/shotwell/src/Printing.vala"
_g_object_unref0 (_tmp2_);
#line 746 "/home/jens/Source/shotwell/src/Printing.vala"
- aspect_ratio = _tmp5_;
+ aspect_ratio = _tmp4_;
#line 747 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp7_ = aspect_ratio;
+ _tmp6_ = aspect_ratio;
#line 747 "/home/jens/Source/shotwell/src/Printing.vala"
- if (_tmp7_ < 1.0) {
-#line 4866 "Printing.c"
- gdouble _tmp8_;
+ if (_tmp6_ < 1.0) {
+#line 4998 "Printing.c"
+ gdouble _tmp7_;
#line 747 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp8_ = aspect_ratio;
+ _tmp7_ = aspect_ratio;
#line 747 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp6_ = 1.0 / _tmp8_;
-#line 4872 "Printing.c"
+ _tmp5_ = 1.0 / _tmp7_;
+#line 5004 "Printing.c"
} else {
- gdouble _tmp9_;
+ gdouble _tmp8_;
#line 747 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp9_ = aspect_ratio;
+ _tmp8_ = aspect_ratio;
#line 747 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp6_ = _tmp9_;
-#line 4879 "Printing.c"
+ _tmp5_ = _tmp8_;
+#line 5011 "Printing.c"
}
#line 747 "/home/jens/Source/shotwell/src/Printing.vala"
- result = _tmp6_;
+ result = _tmp5_;
#line 747 "/home/jens/Source/shotwell/src/Printing.vala"
return result;
-#line 4885 "Printing.c"
+#line 5017 "Printing.c"
}
-static gpointer _print_settings_ref0 (gpointer self) {
+static gpointer
+_print_settings_ref0 (gpointer self)
+{
#line 751 "/home/jens/Source/shotwell/src/Printing.vala"
return self ? print_settings_ref (self) : NULL;
-#line 4892 "Printing.c"
+#line 5026 "Printing.c"
}
-PrintSettings* print_job_get_local_settings (PrintJob* self) {
+PrintSettings*
+print_job_get_local_settings (PrintJob* self)
+{
PrintSettings* result = NULL;
PrintSettings* _tmp0_;
PrintSettings* _tmp1_;
@@ -4907,41 +5043,45 @@ PrintSettings* print_job_get_local_settings (PrintJob* self) {
result = _tmp1_;
#line 751 "/home/jens/Source/shotwell/src/Printing.vala"
return result;
-#line 4910 "Printing.c"
+#line 5046 "Printing.c"
}
-void print_job_set_local_settings (PrintJob* self, PrintSettings* settings) {
+void
+print_job_set_local_settings (PrintJob* self,
+ PrintSettings* settings)
+{
PrintSettings* _tmp0_;
- PrintSettings* _tmp1_;
#line 754 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (IS_PRINT_JOB (self));
#line 754 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (IS_PRINT_SETTINGS (settings));
#line 755 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp0_ = settings;
-#line 755 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp1_ = _print_settings_ref0 (_tmp0_);
+ _tmp0_ = _print_settings_ref0 (settings);
#line 755 "/home/jens/Source/shotwell/src/Printing.vala"
_print_settings_unref0 (self->priv->settings);
#line 755 "/home/jens/Source/shotwell/src/Printing.vala"
- self->priv->settings = _tmp1_;
-#line 4929 "Printing.c"
+ self->priv->settings = _tmp0_;
+#line 5065 "Printing.c"
}
-static void print_job_class_init (PrintJobClass * klass) {
+static void
+print_job_class_init (PrintJobClass * klass)
+{
#line 723 "/home/jens/Source/shotwell/src/Printing.vala"
print_job_parent_class = g_type_class_peek_parent (klass);
#line 723 "/home/jens/Source/shotwell/src/Printing.vala"
g_type_class_add_private (klass, sizeof (PrintJobPrivate));
#line 723 "/home/jens/Source/shotwell/src/Printing.vala"
G_OBJECT_CLASS (klass)->finalize = print_job_finalize;
-#line 4940 "Printing.c"
+#line 5078 "Printing.c"
}
-static void print_job_instance_init (PrintJob * self) {
+static void
+print_job_instance_init (PrintJob * self)
+{
GeeArrayList* _tmp0_;
#line 723 "/home/jens/Source/shotwell/src/Printing.vala"
self->priv = PRINT_JOB_GET_PRIVATE (self);
@@ -4949,11 +5089,13 @@ static void print_job_instance_init (PrintJob * self) {
_tmp0_ = gee_array_list_new (TYPE_PHOTO, (GBoxedCopyFunc) g_object_ref, (GDestroyNotify) g_object_unref, NULL, NULL, NULL);
#line 725 "/home/jens/Source/shotwell/src/Printing.vala"
self->priv->photos = _tmp0_;
-#line 4952 "Printing.c"
+#line 5092 "Printing.c"
}
-static void print_job_finalize (GObject * obj) {
+static void
+print_job_finalize (GObject * obj)
+{
PrintJob * self;
#line 723 "/home/jens/Source/shotwell/src/Printing.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (obj, TYPE_PRINT_JOB, PrintJob);
@@ -4963,11 +5105,13 @@ static void print_job_finalize (GObject * obj) {
_g_object_unref0 (self->priv->photos);
#line 723 "/home/jens/Source/shotwell/src/Printing.vala"
G_OBJECT_CLASS (print_job_parent_class)->finalize (obj);
-#line 4966 "Printing.c"
+#line 5108 "Printing.c"
}
-GType print_job_get_type (void) {
+GType
+print_job_get_type (void)
+{
static volatile gsize print_job_type_id__volatile = 0;
if (g_once_init_enter (&print_job_type_id__volatile)) {
static const GTypeInfo g_define_type_info = { sizeof (PrintJobClass), (GBaseInitFunc) NULL, (GBaseFinalizeFunc) NULL, (GClassInitFunc) print_job_class_init, (GClassFinalizeFunc) NULL, NULL, sizeof (PrintJob), 0, (GInstanceInitFunc) print_job_instance_init, NULL };
@@ -4979,12 +5123,16 @@ GType print_job_get_type (void) {
}
-StandardPrintSize* standard_print_size_construct (GType object_type, const gchar* name, Measurement* width, Measurement* height) {
+StandardPrintSize*
+standard_print_size_construct (GType object_type,
+ const gchar* name,
+ Measurement* width,
+ Measurement* height)
+{
StandardPrintSize* self = NULL;
- const gchar* _tmp0_;
- gchar* _tmp1_;
+ gchar* _tmp0_;
+ Measurement _tmp1_;
Measurement _tmp2_;
- Measurement _tmp3_;
#line 760 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_val_if_fail (name != NULL, NULL);
#line 760 "/home/jens/Source/shotwell/src/Printing.vala"
@@ -4994,132 +5142,159 @@ StandardPrintSize* standard_print_size_construct (GType object_type, const gchar
#line 760 "/home/jens/Source/shotwell/src/Printing.vala"
self = (StandardPrintSize*) g_type_create_instance (object_type);
#line 761 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp0_ = name;
-#line 761 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp1_ = g_strdup (_tmp0_);
+ _tmp0_ = g_strdup (name);
#line 761 "/home/jens/Source/shotwell/src/Printing.vala"
_g_free0 (self->name);
#line 761 "/home/jens/Source/shotwell/src/Printing.vala"
- self->name = _tmp1_;
+ self->name = _tmp0_;
#line 762 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp2_ = *width;
+ _tmp1_ = *width;
#line 762 "/home/jens/Source/shotwell/src/Printing.vala"
- self->width = _tmp2_;
+ self->width = _tmp1_;
#line 763 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp3_ = *height;
+ _tmp2_ = *height;
#line 763 "/home/jens/Source/shotwell/src/Printing.vala"
- self->height = _tmp3_;
+ self->height = _tmp2_;
#line 760 "/home/jens/Source/shotwell/src/Printing.vala"
return self;
-#line 5014 "Printing.c"
+#line 5160 "Printing.c"
}
-StandardPrintSize* standard_print_size_new (const gchar* name, Measurement* width, Measurement* height) {
+StandardPrintSize*
+standard_print_size_new (const gchar* name,
+ Measurement* width,
+ Measurement* height)
+{
#line 760 "/home/jens/Source/shotwell/src/Printing.vala"
return standard_print_size_construct (TYPE_STANDARD_PRINT_SIZE, name, width, height);
-#line 5021 "Printing.c"
+#line 5171 "Printing.c"
}
-static void value_standard_print_size_init (GValue* value) {
+static void
+value_standard_print_size_init (GValue* value)
+{
#line 759 "/home/jens/Source/shotwell/src/Printing.vala"
value->data[0].v_pointer = NULL;
-#line 5028 "Printing.c"
+#line 5180 "Printing.c"
}
-static void value_standard_print_size_free_value (GValue* value) {
+static void
+value_standard_print_size_free_value (GValue* value)
+{
#line 759 "/home/jens/Source/shotwell/src/Printing.vala"
if (value->data[0].v_pointer) {
#line 759 "/home/jens/Source/shotwell/src/Printing.vala"
standard_print_size_unref (value->data[0].v_pointer);
-#line 5037 "Printing.c"
+#line 5191 "Printing.c"
}
}
-static void value_standard_print_size_copy_value (const GValue* src_value, GValue* dest_value) {
+static void
+value_standard_print_size_copy_value (const GValue* src_value,
+ GValue* dest_value)
+{
#line 759 "/home/jens/Source/shotwell/src/Printing.vala"
if (src_value->data[0].v_pointer) {
#line 759 "/home/jens/Source/shotwell/src/Printing.vala"
dest_value->data[0].v_pointer = standard_print_size_ref (src_value->data[0].v_pointer);
-#line 5047 "Printing.c"
+#line 5204 "Printing.c"
} else {
#line 759 "/home/jens/Source/shotwell/src/Printing.vala"
dest_value->data[0].v_pointer = NULL;
-#line 5051 "Printing.c"
+#line 5208 "Printing.c"
}
}
-static gpointer value_standard_print_size_peek_pointer (const GValue* value) {
+static gpointer
+value_standard_print_size_peek_pointer (const GValue* value)
+{
#line 759 "/home/jens/Source/shotwell/src/Printing.vala"
return value->data[0].v_pointer;
-#line 5059 "Printing.c"
+#line 5218 "Printing.c"
}
-static gchar* value_standard_print_size_collect_value (GValue* value, guint n_collect_values, GTypeCValue* collect_values, guint collect_flags) {
+static gchar*
+value_standard_print_size_collect_value (GValue* value,
+ guint n_collect_values,
+ GTypeCValue* collect_values,
+ guint collect_flags)
+{
#line 759 "/home/jens/Source/shotwell/src/Printing.vala"
if (collect_values[0].v_pointer) {
-#line 5066 "Printing.c"
+#line 5230 "Printing.c"
StandardPrintSize * object;
object = collect_values[0].v_pointer;
#line 759 "/home/jens/Source/shotwell/src/Printing.vala"
if (object->parent_instance.g_class == NULL) {
#line 759 "/home/jens/Source/shotwell/src/Printing.vala"
return g_strconcat ("invalid unclassed object pointer for value type `", G_VALUE_TYPE_NAME (value), "'", NULL);
-#line 5073 "Printing.c"
+#line 5237 "Printing.c"
} else if (!g_value_type_compatible (G_TYPE_FROM_INSTANCE (object), G_VALUE_TYPE (value))) {
#line 759 "/home/jens/Source/shotwell/src/Printing.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 5077 "Printing.c"
+#line 5241 "Printing.c"
}
#line 759 "/home/jens/Source/shotwell/src/Printing.vala"
value->data[0].v_pointer = standard_print_size_ref (object);
-#line 5081 "Printing.c"
+#line 5245 "Printing.c"
} else {
#line 759 "/home/jens/Source/shotwell/src/Printing.vala"
value->data[0].v_pointer = NULL;
-#line 5085 "Printing.c"
+#line 5249 "Printing.c"
}
#line 759 "/home/jens/Source/shotwell/src/Printing.vala"
return NULL;
-#line 5089 "Printing.c"
+#line 5253 "Printing.c"
}
-static gchar* value_standard_print_size_lcopy_value (const GValue* value, guint n_collect_values, GTypeCValue* collect_values, guint collect_flags) {
+static gchar*
+value_standard_print_size_lcopy_value (const GValue* value,
+ guint n_collect_values,
+ GTypeCValue* collect_values,
+ guint collect_flags)
+{
StandardPrintSize ** object_p;
object_p = collect_values[0].v_pointer;
#line 759 "/home/jens/Source/shotwell/src/Printing.vala"
if (!object_p) {
#line 759 "/home/jens/Source/shotwell/src/Printing.vala"
return g_strdup_printf ("value location for `%s' passed as NULL", G_VALUE_TYPE_NAME (value));
-#line 5100 "Printing.c"
+#line 5269 "Printing.c"
}
#line 759 "/home/jens/Source/shotwell/src/Printing.vala"
if (!value->data[0].v_pointer) {
#line 759 "/home/jens/Source/shotwell/src/Printing.vala"
*object_p = NULL;
-#line 5106 "Printing.c"
+#line 5275 "Printing.c"
} else if (collect_flags & G_VALUE_NOCOPY_CONTENTS) {
#line 759 "/home/jens/Source/shotwell/src/Printing.vala"
*object_p = value->data[0].v_pointer;
-#line 5110 "Printing.c"
+#line 5279 "Printing.c"
} else {
#line 759 "/home/jens/Source/shotwell/src/Printing.vala"
*object_p = standard_print_size_ref (value->data[0].v_pointer);
-#line 5114 "Printing.c"
+#line 5283 "Printing.c"
}
#line 759 "/home/jens/Source/shotwell/src/Printing.vala"
return NULL;
-#line 5118 "Printing.c"
+#line 5287 "Printing.c"
}
-GParamSpec* param_spec_standard_print_size (const gchar* name, const gchar* nick, const gchar* blurb, GType object_type, GParamFlags flags) {
+GParamSpec*
+param_spec_standard_print_size (const gchar* name,
+ const gchar* nick,
+ const gchar* blurb,
+ GType object_type,
+ GParamFlags flags)
+{
ParamSpecStandardPrintSize* spec;
#line 759 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_val_if_fail (g_type_is_a (object_type, TYPE_STANDARD_PRINT_SIZE), NULL);
@@ -5129,20 +5304,25 @@ GParamSpec* param_spec_standard_print_size (const gchar* name, const gchar* nick
G_PARAM_SPEC (spec)->value_type = object_type;
#line 759 "/home/jens/Source/shotwell/src/Printing.vala"
return G_PARAM_SPEC (spec);
-#line 5132 "Printing.c"
+#line 5307 "Printing.c"
}
-gpointer value_get_standard_print_size (const GValue* value) {
+gpointer
+value_get_standard_print_size (const GValue* value)
+{
#line 759 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_val_if_fail (G_TYPE_CHECK_VALUE_TYPE (value, TYPE_STANDARD_PRINT_SIZE), NULL);
#line 759 "/home/jens/Source/shotwell/src/Printing.vala"
return value->data[0].v_pointer;
-#line 5141 "Printing.c"
+#line 5318 "Printing.c"
}
-void value_set_standard_print_size (GValue* value, gpointer v_object) {
+void
+value_set_standard_print_size (GValue* value,
+ gpointer v_object)
+{
StandardPrintSize * old;
#line 759 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (G_TYPE_CHECK_VALUE_TYPE (value, TYPE_STANDARD_PRINT_SIZE));
@@ -5158,22 +5338,25 @@ void value_set_standard_print_size (GValue* value, gpointer v_object) {
value->data[0].v_pointer = v_object;
#line 759 "/home/jens/Source/shotwell/src/Printing.vala"
standard_print_size_ref (value->data[0].v_pointer);
-#line 5161 "Printing.c"
+#line 5341 "Printing.c"
} else {
#line 759 "/home/jens/Source/shotwell/src/Printing.vala"
value->data[0].v_pointer = NULL;
-#line 5165 "Printing.c"
+#line 5345 "Printing.c"
}
#line 759 "/home/jens/Source/shotwell/src/Printing.vala"
if (old) {
#line 759 "/home/jens/Source/shotwell/src/Printing.vala"
standard_print_size_unref (old);
-#line 5171 "Printing.c"
+#line 5351 "Printing.c"
}
}
-void value_take_standard_print_size (GValue* value, gpointer v_object) {
+void
+value_take_standard_print_size (GValue* value,
+ gpointer v_object)
+{
StandardPrintSize * old;
#line 759 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (G_TYPE_CHECK_VALUE_TYPE (value, TYPE_STANDARD_PRINT_SIZE));
@@ -5187,38 +5370,44 @@ void value_take_standard_print_size (GValue* value, gpointer v_object) {
g_return_if_fail (g_value_type_compatible (G_TYPE_FROM_INSTANCE (v_object), G_VALUE_TYPE (value)));
#line 759 "/home/jens/Source/shotwell/src/Printing.vala"
value->data[0].v_pointer = v_object;
-#line 5190 "Printing.c"
+#line 5373 "Printing.c"
} else {
#line 759 "/home/jens/Source/shotwell/src/Printing.vala"
value->data[0].v_pointer = NULL;
-#line 5194 "Printing.c"
+#line 5377 "Printing.c"
}
#line 759 "/home/jens/Source/shotwell/src/Printing.vala"
if (old) {
#line 759 "/home/jens/Source/shotwell/src/Printing.vala"
standard_print_size_unref (old);
-#line 5200 "Printing.c"
+#line 5383 "Printing.c"
}
}
-static void standard_print_size_class_init (StandardPrintSizeClass * klass) {
+static void
+standard_print_size_class_init (StandardPrintSizeClass * klass)
+{
#line 759 "/home/jens/Source/shotwell/src/Printing.vala"
standard_print_size_parent_class = g_type_class_peek_parent (klass);
#line 759 "/home/jens/Source/shotwell/src/Printing.vala"
((StandardPrintSizeClass *) klass)->finalize = standard_print_size_finalize;
-#line 5210 "Printing.c"
+#line 5395 "Printing.c"
}
-static void standard_print_size_instance_init (StandardPrintSize * self) {
+static void
+standard_print_size_instance_init (StandardPrintSize * self)
+{
#line 759 "/home/jens/Source/shotwell/src/Printing.vala"
self->ref_count = 1;
-#line 5217 "Printing.c"
+#line 5404 "Printing.c"
}
-static void standard_print_size_finalize (StandardPrintSize * obj) {
+static void
+standard_print_size_finalize (StandardPrintSize * obj)
+{
StandardPrintSize * self;
#line 759 "/home/jens/Source/shotwell/src/Printing.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (obj, TYPE_STANDARD_PRINT_SIZE, StandardPrintSize);
@@ -5226,11 +5415,13 @@ static void standard_print_size_finalize (StandardPrintSize * obj) {
g_signal_handlers_destroy (self);
#line 766 "/home/jens/Source/shotwell/src/Printing.vala"
_g_free0 (self->name);
-#line 5229 "Printing.c"
+#line 5418 "Printing.c"
}
-GType standard_print_size_get_type (void) {
+GType
+standard_print_size_get_type (void)
+{
static volatile gsize standard_print_size_type_id__volatile = 0;
if (g_once_init_enter (&standard_print_size_type_id__volatile)) {
static const GTypeValueTable g_define_type_value_table = { value_standard_print_size_init, value_standard_print_size_free_value, value_standard_print_size_copy_value, value_standard_print_size_peek_pointer, "p", value_standard_print_size_collect_value, "p", value_standard_print_size_lcopy_value };
@@ -5244,18 +5435,22 @@ GType standard_print_size_get_type (void) {
}
-gpointer standard_print_size_ref (gpointer instance) {
+gpointer
+standard_print_size_ref (gpointer instance)
+{
StandardPrintSize * self;
self = instance;
#line 759 "/home/jens/Source/shotwell/src/Printing.vala"
g_atomic_int_inc (&self->ref_count);
#line 759 "/home/jens/Source/shotwell/src/Printing.vala"
return instance;
-#line 5254 "Printing.c"
+#line 5447 "Printing.c"
}
-void standard_print_size_unref (gpointer instance) {
+void
+standard_print_size_unref (gpointer instance)
+{
StandardPrintSize * self;
self = instance;
#line 759 "/home/jens/Source/shotwell/src/Printing.vala"
@@ -5264,12 +5459,14 @@ void standard_print_size_unref (gpointer instance) {
STANDARD_PRINT_SIZE_GET_CLASS (self)->finalize (self);
#line 759 "/home/jens/Source/shotwell/src/Printing.vala"
g_type_free_instance ((GTypeInstance *) self);
-#line 5267 "Printing.c"
+#line 5462 "Printing.c"
}
}
-static PrintManager* print_manager_construct (GType object_type) {
+static PrintManager*
+print_manager_construct (GType object_type)
+{
PrintManager* self = NULL;
GtkPageSetup* _tmp0_;
PrintSettings* _tmp1_;
@@ -5289,273 +5486,353 @@ static PrintManager* print_manager_construct (GType object_type) {
self->priv->settings = _tmp1_;
#line 783 "/home/jens/Source/shotwell/src/Printing.vala"
return self;
-#line 5292 "Printing.c"
+#line 5489 "Printing.c"
}
-static PrintManager* print_manager_new (void) {
+static PrintManager*
+print_manager_new (void)
+{
#line 783 "/home/jens/Source/shotwell/src/Printing.vala"
return print_manager_construct (TYPE_PRINT_MANAGER);
-#line 5299 "Printing.c"
+#line 5498 "Printing.c"
}
-static void _vala_array_add112 (StandardPrintSize** * array, int* length, int* size, StandardPrintSize* value) {
+static void
+_vala_array_add113 (StandardPrintSize** * array,
+ int* length,
+ int* size,
+ StandardPrintSize* value)
+{
#line 792 "/home/jens/Source/shotwell/src/Printing.vala"
if ((*length) == (*size)) {
#line 792 "/home/jens/Source/shotwell/src/Printing.vala"
*size = (*size) ? (2 * (*size)) : 4;
#line 792 "/home/jens/Source/shotwell/src/Printing.vala"
*array = g_renew (StandardPrintSize*, *array, (*size) + 1);
-#line 5310 "Printing.c"
+#line 5514 "Printing.c"
}
#line 792 "/home/jens/Source/shotwell/src/Printing.vala"
(*array)[(*length)++] = value;
#line 792 "/home/jens/Source/shotwell/src/Printing.vala"
(*array)[*length] = NULL;
-#line 5316 "Printing.c"
+#line 5520 "Printing.c"
}
-static void _vala_array_add113 (StandardPrintSize** * array, int* length, int* size, StandardPrintSize* value) {
+static void
+_vala_array_add114 (StandardPrintSize** * array,
+ int* length,
+ int* size,
+ StandardPrintSize* value)
+{
#line 795 "/home/jens/Source/shotwell/src/Printing.vala"
if ((*length) == (*size)) {
#line 795 "/home/jens/Source/shotwell/src/Printing.vala"
*size = (*size) ? (2 * (*size)) : 4;
#line 795 "/home/jens/Source/shotwell/src/Printing.vala"
*array = g_renew (StandardPrintSize*, *array, (*size) + 1);
-#line 5327 "Printing.c"
+#line 5536 "Printing.c"
}
#line 795 "/home/jens/Source/shotwell/src/Printing.vala"
(*array)[(*length)++] = value;
#line 795 "/home/jens/Source/shotwell/src/Printing.vala"
(*array)[*length] = NULL;
-#line 5333 "Printing.c"
+#line 5542 "Printing.c"
}
-static void _vala_array_add114 (StandardPrintSize** * array, int* length, int* size, StandardPrintSize* value) {
+static void
+_vala_array_add115 (StandardPrintSize** * array,
+ int* length,
+ int* size,
+ StandardPrintSize* value)
+{
#line 798 "/home/jens/Source/shotwell/src/Printing.vala"
if ((*length) == (*size)) {
#line 798 "/home/jens/Source/shotwell/src/Printing.vala"
*size = (*size) ? (2 * (*size)) : 4;
#line 798 "/home/jens/Source/shotwell/src/Printing.vala"
*array = g_renew (StandardPrintSize*, *array, (*size) + 1);
-#line 5344 "Printing.c"
+#line 5558 "Printing.c"
}
#line 798 "/home/jens/Source/shotwell/src/Printing.vala"
(*array)[(*length)++] = value;
#line 798 "/home/jens/Source/shotwell/src/Printing.vala"
(*array)[*length] = NULL;
-#line 5350 "Printing.c"
+#line 5564 "Printing.c"
}
-static void _vala_array_add115 (StandardPrintSize** * array, int* length, int* size, StandardPrintSize* value) {
+static void
+_vala_array_add116 (StandardPrintSize** * array,
+ int* length,
+ int* size,
+ StandardPrintSize* value)
+{
#line 801 "/home/jens/Source/shotwell/src/Printing.vala"
if ((*length) == (*size)) {
#line 801 "/home/jens/Source/shotwell/src/Printing.vala"
*size = (*size) ? (2 * (*size)) : 4;
#line 801 "/home/jens/Source/shotwell/src/Printing.vala"
*array = g_renew (StandardPrintSize*, *array, (*size) + 1);
-#line 5361 "Printing.c"
+#line 5580 "Printing.c"
}
#line 801 "/home/jens/Source/shotwell/src/Printing.vala"
(*array)[(*length)++] = value;
#line 801 "/home/jens/Source/shotwell/src/Printing.vala"
(*array)[*length] = NULL;
-#line 5367 "Printing.c"
+#line 5586 "Printing.c"
}
-static void _vala_array_add116 (StandardPrintSize** * array, int* length, int* size, StandardPrintSize* value) {
+static void
+_vala_array_add117 (StandardPrintSize** * array,
+ int* length,
+ int* size,
+ StandardPrintSize* value)
+{
#line 804 "/home/jens/Source/shotwell/src/Printing.vala"
if ((*length) == (*size)) {
#line 804 "/home/jens/Source/shotwell/src/Printing.vala"
*size = (*size) ? (2 * (*size)) : 4;
#line 804 "/home/jens/Source/shotwell/src/Printing.vala"
*array = g_renew (StandardPrintSize*, *array, (*size) + 1);
-#line 5378 "Printing.c"
+#line 5602 "Printing.c"
}
#line 804 "/home/jens/Source/shotwell/src/Printing.vala"
(*array)[(*length)++] = value;
#line 804 "/home/jens/Source/shotwell/src/Printing.vala"
(*array)[*length] = NULL;
-#line 5384 "Printing.c"
+#line 5608 "Printing.c"
}
-static void _vala_array_add117 (StandardPrintSize** * array, int* length, int* size, StandardPrintSize* value) {
+static void
+_vala_array_add118 (StandardPrintSize** * array,
+ int* length,
+ int* size,
+ StandardPrintSize* value)
+{
#line 807 "/home/jens/Source/shotwell/src/Printing.vala"
if ((*length) == (*size)) {
#line 807 "/home/jens/Source/shotwell/src/Printing.vala"
*size = (*size) ? (2 * (*size)) : 4;
#line 807 "/home/jens/Source/shotwell/src/Printing.vala"
*array = g_renew (StandardPrintSize*, *array, (*size) + 1);
-#line 5395 "Printing.c"
+#line 5624 "Printing.c"
}
#line 807 "/home/jens/Source/shotwell/src/Printing.vala"
(*array)[(*length)++] = value;
#line 807 "/home/jens/Source/shotwell/src/Printing.vala"
(*array)[*length] = NULL;
-#line 5401 "Printing.c"
+#line 5630 "Printing.c"
}
-static void _vala_array_add118 (StandardPrintSize** * array, int* length, int* size, StandardPrintSize* value) {
+static void
+_vala_array_add119 (StandardPrintSize** * array,
+ int* length,
+ int* size,
+ StandardPrintSize* value)
+{
#line 810 "/home/jens/Source/shotwell/src/Printing.vala"
if ((*length) == (*size)) {
#line 810 "/home/jens/Source/shotwell/src/Printing.vala"
*size = (*size) ? (2 * (*size)) : 4;
#line 810 "/home/jens/Source/shotwell/src/Printing.vala"
*array = g_renew (StandardPrintSize*, *array, (*size) + 1);
-#line 5412 "Printing.c"
+#line 5646 "Printing.c"
}
#line 810 "/home/jens/Source/shotwell/src/Printing.vala"
(*array)[(*length)++] = value;
#line 810 "/home/jens/Source/shotwell/src/Printing.vala"
(*array)[*length] = NULL;
-#line 5418 "Printing.c"
+#line 5652 "Printing.c"
}
-static void _vala_array_add119 (StandardPrintSize** * array, int* length, int* size, StandardPrintSize* value) {
+static void
+_vala_array_add120 (StandardPrintSize** * array,
+ int* length,
+ int* size,
+ StandardPrintSize* value)
+{
#line 813 "/home/jens/Source/shotwell/src/Printing.vala"
if ((*length) == (*size)) {
#line 813 "/home/jens/Source/shotwell/src/Printing.vala"
*size = (*size) ? (2 * (*size)) : 4;
#line 813 "/home/jens/Source/shotwell/src/Printing.vala"
*array = g_renew (StandardPrintSize*, *array, (*size) + 1);
-#line 5429 "Printing.c"
+#line 5668 "Printing.c"
}
#line 813 "/home/jens/Source/shotwell/src/Printing.vala"
(*array)[(*length)++] = value;
#line 813 "/home/jens/Source/shotwell/src/Printing.vala"
(*array)[*length] = NULL;
-#line 5435 "Printing.c"
+#line 5674 "Printing.c"
}
-static void _vala_array_add120 (StandardPrintSize** * array, int* length, int* size, StandardPrintSize* value) {
+static void
+_vala_array_add121 (StandardPrintSize** * array,
+ int* length,
+ int* size,
+ StandardPrintSize* value)
+{
#line 816 "/home/jens/Source/shotwell/src/Printing.vala"
if ((*length) == (*size)) {
#line 816 "/home/jens/Source/shotwell/src/Printing.vala"
*size = (*size) ? (2 * (*size)) : 4;
#line 816 "/home/jens/Source/shotwell/src/Printing.vala"
*array = g_renew (StandardPrintSize*, *array, (*size) + 1);
-#line 5446 "Printing.c"
+#line 5690 "Printing.c"
}
#line 816 "/home/jens/Source/shotwell/src/Printing.vala"
(*array)[(*length)++] = value;
#line 816 "/home/jens/Source/shotwell/src/Printing.vala"
(*array)[*length] = NULL;
-#line 5452 "Printing.c"
+#line 5696 "Printing.c"
}
-static void _vala_array_add121 (StandardPrintSize** * array, int* length, int* size, StandardPrintSize* value) {
+static void
+_vala_array_add122 (StandardPrintSize** * array,
+ int* length,
+ int* size,
+ StandardPrintSize* value)
+{
#line 819 "/home/jens/Source/shotwell/src/Printing.vala"
if ((*length) == (*size)) {
#line 819 "/home/jens/Source/shotwell/src/Printing.vala"
*size = (*size) ? (2 * (*size)) : 4;
#line 819 "/home/jens/Source/shotwell/src/Printing.vala"
*array = g_renew (StandardPrintSize*, *array, (*size) + 1);
-#line 5463 "Printing.c"
+#line 5712 "Printing.c"
}
#line 819 "/home/jens/Source/shotwell/src/Printing.vala"
(*array)[(*length)++] = value;
#line 819 "/home/jens/Source/shotwell/src/Printing.vala"
(*array)[*length] = NULL;
-#line 5469 "Printing.c"
+#line 5718 "Printing.c"
}
-static void _vala_array_add122 (StandardPrintSize** * array, int* length, int* size, StandardPrintSize* value) {
+static void
+_vala_array_add123 (StandardPrintSize** * array,
+ int* length,
+ int* size,
+ StandardPrintSize* value)
+{
#line 822 "/home/jens/Source/shotwell/src/Printing.vala"
if ((*length) == (*size)) {
#line 822 "/home/jens/Source/shotwell/src/Printing.vala"
*size = (*size) ? (2 * (*size)) : 4;
#line 822 "/home/jens/Source/shotwell/src/Printing.vala"
*array = g_renew (StandardPrintSize*, *array, (*size) + 1);
-#line 5480 "Printing.c"
+#line 5734 "Printing.c"
}
#line 822 "/home/jens/Source/shotwell/src/Printing.vala"
(*array)[(*length)++] = value;
#line 822 "/home/jens/Source/shotwell/src/Printing.vala"
(*array)[*length] = NULL;
-#line 5486 "Printing.c"
+#line 5740 "Printing.c"
}
-static void _vala_array_add123 (StandardPrintSize** * array, int* length, int* size, StandardPrintSize* value) {
+static void
+_vala_array_add124 (StandardPrintSize** * array,
+ int* length,
+ int* size,
+ StandardPrintSize* value)
+{
#line 825 "/home/jens/Source/shotwell/src/Printing.vala"
if ((*length) == (*size)) {
#line 825 "/home/jens/Source/shotwell/src/Printing.vala"
*size = (*size) ? (2 * (*size)) : 4;
#line 825 "/home/jens/Source/shotwell/src/Printing.vala"
*array = g_renew (StandardPrintSize*, *array, (*size) + 1);
-#line 5497 "Printing.c"
+#line 5756 "Printing.c"
}
#line 825 "/home/jens/Source/shotwell/src/Printing.vala"
(*array)[(*length)++] = value;
#line 825 "/home/jens/Source/shotwell/src/Printing.vala"
(*array)[*length] = NULL;
-#line 5503 "Printing.c"
+#line 5762 "Printing.c"
}
-static void _vala_array_add124 (StandardPrintSize** * array, int* length, int* size, StandardPrintSize* value) {
+static void
+_vala_array_add125 (StandardPrintSize** * array,
+ int* length,
+ int* size,
+ StandardPrintSize* value)
+{
#line 828 "/home/jens/Source/shotwell/src/Printing.vala"
if ((*length) == (*size)) {
#line 828 "/home/jens/Source/shotwell/src/Printing.vala"
*size = (*size) ? (2 * (*size)) : 4;
#line 828 "/home/jens/Source/shotwell/src/Printing.vala"
*array = g_renew (StandardPrintSize*, *array, (*size) + 1);
-#line 5514 "Printing.c"
+#line 5778 "Printing.c"
}
#line 828 "/home/jens/Source/shotwell/src/Printing.vala"
(*array)[(*length)++] = value;
#line 828 "/home/jens/Source/shotwell/src/Printing.vala"
(*array)[*length] = NULL;
-#line 5520 "Printing.c"
+#line 5784 "Printing.c"
}
-static void _vala_array_add125 (StandardPrintSize** * array, int* length, int* size, StandardPrintSize* value) {
+static void
+_vala_array_add126 (StandardPrintSize** * array,
+ int* length,
+ int* size,
+ StandardPrintSize* value)
+{
#line 831 "/home/jens/Source/shotwell/src/Printing.vala"
if ((*length) == (*size)) {
#line 831 "/home/jens/Source/shotwell/src/Printing.vala"
*size = (*size) ? (2 * (*size)) : 4;
#line 831 "/home/jens/Source/shotwell/src/Printing.vala"
*array = g_renew (StandardPrintSize*, *array, (*size) + 1);
-#line 5531 "Printing.c"
+#line 5800 "Printing.c"
}
#line 831 "/home/jens/Source/shotwell/src/Printing.vala"
(*array)[(*length)++] = value;
#line 831 "/home/jens/Source/shotwell/src/Printing.vala"
(*array)[*length] = NULL;
-#line 5537 "Printing.c"
+#line 5806 "Printing.c"
}
-static void _vala_array_add126 (StandardPrintSize** * array, int* length, int* size, StandardPrintSize* value) {
+static void
+_vala_array_add127 (StandardPrintSize** * array,
+ int* length,
+ int* size,
+ StandardPrintSize* value)
+{
#line 834 "/home/jens/Source/shotwell/src/Printing.vala"
if ((*length) == (*size)) {
#line 834 "/home/jens/Source/shotwell/src/Printing.vala"
*size = (*size) ? (2 * (*size)) : 4;
#line 834 "/home/jens/Source/shotwell/src/Printing.vala"
*array = g_renew (StandardPrintSize*, *array, (*size) + 1);
-#line 5548 "Printing.c"
+#line 5822 "Printing.c"
}
#line 834 "/home/jens/Source/shotwell/src/Printing.vala"
(*array)[(*length)++] = value;
#line 834 "/home/jens/Source/shotwell/src/Printing.vala"
(*array)[*length] = NULL;
-#line 5554 "Printing.c"
+#line 5828 "Printing.c"
}
-StandardPrintSize** print_manager_get_standard_sizes (PrintManager* self, int* result_length1) {
+StandardPrintSize**
+print_manager_get_standard_sizes (PrintManager* self,
+ int* result_length1)
+{
StandardPrintSize** result = NULL;
StandardPrintSize** _tmp0_;
gint _tmp0__length1;
@@ -5571,7 +5848,7 @@ StandardPrintSize** print_manager_get_standard_sizes (PrintManager* self, int* r
_tmp0__length1 = self->priv->standard_sizes_length1;
#line 789 "/home/jens/Source/shotwell/src/Printing.vala"
if (_tmp0_ == NULL) {
-#line 5574 "Printing.c"
+#line 5851 "Printing.c"
StandardPrintSize** _tmp1_;
StandardPrintSize** _tmp2_;
gint _tmp2__length1;
@@ -5669,7 +5946,7 @@ StandardPrintSize** print_manager_get_standard_sizes (PrintManager* self, int* r
#line 792 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp5_ = standard_print_size_new (_ ("Wallet (2 × 3 in.)"), &_tmp3_, &_tmp4_);
#line 792 "/home/jens/Source/shotwell/src/Printing.vala"
- _vala_array_add112 (&self->priv->standard_sizes, &self->priv->standard_sizes_length1, &self->priv->_standard_sizes_size_, _tmp5_);
+ _vala_array_add113 (&self->priv->standard_sizes, &self->priv->standard_sizes_length1, &self->priv->_standard_sizes_size_, _tmp5_);
#line 795 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp6_ = self->priv->standard_sizes;
#line 795 "/home/jens/Source/shotwell/src/Printing.vala"
@@ -5681,7 +5958,7 @@ StandardPrintSize** print_manager_get_standard_sizes (PrintManager* self, int* r
#line 795 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp9_ = standard_print_size_new (_ ("Notecard (3 × 5 in.)"), &_tmp7_, &_tmp8_);
#line 795 "/home/jens/Source/shotwell/src/Printing.vala"
- _vala_array_add113 (&self->priv->standard_sizes, &self->priv->standard_sizes_length1, &self->priv->_standard_sizes_size_, _tmp9_);
+ _vala_array_add114 (&self->priv->standard_sizes, &self->priv->standard_sizes_length1, &self->priv->_standard_sizes_size_, _tmp9_);
#line 798 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp10_ = self->priv->standard_sizes;
#line 798 "/home/jens/Source/shotwell/src/Printing.vala"
@@ -5693,7 +5970,7 @@ StandardPrintSize** print_manager_get_standard_sizes (PrintManager* self, int* r
#line 798 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp13_ = standard_print_size_new (_ ("4 × 6 in."), &_tmp11_, &_tmp12_);
#line 798 "/home/jens/Source/shotwell/src/Printing.vala"
- _vala_array_add114 (&self->priv->standard_sizes, &self->priv->standard_sizes_length1, &self->priv->_standard_sizes_size_, _tmp13_);
+ _vala_array_add115 (&self->priv->standard_sizes, &self->priv->standard_sizes_length1, &self->priv->_standard_sizes_size_, _tmp13_);
#line 801 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp14_ = self->priv->standard_sizes;
#line 801 "/home/jens/Source/shotwell/src/Printing.vala"
@@ -5705,7 +5982,7 @@ StandardPrintSize** print_manager_get_standard_sizes (PrintManager* self, int* r
#line 801 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp17_ = standard_print_size_new (_ ("5 × 7 in."), &_tmp15_, &_tmp16_);
#line 801 "/home/jens/Source/shotwell/src/Printing.vala"
- _vala_array_add115 (&self->priv->standard_sizes, &self->priv->standard_sizes_length1, &self->priv->_standard_sizes_size_, _tmp17_);
+ _vala_array_add116 (&self->priv->standard_sizes, &self->priv->standard_sizes_length1, &self->priv->_standard_sizes_size_, _tmp17_);
#line 804 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp18_ = self->priv->standard_sizes;
#line 804 "/home/jens/Source/shotwell/src/Printing.vala"
@@ -5717,7 +5994,7 @@ StandardPrintSize** print_manager_get_standard_sizes (PrintManager* self, int* r
#line 804 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp21_ = standard_print_size_new (_ ("8 × 10 in."), &_tmp19_, &_tmp20_);
#line 804 "/home/jens/Source/shotwell/src/Printing.vala"
- _vala_array_add116 (&self->priv->standard_sizes, &self->priv->standard_sizes_length1, &self->priv->_standard_sizes_size_, _tmp21_);
+ _vala_array_add117 (&self->priv->standard_sizes, &self->priv->standard_sizes_length1, &self->priv->_standard_sizes_size_, _tmp21_);
#line 807 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp22_ = self->priv->standard_sizes;
#line 807 "/home/jens/Source/shotwell/src/Printing.vala"
@@ -5729,7 +6006,7 @@ StandardPrintSize** print_manager_get_standard_sizes (PrintManager* self, int* r
#line 807 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp25_ = standard_print_size_new (_ ("11 × 14 in."), &_tmp23_, &_tmp24_);
#line 807 "/home/jens/Source/shotwell/src/Printing.vala"
- _vala_array_add117 (&self->priv->standard_sizes, &self->priv->standard_sizes_length1, &self->priv->_standard_sizes_size_, _tmp25_);
+ _vala_array_add118 (&self->priv->standard_sizes, &self->priv->standard_sizes_length1, &self->priv->_standard_sizes_size_, _tmp25_);
#line 810 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp26_ = self->priv->standard_sizes;
#line 810 "/home/jens/Source/shotwell/src/Printing.vala"
@@ -5741,7 +6018,7 @@ StandardPrintSize** print_manager_get_standard_sizes (PrintManager* self, int* r
#line 810 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp29_ = standard_print_size_new (_ ("16 × 20 in."), &_tmp27_, &_tmp28_);
#line 810 "/home/jens/Source/shotwell/src/Printing.vala"
- _vala_array_add118 (&self->priv->standard_sizes, &self->priv->standard_sizes_length1, &self->priv->_standard_sizes_size_, _tmp29_);
+ _vala_array_add119 (&self->priv->standard_sizes, &self->priv->standard_sizes_length1, &self->priv->_standard_sizes_size_, _tmp29_);
#line 813 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp30_ = self->priv->standard_sizes;
#line 813 "/home/jens/Source/shotwell/src/Printing.vala"
@@ -5753,7 +6030,7 @@ StandardPrintSize** print_manager_get_standard_sizes (PrintManager* self, int* r
#line 813 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp33_ = standard_print_size_new ("-", &_tmp31_, &_tmp32_);
#line 813 "/home/jens/Source/shotwell/src/Printing.vala"
- _vala_array_add119 (&self->priv->standard_sizes, &self->priv->standard_sizes_length1, &self->priv->_standard_sizes_size_, _tmp33_);
+ _vala_array_add120 (&self->priv->standard_sizes, &self->priv->standard_sizes_length1, &self->priv->_standard_sizes_size_, _tmp33_);
#line 816 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp34_ = self->priv->standard_sizes;
#line 816 "/home/jens/Source/shotwell/src/Printing.vala"
@@ -5765,7 +6042,7 @@ StandardPrintSize** print_manager_get_standard_sizes (PrintManager* self, int* r
#line 816 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp37_ = standard_print_size_new (_ ("Metric Wallet (9 × 13 cm)"), &_tmp35_, &_tmp36_);
#line 816 "/home/jens/Source/shotwell/src/Printing.vala"
- _vala_array_add120 (&self->priv->standard_sizes, &self->priv->standard_sizes_length1, &self->priv->_standard_sizes_size_, _tmp37_);
+ _vala_array_add121 (&self->priv->standard_sizes, &self->priv->standard_sizes_length1, &self->priv->_standard_sizes_size_, _tmp37_);
#line 819 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp38_ = self->priv->standard_sizes;
#line 819 "/home/jens/Source/shotwell/src/Printing.vala"
@@ -5777,7 +6054,7 @@ StandardPrintSize** print_manager_get_standard_sizes (PrintManager* self, int* r
#line 819 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp41_ = standard_print_size_new (_ ("Postcard (10 × 15 cm)"), &_tmp39_, &_tmp40_);
#line 819 "/home/jens/Source/shotwell/src/Printing.vala"
- _vala_array_add121 (&self->priv->standard_sizes, &self->priv->standard_sizes_length1, &self->priv->_standard_sizes_size_, _tmp41_);
+ _vala_array_add122 (&self->priv->standard_sizes, &self->priv->standard_sizes_length1, &self->priv->_standard_sizes_size_, _tmp41_);
#line 822 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp42_ = self->priv->standard_sizes;
#line 822 "/home/jens/Source/shotwell/src/Printing.vala"
@@ -5789,7 +6066,7 @@ StandardPrintSize** print_manager_get_standard_sizes (PrintManager* self, int* r
#line 822 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp45_ = standard_print_size_new (_ ("13 × 18 cm"), &_tmp43_, &_tmp44_);
#line 822 "/home/jens/Source/shotwell/src/Printing.vala"
- _vala_array_add122 (&self->priv->standard_sizes, &self->priv->standard_sizes_length1, &self->priv->_standard_sizes_size_, _tmp45_);
+ _vala_array_add123 (&self->priv->standard_sizes, &self->priv->standard_sizes_length1, &self->priv->_standard_sizes_size_, _tmp45_);
#line 825 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp46_ = self->priv->standard_sizes;
#line 825 "/home/jens/Source/shotwell/src/Printing.vala"
@@ -5801,7 +6078,7 @@ StandardPrintSize** print_manager_get_standard_sizes (PrintManager* self, int* r
#line 825 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp49_ = standard_print_size_new (_ ("18 × 24 cm"), &_tmp47_, &_tmp48_);
#line 825 "/home/jens/Source/shotwell/src/Printing.vala"
- _vala_array_add123 (&self->priv->standard_sizes, &self->priv->standard_sizes_length1, &self->priv->_standard_sizes_size_, _tmp49_);
+ _vala_array_add124 (&self->priv->standard_sizes, &self->priv->standard_sizes_length1, &self->priv->_standard_sizes_size_, _tmp49_);
#line 828 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp50_ = self->priv->standard_sizes;
#line 828 "/home/jens/Source/shotwell/src/Printing.vala"
@@ -5813,7 +6090,7 @@ StandardPrintSize** print_manager_get_standard_sizes (PrintManager* self, int* r
#line 828 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp53_ = standard_print_size_new (_ ("20 × 30 cm"), &_tmp51_, &_tmp52_);
#line 828 "/home/jens/Source/shotwell/src/Printing.vala"
- _vala_array_add124 (&self->priv->standard_sizes, &self->priv->standard_sizes_length1, &self->priv->_standard_sizes_size_, _tmp53_);
+ _vala_array_add125 (&self->priv->standard_sizes, &self->priv->standard_sizes_length1, &self->priv->_standard_sizes_size_, _tmp53_);
#line 831 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp54_ = self->priv->standard_sizes;
#line 831 "/home/jens/Source/shotwell/src/Printing.vala"
@@ -5825,7 +6102,7 @@ StandardPrintSize** print_manager_get_standard_sizes (PrintManager* self, int* r
#line 831 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp57_ = standard_print_size_new (_ ("24 × 40 cm"), &_tmp55_, &_tmp56_);
#line 831 "/home/jens/Source/shotwell/src/Printing.vala"
- _vala_array_add125 (&self->priv->standard_sizes, &self->priv->standard_sizes_length1, &self->priv->_standard_sizes_size_, _tmp57_);
+ _vala_array_add126 (&self->priv->standard_sizes, &self->priv->standard_sizes_length1, &self->priv->_standard_sizes_size_, _tmp57_);
#line 834 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp58_ = self->priv->standard_sizes;
#line 834 "/home/jens/Source/shotwell/src/Printing.vala"
@@ -5837,8 +6114,8 @@ StandardPrintSize** print_manager_get_standard_sizes (PrintManager* self, int* r
#line 834 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp61_ = standard_print_size_new (_ ("30 × 40 cm"), &_tmp59_, &_tmp60_);
#line 834 "/home/jens/Source/shotwell/src/Printing.vala"
- _vala_array_add126 (&self->priv->standard_sizes, &self->priv->standard_sizes_length1, &self->priv->_standard_sizes_size_, _tmp61_);
-#line 5841 "Printing.c"
+ _vala_array_add127 (&self->priv->standard_sizes, &self->priv->standard_sizes_length1, &self->priv->_standard_sizes_size_, _tmp61_);
+#line 6118 "Printing.c"
}
#line 839 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp62_ = self->priv->standard_sizes;
@@ -5852,24 +6129,28 @@ StandardPrintSize** print_manager_get_standard_sizes (PrintManager* self, int* r
if (result_length1) {
#line 839 "/home/jens/Source/shotwell/src/Printing.vala"
*result_length1 = _tmp63__length1;
-#line 5855 "Printing.c"
+#line 6132 "Printing.c"
}
#line 839 "/home/jens/Source/shotwell/src/Printing.vala"
result = _tmp63_;
#line 839 "/home/jens/Source/shotwell/src/Printing.vala"
return result;
-#line 5861 "Printing.c"
+#line 6138 "Printing.c"
}
-static gpointer _print_manager_ref0 (gpointer self) {
+static gpointer
+_print_manager_ref0 (gpointer self)
+{
#line 846 "/home/jens/Source/shotwell/src/Printing.vala"
return self ? print_manager_ref (self) : NULL;
-#line 5868 "Printing.c"
+#line 6147 "Printing.c"
}
-PrintManager* print_manager_get_instance (void) {
+PrintManager*
+print_manager_get_instance (void)
+{
PrintManager* result = NULL;
PrintManager* _tmp0_;
PrintManager* _tmp2_;
@@ -5878,7 +6159,7 @@ PrintManager* print_manager_get_instance (void) {
_tmp0_ = print_manager_instance;
#line 843 "/home/jens/Source/shotwell/src/Printing.vala"
if (_tmp0_ == NULL) {
-#line 5881 "Printing.c"
+#line 6162 "Printing.c"
PrintManager* _tmp1_;
#line 844 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp1_ = print_manager_new ();
@@ -5886,7 +6167,7 @@ PrintManager* print_manager_get_instance (void) {
_print_manager_unref0 (print_manager_instance);
#line 844 "/home/jens/Source/shotwell/src/Printing.vala"
print_manager_instance = _tmp1_;
-#line 5889 "Printing.c"
+#line 6170 "Printing.c"
}
#line 846 "/home/jens/Source/shotwell/src/Printing.vala"
_tmp2_ = print_manager_instance;
@@ -5896,72 +6177,87 @@ PrintManager* print_manager_get_instance (void) {
result = _tmp3_;
#line 846 "/home/jens/Source/shotwell/src/Printing.vala"
return result;
-#line 5899 "Printing.c"
+#line 6180 "Printing.c"
}
-static void _print_manager_on_begin_print_gtk_print_operation_begin_print (GtkPrintOperation* _sender, GtkPrintContext* context, gpointer self) {
+static void
+_print_manager_on_begin_print_gtk_print_operation_begin_print (GtkPrintOperation* _sender,
+ GtkPrintContext* context,
+ gpointer self)
+{
#line 856 "/home/jens/Source/shotwell/src/Printing.vala"
print_manager_on_begin_print ((PrintManager*) self, _sender, context);
-#line 5906 "Printing.c"
+#line 6191 "Printing.c"
}
-static void _print_manager_on_draw_page_gtk_print_operation_draw_page (GtkPrintOperation* _sender, GtkPrintContext* context, gint page_nr, gpointer self) {
+static void
+_print_manager_on_draw_page_gtk_print_operation_draw_page (GtkPrintOperation* _sender,
+ GtkPrintContext* context,
+ gint page_nr,
+ gpointer self)
+{
#line 857 "/home/jens/Source/shotwell/src/Printing.vala"
print_manager_on_draw_page ((PrintManager*) self, _sender, context, page_nr);
-#line 5913 "Printing.c"
+#line 6203 "Printing.c"
}
-static GObject* _print_manager_on_create_custom_widget_gtk_print_operation_create_custom_widget (GtkPrintOperation* _sender, gpointer self) {
+static GObject*
+_print_manager_on_create_custom_widget_gtk_print_operation_create_custom_widget (GtkPrintOperation* _sender,
+ gpointer self)
+{
GObject* result;
result = print_manager_on_create_custom_widget ((PrintManager*) self, _sender);
#line 858 "/home/jens/Source/shotwell/src/Printing.vala"
return result;
-#line 5922 "Printing.c"
+#line 6215 "Printing.c"
}
-static void _print_manager_on_status_changed_gtk_print_operation_status_changed (GtkPrintOperation* _sender, gpointer self) {
+static void
+_print_manager_on_status_changed_gtk_print_operation_status_changed (GtkPrintOperation* _sender,
+ gpointer self)
+{
#line 859 "/home/jens/Source/shotwell/src/Printing.vala"
print_manager_on_status_changed ((PrintManager*) self, _sender);
-#line 5929 "Printing.c"
+#line 6225 "Printing.c"
}
-void print_manager_spool_photo (PrintManager* self, GeeCollection* to_print) {
+void
+print_manager_spool_photo (PrintManager* self,
+ GeeCollection* to_print)
+{
PrintJob* job = NULL;
- GeeCollection* _tmp0_;
- PrintJob* _tmp1_;
+ PrintJob* _tmp0_;
+ Photo* _tmp1_;
Photo* _tmp2_;
- Photo* _tmp3_;
+ gchar* _tmp3_;
gchar* _tmp4_;
- gchar* _tmp5_;
- GtkPageSetup* _tmp6_;
+ GtkPageSetup* _tmp5_;
+ AppWindow* _tmp6_;
AppWindow* _tmp7_;
- AppWindow* _tmp8_;
- GCancellable* _tmp9_;
+ GCancellable* _tmp8_;
+ AppWindow* _tmp9_;
AppWindow* _tmp10_;
- AppWindow* _tmp11_;
- GCancellable* _tmp12_;
- ProgressDialog* _tmp13_;
+ GCancellable* _tmp11_;
+ ProgressDialog* _tmp12_;
gchar* err_msg = NULL;
- ProgressDialog* _tmp23_;
- AppWindow* _tmp24_;
- AppWindow* _tmp25_;
- const gchar* _tmp26_;
+ ProgressDialog* _tmp21_;
+ AppWindow* _tmp22_;
+ AppWindow* _tmp23_;
+ const gchar* _tmp24_;
GError * _inner_error_ = NULL;
#line 849 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (IS_PRINT_MANAGER (self));
#line 849 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (GEE_IS_COLLECTION (to_print));
#line 850 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp0_ = to_print;
+ _tmp0_ = print_job_new (to_print);
#line 850 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp1_ = print_job_new (_tmp0_);
-#line 850 "/home/jens/Source/shotwell/src/Printing.vala"
- job = _tmp1_;
+ job = _tmp0_;
#line 851 "/home/jens/Source/shotwell/src/Printing.vala"
gtk_print_operation_set_custom_tab_label (G_TYPE_CHECK_INSTANCE_CAST (job, gtk_print_operation_get_type (), GtkPrintOperation), _ ("Image Settings"));
#line 852 "/home/jens/Source/shotwell/src/Printing.vala"
@@ -5969,23 +6265,23 @@ void print_manager_spool_photo (PrintManager* self, GeeCollection* to_print) {
#line 853 "/home/jens/Source/shotwell/src/Printing.vala"
gtk_print_operation_set_n_pages (G_TYPE_CHECK_INSTANCE_CAST (job, gtk_print_operation_get_type (), GtkPrintOperation), 1);
#line 854 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp2_ = print_job_get_source_photo (job);
+ _tmp1_ = print_job_get_source_photo (job);
#line 854 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp3_ = _tmp2_;
+ _tmp2_ = _tmp1_;
#line 854 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp4_ = data_object_get_name (G_TYPE_CHECK_INSTANCE_CAST (_tmp3_, TYPE_DATA_OBJECT, DataObject));
+ _tmp3_ = data_object_get_name (G_TYPE_CHECK_INSTANCE_CAST (_tmp2_, TYPE_DATA_OBJECT, DataObject));
#line 854 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp5_ = _tmp4_;
+ _tmp4_ = _tmp3_;
#line 854 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_print_operation_set_job_name (G_TYPE_CHECK_INSTANCE_CAST (job, gtk_print_operation_get_type (), GtkPrintOperation), _tmp5_);
+ gtk_print_operation_set_job_name (G_TYPE_CHECK_INSTANCE_CAST (job, gtk_print_operation_get_type (), GtkPrintOperation), _tmp4_);
#line 854 "/home/jens/Source/shotwell/src/Printing.vala"
- _g_free0 (_tmp5_);
+ _g_free0 (_tmp4_);
#line 854 "/home/jens/Source/shotwell/src/Printing.vala"
- _g_object_unref0 (_tmp3_);
+ _g_object_unref0 (_tmp2_);
#line 855 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp6_ = self->priv->user_page_setup;
+ _tmp5_ = self->priv->user_page_setup;
#line 855 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_print_operation_set_default_page_setup (G_TYPE_CHECK_INSTANCE_CAST (job, gtk_print_operation_get_type (), GtkPrintOperation), _tmp6_);
+ gtk_print_operation_set_default_page_setup (G_TYPE_CHECK_INSTANCE_CAST (job, gtk_print_operation_get_type (), GtkPrintOperation), _tmp5_);
#line 856 "/home/jens/Source/shotwell/src/Printing.vala"
g_signal_connect (G_TYPE_CHECK_INSTANCE_CAST (job, gtk_print_operation_get_type (), GtkPrintOperation), "begin-print", (GCallback) _print_manager_on_begin_print_gtk_print_operation_begin_print, self);
#line 857 "/home/jens/Source/shotwell/src/Printing.vala"
@@ -5995,84 +6291,81 @@ void print_manager_spool_photo (PrintManager* self, GeeCollection* to_print) {
#line 859 "/home/jens/Source/shotwell/src/Printing.vala"
g_signal_connect (G_TYPE_CHECK_INSTANCE_CAST (job, gtk_print_operation_get_type (), GtkPrintOperation), "status-changed", (GCallback) _print_manager_on_status_changed_gtk_print_operation_status_changed, self);
#line 861 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp7_ = app_window_get_instance ();
+ _tmp6_ = app_window_get_instance ();
#line 861 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp8_ = _tmp7_;
+ _tmp7_ = _tmp6_;
#line 861 "/home/jens/Source/shotwell/src/Printing.vala"
- page_window_set_busy_cursor (G_TYPE_CHECK_INSTANCE_CAST (_tmp8_, TYPE_PAGE_WINDOW, PageWindow));
+ page_window_set_busy_cursor (G_TYPE_CHECK_INSTANCE_CAST (_tmp7_, TYPE_PAGE_WINDOW, PageWindow));
#line 861 "/home/jens/Source/shotwell/src/Printing.vala"
- _g_object_unref0 (_tmp8_);
+ _g_object_unref0 (_tmp7_);
#line 863 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp9_ = g_cancellable_new ();
+ _tmp8_ = g_cancellable_new ();
#line 863 "/home/jens/Source/shotwell/src/Printing.vala"
_g_object_unref0 (self->priv->cancellable);
#line 863 "/home/jens/Source/shotwell/src/Printing.vala"
- self->priv->cancellable = _tmp9_;
+ self->priv->cancellable = _tmp8_;
#line 864 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp10_ = app_window_get_instance ();
+ _tmp9_ = app_window_get_instance ();
#line 864 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp11_ = _tmp10_;
+ _tmp10_ = _tmp9_;
#line 864 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp12_ = self->priv->cancellable;
+ _tmp11_ = self->priv->cancellable;
#line 864 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp13_ = progress_dialog_new (G_TYPE_CHECK_INSTANCE_CAST (_tmp11_, gtk_window_get_type (), GtkWindow), _ ("Printing…"), _tmp12_);
+ _tmp12_ = progress_dialog_new (G_TYPE_CHECK_INSTANCE_CAST (_tmp10_, gtk_window_get_type (), GtkWindow), _ ("Printing…"), _tmp11_);
#line 864 "/home/jens/Source/shotwell/src/Printing.vala"
- g_object_ref_sink (_tmp13_);
+ g_object_ref_sink (_tmp12_);
#line 864 "/home/jens/Source/shotwell/src/Printing.vala"
_g_object_unref0 (self->priv->progress_dialog);
#line 864 "/home/jens/Source/shotwell/src/Printing.vala"
- self->priv->progress_dialog = _tmp13_;
+ self->priv->progress_dialog = _tmp12_;
#line 864 "/home/jens/Source/shotwell/src/Printing.vala"
- _g_object_unref0 (_tmp11_);
+ _g_object_unref0 (_tmp10_);
#line 866 "/home/jens/Source/shotwell/src/Printing.vala"
err_msg = NULL;
-#line 6029 "Printing.c"
+#line 6325 "Printing.c"
{
GtkPrintOperationResult _result_ = 0;
+ AppWindow* _tmp13_;
AppWindow* _tmp14_;
- AppWindow* _tmp15_;
- GtkPrintOperationResult _tmp16_;
- GtkPrintOperationResult _tmp17_;
+ GtkPrintOperationResult _tmp15_;
#line 868 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp14_ = app_window_get_instance ();
+ _tmp13_ = app_window_get_instance ();
#line 868 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp15_ = _tmp14_;
+ _tmp14_ = _tmp13_;
#line 868 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp16_ = gtk_print_operation_run (G_TYPE_CHECK_INSTANCE_CAST (job, gtk_print_operation_get_type (), GtkPrintOperation), GTK_PRINT_OPERATION_ACTION_PRINT_DIALOG, G_TYPE_CHECK_INSTANCE_CAST (_tmp15_, gtk_window_get_type (), GtkWindow), &_inner_error_);
+ _tmp15_ = gtk_print_operation_run (G_TYPE_CHECK_INSTANCE_CAST (job, gtk_print_operation_get_type (), GtkPrintOperation), GTK_PRINT_OPERATION_ACTION_PRINT_DIALOG, G_TYPE_CHECK_INSTANCE_CAST (_tmp14_, gtk_window_get_type (), GtkWindow), &_inner_error_);
#line 868 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp17_ = _tmp16_;
+ _g_object_unref0 (_tmp14_);
#line 868 "/home/jens/Source/shotwell/src/Printing.vala"
- _g_object_unref0 (_tmp15_);
-#line 868 "/home/jens/Source/shotwell/src/Printing.vala"
- _result_ = _tmp17_;
+ _result_ = _tmp15_;
#line 868 "/home/jens/Source/shotwell/src/Printing.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
-#line 6050 "Printing.c"
- goto __catch469_g_error;
+#line 6343 "Printing.c"
+ goto __catch478_g_error;
}
#line 870 "/home/jens/Source/shotwell/src/Printing.vala"
if (_result_ == GTK_PRINT_OPERATION_RESULT_APPLY) {
-#line 6055 "Printing.c"
- GtkPageSetup* _tmp18_;
- GtkPageSetup* _tmp19_;
+#line 6348 "Printing.c"
+ GtkPageSetup* _tmp16_;
+ GtkPageSetup* _tmp17_;
#line 871 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp18_ = gtk_print_operation_get_default_page_setup (G_TYPE_CHECK_INSTANCE_CAST (job, gtk_print_operation_get_type (), GtkPrintOperation));
+ _tmp16_ = gtk_print_operation_get_default_page_setup (G_TYPE_CHECK_INSTANCE_CAST (job, gtk_print_operation_get_type (), GtkPrintOperation));
#line 871 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp19_ = _g_object_ref0 (_tmp18_);
+ _tmp17_ = _g_object_ref0 (_tmp16_);
#line 871 "/home/jens/Source/shotwell/src/Printing.vala"
_g_object_unref0 (self->priv->user_page_setup);
#line 871 "/home/jens/Source/shotwell/src/Printing.vala"
- self->priv->user_page_setup = _tmp19_;
-#line 6066 "Printing.c"
+ self->priv->user_page_setup = _tmp17_;
+#line 6359 "Printing.c"
}
}
- goto __finally469;
- __catch469_g_error:
+ goto __finally478;
+ __catch478_g_error:
{
GError* e = NULL;
- GError* _tmp20_;
- const gchar* _tmp21_;
- gchar* _tmp22_;
+ GError* _tmp18_;
+ const gchar* _tmp19_;
+ gchar* _tmp20_;
#line 867 "/home/jens/Source/shotwell/src/Printing.vala"
e = _inner_error_;
#line 867 "/home/jens/Source/shotwell/src/Printing.vala"
@@ -6080,20 +6373,20 @@ void print_manager_spool_photo (PrintManager* self, GeeCollection* to_print) {
#line 873 "/home/jens/Source/shotwell/src/Printing.vala"
gtk_print_operation_cancel (G_TYPE_CHECK_INSTANCE_CAST (job, gtk_print_operation_get_type (), GtkPrintOperation));
#line 874 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp20_ = e;
+ _tmp18_ = e;
#line 874 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp21_ = _tmp20_->message;
+ _tmp19_ = _tmp18_->message;
#line 874 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp22_ = g_strdup (_tmp21_);
+ _tmp20_ = g_strdup (_tmp19_);
#line 874 "/home/jens/Source/shotwell/src/Printing.vala"
_g_free0 (err_msg);
#line 874 "/home/jens/Source/shotwell/src/Printing.vala"
- err_msg = _tmp22_;
+ err_msg = _tmp20_;
#line 867 "/home/jens/Source/shotwell/src/Printing.vala"
_g_error_free0 (e);
-#line 6094 "Printing.c"
+#line 6387 "Printing.c"
}
- __finally469:
+ __finally478:
#line 867 "/home/jens/Source/shotwell/src/Printing.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 867 "/home/jens/Source/shotwell/src/Printing.vala"
@@ -6106,12 +6399,12 @@ void print_manager_spool_photo (PrintManager* self, GeeCollection* to_print) {
g_clear_error (&_inner_error_);
#line 867 "/home/jens/Source/shotwell/src/Printing.vala"
return;
-#line 6109 "Printing.c"
+#line 6402 "Printing.c"
}
#line 877 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp23_ = self->priv->progress_dialog;
+ _tmp21_ = self->priv->progress_dialog;
#line 877 "/home/jens/Source/shotwell/src/Printing.vala"
- progress_dialog_close (_tmp23_);
+ progress_dialog_close (_tmp21_);
#line 878 "/home/jens/Source/shotwell/src/Printing.vala"
_g_object_unref0 (self->priv->progress_dialog);
#line 878 "/home/jens/Source/shotwell/src/Printing.vala"
@@ -6121,55 +6414,57 @@ void print_manager_spool_photo (PrintManager* self, GeeCollection* to_print) {
#line 879 "/home/jens/Source/shotwell/src/Printing.vala"
self->priv->cancellable = NULL;
#line 881 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp24_ = app_window_get_instance ();
+ _tmp22_ = app_window_get_instance ();
#line 881 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp25_ = _tmp24_;
+ _tmp23_ = _tmp22_;
#line 881 "/home/jens/Source/shotwell/src/Printing.vala"
- page_window_set_normal_cursor (G_TYPE_CHECK_INSTANCE_CAST (_tmp25_, TYPE_PAGE_WINDOW, PageWindow));
+ page_window_set_normal_cursor (G_TYPE_CHECK_INSTANCE_CAST (_tmp23_, TYPE_PAGE_WINDOW, PageWindow));
#line 881 "/home/jens/Source/shotwell/src/Printing.vala"
- _g_object_unref0 (_tmp25_);
+ _g_object_unref0 (_tmp23_);
#line 883 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp26_ = err_msg;
+ _tmp24_ = err_msg;
#line 883 "/home/jens/Source/shotwell/src/Printing.vala"
- if (_tmp26_ != NULL) {
-#line 6135 "Printing.c"
- const gchar* _tmp27_;
- gchar* _tmp28_;
- gchar* _tmp29_;
+ if (_tmp24_ != NULL) {
+#line 6428 "Printing.c"
+ const gchar* _tmp25_;
+ gchar* _tmp26_;
+ gchar* _tmp27_;
#line 884 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp27_ = err_msg;
+ _tmp25_ = err_msg;
#line 884 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp28_ = g_strdup_printf (_ ("Unable to print photo:\n\n%s"), _tmp27_);
+ _tmp26_ = g_strdup_printf (_ ("Unable to print photo:\n\n%s"), _tmp25_);
#line 884 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp29_ = _tmp28_;
+ _tmp27_ = _tmp26_;
#line 884 "/home/jens/Source/shotwell/src/Printing.vala"
- app_window_error_message (_tmp29_, NULL);
+ app_window_error_message (_tmp27_, NULL);
#line 884 "/home/jens/Source/shotwell/src/Printing.vala"
- _g_free0 (_tmp29_);
-#line 6149 "Printing.c"
+ _g_free0 (_tmp27_);
+#line 6442 "Printing.c"
}
#line 849 "/home/jens/Source/shotwell/src/Printing.vala"
_g_free0 (err_msg);
#line 849 "/home/jens/Source/shotwell/src/Printing.vala"
_g_object_unref0 (job);
-#line 6155 "Printing.c"
+#line 6448 "Printing.c"
}
-static void print_manager_on_begin_print (PrintManager* self, GtkPrintOperation* emitting_object, GtkPrintContext* job_context) {
+static void
+print_manager_on_begin_print (PrintManager* self,
+ GtkPrintOperation* emitting_object,
+ GtkPrintContext* job_context)
+{
PrintJob* job = NULL;
- GtkPrintOperation* _tmp0_;
- PrintJob* _tmp1_;
- gboolean _tmp2_ = FALSE;
- GCancellable* _tmp3_;
+ PrintJob* _tmp0_;
+ gboolean _tmp1_ = FALSE;
+ GCancellable* _tmp2_;
GeeList* photos = NULL;
+ PrintJob* _tmp5_;
+ GeeList* _tmp6_;
PrintJob* _tmp7_;
- GeeList* _tmp8_;
- PrintJob* _tmp9_;
- PrintSettings* _tmp10_;
- PrintSettings* _tmp11_;
- ContentLayout _tmp12_;
- gboolean _tmp13_;
+ PrintSettings* _tmp8_;
+ PrintSettings* _tmp9_;
+ gboolean _tmp10_;
#line 887 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (IS_PRINT_MANAGER (self));
#line 887 "/home/jens/Source/shotwell/src/Printing.vala"
@@ -6179,125 +6474,109 @@ static void print_manager_on_begin_print (PrintManager* self, GtkPrintOperation*
#line 888 "/home/jens/Source/shotwell/src/Printing.vala"
g_debug ("Printing.vala:888: on_begin_print");
#line 890 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp0_ = emitting_object;
+ _tmp0_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_CAST (emitting_object, TYPE_PRINT_JOB, PrintJob));
#line 890 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp1_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, TYPE_PRINT_JOB, PrintJob));
-#line 890 "/home/jens/Source/shotwell/src/Printing.vala"
- job = _tmp1_;
-#line 893 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp3_ = self->priv->cancellable;
+ job = _tmp0_;
#line 893 "/home/jens/Source/shotwell/src/Printing.vala"
- if (_tmp3_ != NULL) {
-#line 6191 "Printing.c"
- GCancellable* _tmp4_;
- gboolean _tmp5_;
+ _tmp2_ = self->priv->cancellable;
#line 893 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp4_ = self->priv->cancellable;
+ if (_tmp2_ != NULL) {
+#line 6484 "Printing.c"
+ GCancellable* _tmp3_;
#line 893 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp5_ = g_cancellable_is_cancelled (_tmp4_);
+ _tmp3_ = self->priv->cancellable;
#line 893 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp2_ = _tmp5_;
-#line 6200 "Printing.c"
+ _tmp1_ = g_cancellable_is_cancelled (_tmp3_);
+#line 6490 "Printing.c"
} else {
#line 893 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp2_ = FALSE;
-#line 6204 "Printing.c"
+ _tmp1_ = FALSE;
+#line 6494 "Printing.c"
}
#line 893 "/home/jens/Source/shotwell/src/Printing.vala"
- if (_tmp2_) {
-#line 6208 "Printing.c"
- PrintJob* _tmp6_;
+ if (_tmp1_) {
+#line 6498 "Printing.c"
+ PrintJob* _tmp4_;
#line 894 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp6_ = job;
+ _tmp4_ = job;
#line 894 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_print_operation_cancel (G_TYPE_CHECK_INSTANCE_CAST (_tmp6_, gtk_print_operation_get_type (), GtkPrintOperation));
+ gtk_print_operation_cancel (G_TYPE_CHECK_INSTANCE_CAST (_tmp4_, gtk_print_operation_get_type (), GtkPrintOperation));
#line 896 "/home/jens/Source/shotwell/src/Printing.vala"
_g_object_unref0 (job);
#line 896 "/home/jens/Source/shotwell/src/Printing.vala"
return;
-#line 6218 "Printing.c"
+#line 6508 "Printing.c"
}
#line 899 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp7_ = job;
+ _tmp5_ = job;
#line 899 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp8_ = print_job_get_photos (_tmp7_);
+ _tmp6_ = print_job_get_photos (_tmp5_);
#line 899 "/home/jens/Source/shotwell/src/Printing.vala"
- photos = _tmp8_;
+ photos = _tmp6_;
#line 900 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp9_ = job;
-#line 900 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp10_ = print_job_get_local_settings (_tmp9_);
+ _tmp7_ = job;
#line 900 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp11_ = _tmp10_;
+ _tmp8_ = print_job_get_local_settings (_tmp7_);
#line 900 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp12_ = print_settings_get_content_layout (_tmp11_);
+ _tmp9_ = _tmp8_;
#line 900 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp13_ = _tmp12_ == CONTENT_LAYOUT_IMAGE_PER_PAGE;
+ _tmp10_ = print_settings_get_content_layout (_tmp9_) == CONTENT_LAYOUT_IMAGE_PER_PAGE;
#line 900 "/home/jens/Source/shotwell/src/Printing.vala"
- _print_settings_unref0 (_tmp11_);
+ _print_settings_unref0 (_tmp9_);
#line 900 "/home/jens/Source/shotwell/src/Printing.vala"
- if (_tmp13_) {
-#line 6240 "Printing.c"
+ if (_tmp10_) {
+#line 6528 "Printing.c"
PrintLayout layout = 0;
- PrintJob* _tmp14_;
- PrintSettings* _tmp15_;
- PrintSettings* _tmp16_;
+ PrintJob* _tmp11_;
+ PrintSettings* _tmp12_;
+ PrintSettings* _tmp13_;
+ PrintLayout _tmp14_;
+ PrintJob* _tmp15_;
+ GeeList* _tmp16_;
gint _tmp17_;
- PrintLayout _tmp18_;
- PrintJob* _tmp19_;
- GeeList* _tmp20_;
- gint _tmp21_;
- gint _tmp22_;
- PrintLayout _tmp23_;
- gint _tmp24_;
- gdouble _tmp25_;
+ gint _tmp18_;
+ PrintLayout _tmp19_;
#line 901 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp14_ = job;
+ _tmp11_ = job;
#line 901 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp15_ = print_job_get_local_settings (_tmp14_);
+ _tmp12_ = print_job_get_local_settings (_tmp11_);
#line 901 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp16_ = _tmp15_;
+ _tmp13_ = _tmp12_;
#line 901 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp17_ = print_settings_get_image_per_page_selection (_tmp16_);
+ _tmp14_ = (PrintLayout) print_settings_get_image_per_page_selection (_tmp13_);
#line 901 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp18_ = (PrintLayout) _tmp17_;
+ _print_settings_unref0 (_tmp13_);
#line 901 "/home/jens/Source/shotwell/src/Printing.vala"
- _print_settings_unref0 (_tmp16_);
-#line 901 "/home/jens/Source/shotwell/src/Printing.vala"
- layout = _tmp18_;
-#line 902 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp19_ = job;
-#line 902 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp20_ = photos;
+ layout = _tmp14_;
#line 902 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp21_ = gee_collection_get_size (G_TYPE_CHECK_INSTANCE_CAST (_tmp20_, GEE_TYPE_COLLECTION, GeeCollection));
+ _tmp15_ = job;
#line 902 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp22_ = _tmp21_;
+ _tmp16_ = photos;
#line 902 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp23_ = layout;
+ _tmp17_ = gee_collection_get_size (G_TYPE_CHECK_INSTANCE_CAST (_tmp16_, GEE_TYPE_COLLECTION, GeeCollection));
#line 902 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp24_ = print_layout_get_per_page (_tmp23_);
+ _tmp18_ = _tmp17_;
#line 902 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp25_ = ceil (((gdouble) _tmp22_) / ((gdouble) _tmp24_));
+ _tmp19_ = layout;
#line 902 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_print_operation_set_n_pages (G_TYPE_CHECK_INSTANCE_CAST (_tmp19_, gtk_print_operation_get_type (), GtkPrintOperation), (gint) _tmp25_);
-#line 6284 "Printing.c"
+ gtk_print_operation_set_n_pages (G_TYPE_CHECK_INSTANCE_CAST (_tmp15_, gtk_print_operation_get_type (), GtkPrintOperation), (gint) ceil (((gdouble) _tmp18_) / ((gdouble) print_layout_get_per_page (_tmp19_))));
+#line 6563 "Printing.c"
} else {
- PrintJob* _tmp26_;
- GeeList* _tmp27_;
- gint _tmp28_;
- gint _tmp29_;
+ PrintJob* _tmp20_;
+ GeeList* _tmp21_;
+ gint _tmp22_;
+ gint _tmp23_;
#line 904 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp26_ = job;
+ _tmp20_ = job;
#line 904 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp27_ = photos;
+ _tmp21_ = photos;
#line 904 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp28_ = gee_collection_get_size (G_TYPE_CHECK_INSTANCE_CAST (_tmp27_, GEE_TYPE_COLLECTION, GeeCollection));
+ _tmp22_ = gee_collection_get_size (G_TYPE_CHECK_INSTANCE_CAST (_tmp21_, GEE_TYPE_COLLECTION, GeeCollection));
#line 904 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp29_ = _tmp28_;
+ _tmp23_ = _tmp22_;
#line 904 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_print_operation_set_n_pages (G_TYPE_CHECK_INSTANCE_CAST (_tmp26_, gtk_print_operation_get_type (), GtkPrintOperation), _tmp29_);
-#line 6300 "Printing.c"
+ gtk_print_operation_set_n_pages (G_TYPE_CHECK_INSTANCE_CAST (_tmp20_, gtk_print_operation_get_type (), GtkPrintOperation), _tmp23_);
+#line 6579 "Printing.c"
}
#line 907 "/home/jens/Source/shotwell/src/Printing.vala"
spin_event_loop ();
@@ -6305,95 +6584,92 @@ static void print_manager_on_begin_print (PrintManager* self, GtkPrintOperation*
_g_object_unref0 (photos);
#line 887 "/home/jens/Source/shotwell/src/Printing.vala"
_g_object_unref0 (job);
-#line 6308 "Printing.c"
+#line 6587 "Printing.c"
}
-static void print_manager_on_status_changed (PrintManager* self, GtkPrintOperation* job) {
- GtkPrintOperation* _tmp0_;
- const gchar* _tmp1_;
- ProgressDialog* _tmp2_;
+static void
+print_manager_on_status_changed (PrintManager* self,
+ GtkPrintOperation* job)
+{
+ const gchar* _tmp0_;
+ ProgressDialog* _tmp1_;
#line 910 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (IS_PRINT_MANAGER (self));
#line 910 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (GTK_IS_PRINT_OPERATION (job));
#line 911 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp0_ = job;
+ _tmp0_ = gtk_print_operation_get_status_string (job);
#line 911 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp1_ = gtk_print_operation_get_status_string (_tmp0_);
-#line 911 "/home/jens/Source/shotwell/src/Printing.vala"
- g_debug ("Printing.vala:911: on_status_changed: %s", _tmp1_);
+ g_debug ("Printing.vala:911: on_status_changed: %s", _tmp0_);
#line 913 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp2_ = self->priv->progress_dialog;
+ _tmp1_ = self->priv->progress_dialog;
#line 913 "/home/jens/Source/shotwell/src/Printing.vala"
- if (_tmp2_ != NULL) {
-#line 6330 "Printing.c"
- ProgressDialog* _tmp3_;
- GtkPrintOperation* _tmp4_;
- const gchar* _tmp5_;
+ if (_tmp1_ != NULL) {
+#line 6609 "Printing.c"
+ ProgressDialog* _tmp2_;
+ const gchar* _tmp3_;
#line 914 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp3_ = self->priv->progress_dialog;
+ _tmp2_ = self->priv->progress_dialog;
#line 914 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp4_ = job;
-#line 914 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp5_ = gtk_print_operation_get_status_string (_tmp4_);
+ _tmp3_ = gtk_print_operation_get_status_string (job);
#line 914 "/home/jens/Source/shotwell/src/Printing.vala"
- progress_dialog_set_status (_tmp3_, _tmp5_);
+ progress_dialog_set_status (_tmp2_, _tmp3_);
#line 915 "/home/jens/Source/shotwell/src/Printing.vala"
spin_event_loop ();
-#line 6344 "Printing.c"
+#line 6620 "Printing.c"
}
}
-static gpointer _cairo_reference0 (gpointer self) {
+static gpointer
+_cairo_reference0 (gpointer self)
+{
#line 940 "/home/jens/Source/shotwell/src/Printing.vala"
return self ? cairo_reference (self) : NULL;
-#line 6352 "Printing.c"
+#line 6630 "Printing.c"
}
-static void print_manager_on_draw_page (PrintManager* self, GtkPrintOperation* emitting_object, GtkPrintContext* job_context, gint page_num) {
+static void
+print_manager_on_draw_page (PrintManager* self,
+ GtkPrintOperation* emitting_object,
+ GtkPrintContext* job_context,
+ gint page_num)
+{
PrintJob* job = NULL;
- GtkPrintOperation* _tmp0_;
- PrintJob* _tmp1_;
- gboolean _tmp2_ = FALSE;
- GCancellable* _tmp3_;
+ PrintJob* _tmp0_;
+ gboolean _tmp1_ = FALSE;
+ GCancellable* _tmp2_;
GtkPageSetup* page_setup = NULL;
- GtkPrintContext* _tmp7_;
- GtkPageSetup* _tmp8_;
- GtkPageSetup* _tmp9_;
+ GtkPageSetup* _tmp5_;
+ GtkPageSetup* _tmp6_;
gdouble page_width = 0.0;
- GtkPageSetup* _tmp10_;
- gdouble _tmp11_;
+ GtkPageSetup* _tmp7_;
gdouble page_height = 0.0;
- GtkPageSetup* _tmp12_;
- gdouble _tmp13_;
+ GtkPageSetup* _tmp8_;
gdouble dpi = 0.0;
- PrintJob* _tmp14_;
- PrintSettings* _tmp15_;
- PrintSettings* _tmp16_;
- gint _tmp17_;
- gdouble _tmp18_;
+ PrintJob* _tmp9_;
+ PrintSettings* _tmp10_;
+ PrintSettings* _tmp11_;
+ gdouble _tmp12_;
gdouble inv_dpi = 0.0;
- gdouble _tmp19_;
+ gdouble _tmp13_;
cairo_t* dc = NULL;
- GtkPrintContext* _tmp20_;
- cairo_t* _tmp21_;
- cairo_t* _tmp22_;
- cairo_t* _tmp23_;
- gdouble _tmp24_;
- gdouble _tmp25_;
+ cairo_t* _tmp14_;
+ cairo_t* _tmp15_;
+ cairo_t* _tmp16_;
+ gdouble _tmp17_;
+ gdouble _tmp18_;
GeeList* photos = NULL;
- PrintJob* _tmp26_;
- GeeList* _tmp27_;
+ PrintJob* _tmp19_;
+ GeeList* _tmp20_;
ContentLayout content_layout = 0;
- PrintJob* _tmp28_;
- PrintSettings* _tmp29_;
- PrintSettings* _tmp30_;
- ContentLayout _tmp31_;
- ContentLayout _tmp32_;
- ContentLayout _tmp33_;
+ PrintJob* _tmp21_;
+ PrintSettings* _tmp22_;
+ PrintSettings* _tmp23_;
+ ContentLayout _tmp24_;
+ ContentLayout _tmp25_;
#line 919 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (IS_PRINT_MANAGER (self));
#line 919 "/home/jens/Source/shotwell/src/Printing.vala"
@@ -6403,803 +6679,723 @@ static void print_manager_on_draw_page (PrintManager* self, GtkPrintOperation* e
#line 921 "/home/jens/Source/shotwell/src/Printing.vala"
g_debug ("Printing.vala:921: on_draw_page");
#line 923 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp0_ = emitting_object;
+ _tmp0_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_CAST (emitting_object, TYPE_PRINT_JOB, PrintJob));
#line 923 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp1_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, TYPE_PRINT_JOB, PrintJob));
-#line 923 "/home/jens/Source/shotwell/src/Printing.vala"
- job = _tmp1_;
-#line 926 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp3_ = self->priv->cancellable;
+ job = _tmp0_;
#line 926 "/home/jens/Source/shotwell/src/Printing.vala"
- if (_tmp3_ != NULL) {
-#line 6415 "Printing.c"
- GCancellable* _tmp4_;
- gboolean _tmp5_;
+ _tmp2_ = self->priv->cancellable;
#line 926 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp4_ = self->priv->cancellable;
+ if (_tmp2_ != NULL) {
+#line 6689 "Printing.c"
+ GCancellable* _tmp3_;
#line 926 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp5_ = g_cancellable_is_cancelled (_tmp4_);
+ _tmp3_ = self->priv->cancellable;
#line 926 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp2_ = _tmp5_;
-#line 6424 "Printing.c"
+ _tmp1_ = g_cancellable_is_cancelled (_tmp3_);
+#line 6695 "Printing.c"
} else {
#line 926 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp2_ = FALSE;
-#line 6428 "Printing.c"
+ _tmp1_ = FALSE;
+#line 6699 "Printing.c"
}
#line 926 "/home/jens/Source/shotwell/src/Printing.vala"
- if (_tmp2_) {
-#line 6432 "Printing.c"
- PrintJob* _tmp6_;
+ if (_tmp1_) {
+#line 6703 "Printing.c"
+ PrintJob* _tmp4_;
#line 927 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp6_ = job;
+ _tmp4_ = job;
#line 927 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_print_operation_cancel (G_TYPE_CHECK_INSTANCE_CAST (_tmp6_, gtk_print_operation_get_type (), GtkPrintOperation));
+ gtk_print_operation_cancel (G_TYPE_CHECK_INSTANCE_CAST (_tmp4_, gtk_print_operation_get_type (), GtkPrintOperation));
#line 929 "/home/jens/Source/shotwell/src/Printing.vala"
_g_object_unref0 (job);
#line 929 "/home/jens/Source/shotwell/src/Printing.vala"
return;
-#line 6442 "Printing.c"
+#line 6713 "Printing.c"
}
#line 932 "/home/jens/Source/shotwell/src/Printing.vala"
spin_event_loop ();
#line 934 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp7_ = job_context;
-#line 934 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp8_ = gtk_print_context_get_page_setup (_tmp7_);
+ _tmp5_ = gtk_print_context_get_page_setup (job_context);
#line 934 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp9_ = _g_object_ref0 (_tmp8_);
+ _tmp6_ = _g_object_ref0 (_tmp5_);
#line 934 "/home/jens/Source/shotwell/src/Printing.vala"
- page_setup = _tmp9_;
+ page_setup = _tmp6_;
#line 935 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp10_ = page_setup;
+ _tmp7_ = page_setup;
#line 935 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp11_ = gtk_page_setup_get_page_width (_tmp10_, GTK_UNIT_INCH);
-#line 935 "/home/jens/Source/shotwell/src/Printing.vala"
- page_width = _tmp11_;
-#line 936 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp12_ = page_setup;
+ page_width = gtk_page_setup_get_page_width (_tmp7_, GTK_UNIT_INCH);
#line 936 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp13_ = gtk_page_setup_get_page_height (_tmp12_, GTK_UNIT_INCH);
+ _tmp8_ = page_setup;
#line 936 "/home/jens/Source/shotwell/src/Printing.vala"
- page_height = _tmp13_;
-#line 938 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp14_ = job;
+ page_height = gtk_page_setup_get_page_height (_tmp8_, GTK_UNIT_INCH);
#line 938 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp15_ = print_job_get_local_settings (_tmp14_);
+ _tmp9_ = job;
#line 938 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp16_ = _tmp15_;
+ _tmp10_ = print_job_get_local_settings (_tmp9_);
#line 938 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp17_ = print_settings_get_content_ppi (_tmp16_);
+ _tmp11_ = _tmp10_;
#line 938 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp18_ = (gdouble) _tmp17_;
+ _tmp12_ = (gdouble) print_settings_get_content_ppi (_tmp11_);
#line 938 "/home/jens/Source/shotwell/src/Printing.vala"
- _print_settings_unref0 (_tmp16_);
+ _print_settings_unref0 (_tmp11_);
#line 938 "/home/jens/Source/shotwell/src/Printing.vala"
- dpi = _tmp18_;
+ dpi = _tmp12_;
#line 939 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp19_ = dpi;
+ _tmp13_ = dpi;
#line 939 "/home/jens/Source/shotwell/src/Printing.vala"
- inv_dpi = 1.0 / _tmp19_;
+ inv_dpi = 1.0 / _tmp13_;
#line 940 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp20_ = job_context;
+ _tmp14_ = gtk_print_context_get_cairo_context (job_context);
#line 940 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp21_ = gtk_print_context_get_cairo_context (_tmp20_);
+ _tmp15_ = _cairo_reference0 (_tmp14_);
#line 940 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp22_ = _cairo_reference0 (_tmp21_);
-#line 940 "/home/jens/Source/shotwell/src/Printing.vala"
- dc = _tmp22_;
+ dc = _tmp15_;
#line 941 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp23_ = dc;
+ _tmp16_ = dc;
#line 941 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp24_ = inv_dpi;
+ _tmp17_ = inv_dpi;
#line 941 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp25_ = inv_dpi;
+ _tmp18_ = inv_dpi;
#line 941 "/home/jens/Source/shotwell/src/Printing.vala"
- cairo_scale (_tmp23_, _tmp24_, _tmp25_);
+ cairo_scale (_tmp16_, _tmp17_, _tmp18_);
#line 942 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp26_ = job;
+ _tmp19_ = job;
#line 942 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp27_ = print_job_get_photos (_tmp26_);
+ _tmp20_ = print_job_get_photos (_tmp19_);
#line 942 "/home/jens/Source/shotwell/src/Printing.vala"
- photos = _tmp27_;
-#line 944 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp28_ = job;
+ photos = _tmp20_;
#line 944 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp29_ = print_job_get_local_settings (_tmp28_);
+ _tmp21_ = job;
#line 944 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp30_ = _tmp29_;
+ _tmp22_ = print_job_get_local_settings (_tmp21_);
#line 944 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp31_ = print_settings_get_content_layout (_tmp30_);
+ _tmp23_ = _tmp22_;
#line 944 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp32_ = _tmp31_;
+ _tmp24_ = print_settings_get_content_layout (_tmp23_);
#line 944 "/home/jens/Source/shotwell/src/Printing.vala"
- _print_settings_unref0 (_tmp30_);
+ _print_settings_unref0 (_tmp23_);
#line 944 "/home/jens/Source/shotwell/src/Printing.vala"
- content_layout = _tmp32_;
+ content_layout = _tmp24_;
#line 945 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp33_ = content_layout;
+ _tmp25_ = content_layout;
#line 945 "/home/jens/Source/shotwell/src/Printing.vala"
- switch (_tmp33_) {
+ switch (_tmp25_) {
#line 945 "/home/jens/Source/shotwell/src/Printing.vala"
case CONTENT_LAYOUT_STANDARD_SIZE:
#line 945 "/home/jens/Source/shotwell/src/Printing.vala"
case CONTENT_LAYOUT_CUSTOM_SIZE:
-#line 6528 "Printing.c"
+#line 6787 "Printing.c"
{
gdouble canvas_width = 0.0;
gdouble canvas_height = 0.0;
- ContentLayout _tmp34_;
- gint _tmp66_;
- GeeList* _tmp67_;
- gint _tmp68_;
- gint _tmp69_;
- ProgressDialog* _tmp115_;
+ ContentLayout _tmp26_;
+ GeeList* _tmp56_;
+ gint _tmp57_;
+ gint _tmp58_;
+ ProgressDialog* _tmp95_;
#line 949 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp34_ = content_layout;
+ _tmp26_ = content_layout;
#line 949 "/home/jens/Source/shotwell/src/Printing.vala"
- if (_tmp34_ == CONTENT_LAYOUT_STANDARD_SIZE) {
-#line 6542 "Printing.c"
+ if (_tmp26_ == CONTENT_LAYOUT_STANDARD_SIZE) {
+#line 6800 "Printing.c"
+ gint _tmp27_;
+ StandardPrintSize** _tmp28_;
+ PrintJob* _tmp29_;
+ PrintSettings* _tmp30_;
+ PrintSettings* _tmp31_;
+ StandardPrintSize* _tmp32_;
+ Measurement _tmp33_ = {0};
+ gdouble _tmp34_;
gint _tmp35_;
StandardPrintSize** _tmp36_;
PrintJob* _tmp37_;
PrintSettings* _tmp38_;
PrintSettings* _tmp39_;
- gint _tmp40_;
- StandardPrintSize* _tmp41_;
- Measurement _tmp42_ = {0};
- gdouble _tmp43_;
- gint _tmp44_;
- StandardPrintSize** _tmp45_;
- PrintJob* _tmp46_;
- PrintSettings* _tmp47_;
- PrintSettings* _tmp48_;
- gint _tmp49_;
- StandardPrintSize* _tmp50_;
- Measurement _tmp51_ = {0};
- gdouble _tmp52_;
+ StandardPrintSize* _tmp40_;
+ Measurement _tmp41_ = {0};
+ gdouble _tmp42_;
#line 950 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp36_ = print_manager_get_standard_sizes (self, &_tmp35_);
+ _tmp28_ = print_manager_get_standard_sizes (self, &_tmp27_);
#line 950 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp37_ = job;
+ _tmp29_ = job;
#line 950 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp38_ = print_job_get_local_settings (_tmp37_);
-#line 950 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp39_ = _tmp38_;
+ _tmp30_ = print_job_get_local_settings (_tmp29_);
#line 950 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp40_ = print_settings_get_size_selection (_tmp39_);
+ _tmp31_ = _tmp30_;
#line 950 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp41_ = _tmp36_[_tmp40_];
+ _tmp32_ = _tmp28_[print_settings_get_size_selection (_tmp31_)];
#line 950 "/home/jens/Source/shotwell/src/Printing.vala"
- measurement_convert_to (&_tmp41_->width, MEASUREMENT_UNIT_INCHES, &_tmp42_);
+ measurement_convert_to (&_tmp32_->width, MEASUREMENT_UNIT_INCHES, &_tmp33_);
#line 950 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp43_ = _tmp42_.value;
+ _tmp34_ = _tmp33_.value;
#line 950 "/home/jens/Source/shotwell/src/Printing.vala"
- canvas_width = _tmp43_;
+ canvas_width = _tmp34_;
#line 950 "/home/jens/Source/shotwell/src/Printing.vala"
- _print_settings_unref0 (_tmp39_);
-#line 952 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp45_ = print_manager_get_standard_sizes (self, &_tmp44_);
+ _print_settings_unref0 (_tmp31_);
#line 952 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp46_ = job;
+ _tmp36_ = print_manager_get_standard_sizes (self, &_tmp35_);
#line 952 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp47_ = print_job_get_local_settings (_tmp46_);
+ _tmp37_ = job;
#line 952 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp48_ = _tmp47_;
+ _tmp38_ = print_job_get_local_settings (_tmp37_);
#line 952 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp49_ = print_settings_get_size_selection (_tmp48_);
+ _tmp39_ = _tmp38_;
#line 952 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp50_ = _tmp45_[_tmp49_];
+ _tmp40_ = _tmp36_[print_settings_get_size_selection (_tmp39_)];
#line 952 "/home/jens/Source/shotwell/src/Printing.vala"
- measurement_convert_to (&_tmp50_->height, MEASUREMENT_UNIT_INCHES, &_tmp51_);
+ measurement_convert_to (&_tmp40_->height, MEASUREMENT_UNIT_INCHES, &_tmp41_);
#line 952 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp52_ = _tmp51_.value;
+ _tmp42_ = _tmp41_.value;
#line 952 "/home/jens/Source/shotwell/src/Printing.vala"
- canvas_height = _tmp52_;
+ canvas_height = _tmp42_;
#line 952 "/home/jens/Source/shotwell/src/Printing.vala"
- _print_settings_unref0 (_tmp48_);
-#line 6601 "Printing.c"
+ _print_settings_unref0 (_tmp39_);
+#line 6853 "Printing.c"
} else {
- ContentLayout _tmp53_;
- PrintJob* _tmp54_;
- PrintSettings* _tmp55_;
- PrintSettings* _tmp56_;
- Measurement _tmp57_ = {0};
- Measurement _tmp58_ = {0};
- gdouble _tmp59_;
- PrintJob* _tmp60_;
- PrintSettings* _tmp61_;
- PrintSettings* _tmp62_;
- Measurement _tmp63_ = {0};
- Measurement _tmp64_ = {0};
- gdouble _tmp65_;
+ ContentLayout _tmp43_;
+ PrintJob* _tmp44_;
+ PrintSettings* _tmp45_;
+ PrintSettings* _tmp46_;
+ Measurement _tmp47_ = {0};
+ Measurement _tmp48_ = {0};
+ gdouble _tmp49_;
+ PrintJob* _tmp50_;
+ PrintSettings* _tmp51_;
+ PrintSettings* _tmp52_;
+ Measurement _tmp53_ = {0};
+ Measurement _tmp54_ = {0};
+ gdouble _tmp55_;
#line 955 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp53_ = content_layout;
+ _tmp43_ = content_layout;
#line 955 "/home/jens/Source/shotwell/src/Printing.vala"
- _vala_assert (_tmp53_ == CONTENT_LAYOUT_CUSTOM_SIZE, "content_layout == ContentLayout.CUSTOM_SIZE");
+ _vala_assert (_tmp43_ == CONTENT_LAYOUT_CUSTOM_SIZE, "content_layout == ContentLayout.CUSTOM_SIZE");
#line 956 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp54_ = job;
+ _tmp44_ = job;
#line 956 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp55_ = print_job_get_local_settings (_tmp54_);
+ _tmp45_ = print_job_get_local_settings (_tmp44_);
#line 956 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp56_ = _tmp55_;
+ _tmp46_ = _tmp45_;
#line 956 "/home/jens/Source/shotwell/src/Printing.vala"
- print_settings_get_content_width (_tmp56_, &_tmp57_);
+ print_settings_get_content_width (_tmp46_, &_tmp47_);
#line 956 "/home/jens/Source/shotwell/src/Printing.vala"
- measurement_convert_to (&_tmp57_, MEASUREMENT_UNIT_INCHES, &_tmp58_);
+ measurement_convert_to (&_tmp47_, MEASUREMENT_UNIT_INCHES, &_tmp48_);
#line 956 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp59_ = _tmp58_.value;
+ _tmp49_ = _tmp48_.value;
#line 956 "/home/jens/Source/shotwell/src/Printing.vala"
- canvas_width = _tmp59_;
+ canvas_width = _tmp49_;
#line 956 "/home/jens/Source/shotwell/src/Printing.vala"
- _print_settings_unref0 (_tmp56_);
+ _print_settings_unref0 (_tmp46_);
#line 958 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp60_ = job;
+ _tmp50_ = job;
#line 958 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp61_ = print_job_get_local_settings (_tmp60_);
+ _tmp51_ = print_job_get_local_settings (_tmp50_);
#line 958 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp62_ = _tmp61_;
+ _tmp52_ = _tmp51_;
#line 958 "/home/jens/Source/shotwell/src/Printing.vala"
- print_settings_get_content_height (_tmp62_, &_tmp63_);
+ print_settings_get_content_height (_tmp52_, &_tmp53_);
#line 958 "/home/jens/Source/shotwell/src/Printing.vala"
- measurement_convert_to (&_tmp63_, MEASUREMENT_UNIT_INCHES, &_tmp64_);
+ measurement_convert_to (&_tmp53_, MEASUREMENT_UNIT_INCHES, &_tmp54_);
#line 958 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp65_ = _tmp64_.value;
+ _tmp55_ = _tmp54_.value;
#line 958 "/home/jens/Source/shotwell/src/Printing.vala"
- canvas_height = _tmp65_;
+ canvas_height = _tmp55_;
#line 958 "/home/jens/Source/shotwell/src/Printing.vala"
- _print_settings_unref0 (_tmp62_);
-#line 6652 "Printing.c"
+ _print_settings_unref0 (_tmp52_);
+#line 6904 "Printing.c"
}
#line 962 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp66_ = page_num;
-#line 962 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp67_ = photos;
+ _tmp56_ = photos;
#line 962 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp68_ = gee_collection_get_size (G_TYPE_CHECK_INSTANCE_CAST (_tmp67_, GEE_TYPE_COLLECTION, GeeCollection));
+ _tmp57_ = gee_collection_get_size (G_TYPE_CHECK_INSTANCE_CAST (_tmp56_, GEE_TYPE_COLLECTION, GeeCollection));
#line 962 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp69_ = _tmp68_;
+ _tmp58_ = _tmp57_;
#line 962 "/home/jens/Source/shotwell/src/Printing.vala"
- if (_tmp66_ < _tmp69_) {
-#line 6664 "Printing.c"
+ if (page_num < _tmp58_) {
+#line 6914 "Printing.c"
Dimensions photo_dimensions = {0};
- GeeList* _tmp70_;
- gint _tmp71_;
- gpointer _tmp72_;
- Photo* _tmp73_;
- Dimensions _tmp74_ = {0};
- Dimensions _tmp75_;
+ GeeList* _tmp59_;
+ gpointer _tmp60_;
+ Photo* _tmp61_;
+ Dimensions _tmp62_ = {0};
+ Dimensions _tmp63_;
gdouble photo_aspect_ratio = 0.0;
- gdouble _tmp76_;
gdouble canvas_aspect_ratio = 0.0;
- gdouble _tmp77_;
+ gdouble _tmp64_;
+ gdouble _tmp65_;
+ gdouble _tmp66_;
+ gdouble _tmp67_;
+ gdouble dx = 0.0;
+ gdouble _tmp71_;
+ gdouble _tmp72_;
+ gdouble dy = 0.0;
+ gdouble _tmp73_;
+ gdouble _tmp74_;
+ GeeList* _tmp75_;
+ gpointer _tmp76_;
+ Photo* _tmp77_;
gdouble _tmp78_;
gdouble _tmp79_;
gdouble _tmp80_;
gdouble _tmp81_;
- gdouble _tmp82_;
- gdouble dx = 0.0;
- gdouble _tmp86_;
- gdouble _tmp87_;
- gdouble dy = 0.0;
- gdouble _tmp88_;
- gdouble _tmp89_;
- GeeList* _tmp90_;
- gint _tmp91_;
- gpointer _tmp92_;
- Photo* _tmp93_;
- gdouble _tmp94_;
- gdouble _tmp95_;
- gdouble _tmp96_;
- gdouble _tmp97_;
- PrintJob* _tmp98_;
- GtkPrintContext* _tmp99_;
- PrintJob* _tmp100_;
- PrintSettings* _tmp101_;
- PrintSettings* _tmp102_;
- gboolean _tmp103_;
- gboolean _tmp104_;
+ PrintJob* _tmp82_;
+ PrintJob* _tmp83_;
+ PrintSettings* _tmp84_;
+ PrintSettings* _tmp85_;
+ gboolean _tmp86_;
#line 963 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp70_ = photos;
+ _tmp59_ = photos;
#line 963 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp71_ = page_num;
+ _tmp60_ = gee_list_get (_tmp59_, page_num);
#line 963 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp72_ = gee_list_get (_tmp70_, _tmp71_);
+ _tmp61_ = (Photo*) _tmp60_;
#line 963 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp73_ = (Photo*) _tmp72_;
+ media_source_get_dimensions (G_TYPE_CHECK_INSTANCE_CAST (_tmp61_, TYPE_MEDIA_SOURCE, MediaSource), PHOTO_EXCEPTION_NONE, &_tmp62_);
#line 963 "/home/jens/Source/shotwell/src/Printing.vala"
- media_source_get_dimensions (G_TYPE_CHECK_INSTANCE_CAST (_tmp73_, TYPE_MEDIA_SOURCE, MediaSource), PHOTO_EXCEPTION_NONE, &_tmp74_);
+ _tmp63_ = _tmp62_;
#line 963 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp75_ = _tmp74_;
+ _g_object_unref0 (_tmp61_);
#line 963 "/home/jens/Source/shotwell/src/Printing.vala"
- _g_object_unref0 (_tmp73_);
-#line 963 "/home/jens/Source/shotwell/src/Printing.vala"
- photo_dimensions = _tmp75_;
-#line 964 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp76_ = dimensions_get_aspect_ratio (&photo_dimensions);
+ photo_dimensions = _tmp63_;
#line 964 "/home/jens/Source/shotwell/src/Printing.vala"
- photo_aspect_ratio = _tmp76_;
+ photo_aspect_ratio = dimensions_get_aspect_ratio (&photo_dimensions);
#line 965 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp77_ = canvas_width;
+ _tmp64_ = canvas_width;
#line 965 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp78_ = canvas_height;
+ _tmp65_ = canvas_height;
#line 965 "/home/jens/Source/shotwell/src/Printing.vala"
- canvas_aspect_ratio = ((gdouble) _tmp77_) / _tmp78_;
-#line 966 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp79_ = canvas_aspect_ratio;
+ canvas_aspect_ratio = ((gdouble) _tmp64_) / _tmp65_;
#line 966 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp80_ = floor (_tmp79_);
+ _tmp66_ = canvas_aspect_ratio;
#line 966 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp81_ = photo_aspect_ratio;
+ _tmp67_ = photo_aspect_ratio;
#line 966 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp82_ = floor (_tmp81_);
-#line 966 "/home/jens/Source/shotwell/src/Printing.vala"
- if (_tmp80_ != _tmp82_) {
-#line 6738 "Printing.c"
+ if (floor (_tmp66_) != floor (_tmp67_)) {
+#line 6973 "Printing.c"
gdouble canvas_tmp = 0.0;
- gdouble _tmp83_;
- gdouble _tmp84_;
- gdouble _tmp85_;
+ gdouble _tmp68_;
+ gdouble _tmp69_;
+ gdouble _tmp70_;
#line 967 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp83_ = canvas_width;
+ _tmp68_ = canvas_width;
#line 967 "/home/jens/Source/shotwell/src/Printing.vala"
- canvas_tmp = _tmp83_;
+ canvas_tmp = _tmp68_;
#line 968 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp84_ = canvas_height;
+ _tmp69_ = canvas_height;
#line 968 "/home/jens/Source/shotwell/src/Printing.vala"
- canvas_width = _tmp84_;
+ canvas_width = _tmp69_;
#line 969 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp85_ = canvas_tmp;
+ _tmp70_ = canvas_tmp;
#line 969 "/home/jens/Source/shotwell/src/Printing.vala"
- canvas_height = _tmp85_;
-#line 6755 "Printing.c"
+ canvas_height = _tmp70_;
+#line 6990 "Printing.c"
}
#line 972 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp86_ = page_width;
+ _tmp71_ = page_width;
#line 972 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp87_ = canvas_width;
+ _tmp72_ = canvas_width;
#line 972 "/home/jens/Source/shotwell/src/Printing.vala"
- dx = (_tmp86_ - _tmp87_) / 2.0;
+ dx = (_tmp71_ - _tmp72_) / 2.0;
#line 973 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp88_ = page_height;
+ _tmp73_ = page_height;
#line 973 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp89_ = canvas_height;
+ _tmp74_ = canvas_height;
#line 973 "/home/jens/Source/shotwell/src/Printing.vala"
- dy = (_tmp88_ - _tmp89_) / 2.0;
-#line 974 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp90_ = photos;
-#line 974 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp91_ = page_num;
+ dy = (_tmp73_ - _tmp74_) / 2.0;
#line 974 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp92_ = gee_list_get (_tmp90_, _tmp91_);
+ _tmp75_ = photos;
#line 974 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp93_ = (Photo*) _tmp92_;
+ _tmp76_ = gee_list_get (_tmp75_, page_num);
#line 974 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp94_ = dx;
+ _tmp77_ = (Photo*) _tmp76_;
#line 974 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp95_ = dy;
+ _tmp78_ = dx;
#line 974 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp96_ = canvas_width;
+ _tmp79_ = dy;
#line 974 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp97_ = canvas_height;
+ _tmp80_ = canvas_width;
#line 974 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp98_ = job;
+ _tmp81_ = canvas_height;
#line 974 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp99_ = job_context;
+ _tmp82_ = job;
#line 974 "/home/jens/Source/shotwell/src/Printing.vala"
- print_manager_fit_image_to_canvas (self, _tmp93_, _tmp94_, _tmp95_, _tmp96_, _tmp97_, TRUE, _tmp98_, _tmp99_);
+ print_manager_fit_image_to_canvas (self, _tmp77_, _tmp78_, _tmp79_, _tmp80_, _tmp81_, TRUE, _tmp82_, job_context);
#line 974 "/home/jens/Source/shotwell/src/Printing.vala"
- _g_object_unref0 (_tmp93_);
+ _g_object_unref0 (_tmp77_);
#line 976 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp100_ = job;
+ _tmp83_ = job;
#line 976 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp101_ = print_job_get_local_settings (_tmp100_);
+ _tmp84_ = print_job_get_local_settings (_tmp83_);
#line 976 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp102_ = _tmp101_;
+ _tmp85_ = _tmp84_;
#line 976 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp103_ = print_settings_is_print_titles_enabled (_tmp102_);
+ _tmp86_ = print_settings_is_print_titles_enabled (_tmp85_);
#line 976 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp104_ = _tmp103_;
+ _print_settings_unref0 (_tmp85_);
#line 976 "/home/jens/Source/shotwell/src/Printing.vala"
- _print_settings_unref0 (_tmp102_);
-#line 976 "/home/jens/Source/shotwell/src/Printing.vala"
- if (_tmp104_) {
-#line 6807 "Printing.c"
- gdouble _tmp105_;
- gdouble _tmp106_;
- GeeList* _tmp107_;
- gint _tmp108_;
- gpointer _tmp109_;
- Photo* _tmp110_;
- gchar* _tmp111_;
- gchar* _tmp112_;
- PrintJob* _tmp113_;
- GtkPrintContext* _tmp114_;
-#line 977 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp105_ = page_width;
-#line 977 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp106_ = page_height;
+ if (_tmp86_) {
+#line 7036 "Printing.c"
+ gdouble _tmp87_;
+ gdouble _tmp88_;
+ GeeList* _tmp89_;
+ gpointer _tmp90_;
+ Photo* _tmp91_;
+ gchar* _tmp92_;
+ gchar* _tmp93_;
+ PrintJob* _tmp94_;
#line 977 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp107_ = photos;
+ _tmp87_ = page_width;
#line 977 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp108_ = page_num;
+ _tmp88_ = page_height;
#line 977 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp109_ = gee_list_get (_tmp107_, _tmp108_);
+ _tmp89_ = photos;
#line 977 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp110_ = (Photo*) _tmp109_;
+ _tmp90_ = gee_list_get (_tmp89_, page_num);
#line 977 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp111_ = data_object_get_name (G_TYPE_CHECK_INSTANCE_CAST (_tmp110_, TYPE_DATA_OBJECT, DataObject));
+ _tmp91_ = (Photo*) _tmp90_;
#line 977 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp112_ = _tmp111_;
+ _tmp92_ = data_object_get_name (G_TYPE_CHECK_INSTANCE_CAST (_tmp91_, TYPE_DATA_OBJECT, DataObject));
#line 977 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp113_ = job;
+ _tmp93_ = _tmp92_;
#line 977 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp114_ = job_context;
+ _tmp94_ = job;
#line 977 "/home/jens/Source/shotwell/src/Printing.vala"
- print_manager_add_title_to_canvas (self, _tmp105_ / 2, _tmp106_, _tmp112_, _tmp113_, _tmp114_);
+ print_manager_add_title_to_canvas (self, _tmp87_ / 2, _tmp88_, _tmp93_, _tmp94_, job_context);
#line 977 "/home/jens/Source/shotwell/src/Printing.vala"
- _g_free0 (_tmp112_);
+ _g_free0 (_tmp93_);
#line 977 "/home/jens/Source/shotwell/src/Printing.vala"
- _g_object_unref0 (_tmp110_);
-#line 6844 "Printing.c"
+ _g_object_unref0 (_tmp91_);
+#line 7067 "Printing.c"
}
}
#line 982 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp115_ = self->priv->progress_dialog;
+ _tmp95_ = self->priv->progress_dialog;
#line 982 "/home/jens/Source/shotwell/src/Printing.vala"
- if (_tmp115_ != NULL) {
-#line 6851 "Printing.c"
- ProgressDialog* _tmp116_;
- gint _tmp117_;
- GeeList* _tmp118_;
- gint _tmp119_;
- gint _tmp120_;
+ if (_tmp95_ != NULL) {
+#line 7074 "Printing.c"
+ ProgressDialog* _tmp96_;
+ GeeList* _tmp97_;
+ gint _tmp98_;
+ gint _tmp99_;
#line 983 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp116_ = self->priv->progress_dialog;
+ _tmp96_ = self->priv->progress_dialog;
#line 983 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp117_ = page_num;
+ _tmp97_ = photos;
#line 983 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp118_ = photos;
+ _tmp98_ = gee_collection_get_size (G_TYPE_CHECK_INSTANCE_CAST (_tmp97_, GEE_TYPE_COLLECTION, GeeCollection));
#line 983 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp119_ = gee_collection_get_size (G_TYPE_CHECK_INSTANCE_CAST (_tmp118_, GEE_TYPE_COLLECTION, GeeCollection));
+ _tmp99_ = _tmp98_;
#line 983 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp120_ = _tmp119_;
-#line 983 "/home/jens/Source/shotwell/src/Printing.vala"
- progress_dialog_monitor (_tmp116_, (guint64) _tmp117_, (guint64) _tmp120_, TRUE);
-#line 6869 "Printing.c"
+ progress_dialog_monitor (_tmp96_, (guint64) page_num, (guint64) _tmp99_, TRUE);
+#line 7089 "Printing.c"
}
#line 984 "/home/jens/Source/shotwell/src/Printing.vala"
break;
-#line 6873 "Printing.c"
+#line 7093 "Printing.c"
}
#line 945 "/home/jens/Source/shotwell/src/Printing.vala"
case CONTENT_LAYOUT_IMAGE_PER_PAGE:
-#line 6877 "Printing.c"
+#line 7097 "Printing.c"
{
PrintLayout layout = 0;
- PrintJob* _tmp121_;
- PrintSettings* _tmp122_;
- PrintSettings* _tmp123_;
- gint _tmp124_;
- PrintLayout _tmp125_;
+ PrintJob* _tmp100_;
+ PrintSettings* _tmp101_;
+ PrintSettings* _tmp102_;
+ PrintLayout _tmp103_;
gint nx = 0;
- PrintLayout _tmp126_;
- gint _tmp127_;
+ PrintLayout _tmp104_;
gint ny = 0;
- PrintLayout _tmp128_;
- gint _tmp129_;
+ PrintLayout _tmp105_;
gint start = 0;
- gint _tmp130_;
- PrintLayout _tmp131_;
- gint _tmp132_;
+ PrintLayout _tmp106_;
gdouble canvas_width = 0.0;
- gdouble _tmp133_;
- gint _tmp134_;
- gint _tmp135_;
+ gdouble _tmp107_;
+ gint _tmp108_;
+ gint _tmp109_;
gdouble canvas_height = 0.0;
- gdouble _tmp136_;
- gint _tmp137_;
- gint _tmp138_;
-#line 987 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp121_ = job;
+ gdouble _tmp110_;
+ gint _tmp111_;
+ gint _tmp112_;
#line 987 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp122_ = print_job_get_local_settings (_tmp121_);
+ _tmp100_ = job;
#line 987 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp123_ = _tmp122_;
+ _tmp101_ = print_job_get_local_settings (_tmp100_);
#line 987 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp124_ = print_settings_get_image_per_page_selection (_tmp123_);
+ _tmp102_ = _tmp101_;
#line 987 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp125_ = (PrintLayout) _tmp124_;
+ _tmp103_ = (PrintLayout) print_settings_get_image_per_page_selection (_tmp102_);
#line 987 "/home/jens/Source/shotwell/src/Printing.vala"
- _print_settings_unref0 (_tmp123_);
+ _print_settings_unref0 (_tmp102_);
#line 987 "/home/jens/Source/shotwell/src/Printing.vala"
- layout = _tmp125_;
-#line 988 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp126_ = layout;
+ layout = _tmp103_;
#line 988 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp127_ = print_layout_get_x (_tmp126_);
+ _tmp104_ = layout;
#line 988 "/home/jens/Source/shotwell/src/Printing.vala"
- nx = _tmp127_;
+ nx = print_layout_get_x (_tmp104_);
#line 989 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp128_ = layout;
+ _tmp105_ = layout;
#line 989 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp129_ = print_layout_get_y (_tmp128_);
-#line 989 "/home/jens/Source/shotwell/src/Printing.vala"
- ny = _tmp129_;
-#line 990 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp130_ = page_num;
-#line 990 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp131_ = layout;
+ ny = print_layout_get_y (_tmp105_);
#line 990 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp132_ = print_layout_get_per_page (_tmp131_);
+ _tmp106_ = layout;
#line 990 "/home/jens/Source/shotwell/src/Printing.vala"
- start = _tmp130_ * _tmp132_;
+ start = page_num * print_layout_get_per_page (_tmp106_);
#line 991 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp133_ = page_width;
+ _tmp107_ = page_width;
#line 991 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp134_ = nx;
+ _tmp108_ = nx;
#line 991 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp135_ = nx;
+ _tmp109_ = nx;
#line 991 "/home/jens/Source/shotwell/src/Printing.vala"
- canvas_width = ((gdouble) (_tmp133_ - (PRINT_MANAGER_IMAGE_DISTANCE * (_tmp134_ - 1)))) / _tmp135_;
+ canvas_width = ((gdouble) (_tmp107_ - (PRINT_MANAGER_IMAGE_DISTANCE * (_tmp108_ - 1)))) / _tmp109_;
#line 992 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp136_ = page_height;
+ _tmp110_ = page_height;
#line 992 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp137_ = ny;
+ _tmp111_ = ny;
#line 992 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp138_ = ny;
+ _tmp112_ = ny;
#line 992 "/home/jens/Source/shotwell/src/Printing.vala"
- canvas_height = ((gdouble) (_tmp136_ - (PRINT_MANAGER_IMAGE_DISTANCE * (_tmp137_ - 1)))) / _tmp138_;
-#line 6953 "Printing.c"
+ canvas_height = ((gdouble) (_tmp110_ - (PRINT_MANAGER_IMAGE_DISTANCE * (_tmp111_ - 1)))) / _tmp112_;
+#line 7158 "Printing.c"
{
gint y = 0;
#line 993 "/home/jens/Source/shotwell/src/Printing.vala"
y = 0;
-#line 6958 "Printing.c"
+#line 7163 "Printing.c"
{
- gboolean _tmp139_ = FALSE;
+ gboolean _tmp113_ = FALSE;
#line 993 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp139_ = TRUE;
+ _tmp113_ = TRUE;
#line 993 "/home/jens/Source/shotwell/src/Printing.vala"
while (TRUE) {
-#line 6965 "Printing.c"
- gint _tmp141_;
- gint _tmp142_;
+#line 7170 "Printing.c"
+ gint _tmp115_;
+ gint _tmp116_;
#line 993 "/home/jens/Source/shotwell/src/Printing.vala"
- if (!_tmp139_) {
-#line 6970 "Printing.c"
- gint _tmp140_;
+ if (!_tmp113_) {
+#line 7175 "Printing.c"
+ gint _tmp114_;
#line 993 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp140_ = y;
+ _tmp114_ = y;
#line 993 "/home/jens/Source/shotwell/src/Printing.vala"
- y = _tmp140_ + 1;
-#line 6976 "Printing.c"
+ y = _tmp114_ + 1;
+#line 7181 "Printing.c"
}
#line 993 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp139_ = FALSE;
+ _tmp113_ = FALSE;
#line 993 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp141_ = y;
+ _tmp115_ = y;
#line 993 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp142_ = ny;
+ _tmp116_ = ny;
#line 993 "/home/jens/Source/shotwell/src/Printing.vala"
- if (!(_tmp141_ < _tmp142_)) {
+ if (!(_tmp115_ < _tmp116_)) {
#line 993 "/home/jens/Source/shotwell/src/Printing.vala"
break;
-#line 6988 "Printing.c"
+#line 7193 "Printing.c"
}
{
gint x = 0;
#line 994 "/home/jens/Source/shotwell/src/Printing.vala"
x = 0;
-#line 6994 "Printing.c"
+#line 7199 "Printing.c"
{
- gboolean _tmp143_ = FALSE;
+ gboolean _tmp117_ = FALSE;
#line 994 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp143_ = TRUE;
+ _tmp117_ = TRUE;
#line 994 "/home/jens/Source/shotwell/src/Printing.vala"
while (TRUE) {
-#line 7001 "Printing.c"
- gint _tmp145_;
- gint _tmp146_;
+#line 7206 "Printing.c"
+ gint _tmp119_;
+ gint _tmp120_;
gint i = 0;
- gint _tmp147_;
- gint _tmp148_;
- gint _tmp149_;
- gint _tmp150_;
- gint _tmp151_;
- GeeList* _tmp152_;
- gint _tmp153_;
- gint _tmp154_;
- ProgressDialog* _tmp188_;
+ gint _tmp121_;
+ gint _tmp122_;
+ gint _tmp123_;
+ gint _tmp124_;
+ gint _tmp125_;
+ GeeList* _tmp126_;
+ gint _tmp127_;
+ gint _tmp128_;
+ ProgressDialog* _tmp159_;
#line 994 "/home/jens/Source/shotwell/src/Printing.vala"
- if (!_tmp143_) {
-#line 7016 "Printing.c"
- gint _tmp144_;
+ if (!_tmp117_) {
+#line 7221 "Printing.c"
+ gint _tmp118_;
#line 994 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp144_ = x;
+ _tmp118_ = x;
#line 994 "/home/jens/Source/shotwell/src/Printing.vala"
- x = _tmp144_ + 1;
-#line 7022 "Printing.c"
+ x = _tmp118_ + 1;
+#line 7227 "Printing.c"
}
#line 994 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp143_ = FALSE;
+ _tmp117_ = FALSE;
#line 994 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp145_ = x;
+ _tmp119_ = x;
#line 994 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp146_ = nx;
+ _tmp120_ = nx;
#line 994 "/home/jens/Source/shotwell/src/Printing.vala"
- if (!(_tmp145_ < _tmp146_)) {
+ if (!(_tmp119_ < _tmp120_)) {
#line 994 "/home/jens/Source/shotwell/src/Printing.vala"
break;
-#line 7034 "Printing.c"
+#line 7239 "Printing.c"
}
#line 995 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp147_ = start;
+ _tmp121_ = start;
#line 995 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp148_ = y;
+ _tmp122_ = y;
#line 995 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp149_ = nx;
+ _tmp123_ = nx;
#line 995 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp150_ = x;
+ _tmp124_ = x;
#line 995 "/home/jens/Source/shotwell/src/Printing.vala"
- i = (_tmp147_ + (_tmp148_ * _tmp149_)) + _tmp150_;
+ i = (_tmp121_ + (_tmp122_ * _tmp123_)) + _tmp124_;
#line 996 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp151_ = i;
+ _tmp125_ = i;
#line 996 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp152_ = photos;
+ _tmp126_ = photos;
#line 996 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp153_ = gee_collection_get_size (G_TYPE_CHECK_INSTANCE_CAST (_tmp152_, GEE_TYPE_COLLECTION, GeeCollection));
+ _tmp127_ = gee_collection_get_size (G_TYPE_CHECK_INSTANCE_CAST (_tmp126_, GEE_TYPE_COLLECTION, GeeCollection));
#line 996 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp154_ = _tmp153_;
+ _tmp128_ = _tmp127_;
#line 996 "/home/jens/Source/shotwell/src/Printing.vala"
- if (_tmp151_ < _tmp154_) {
-#line 7056 "Printing.c"
+ if (_tmp125_ < _tmp128_) {
+#line 7261 "Printing.c"
gdouble dx = 0.0;
- gint _tmp155_;
- gdouble _tmp156_;
- gint _tmp157_;
+ gint _tmp129_;
+ gdouble _tmp130_;
+ gint _tmp131_;
gdouble dy = 0.0;
- gint _tmp158_;
- gdouble _tmp159_;
- gint _tmp160_;
- GeeList* _tmp161_;
- gint _tmp162_;
- gpointer _tmp163_;
- Photo* _tmp164_;
- gdouble _tmp165_;
- gdouble _tmp166_;
- gdouble _tmp167_;
- gdouble _tmp168_;
- PrintJob* _tmp169_;
- GtkPrintContext* _tmp170_;
- PrintJob* _tmp171_;
- PrintSettings* _tmp172_;
- PrintSettings* _tmp173_;
- gboolean _tmp174_;
- gboolean _tmp175_;
+ gint _tmp132_;
+ gdouble _tmp133_;
+ gint _tmp134_;
+ GeeList* _tmp135_;
+ gint _tmp136_;
+ gpointer _tmp137_;
+ Photo* _tmp138_;
+ gdouble _tmp139_;
+ gdouble _tmp140_;
+ gdouble _tmp141_;
+ gdouble _tmp142_;
+ PrintJob* _tmp143_;
+ PrintJob* _tmp144_;
+ PrintSettings* _tmp145_;
+ PrintSettings* _tmp146_;
+ gboolean _tmp147_;
#line 997 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp155_ = x;
+ _tmp129_ = x;
#line 997 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp156_ = canvas_width;
+ _tmp130_ = canvas_width;
#line 997 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp157_ = x;
+ _tmp131_ = x;
#line 997 "/home/jens/Source/shotwell/src/Printing.vala"
- dx = (_tmp155_ * _tmp156_) + (_tmp157_ * PRINT_MANAGER_IMAGE_DISTANCE);
+ dx = (_tmp129_ * _tmp130_) + (_tmp131_ * PRINT_MANAGER_IMAGE_DISTANCE);
#line 998 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp158_ = y;
+ _tmp132_ = y;
#line 998 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp159_ = canvas_height;
+ _tmp133_ = canvas_height;
#line 998 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp160_ = y;
+ _tmp134_ = y;
#line 998 "/home/jens/Source/shotwell/src/Printing.vala"
- dy = (_tmp158_ * _tmp159_) + (_tmp160_ * PRINT_MANAGER_IMAGE_DISTANCE);
+ dy = (_tmp132_ * _tmp133_) + (_tmp134_ * PRINT_MANAGER_IMAGE_DISTANCE);
#line 999 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp161_ = photos;
+ _tmp135_ = photos;
#line 999 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp162_ = i;
+ _tmp136_ = i;
#line 999 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp163_ = gee_list_get (_tmp161_, _tmp162_);
+ _tmp137_ = gee_list_get (_tmp135_, _tmp136_);
#line 999 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp164_ = (Photo*) _tmp163_;
+ _tmp138_ = (Photo*) _tmp137_;
#line 999 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp165_ = dx;
+ _tmp139_ = dx;
#line 999 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp166_ = dy;
+ _tmp140_ = dy;
#line 999 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp167_ = canvas_width;
+ _tmp141_ = canvas_width;
#line 999 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp168_ = canvas_height;
+ _tmp142_ = canvas_height;
#line 999 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp169_ = job;
+ _tmp143_ = job;
#line 999 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp170_ = job_context;
+ print_manager_fit_image_to_canvas (self, _tmp138_, _tmp139_, _tmp140_, _tmp141_, _tmp142_, FALSE, _tmp143_, job_context);
#line 999 "/home/jens/Source/shotwell/src/Printing.vala"
- print_manager_fit_image_to_canvas (self, _tmp164_, _tmp165_, _tmp166_, _tmp167_, _tmp168_, FALSE, _tmp169_, _tmp170_);
-#line 999 "/home/jens/Source/shotwell/src/Printing.vala"
- _g_object_unref0 (_tmp164_);
-#line 1001 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp171_ = job;
+ _g_object_unref0 (_tmp138_);
#line 1001 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp172_ = print_job_get_local_settings (_tmp171_);
+ _tmp144_ = job;
#line 1001 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp173_ = _tmp172_;
+ _tmp145_ = print_job_get_local_settings (_tmp144_);
#line 1001 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp174_ = print_settings_is_print_titles_enabled (_tmp173_);
+ _tmp146_ = _tmp145_;
#line 1001 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp175_ = _tmp174_;
+ _tmp147_ = print_settings_is_print_titles_enabled (_tmp146_);
#line 1001 "/home/jens/Source/shotwell/src/Printing.vala"
- _print_settings_unref0 (_tmp173_);
+ _print_settings_unref0 (_tmp146_);
#line 1001 "/home/jens/Source/shotwell/src/Printing.vala"
- if (_tmp175_) {
-#line 7134 "Printing.c"
- gdouble _tmp176_;
- gdouble _tmp177_;
- gdouble _tmp178_;
- gdouble _tmp179_;
- GeeList* _tmp180_;
- gint _tmp181_;
- gpointer _tmp182_;
- Photo* _tmp183_;
- gchar* _tmp184_;
- gchar* _tmp185_;
- PrintJob* _tmp186_;
- GtkPrintContext* _tmp187_;
-#line 1002 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp176_ = dx;
+ if (_tmp147_) {
+#line 7333 "Printing.c"
+ gdouble _tmp148_;
+ gdouble _tmp149_;
+ gdouble _tmp150_;
+ gdouble _tmp151_;
+ GeeList* _tmp152_;
+ gint _tmp153_;
+ gpointer _tmp154_;
+ Photo* _tmp155_;
+ gchar* _tmp156_;
+ gchar* _tmp157_;
+ PrintJob* _tmp158_;
#line 1002 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp177_ = canvas_width;
+ _tmp148_ = dx;
#line 1002 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp178_ = dy;
+ _tmp149_ = canvas_width;
#line 1002 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp179_ = canvas_height;
+ _tmp150_ = dy;
#line 1002 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp180_ = photos;
+ _tmp151_ = canvas_height;
#line 1002 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp181_ = i;
+ _tmp152_ = photos;
#line 1002 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp182_ = gee_list_get (_tmp180_, _tmp181_);
+ _tmp153_ = i;
#line 1002 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp183_ = (Photo*) _tmp182_;
+ _tmp154_ = gee_list_get (_tmp152_, _tmp153_);
#line 1002 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp184_ = data_object_get_name (G_TYPE_CHECK_INSTANCE_CAST (_tmp183_, TYPE_DATA_OBJECT, DataObject));
+ _tmp155_ = (Photo*) _tmp154_;
#line 1002 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp185_ = _tmp184_;
+ _tmp156_ = data_object_get_name (G_TYPE_CHECK_INSTANCE_CAST (_tmp155_, TYPE_DATA_OBJECT, DataObject));
#line 1002 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp186_ = job;
+ _tmp157_ = _tmp156_;
#line 1002 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp187_ = job_context;
+ _tmp158_ = job;
#line 1002 "/home/jens/Source/shotwell/src/Printing.vala"
- print_manager_add_title_to_canvas (self, _tmp176_ + (_tmp177_ / 2), _tmp178_ + _tmp179_, _tmp185_, _tmp186_, _tmp187_);
+ print_manager_add_title_to_canvas (self, _tmp148_ + (_tmp149_ / 2), _tmp150_ + _tmp151_, _tmp157_, _tmp158_, job_context);
#line 1002 "/home/jens/Source/shotwell/src/Printing.vala"
- _g_free0 (_tmp185_);
+ _g_free0 (_tmp157_);
#line 1002 "/home/jens/Source/shotwell/src/Printing.vala"
- _g_object_unref0 (_tmp183_);
-#line 7177 "Printing.c"
+ _g_object_unref0 (_tmp155_);
+#line 7373 "Printing.c"
}
}
#line 1007 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp188_ = self->priv->progress_dialog;
+ _tmp159_ = self->priv->progress_dialog;
#line 1007 "/home/jens/Source/shotwell/src/Printing.vala"
- if (_tmp188_ != NULL) {
-#line 7184 "Printing.c"
- ProgressDialog* _tmp189_;
- gint _tmp190_;
- GeeList* _tmp191_;
- gint _tmp192_;
- gint _tmp193_;
+ if (_tmp159_ != NULL) {
+#line 7380 "Printing.c"
+ ProgressDialog* _tmp160_;
+ gint _tmp161_;
+ GeeList* _tmp162_;
+ gint _tmp163_;
+ gint _tmp164_;
#line 1008 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp189_ = self->priv->progress_dialog;
+ _tmp160_ = self->priv->progress_dialog;
#line 1008 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp190_ = i;
+ _tmp161_ = i;
#line 1008 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp191_ = photos;
+ _tmp162_ = photos;
#line 1008 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp192_ = gee_collection_get_size (G_TYPE_CHECK_INSTANCE_CAST (_tmp191_, GEE_TYPE_COLLECTION, GeeCollection));
+ _tmp163_ = gee_collection_get_size (G_TYPE_CHECK_INSTANCE_CAST (_tmp162_, GEE_TYPE_COLLECTION, GeeCollection));
#line 1008 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp193_ = _tmp192_;
+ _tmp164_ = _tmp163_;
#line 1008 "/home/jens/Source/shotwell/src/Printing.vala"
- progress_dialog_monitor (_tmp189_, (guint64) _tmp190_, (guint64) _tmp193_, TRUE);
-#line 7202 "Printing.c"
+ progress_dialog_monitor (_tmp160_, (guint64) _tmp161_, (guint64) _tmp164_, TRUE);
+#line 7398 "Printing.c"
}
}
}
@@ -7209,13 +7405,13 @@ static void print_manager_on_draw_page (PrintManager* self, GtkPrintOperation* e
}
#line 1011 "/home/jens/Source/shotwell/src/Printing.vala"
break;
-#line 7212 "Printing.c"
+#line 7408 "Printing.c"
}
default:
{
#line 1014 "/home/jens/Source/shotwell/src/Printing.vala"
g_error ("Printing.vala:1014: unknown or unsupported layout mode");
-#line 7218 "Printing.c"
+#line 7414 "Printing.c"
}
}
#line 919 "/home/jens/Source/shotwell/src/Printing.vala"
@@ -7226,141 +7422,140 @@ static void print_manager_on_draw_page (PrintManager* self, GtkPrintOperation* e
_g_object_unref0 (page_setup);
#line 919 "/home/jens/Source/shotwell/src/Printing.vala"
_g_object_unref0 (job);
-#line 7229 "Printing.c"
+#line 7425 "Printing.c"
}
-static void _print_manager_on_custom_widget_apply_gtk_print_operation_custom_widget_apply (GtkPrintOperation* _sender, GtkWidget* widget, gpointer self) {
+static void
+_print_manager_on_custom_widget_apply_gtk_print_operation_custom_widget_apply (GtkPrintOperation* _sender,
+ GtkWidget* widget,
+ gpointer self)
+{
#line 1020 "/home/jens/Source/shotwell/src/Printing.vala"
print_manager_on_custom_widget_apply ((PrintManager*) self, widget);
-#line 7236 "Printing.c"
+#line 7436 "Printing.c"
}
-static GObject* print_manager_on_create_custom_widget (PrintManager* self, GtkPrintOperation* emitting_object) {
+static GObject*
+print_manager_on_create_custom_widget (PrintManager* self,
+ GtkPrintOperation* emitting_object)
+{
GObject* result = NULL;
- GtkPrintOperation* _tmp0_;
+ CustomPrintTab* _tmp0_;
CustomPrintTab* _tmp1_;
- GtkPrintOperation* _tmp2_;
- CustomPrintTab* _tmp3_;
#line 1018 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_val_if_fail (IS_PRINT_MANAGER (self), NULL);
#line 1018 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_val_if_fail (GTK_IS_PRINT_OPERATION (emitting_object), NULL);
#line 1019 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp0_ = emitting_object;
+ _tmp0_ = custom_print_tab_new (G_TYPE_CHECK_INSTANCE_CAST (emitting_object, TYPE_PRINT_JOB, PrintJob));
#line 1019 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp1_ = custom_print_tab_new (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, TYPE_PRINT_JOB, PrintJob));
-#line 1019 "/home/jens/Source/shotwell/src/Printing.vala"
- g_object_ref_sink (_tmp1_);
+ g_object_ref_sink (_tmp0_);
#line 1019 "/home/jens/Source/shotwell/src/Printing.vala"
_g_object_unref0 (self->priv->custom_tab);
#line 1019 "/home/jens/Source/shotwell/src/Printing.vala"
- self->priv->custom_tab = _tmp1_;
-#line 1020 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp2_ = emitting_object;
+ self->priv->custom_tab = _tmp0_;
#line 1020 "/home/jens/Source/shotwell/src/Printing.vala"
- g_signal_connect (G_TYPE_CHECK_INSTANCE_CAST (G_TYPE_CHECK_INSTANCE_CAST (_tmp2_, TYPE_PRINT_JOB, PrintJob), gtk_print_operation_get_type (), GtkPrintOperation), "custom-widget-apply", (GCallback) _print_manager_on_custom_widget_apply_gtk_print_operation_custom_widget_apply, self);
+ g_signal_connect (G_TYPE_CHECK_INSTANCE_CAST (G_TYPE_CHECK_INSTANCE_CAST (emitting_object, TYPE_PRINT_JOB, PrintJob), gtk_print_operation_get_type (), GtkPrintOperation), "custom-widget-apply", (GCallback) _print_manager_on_custom_widget_apply_gtk_print_operation_custom_widget_apply, self);
#line 1021 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp3_ = self->priv->custom_tab;
+ _tmp1_ = self->priv->custom_tab;
#line 1021 "/home/jens/Source/shotwell/src/Printing.vala"
- result = G_TYPE_CHECK_INSTANCE_CAST (_tmp3_, G_TYPE_OBJECT, GObject);
+ result = G_TYPE_CHECK_INSTANCE_CAST (_tmp1_, G_TYPE_OBJECT, GObject);
#line 1021 "/home/jens/Source/shotwell/src/Printing.vala"
return result;
-#line 7270 "Printing.c"
+#line 7467 "Printing.c"
}
-static void print_manager_on_custom_widget_apply (PrintManager* self, GtkWidget* custom_widget) {
+static void
+print_manager_on_custom_widget_apply (PrintManager* self,
+ GtkWidget* custom_widget)
+{
CustomPrintTab* tab = NULL;
- GtkWidget* _tmp0_;
- CustomPrintTab* _tmp1_;
+ CustomPrintTab* _tmp0_;
+ PrintJob* _tmp1_;
PrintJob* _tmp2_;
- PrintJob* _tmp3_;
+ PrintSettings* _tmp3_;
PrintSettings* _tmp4_;
PrintSettings* _tmp5_;
PrintSettings* _tmp6_;
- PrintSettings* _tmp7_;
#line 1024 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (IS_PRINT_MANAGER (self));
#line 1024 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (GTK_IS_WIDGET (custom_widget));
#line 1025 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp0_ = custom_widget;
-#line 1025 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp1_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, TYPE_CUSTOM_PRINT_TAB, CustomPrintTab));
+ _tmp0_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_CAST (custom_widget, TYPE_CUSTOM_PRINT_TAB, CustomPrintTab));
#line 1025 "/home/jens/Source/shotwell/src/Printing.vala"
- tab = _tmp1_;
+ tab = _tmp0_;
#line 1026 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp2_ = custom_print_tab_get_source_job (tab);
+ _tmp1_ = custom_print_tab_get_source_job (tab);
#line 1026 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp3_ = _tmp2_;
+ _tmp2_ = _tmp1_;
#line 1026 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp4_ = custom_print_tab_get_local_settings (tab);
+ _tmp3_ = custom_print_tab_get_local_settings (tab);
#line 1026 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp5_ = _tmp4_;
+ _tmp4_ = _tmp3_;
#line 1026 "/home/jens/Source/shotwell/src/Printing.vala"
- print_job_set_local_settings (_tmp3_, _tmp5_);
+ print_job_set_local_settings (_tmp2_, _tmp4_);
#line 1026 "/home/jens/Source/shotwell/src/Printing.vala"
- _print_settings_unref0 (_tmp5_);
+ _print_settings_unref0 (_tmp4_);
#line 1026 "/home/jens/Source/shotwell/src/Printing.vala"
- _g_object_unref0 (_tmp3_);
+ _g_object_unref0 (_tmp2_);
#line 1027 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp6_ = custom_print_tab_get_local_settings (tab);
+ _tmp5_ = custom_print_tab_get_local_settings (tab);
#line 1027 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp7_ = _tmp6_;
+ _tmp6_ = _tmp5_;
#line 1027 "/home/jens/Source/shotwell/src/Printing.vala"
- print_manager_set_global_settings (self, _tmp7_);
+ print_manager_set_global_settings (self, _tmp6_);
#line 1027 "/home/jens/Source/shotwell/src/Printing.vala"
- _print_settings_unref0 (_tmp7_);
+ _print_settings_unref0 (_tmp6_);
#line 1024 "/home/jens/Source/shotwell/src/Printing.vala"
_g_object_unref0 (tab);
-#line 7318 "Printing.c"
+#line 7515 "Printing.c"
}
-static void print_manager_fit_image_to_canvas (PrintManager* self, Photo* photo, gdouble x, gdouble y, gdouble canvas_width, gdouble canvas_height, gboolean crop, PrintJob* job, GtkPrintContext* job_context) {
+static void
+print_manager_fit_image_to_canvas (PrintManager* self,
+ Photo* photo,
+ gdouble x,
+ gdouble y,
+ gdouble canvas_width,
+ gdouble canvas_height,
+ gboolean crop,
+ PrintJob* job,
+ GtkPrintContext* job_context)
+{
cairo_t* dc = NULL;
- GtkPrintContext* _tmp0_;
+ cairo_t* _tmp0_;
cairo_t* _tmp1_;
- cairo_t* _tmp2_;
Dimensions photo_dimensions = {0};
- Photo* _tmp3_;
- Dimensions _tmp4_ = {0};
+ Dimensions _tmp2_ = {0};
gdouble photo_aspect_ratio = 0.0;
- gdouble _tmp5_;
gdouble canvas_aspect_ratio = 0.0;
- gdouble _tmp6_;
- gdouble _tmp7_;
gdouble target_width = 0.0;
gdouble target_height = 0.0;
gdouble dpi = 0.0;
- PrintJob* _tmp8_;
- PrintSettings* _tmp9_;
- PrintSettings* _tmp10_;
- gint _tmp11_;
- gdouble _tmp12_;
- gboolean _tmp13_;
+ PrintSettings* _tmp3_;
+ PrintSettings* _tmp4_;
+ gdouble _tmp5_;
gdouble x_offset = 0.0;
- gdouble _tmp28_;
- gdouble _tmp29_;
+ gdouble _tmp14_;
gdouble y_offset = 0.0;
- gdouble _tmp30_;
- gdouble _tmp31_;
- cairo_t* _tmp32_;
- cairo_t* _tmp33_;
- gdouble _tmp34_;
- gdouble _tmp35_;
+ gdouble _tmp15_;
+ cairo_t* _tmp16_;
+ cairo_t* _tmp17_;
+ gdouble _tmp18_;
+ gdouble _tmp19_;
gint w = 0;
- gdouble _tmp36_;
- gdouble _tmp37_;
+ gdouble _tmp20_;
gint h = 0;
- gdouble _tmp38_;
- gdouble _tmp39_;
+ gdouble _tmp21_;
Dimensions viewport = {0};
- gint _tmp40_;
- gint _tmp41_;
- cairo_t* _tmp95_;
+ gint _tmp22_;
+ gint _tmp23_;
+ cairo_t* _tmp72_;
GError * _inner_error_ = NULL;
#line 1030 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (IS_PRINT_MANAGER (self));
@@ -7371,420 +7566,363 @@ static void print_manager_fit_image_to_canvas (PrintManager* self, Photo* photo,
#line 1030 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (GTK_IS_PRINT_CONTEXT (job_context));
#line 1031 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp0_ = job_context;
+ _tmp0_ = gtk_print_context_get_cairo_context (job_context);
#line 1031 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp1_ = gtk_print_context_get_cairo_context (_tmp0_);
+ _tmp1_ = _cairo_reference0 (_tmp0_);
#line 1031 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp2_ = _cairo_reference0 (_tmp1_);
-#line 1031 "/home/jens/Source/shotwell/src/Printing.vala"
- dc = _tmp2_;
-#line 1032 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp3_ = photo;
+ dc = _tmp1_;
#line 1032 "/home/jens/Source/shotwell/src/Printing.vala"
- media_source_get_dimensions (G_TYPE_CHECK_INSTANCE_CAST (_tmp3_, TYPE_MEDIA_SOURCE, MediaSource), PHOTO_EXCEPTION_NONE, &_tmp4_);
+ media_source_get_dimensions (G_TYPE_CHECK_INSTANCE_CAST (photo, TYPE_MEDIA_SOURCE, MediaSource), PHOTO_EXCEPTION_NONE, &_tmp2_);
#line 1032 "/home/jens/Source/shotwell/src/Printing.vala"
- photo_dimensions = _tmp4_;
-#line 1033 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp5_ = dimensions_get_aspect_ratio (&photo_dimensions);
+ photo_dimensions = _tmp2_;
#line 1033 "/home/jens/Source/shotwell/src/Printing.vala"
- photo_aspect_ratio = _tmp5_;
+ photo_aspect_ratio = dimensions_get_aspect_ratio (&photo_dimensions);
#line 1034 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp6_ = canvas_width;
-#line 1034 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp7_ = canvas_height;
-#line 1034 "/home/jens/Source/shotwell/src/Printing.vala"
- canvas_aspect_ratio = ((gdouble) _tmp6_) / _tmp7_;
+ canvas_aspect_ratio = ((gdouble) canvas_width) / canvas_height;
#line 1036 "/home/jens/Source/shotwell/src/Printing.vala"
target_width = 0.0;
#line 1037 "/home/jens/Source/shotwell/src/Printing.vala"
target_height = 0.0;
#line 1038 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp8_ = job;
-#line 1038 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp9_ = print_job_get_local_settings (_tmp8_);
+ _tmp3_ = print_job_get_local_settings (job);
#line 1038 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp10_ = _tmp9_;
-#line 1038 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp11_ = print_settings_get_content_ppi (_tmp10_);
+ _tmp4_ = _tmp3_;
#line 1038 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp12_ = (gdouble) _tmp11_;
+ _tmp5_ = (gdouble) print_settings_get_content_ppi (_tmp4_);
#line 1038 "/home/jens/Source/shotwell/src/Printing.vala"
- _print_settings_unref0 (_tmp10_);
+ _print_settings_unref0 (_tmp4_);
#line 1038 "/home/jens/Source/shotwell/src/Printing.vala"
- dpi = _tmp12_;
-#line 1040 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp13_ = crop;
+ dpi = _tmp5_;
#line 1040 "/home/jens/Source/shotwell/src/Printing.vala"
- if (!_tmp13_) {
-#line 7419 "Printing.c"
- gdouble _tmp14_;
- gdouble _tmp15_;
- gdouble _tmp22_;
- gdouble _tmp23_;
- gdouble _tmp24_;
- gdouble _tmp25_;
- gdouble _tmp26_;
- gdouble _tmp27_;
+ if (!crop) {
+#line 7598 "Printing.c"
+ gdouble _tmp6_;
+ gdouble _tmp7_;
+ gdouble _tmp12_;
+ gdouble _tmp13_;
#line 1041 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp14_ = canvas_aspect_ratio;
+ _tmp6_ = canvas_aspect_ratio;
#line 1041 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp15_ = photo_aspect_ratio;
+ _tmp7_ = photo_aspect_ratio;
#line 1041 "/home/jens/Source/shotwell/src/Printing.vala"
- if (_tmp14_ < _tmp15_) {
-#line 7434 "Printing.c"
- gdouble _tmp16_;
- gdouble _tmp17_;
- gdouble _tmp18_;
-#line 1042 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp16_ = canvas_width;
+ if (_tmp6_ < _tmp7_) {
+#line 7609 "Printing.c"
+ gdouble _tmp8_;
+ gdouble _tmp9_;
#line 1042 "/home/jens/Source/shotwell/src/Printing.vala"
- target_width = _tmp16_;
+ target_width = canvas_width;
#line 1043 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp17_ = target_width;
+ _tmp8_ = target_width;
#line 1043 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp18_ = photo_aspect_ratio;
+ _tmp9_ = photo_aspect_ratio;
#line 1043 "/home/jens/Source/shotwell/src/Printing.vala"
- target_height = _tmp17_ * (1.0 / _tmp18_);
-#line 7448 "Printing.c"
+ target_height = _tmp8_ * (1.0 / _tmp9_);
+#line 7620 "Printing.c"
} else {
- gdouble _tmp19_;
- gdouble _tmp20_;
- gdouble _tmp21_;
-#line 1045 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp19_ = canvas_height;
+ gdouble _tmp10_;
+ gdouble _tmp11_;
#line 1045 "/home/jens/Source/shotwell/src/Printing.vala"
- target_height = _tmp19_;
+ target_height = canvas_height;
#line 1046 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp20_ = target_height;
+ _tmp10_ = target_height;
#line 1046 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp21_ = photo_aspect_ratio;
+ _tmp11_ = photo_aspect_ratio;
#line 1046 "/home/jens/Source/shotwell/src/Printing.vala"
- target_width = _tmp20_ * _tmp21_;
-#line 7463 "Printing.c"
+ target_width = _tmp10_ * _tmp11_;
+#line 7632 "Printing.c"
}
#line 1048 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp22_ = x;
+ _tmp12_ = target_width;
#line 1048 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp23_ = canvas_width;
-#line 1048 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp24_ = target_width;
-#line 1048 "/home/jens/Source/shotwell/src/Printing.vala"
- x = _tmp22_ + ((_tmp23_ - _tmp24_) / 2.0);
-#line 1049 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp25_ = y;
+ x = x + ((canvas_width - _tmp12_) / 2.0);
#line 1049 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp26_ = canvas_height;
+ _tmp13_ = target_height;
#line 1049 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp27_ = target_height;
-#line 1049 "/home/jens/Source/shotwell/src/Printing.vala"
- y = _tmp25_ + ((_tmp26_ - _tmp27_) / 2.0);
-#line 7481 "Printing.c"
+ y = y + ((canvas_height - _tmp13_) / 2.0);
+#line 7642 "Printing.c"
}
#line 1052 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp28_ = dpi;
-#line 1052 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp29_ = x;
+ _tmp14_ = dpi;
#line 1052 "/home/jens/Source/shotwell/src/Printing.vala"
- x_offset = _tmp28_ * _tmp29_;
-#line 1053 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp30_ = dpi;
+ x_offset = _tmp14_ * x;
#line 1053 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp31_ = y;
+ _tmp15_ = dpi;
#line 1053 "/home/jens/Source/shotwell/src/Printing.vala"
- y_offset = _tmp30_ * _tmp31_;
+ y_offset = _tmp15_ * y;
#line 1054 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp32_ = dc;
+ _tmp16_ = dc;
#line 1054 "/home/jens/Source/shotwell/src/Printing.vala"
- cairo_save (_tmp32_);
+ cairo_save (_tmp16_);
#line 1055 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp33_ = dc;
+ _tmp17_ = dc;
#line 1055 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp34_ = x_offset;
+ _tmp18_ = x_offset;
#line 1055 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp35_ = y_offset;
+ _tmp19_ = y_offset;
#line 1055 "/home/jens/Source/shotwell/src/Printing.vala"
- cairo_translate (_tmp33_, _tmp34_, _tmp35_);
+ cairo_translate (_tmp17_, _tmp18_, _tmp19_);
#line 1057 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp36_ = dpi;
+ _tmp20_ = dpi;
#line 1057 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp37_ = canvas_width;
-#line 1057 "/home/jens/Source/shotwell/src/Printing.vala"
- w = (gint) (_tmp36_ * _tmp37_);
-#line 1058 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp38_ = dpi;
+ w = (gint) (_tmp20_ * canvas_width);
#line 1058 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp39_ = canvas_height;
+ _tmp21_ = dpi;
#line 1058 "/home/jens/Source/shotwell/src/Printing.vala"
- h = (gint) (_tmp38_ * _tmp39_);
+ h = (gint) (_tmp21_ * canvas_height);
#line 1059 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp40_ = w;
+ _tmp22_ = w;
#line 1059 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp41_ = h;
+ _tmp23_ = h;
#line 1059 "/home/jens/Source/shotwell/src/Printing.vala"
- dimensions_init (&viewport, _tmp40_, _tmp41_);
-#line 7525 "Printing.c"
+ dimensions_init (&viewport, _tmp22_, _tmp23_);
+#line 7678 "Printing.c"
{
- gboolean _tmp42_ = FALSE;
- gboolean _tmp43_;
- cairo_t* _tmp89_;
-#line 1062 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp43_ = crop;
+ gboolean _tmp24_ = FALSE;
+ cairo_t* _tmp67_;
#line 1062 "/home/jens/Source/shotwell/src/Printing.vala"
- if (_tmp43_) {
-#line 7534 "Printing.c"
- gdouble _tmp44_;
- gdouble _tmp45_;
- gboolean _tmp46_;
+ if (crop) {
+#line 7684 "Printing.c"
+ gdouble _tmp25_;
+ gdouble _tmp26_;
#line 1062 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp44_ = canvas_aspect_ratio;
+ _tmp25_ = canvas_aspect_ratio;
#line 1062 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp45_ = photo_aspect_ratio;
+ _tmp26_ = photo_aspect_ratio;
#line 1062 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp46_ = print_manager_are_approximately_equal (self, _tmp44_, _tmp45_);
-#line 1062 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp42_ = !_tmp46_;
-#line 7546 "Printing.c"
+ _tmp24_ = !print_manager_are_approximately_equal (self, _tmp25_, _tmp26_);
+#line 7693 "Printing.c"
} else {
#line 1062 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp42_ = FALSE;
-#line 7550 "Printing.c"
+ _tmp24_ = FALSE;
+#line 7697 "Printing.c"
}
#line 1062 "/home/jens/Source/shotwell/src/Printing.vala"
- if (_tmp42_) {
-#line 7554 "Printing.c"
+ if (_tmp24_) {
+#line 7701 "Printing.c"
Scaling pixbuf_scaling = {0};
- Dimensions _tmp47_;
- Scaling _tmp48_ = {0};
+ Dimensions _tmp27_;
+ Scaling _tmp28_ = {0};
GdkPixbuf* photo_pixbuf = NULL;
- Photo* _tmp49_;
- Scaling _tmp50_;
- GdkPixbuf* _tmp51_;
+ Scaling _tmp29_;
+ GdkPixbuf* _tmp30_;
Dimensions scaled_photo_dimensions = {0};
- GdkPixbuf* _tmp52_;
- Dimensions _tmp53_ = {0};
+ GdkPixbuf* _tmp31_;
+ Dimensions _tmp32_ = {0};
gint shave_vertical = 0;
gint shave_horizontal = 0;
- gdouble _tmp54_;
- gdouble _tmp55_;
+ gdouble _tmp33_;
+ gdouble _tmp34_;
GdkPixbuf* shaved_pixbuf = NULL;
- GdkPixbuf* _tmp66_;
- gint _tmp67_;
- gint _tmp68_;
- Dimensions _tmp69_;
- gint _tmp70_;
- gint _tmp71_;
- Dimensions _tmp72_;
- gint _tmp73_;
- gint _tmp74_;
- GdkPixbuf* _tmp75_;
- GdkPixbuf* _tmp76_;
- GdkPixbuf* _tmp77_;
- cairo_t* _tmp78_;
- GdkPixbuf* _tmp79_;
+ GdkPixbuf* _tmp45_;
+ gint _tmp46_;
+ gint _tmp47_;
+ Dimensions _tmp48_;
+ gint _tmp49_;
+ gint _tmp50_;
+ Dimensions _tmp51_;
+ gint _tmp52_;
+ gint _tmp53_;
+ GdkPixbuf* _tmp54_;
+ GdkPixbuf* _tmp55_;
+ GdkPixbuf* _tmp56_;
+ cairo_t* _tmp57_;
+ GdkPixbuf* _tmp58_;
#line 1063 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp47_ = viewport;
+ _tmp27_ = viewport;
#line 1063 "/home/jens/Source/shotwell/src/Printing.vala"
- scaling_to_fill_viewport (&_tmp47_, &_tmp48_);
+ scaling_to_fill_viewport (&_tmp27_, &_tmp28_);
#line 1063 "/home/jens/Source/shotwell/src/Printing.vala"
- pixbuf_scaling = _tmp48_;
-#line 1064 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp49_ = photo;
+ pixbuf_scaling = _tmp28_;
#line 1064 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp50_ = pixbuf_scaling;
+ _tmp29_ = pixbuf_scaling;
#line 1064 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp51_ = photo_source_get_pixbuf (G_TYPE_CHECK_INSTANCE_CAST (_tmp49_, TYPE_PHOTO_SOURCE, PhotoSource), &_tmp50_, &_inner_error_);
+ _tmp30_ = photo_source_get_pixbuf (G_TYPE_CHECK_INSTANCE_CAST (photo, TYPE_PHOTO_SOURCE, PhotoSource), &_tmp29_, &_inner_error_);
#line 1064 "/home/jens/Source/shotwell/src/Printing.vala"
- photo_pixbuf = _tmp51_;
+ photo_pixbuf = _tmp30_;
#line 1064 "/home/jens/Source/shotwell/src/Printing.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
-#line 7600 "Printing.c"
- goto __catch470_g_error;
+#line 7744 "Printing.c"
+ goto __catch479_g_error;
}
#line 1065 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp52_ = photo_pixbuf;
+ _tmp31_ = photo_pixbuf;
#line 1065 "/home/jens/Source/shotwell/src/Printing.vala"
- dimensions_for_pixbuf (_tmp52_, &_tmp53_);
+ dimensions_for_pixbuf (_tmp31_, &_tmp32_);
#line 1065 "/home/jens/Source/shotwell/src/Printing.vala"
- scaled_photo_dimensions = _tmp53_;
+ scaled_photo_dimensions = _tmp32_;
#line 1066 "/home/jens/Source/shotwell/src/Printing.vala"
shave_vertical = 0;
#line 1067 "/home/jens/Source/shotwell/src/Printing.vala"
shave_horizontal = 0;
#line 1068 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp54_ = canvas_aspect_ratio;
+ _tmp33_ = canvas_aspect_ratio;
#line 1068 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp55_ = photo_aspect_ratio;
+ _tmp34_ = photo_aspect_ratio;
#line 1068 "/home/jens/Source/shotwell/src/Printing.vala"
- if (_tmp54_ < _tmp55_) {
-#line 7619 "Printing.c"
- Dimensions _tmp56_;
- gint _tmp57_;
- Dimensions _tmp58_;
- gint _tmp59_;
- gdouble _tmp60_;
+ if (_tmp33_ < _tmp34_) {
+#line 7763 "Printing.c"
+ Dimensions _tmp35_;
+ gint _tmp36_;
+ Dimensions _tmp37_;
+ gint _tmp38_;
+ gdouble _tmp39_;
#line 1069 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp56_ = scaled_photo_dimensions;
+ _tmp35_ = scaled_photo_dimensions;
#line 1069 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp57_ = _tmp56_.width;
+ _tmp36_ = _tmp35_.width;
#line 1069 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp58_ = scaled_photo_dimensions;
+ _tmp37_ = scaled_photo_dimensions;
#line 1069 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp59_ = _tmp58_.height;
+ _tmp38_ = _tmp37_.height;
#line 1069 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp60_ = canvas_aspect_ratio;
+ _tmp39_ = canvas_aspect_ratio;
#line 1069 "/home/jens/Source/shotwell/src/Printing.vala"
- shave_vertical = (gint) ((_tmp57_ - (_tmp59_ * _tmp60_)) / 2.0);
-#line 7637 "Printing.c"
+ shave_vertical = (gint) ((_tmp36_ - (_tmp38_ * _tmp39_)) / 2.0);
+#line 7781 "Printing.c"
} else {
- Dimensions _tmp61_;
- gint _tmp62_;
- Dimensions _tmp63_;
- gint _tmp64_;
- gdouble _tmp65_;
+ Dimensions _tmp40_;
+ gint _tmp41_;
+ Dimensions _tmp42_;
+ gint _tmp43_;
+ gdouble _tmp44_;
#line 1071 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp61_ = scaled_photo_dimensions;
+ _tmp40_ = scaled_photo_dimensions;
#line 1071 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp62_ = _tmp61_.height;
+ _tmp41_ = _tmp40_.height;
#line 1071 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp63_ = scaled_photo_dimensions;
+ _tmp42_ = scaled_photo_dimensions;
#line 1071 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp64_ = _tmp63_.width;
+ _tmp43_ = _tmp42_.width;
#line 1071 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp65_ = canvas_aspect_ratio;
+ _tmp44_ = canvas_aspect_ratio;
#line 1071 "/home/jens/Source/shotwell/src/Printing.vala"
- shave_horizontal = (gint) ((_tmp62_ - (_tmp64_ * (1.0 / _tmp65_))) / 2.0);
-#line 7656 "Printing.c"
+ shave_horizontal = (gint) ((_tmp41_ - (_tmp43_ * (1.0 / _tmp44_))) / 2.0);
+#line 7800 "Printing.c"
}
#line 1073 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp66_ = photo_pixbuf;
+ _tmp45_ = photo_pixbuf;
#line 1073 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp67_ = shave_vertical;
+ _tmp46_ = shave_vertical;
#line 1073 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp68_ = shave_horizontal;
+ _tmp47_ = shave_horizontal;
#line 1073 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp69_ = scaled_photo_dimensions;
+ _tmp48_ = scaled_photo_dimensions;
#line 1073 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp70_ = _tmp69_.width;
+ _tmp49_ = _tmp48_.width;
#line 1073 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp71_ = shave_vertical;
+ _tmp50_ = shave_vertical;
#line 1073 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp72_ = scaled_photo_dimensions;
+ _tmp51_ = scaled_photo_dimensions;
#line 1073 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp73_ = _tmp72_.height;
+ _tmp52_ = _tmp51_.height;
#line 1073 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp74_ = shave_horizontal;
+ _tmp53_ = shave_horizontal;
#line 1073 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp75_ = gdk_pixbuf_new_subpixbuf (_tmp66_, _tmp67_, _tmp68_, _tmp70_ - (2 * _tmp71_), _tmp73_ - (2 * _tmp74_));
+ _tmp54_ = gdk_pixbuf_new_subpixbuf (_tmp45_, _tmp46_, _tmp47_, _tmp49_ - (2 * _tmp50_), _tmp52_ - (2 * _tmp53_));
#line 1073 "/home/jens/Source/shotwell/src/Printing.vala"
- shaved_pixbuf = _tmp75_;
+ shaved_pixbuf = _tmp54_;
#line 1075 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp76_ = shaved_pixbuf;
+ _tmp55_ = shaved_pixbuf;
#line 1075 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp77_ = scaling_perform_on_pixbuf (&pixbuf_scaling, _tmp76_, GDK_INTERP_HYPER, TRUE);
+ _tmp56_ = scaling_perform_on_pixbuf (&pixbuf_scaling, _tmp55_, GDK_INTERP_HYPER, TRUE);
#line 1075 "/home/jens/Source/shotwell/src/Printing.vala"
_g_object_unref0 (photo_pixbuf);
#line 1075 "/home/jens/Source/shotwell/src/Printing.vala"
- photo_pixbuf = _tmp77_;
+ photo_pixbuf = _tmp56_;
#line 1076 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp78_ = dc;
+ _tmp57_ = dc;
#line 1076 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp79_ = photo_pixbuf;
+ _tmp58_ = photo_pixbuf;
#line 1076 "/home/jens/Source/shotwell/src/Printing.vala"
- gdk_cairo_set_source_pixbuf (_tmp78_, _tmp79_, 0.0, 0.0);
+ gdk_cairo_set_source_pixbuf (_tmp57_, _tmp58_, 0.0, 0.0);
#line 1062 "/home/jens/Source/shotwell/src/Printing.vala"
_g_object_unref0 (shaved_pixbuf);
#line 1062 "/home/jens/Source/shotwell/src/Printing.vala"
_g_object_unref0 (photo_pixbuf);
-#line 7698 "Printing.c"
+#line 7842 "Printing.c"
} else {
Scaling pixbuf_scaling = {0};
- Dimensions _tmp80_;
- Scaling _tmp81_ = {0};
+ Dimensions _tmp59_;
+ Scaling _tmp60_ = {0};
GdkPixbuf* photo_pixbuf = NULL;
- Photo* _tmp82_;
- Scaling _tmp83_;
- GdkPixbuf* _tmp84_;
- GdkPixbuf* _tmp85_;
- GdkPixbuf* _tmp86_;
- cairo_t* _tmp87_;
- GdkPixbuf* _tmp88_;
+ Scaling _tmp61_;
+ GdkPixbuf* _tmp62_;
+ GdkPixbuf* _tmp63_;
+ GdkPixbuf* _tmp64_;
+ cairo_t* _tmp65_;
+ GdkPixbuf* _tmp66_;
#line 1078 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp80_ = viewport;
+ _tmp59_ = viewport;
#line 1078 "/home/jens/Source/shotwell/src/Printing.vala"
- scaling_for_viewport (&_tmp80_, TRUE, &_tmp81_);
+ scaling_for_viewport (&_tmp59_, TRUE, &_tmp60_);
#line 1078 "/home/jens/Source/shotwell/src/Printing.vala"
- pixbuf_scaling = _tmp81_;
-#line 1079 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp82_ = photo;
+ pixbuf_scaling = _tmp60_;
#line 1079 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp83_ = pixbuf_scaling;
+ _tmp61_ = pixbuf_scaling;
#line 1079 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp84_ = photo_source_get_pixbuf (G_TYPE_CHECK_INSTANCE_CAST (_tmp82_, TYPE_PHOTO_SOURCE, PhotoSource), &_tmp83_, &_inner_error_);
+ _tmp62_ = photo_source_get_pixbuf (G_TYPE_CHECK_INSTANCE_CAST (photo, TYPE_PHOTO_SOURCE, PhotoSource), &_tmp61_, &_inner_error_);
#line 1079 "/home/jens/Source/shotwell/src/Printing.vala"
- photo_pixbuf = _tmp84_;
+ photo_pixbuf = _tmp62_;
#line 1079 "/home/jens/Source/shotwell/src/Printing.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
-#line 7727 "Printing.c"
- goto __catch470_g_error;
+#line 7868 "Printing.c"
+ goto __catch479_g_error;
}
#line 1080 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp85_ = photo_pixbuf;
+ _tmp63_ = photo_pixbuf;
#line 1080 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp86_ = scaling_perform_on_pixbuf (&pixbuf_scaling, _tmp85_, GDK_INTERP_HYPER, TRUE);
+ _tmp64_ = scaling_perform_on_pixbuf (&pixbuf_scaling, _tmp63_, GDK_INTERP_HYPER, TRUE);
#line 1080 "/home/jens/Source/shotwell/src/Printing.vala"
_g_object_unref0 (photo_pixbuf);
#line 1080 "/home/jens/Source/shotwell/src/Printing.vala"
- photo_pixbuf = _tmp86_;
+ photo_pixbuf = _tmp64_;
#line 1081 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp87_ = dc;
+ _tmp65_ = dc;
#line 1081 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp88_ = photo_pixbuf;
+ _tmp66_ = photo_pixbuf;
#line 1081 "/home/jens/Source/shotwell/src/Printing.vala"
- gdk_cairo_set_source_pixbuf (_tmp87_, _tmp88_, 0.0, 0.0);
+ gdk_cairo_set_source_pixbuf (_tmp65_, _tmp66_, 0.0, 0.0);
#line 1062 "/home/jens/Source/shotwell/src/Printing.vala"
_g_object_unref0 (photo_pixbuf);
-#line 7746 "Printing.c"
+#line 7887 "Printing.c"
}
#line 1083 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp89_ = dc;
+ _tmp67_ = dc;
#line 1083 "/home/jens/Source/shotwell/src/Printing.vala"
- cairo_paint (_tmp89_);
-#line 7752 "Printing.c"
+ cairo_paint (_tmp67_);
+#line 7893 "Printing.c"
}
- goto __finally470;
- __catch470_g_error:
+ goto __finally479;
+ __catch479_g_error:
{
GError* e = NULL;
- PrintJob* _tmp90_;
- GError* _tmp91_;
- const gchar* _tmp92_;
- gchar* _tmp93_;
- gchar* _tmp94_;
+ GError* _tmp68_;
+ const gchar* _tmp69_;
+ gchar* _tmp70_;
+ gchar* _tmp71_;
#line 1061 "/home/jens/Source/shotwell/src/Printing.vala"
e = _inner_error_;
#line 1061 "/home/jens/Source/shotwell/src/Printing.vala"
_inner_error_ = NULL;
#line 1086 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp90_ = job;
-#line 1086 "/home/jens/Source/shotwell/src/Printing.vala"
- gtk_print_operation_cancel (G_TYPE_CHECK_INSTANCE_CAST (_tmp90_, gtk_print_operation_get_type (), GtkPrintOperation));
+ gtk_print_operation_cancel (G_TYPE_CHECK_INSTANCE_CAST (job, gtk_print_operation_get_type (), GtkPrintOperation));
#line 1087 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp91_ = e;
+ _tmp68_ = e;
#line 1087 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp92_ = _tmp91_->message;
+ _tmp69_ = _tmp68_->message;
#line 1087 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp93_ = g_strdup_printf (_ ("Unable to print photo:\n\n%s"), _tmp92_);
+ _tmp70_ = g_strdup_printf (_ ("Unable to print photo:\n\n%s"), _tmp69_);
#line 1087 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp94_ = _tmp93_;
+ _tmp71_ = _tmp70_;
#line 1087 "/home/jens/Source/shotwell/src/Printing.vala"
- app_window_error_message (_tmp94_, NULL);
+ app_window_error_message (_tmp71_, NULL);
#line 1087 "/home/jens/Source/shotwell/src/Printing.vala"
- _g_free0 (_tmp94_);
+ _g_free0 (_tmp71_);
#line 1061 "/home/jens/Source/shotwell/src/Printing.vala"
_g_error_free0 (e);
-#line 7785 "Printing.c"
+#line 7923 "Printing.c"
}
- __finally470:
+ __finally479:
#line 1061 "/home/jens/Source/shotwell/src/Printing.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1061 "/home/jens/Source/shotwell/src/Printing.vala"
@@ -7795,58 +7933,60 @@ static void print_manager_fit_image_to_canvas (PrintManager* self, Photo* photo,
g_clear_error (&_inner_error_);
#line 1061 "/home/jens/Source/shotwell/src/Printing.vala"
return;
-#line 7798 "Printing.c"
+#line 7936 "Printing.c"
}
#line 1089 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp95_ = dc;
+ _tmp72_ = dc;
#line 1089 "/home/jens/Source/shotwell/src/Printing.vala"
- cairo_restore (_tmp95_);
+ cairo_restore (_tmp72_);
#line 1030 "/home/jens/Source/shotwell/src/Printing.vala"
_cairo_destroy0 (dc);
-#line 7806 "Printing.c"
+#line 7944 "Printing.c"
}
-static void _vala_PangoFontDescription_free (PangoFontDescription* self) {
+static void
+_vala_PangoFontDescription_free (PangoFontDescription* self)
+{
#line 1092 "/home/jens/Source/shotwell/src/Printing.vala"
g_boxed_free (pango_font_description_get_type (), self);
-#line 7813 "Printing.c"
+#line 7953 "Printing.c"
}
-static void print_manager_add_title_to_canvas (PrintManager* self, gdouble x, gdouble y, const gchar* title, PrintJob* job, GtkPrintContext* job_context) {
+static void
+print_manager_add_title_to_canvas (PrintManager* self,
+ gdouble x,
+ gdouble y,
+ const gchar* title,
+ PrintJob* job,
+ GtkPrintContext* job_context)
+{
cairo_t* dc = NULL;
- GtkPrintContext* _tmp0_;
+ cairo_t* _tmp0_;
cairo_t* _tmp1_;
- cairo_t* _tmp2_;
gdouble dpi = 0.0;
- PrintJob* _tmp3_;
- PrintSettings* _tmp4_;
- PrintSettings* _tmp5_;
- gint _tmp6_;
- gdouble _tmp7_;
+ PrintSettings* _tmp2_;
+ PrintSettings* _tmp3_;
+ gdouble _tmp4_;
PangoFontDescription* title_font_description = NULL;
- PrintJob* _tmp8_;
- PrintSettings* _tmp9_;
- PrintSettings* _tmp10_;
- gchar* _tmp11_;
- gchar* _tmp12_;
- PangoFontDescription* _tmp13_;
- PangoFontDescription* _tmp14_;
+ PrintSettings* _tmp5_;
+ PrintSettings* _tmp6_;
+ gchar* _tmp7_;
+ gchar* _tmp8_;
+ PangoFontDescription* _tmp9_;
+ PangoFontDescription* _tmp10_;
PangoLayout* title_layout = NULL;
- PangoLayout* _tmp15_;
+ PangoLayout* _tmp11_;
PangoContext* context = NULL;
- PangoContext* _tmp16_;
- PangoContext* _tmp17_;
- const gchar* _tmp18_;
+ PangoContext* _tmp12_;
+ PangoContext* _tmp13_;
gint title_width = 0;
gint title_height = 0;
- gint _tmp19_ = 0;
- gint _tmp20_ = 0;
+ gint _tmp14_ = 0;
+ gint _tmp15_ = 0;
gdouble tx = 0.0;
- gdouble _tmp21_;
gdouble ty = 0.0;
- gdouble _tmp22_;
#line 1092 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (IS_PRINT_MANAGER (self));
#line 1092 "/home/jens/Source/shotwell/src/Printing.vala"
@@ -7856,79 +7996,65 @@ static void print_manager_add_title_to_canvas (PrintManager* self, gdouble x, gd
#line 1092 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (GTK_IS_PRINT_CONTEXT (job_context));
#line 1093 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp0_ = job_context;
+ _tmp0_ = gtk_print_context_get_cairo_context (job_context);
#line 1093 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp1_ = gtk_print_context_get_cairo_context (_tmp0_);
+ _tmp1_ = _cairo_reference0 (_tmp0_);
#line 1093 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp2_ = _cairo_reference0 (_tmp1_);
-#line 1093 "/home/jens/Source/shotwell/src/Printing.vala"
- dc = _tmp2_;
-#line 1094 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp3_ = job;
+ dc = _tmp1_;
#line 1094 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp4_ = print_job_get_local_settings (_tmp3_);
+ _tmp2_ = print_job_get_local_settings (job);
#line 1094 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp5_ = _tmp4_;
-#line 1094 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp6_ = print_settings_get_content_ppi (_tmp5_);
+ _tmp3_ = _tmp2_;
#line 1094 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp7_ = (gdouble) _tmp6_;
+ _tmp4_ = (gdouble) print_settings_get_content_ppi (_tmp3_);
#line 1094 "/home/jens/Source/shotwell/src/Printing.vala"
- _print_settings_unref0 (_tmp5_);
+ _print_settings_unref0 (_tmp3_);
#line 1094 "/home/jens/Source/shotwell/src/Printing.vala"
- dpi = _tmp7_;
+ dpi = _tmp4_;
#line 1095 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp8_ = job;
+ _tmp5_ = print_job_get_local_settings (job);
#line 1095 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp9_ = print_job_get_local_settings (_tmp8_);
+ _tmp6_ = _tmp5_;
#line 1095 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp10_ = _tmp9_;
-#line 1095 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp11_ = print_settings_get_print_titles_font (_tmp10_);
+ _tmp7_ = print_settings_get_print_titles_font (_tmp6_);
#line 1095 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp12_ = _tmp11_;
+ _tmp8_ = _tmp7_;
#line 1095 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp13_ = pango_font_description_from_string (_tmp12_);
+ _tmp9_ = pango_font_description_from_string (_tmp8_);
#line 1095 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp14_ = _tmp13_;
+ _tmp10_ = _tmp9_;
#line 1095 "/home/jens/Source/shotwell/src/Printing.vala"
- _g_free0 (_tmp12_);
+ _g_free0 (_tmp8_);
#line 1095 "/home/jens/Source/shotwell/src/Printing.vala"
- _print_settings_unref0 (_tmp10_);
+ _print_settings_unref0 (_tmp6_);
#line 1095 "/home/jens/Source/shotwell/src/Printing.vala"
- title_font_description = _tmp14_;
+ title_font_description = _tmp10_;
#line 1096 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp15_ = pango_cairo_create_layout (dc);
+ _tmp11_ = pango_cairo_create_layout (dc);
#line 1096 "/home/jens/Source/shotwell/src/Printing.vala"
- title_layout = _tmp15_;
+ title_layout = _tmp11_;
#line 1097 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp16_ = pango_layout_get_context (title_layout);
+ _tmp12_ = pango_layout_get_context (title_layout);
#line 1097 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp17_ = _g_object_ref0 (_tmp16_);
+ _tmp13_ = _g_object_ref0 (_tmp12_);
#line 1097 "/home/jens/Source/shotwell/src/Printing.vala"
- context = _tmp17_;
+ context = _tmp13_;
#line 1098 "/home/jens/Source/shotwell/src/Printing.vala"
pango_cairo_context_set_resolution (context, dpi);
#line 1099 "/home/jens/Source/shotwell/src/Printing.vala"
pango_layout_set_font_description (title_layout, title_font_description);
#line 1100 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp18_ = title;
-#line 1100 "/home/jens/Source/shotwell/src/Printing.vala"
- pango_layout_set_text (title_layout, _tmp18_, -1);
+ pango_layout_set_text (title_layout, title, -1);
#line 1102 "/home/jens/Source/shotwell/src/Printing.vala"
- pango_layout_get_pixel_size (title_layout, &_tmp19_, &_tmp20_);
+ pango_layout_get_pixel_size (title_layout, &_tmp14_, &_tmp15_);
#line 1102 "/home/jens/Source/shotwell/src/Printing.vala"
- title_width = _tmp19_;
+ title_width = _tmp14_;
#line 1102 "/home/jens/Source/shotwell/src/Printing.vala"
- title_height = _tmp20_;
+ title_height = _tmp15_;
#line 1103 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp21_ = x;
-#line 1103 "/home/jens/Source/shotwell/src/Printing.vala"
- tx = (dpi * _tmp21_) - (title_width / 2);
-#line 1104 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp22_ = y;
+ tx = (dpi * x) - (title_width / 2);
#line 1104 "/home/jens/Source/shotwell/src/Printing.vala"
- ty = (dpi * _tmp22_) - title_height;
+ ty = (dpi * y) - title_height;
#line 1107 "/home/jens/Source/shotwell/src/Printing.vala"
cairo_rectangle (dc, tx - 10, ty + 2, (gdouble) (title_width + 20), (gdouble) title_height);
#line 1108 "/home/jens/Source/shotwell/src/Printing.vala"
@@ -7955,35 +8081,32 @@ static void print_manager_add_title_to_canvas (PrintManager* self, gdouble x, gd
__vala_PangoFontDescription_free0 (title_font_description);
#line 1092 "/home/jens/Source/shotwell/src/Printing.vala"
_cairo_destroy0 (dc);
-#line 7958 "Printing.c"
+#line 8084 "Printing.c"
}
-static gboolean print_manager_are_approximately_equal (PrintManager* self, gdouble val1, gdouble val2) {
+static gboolean
+print_manager_are_approximately_equal (PrintManager* self,
+ gdouble val1,
+ gdouble val2)
+{
gboolean result = FALSE;
gdouble accept_err = 0.0;
- gdouble _tmp0_;
- gdouble _tmp1_;
- gdouble _tmp2_;
#line 1119 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_val_if_fail (IS_PRINT_MANAGER (self), FALSE);
#line 1120 "/home/jens/Source/shotwell/src/Printing.vala"
accept_err = 0.005;
#line 1121 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp0_ = val1;
-#line 1121 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp1_ = val2;
-#line 1121 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp2_ = fabs (_tmp0_ - _tmp1_);
-#line 1121 "/home/jens/Source/shotwell/src/Printing.vala"
- result = _tmp2_ <= accept_err;
+ result = fabs (val1 - val2) <= accept_err;
#line 1121 "/home/jens/Source/shotwell/src/Printing.vala"
return result;
-#line 7982 "Printing.c"
+#line 8103 "Printing.c"
}
-PrintSettings* print_manager_get_global_settings (PrintManager* self) {
+PrintSettings*
+print_manager_get_global_settings (PrintManager* self)
+{
PrintSettings* result = NULL;
PrintSettings* _tmp0_;
PrintSettings* _tmp1_;
@@ -7997,132 +8120,154 @@ PrintSettings* print_manager_get_global_settings (PrintManager* self) {
result = _tmp1_;
#line 1125 "/home/jens/Source/shotwell/src/Printing.vala"
return result;
-#line 8000 "Printing.c"
+#line 8123 "Printing.c"
}
-void print_manager_set_global_settings (PrintManager* self, PrintSettings* settings) {
+void
+print_manager_set_global_settings (PrintManager* self,
+ PrintSettings* settings)
+{
PrintSettings* _tmp0_;
- PrintSettings* _tmp1_;
- PrintSettings* _tmp2_;
#line 1128 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (IS_PRINT_MANAGER (self));
#line 1128 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (IS_PRINT_SETTINGS (settings));
#line 1129 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp0_ = settings;
-#line 1129 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp1_ = _print_settings_ref0 (_tmp0_);
+ _tmp0_ = _print_settings_ref0 (settings);
#line 1129 "/home/jens/Source/shotwell/src/Printing.vala"
_print_settings_unref0 (self->priv->settings);
#line 1129 "/home/jens/Source/shotwell/src/Printing.vala"
- self->priv->settings = _tmp1_;
+ self->priv->settings = _tmp0_;
#line 1130 "/home/jens/Source/shotwell/src/Printing.vala"
- _tmp2_ = settings;
-#line 1130 "/home/jens/Source/shotwell/src/Printing.vala"
- print_settings_save (_tmp2_);
-#line 8024 "Printing.c"
+ print_settings_save (settings);
+#line 8144 "Printing.c"
}
-static void value_print_manager_init (GValue* value) {
+static void
+value_print_manager_init (GValue* value)
+{
#line 771 "/home/jens/Source/shotwell/src/Printing.vala"
value->data[0].v_pointer = NULL;
-#line 8031 "Printing.c"
+#line 8153 "Printing.c"
}
-static void value_print_manager_free_value (GValue* value) {
+static void
+value_print_manager_free_value (GValue* value)
+{
#line 771 "/home/jens/Source/shotwell/src/Printing.vala"
if (value->data[0].v_pointer) {
#line 771 "/home/jens/Source/shotwell/src/Printing.vala"
print_manager_unref (value->data[0].v_pointer);
-#line 8040 "Printing.c"
+#line 8164 "Printing.c"
}
}
-static void value_print_manager_copy_value (const GValue* src_value, GValue* dest_value) {
+static void
+value_print_manager_copy_value (const GValue* src_value,
+ GValue* dest_value)
+{
#line 771 "/home/jens/Source/shotwell/src/Printing.vala"
if (src_value->data[0].v_pointer) {
#line 771 "/home/jens/Source/shotwell/src/Printing.vala"
dest_value->data[0].v_pointer = print_manager_ref (src_value->data[0].v_pointer);
-#line 8050 "Printing.c"
+#line 8177 "Printing.c"
} else {
#line 771 "/home/jens/Source/shotwell/src/Printing.vala"
dest_value->data[0].v_pointer = NULL;
-#line 8054 "Printing.c"
+#line 8181 "Printing.c"
}
}
-static gpointer value_print_manager_peek_pointer (const GValue* value) {
+static gpointer
+value_print_manager_peek_pointer (const GValue* value)
+{
#line 771 "/home/jens/Source/shotwell/src/Printing.vala"
return value->data[0].v_pointer;
-#line 8062 "Printing.c"
+#line 8191 "Printing.c"
}
-static gchar* value_print_manager_collect_value (GValue* value, guint n_collect_values, GTypeCValue* collect_values, guint collect_flags) {
+static gchar*
+value_print_manager_collect_value (GValue* value,
+ guint n_collect_values,
+ GTypeCValue* collect_values,
+ guint collect_flags)
+{
#line 771 "/home/jens/Source/shotwell/src/Printing.vala"
if (collect_values[0].v_pointer) {
-#line 8069 "Printing.c"
+#line 8203 "Printing.c"
PrintManager * object;
object = collect_values[0].v_pointer;
#line 771 "/home/jens/Source/shotwell/src/Printing.vala"
if (object->parent_instance.g_class == NULL) {
#line 771 "/home/jens/Source/shotwell/src/Printing.vala"
return g_strconcat ("invalid unclassed object pointer for value type `", G_VALUE_TYPE_NAME (value), "'", NULL);
-#line 8076 "Printing.c"
+#line 8210 "Printing.c"
} else if (!g_value_type_compatible (G_TYPE_FROM_INSTANCE (object), G_VALUE_TYPE (value))) {
#line 771 "/home/jens/Source/shotwell/src/Printing.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 8080 "Printing.c"
+#line 8214 "Printing.c"
}
#line 771 "/home/jens/Source/shotwell/src/Printing.vala"
value->data[0].v_pointer = print_manager_ref (object);
-#line 8084 "Printing.c"
+#line 8218 "Printing.c"
} else {
#line 771 "/home/jens/Source/shotwell/src/Printing.vala"
value->data[0].v_pointer = NULL;
-#line 8088 "Printing.c"
+#line 8222 "Printing.c"
}
#line 771 "/home/jens/Source/shotwell/src/Printing.vala"
return NULL;
-#line 8092 "Printing.c"
+#line 8226 "Printing.c"
}
-static gchar* value_print_manager_lcopy_value (const GValue* value, guint n_collect_values, GTypeCValue* collect_values, guint collect_flags) {
+static gchar*
+value_print_manager_lcopy_value (const GValue* value,
+ guint n_collect_values,
+ GTypeCValue* collect_values,
+ guint collect_flags)
+{
PrintManager ** object_p;
object_p = collect_values[0].v_pointer;
#line 771 "/home/jens/Source/shotwell/src/Printing.vala"
if (!object_p) {
#line 771 "/home/jens/Source/shotwell/src/Printing.vala"
return g_strdup_printf ("value location for `%s' passed as NULL", G_VALUE_TYPE_NAME (value));
-#line 8103 "Printing.c"
+#line 8242 "Printing.c"
}
#line 771 "/home/jens/Source/shotwell/src/Printing.vala"
if (!value->data[0].v_pointer) {
#line 771 "/home/jens/Source/shotwell/src/Printing.vala"
*object_p = NULL;
-#line 8109 "Printing.c"
+#line 8248 "Printing.c"
} else if (collect_flags & G_VALUE_NOCOPY_CONTENTS) {
#line 771 "/home/jens/Source/shotwell/src/Printing.vala"
*object_p = value->data[0].v_pointer;
-#line 8113 "Printing.c"
+#line 8252 "Printing.c"
} else {
#line 771 "/home/jens/Source/shotwell/src/Printing.vala"
*object_p = print_manager_ref (value->data[0].v_pointer);
-#line 8117 "Printing.c"
+#line 8256 "Printing.c"
}
#line 771 "/home/jens/Source/shotwell/src/Printing.vala"
return NULL;
-#line 8121 "Printing.c"
+#line 8260 "Printing.c"
}
-GParamSpec* param_spec_print_manager (const gchar* name, const gchar* nick, const gchar* blurb, GType object_type, GParamFlags flags) {
+GParamSpec*
+param_spec_print_manager (const gchar* name,
+ const gchar* nick,
+ const gchar* blurb,
+ GType object_type,
+ GParamFlags flags)
+{
ParamSpecPrintManager* spec;
#line 771 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_val_if_fail (g_type_is_a (object_type, TYPE_PRINT_MANAGER), NULL);
@@ -8132,20 +8277,25 @@ GParamSpec* param_spec_print_manager (const gchar* name, const gchar* nick, cons
G_PARAM_SPEC (spec)->value_type = object_type;
#line 771 "/home/jens/Source/shotwell/src/Printing.vala"
return G_PARAM_SPEC (spec);
-#line 8135 "Printing.c"
+#line 8280 "Printing.c"
}
-gpointer value_get_print_manager (const GValue* value) {
+gpointer
+value_get_print_manager (const GValue* value)
+{
#line 771 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_val_if_fail (G_TYPE_CHECK_VALUE_TYPE (value, TYPE_PRINT_MANAGER), NULL);
#line 771 "/home/jens/Source/shotwell/src/Printing.vala"
return value->data[0].v_pointer;
-#line 8144 "Printing.c"
+#line 8291 "Printing.c"
}
-void value_set_print_manager (GValue* value, gpointer v_object) {
+void
+value_set_print_manager (GValue* value,
+ gpointer v_object)
+{
PrintManager * old;
#line 771 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (G_TYPE_CHECK_VALUE_TYPE (value, TYPE_PRINT_MANAGER));
@@ -8161,22 +8311,25 @@ void value_set_print_manager (GValue* value, gpointer v_object) {
value->data[0].v_pointer = v_object;
#line 771 "/home/jens/Source/shotwell/src/Printing.vala"
print_manager_ref (value->data[0].v_pointer);
-#line 8164 "Printing.c"
+#line 8314 "Printing.c"
} else {
#line 771 "/home/jens/Source/shotwell/src/Printing.vala"
value->data[0].v_pointer = NULL;
-#line 8168 "Printing.c"
+#line 8318 "Printing.c"
}
#line 771 "/home/jens/Source/shotwell/src/Printing.vala"
if (old) {
#line 771 "/home/jens/Source/shotwell/src/Printing.vala"
print_manager_unref (old);
-#line 8174 "Printing.c"
+#line 8324 "Printing.c"
}
}
-void value_take_print_manager (GValue* value, gpointer v_object) {
+void
+value_take_print_manager (GValue* value,
+ gpointer v_object)
+{
PrintManager * old;
#line 771 "/home/jens/Source/shotwell/src/Printing.vala"
g_return_if_fail (G_TYPE_CHECK_VALUE_TYPE (value, TYPE_PRINT_MANAGER));
@@ -8190,33 +8343,37 @@ void value_take_print_manager (GValue* value, gpointer v_object) {
g_return_if_fail (g_value_type_compatible (G_TYPE_FROM_INSTANCE (v_object), G_VALUE_TYPE (value)));
#line 771 "/home/jens/Source/shotwell/src/Printing.vala"
value->data[0].v_pointer = v_object;
-#line 8193 "Printing.c"
+#line 8346 "Printing.c"
} else {
#line 771 "/home/jens/Source/shotwell/src/Printing.vala"
value->data[0].v_pointer = NULL;
-#line 8197 "Printing.c"
+#line 8350 "Printing.c"
}
#line 771 "/home/jens/Source/shotwell/src/Printing.vala"
if (old) {
#line 771 "/home/jens/Source/shotwell/src/Printing.vala"
print_manager_unref (old);
-#line 8203 "Printing.c"
+#line 8356 "Printing.c"
}
}
-static void print_manager_class_init (PrintManagerClass * klass) {
+static void
+print_manager_class_init (PrintManagerClass * klass)
+{
#line 771 "/home/jens/Source/shotwell/src/Printing.vala"
print_manager_parent_class = g_type_class_peek_parent (klass);
#line 771 "/home/jens/Source/shotwell/src/Printing.vala"
((PrintManagerClass *) klass)->finalize = print_manager_finalize;
#line 771 "/home/jens/Source/shotwell/src/Printing.vala"
g_type_class_add_private (klass, sizeof (PrintManagerPrivate));
-#line 8215 "Printing.c"
+#line 8370 "Printing.c"
}
-static void print_manager_instance_init (PrintManager * self) {
+static void
+print_manager_instance_init (PrintManager * self)
+{
#line 771 "/home/jens/Source/shotwell/src/Printing.vala"
self->priv = PRINT_MANAGER_GET_PRIVATE (self);
#line 779 "/home/jens/Source/shotwell/src/Printing.vala"
@@ -8231,11 +8388,13 @@ static void print_manager_instance_init (PrintManager * self) {
self->priv->_standard_sizes_size_ = self->priv->standard_sizes_length1;
#line 771 "/home/jens/Source/shotwell/src/Printing.vala"
self->ref_count = 1;
-#line 8234 "Printing.c"
+#line 8391 "Printing.c"
}
-static void print_manager_finalize (PrintManager * obj) {
+static void
+print_manager_finalize (PrintManager * obj)
+{
PrintManager * self;
#line 771 "/home/jens/Source/shotwell/src/Printing.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (obj, TYPE_PRINT_MANAGER, PrintManager);
@@ -8253,11 +8412,13 @@ static void print_manager_finalize (PrintManager * obj) {
_g_object_unref0 (self->priv->cancellable);
#line 781 "/home/jens/Source/shotwell/src/Printing.vala"
self->priv->standard_sizes = (_vala_array_free (self->priv->standard_sizes, self->priv->standard_sizes_length1, (GDestroyNotify) standard_print_size_unref), NULL);
-#line 8256 "Printing.c"
+#line 8415 "Printing.c"
}
-GType print_manager_get_type (void) {
+GType
+print_manager_get_type (void)
+{
static volatile gsize print_manager_type_id__volatile = 0;
if (g_once_init_enter (&print_manager_type_id__volatile)) {
static const GTypeValueTable g_define_type_value_table = { value_print_manager_init, value_print_manager_free_value, value_print_manager_copy_value, value_print_manager_peek_pointer, "p", value_print_manager_collect_value, "p", value_print_manager_lcopy_value };
@@ -8271,18 +8432,22 @@ GType print_manager_get_type (void) {
}
-gpointer print_manager_ref (gpointer instance) {
+gpointer
+print_manager_ref (gpointer instance)
+{
PrintManager * self;
self = instance;
#line 771 "/home/jens/Source/shotwell/src/Printing.vala"
g_atomic_int_inc (&self->ref_count);
#line 771 "/home/jens/Source/shotwell/src/Printing.vala"
return instance;
-#line 8281 "Printing.c"
+#line 8444 "Printing.c"
}
-void print_manager_unref (gpointer instance) {
+void
+print_manager_unref (gpointer instance)
+{
PrintManager * self;
self = instance;
#line 771 "/home/jens/Source/shotwell/src/Printing.vala"
@@ -8291,12 +8456,16 @@ void print_manager_unref (gpointer instance) {
PRINT_MANAGER_GET_CLASS (self)->finalize (self);
#line 771 "/home/jens/Source/shotwell/src/Printing.vala"
g_type_free_instance ((GTypeInstance *) self);
-#line 8294 "Printing.c"
+#line 8459 "Printing.c"
}
}
-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) {
@@ -8308,7 +8477,11 @@ static void _vala_array_destroy (gpointer array, gint array_length, GDestroyNoti
}
-static void _vala_array_free (gpointer array, gint array_length, GDestroyNotify destroy_func) {
+static void
+_vala_array_free (gpointer array,
+ gint array_length,
+ GDestroyNotify destroy_func)
+{
_vala_array_destroy (array, array_length, destroy_func);
g_free (array);
}