summaryrefslogtreecommitdiff
path: root/src/config
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-11-12 15:53:58 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-11-12 15:53:58 +0100
commit2492891f112caac6076ce49721d9d5d78a152c3a (patch)
tree36dd11a60bd963e6bd44e2e312b6e4b57d1849ea /src/config
parent3c829c50a8f705402bdc759946d49ae7caebd003 (diff)
New upstream version 0.26.4upstream/0.26.4
Diffstat (limited to 'src/config')
-rw-r--r--src/config/Config.c161
-rw-r--r--src/config/ConfigurationInterfaces.c4965
-rw-r--r--src/config/GSettingsEngine.c2600
3 files changed, 3894 insertions, 3832 deletions
diff --git a/src/config/Config.c b/src/config/Config.c
index 8c5fc92..4d9bba5 100644
--- a/src/config/Config.c
+++ b/src/config/Config.c
@@ -1,4 +1,4 @@
-/* Config.c generated by valac 0.34.7, the Vala compiler
+/* Config.c generated by valac 0.36.6, the Vala compiler
* generated from Config.vala, do not modify */
/* Copyright 2016 Software Freedom Conservancy Inc.
@@ -82,6 +82,11 @@ typedef struct _ConfigurationEngineIface ConfigurationEngineIface;
#define TYPE_CONFIGURABLE_PROPERTY (configurable_property_get_type ())
#define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
+enum {
+ CONFIG_FACADE_COLORS_CHANGED_SIGNAL,
+ CONFIG_FACADE_LAST_SIGNAL
+};
+static guint config_facade_signals[CONFIG_FACADE_LAST_SIGNAL] = {0};
struct _Dimensions {
gint width;
@@ -460,7 +465,7 @@ void config_facade_get_border_color (ConfigFacade* self, GdkRGBA* result);
void config_facade_set_bg_color (ConfigFacade* self, GdkRGBA* color);
void configuration_facade_set_bg_color_name (ConfigurationFacade* self, const gchar* color_name);
void config_facade_commit_bg_color (ConfigFacade* self);
-static void config_facade_finalize (GObject* obj);
+static void config_facade_finalize (GObject * obj);
void config_preconfigure (void);
void config_init (GError** error);
void config_terminate (void);
@@ -469,14 +474,14 @@ void config_terminate (void);
static void _config_facade_on_color_name_changed_configuration_facade_bg_color_name_changed (ConfigurationFacade* _sender, gpointer self) {
#line 55 "/home/jens/Source/shotwell/src/config/Config.vala"
config_facade_on_color_name_changed ((ConfigFacade*) self);
-#line 473 "Config.c"
+#line 478 "Config.c"
}
static ConfigFacade* config_facade_construct (GType object_type) {
ConfigFacade * self = NULL;
- GSettingsConfigurationEngine* _tmp0_ = NULL;
- GSettingsConfigurationEngine* _tmp1_ = NULL;
+ GSettingsConfigurationEngine* _tmp0_;
+ GSettingsConfigurationEngine* _tmp1_;
#line 53 "/home/jens/Source/shotwell/src/config/Config.vala"
_tmp0_ = gsettings_configuration_engine_new ();
#line 53 "/home/jens/Source/shotwell/src/config/Config.vala"
@@ -489,42 +494,42 @@ static ConfigFacade* config_facade_construct (GType object_type) {
g_signal_connect_object (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_CONFIGURATION_FACADE, ConfigurationFacade), "bg-color-name-changed", (GCallback) _config_facade_on_color_name_changed_configuration_facade_bg_color_name_changed, self, 0);
#line 52 "/home/jens/Source/shotwell/src/config/Config.vala"
return self;
-#line 493 "Config.c"
+#line 498 "Config.c"
}
static ConfigFacade* config_facade_new (void) {
#line 52 "/home/jens/Source/shotwell/src/config/Config.vala"
return config_facade_construct (CONFIG_TYPE_FACADE);
-#line 500 "Config.c"
+#line 505 "Config.c"
}
static gpointer _g_object_ref0 (gpointer self) {
#line 62 "/home/jens/Source/shotwell/src/config/Config.vala"
return self ? g_object_ref (self) : NULL;
-#line 507 "Config.c"
+#line 512 "Config.c"
}
ConfigFacade* config_facade_get_instance (void) {
ConfigFacade* result = NULL;
- ConfigFacade* _tmp0_ = NULL;
- ConfigFacade* _tmp2_ = NULL;
- ConfigFacade* _tmp3_ = NULL;
+ ConfigFacade* _tmp0_;
+ ConfigFacade* _tmp2_;
+ ConfigFacade* _tmp3_;
#line 59 "/home/jens/Source/shotwell/src/config/Config.vala"
_tmp0_ = config_facade_instance;
#line 59 "/home/jens/Source/shotwell/src/config/Config.vala"
if (_tmp0_ == NULL) {
-#line 520 "Config.c"
- ConfigFacade* _tmp1_ = NULL;
+#line 525 "Config.c"
+ ConfigFacade* _tmp1_;
#line 60 "/home/jens/Source/shotwell/src/config/Config.vala"
_tmp1_ = config_facade_new ();
#line 60 "/home/jens/Source/shotwell/src/config/Config.vala"
_g_object_unref0 (config_facade_instance);
#line 60 "/home/jens/Source/shotwell/src/config/Config.vala"
config_facade_instance = _tmp1_;
-#line 528 "Config.c"
+#line 533 "Config.c"
}
#line 62 "/home/jens/Source/shotwell/src/config/Config.vala"
_tmp2_ = config_facade_instance;
@@ -534,7 +539,7 @@ ConfigFacade* config_facade_get_instance (void) {
result = _tmp3_;
#line 62 "/home/jens/Source/shotwell/src/config/Config.vala"
return result;
-#line 538 "Config.c"
+#line 543 "Config.c"
}
@@ -542,14 +547,14 @@ static void config_facade_on_color_name_changed (ConfigFacade* self) {
#line 65 "/home/jens/Source/shotwell/src/config/Config.vala"
g_return_if_fail (CONFIG_IS_FACADE (self));
#line 66 "/home/jens/Source/shotwell/src/config/Config.vala"
- g_signal_emit_by_name (self, "colors-changed");
-#line 547 "Config.c"
+ g_signal_emit (self, config_facade_signals[CONFIG_FACADE_COLORS_CHANGED_SIGNAL], 0);
+#line 552 "Config.c"
}
static void config_facade_set_text_colors (ConfigFacade* self, GdkRGBA* bg_color) {
- GdkRGBA _tmp0_ = {0};
- gdouble _tmp1_ = 0.0;
+ GdkRGBA _tmp0_;
+ gdouble _tmp1_;
#line 69 "/home/jens/Source/shotwell/src/config/Config.vala"
g_return_if_fail (CONFIG_IS_FACADE (self));
#line 69 "/home/jens/Source/shotwell/src/config/Config.vala"
@@ -560,11 +565,11 @@ static void config_facade_set_text_colors (ConfigFacade* self, GdkRGBA* bg_color
_tmp1_ = _tmp0_.red;
#line 73 "/home/jens/Source/shotwell/src/config/Config.vala"
if (_tmp1_ > CONFIG_FACADE_BLACK_THRESHOLD) {
-#line 564 "Config.c"
- gchar* _tmp2_ = NULL;
- gchar* _tmp3_ = NULL;
- gchar* _tmp4_ = NULL;
- gchar* _tmp5_ = NULL;
+#line 569 "Config.c"
+ gchar* _tmp2_;
+ gchar* _tmp3_;
+ gchar* _tmp4_;
+ gchar* _tmp5_;
#line 74 "/home/jens/Source/shotwell/src/config/Config.vala"
_tmp2_ = g_strdup (CONFIG_FACADE_DARK_SELECTED_COLOR);
#line 74 "/home/jens/Source/shotwell/src/config/Config.vala"
@@ -589,12 +594,12 @@ static void config_facade_set_text_colors (ConfigFacade* self, GdkRGBA* bg_color
_g_free0 (self->priv->border_color);
#line 77 "/home/jens/Source/shotwell/src/config/Config.vala"
self->priv->border_color = _tmp5_;
-#line 593 "Config.c"
+#line 598 "Config.c"
} else {
- gchar* _tmp6_ = NULL;
- gchar* _tmp7_ = NULL;
- gchar* _tmp8_ = NULL;
- gchar* _tmp9_ = NULL;
+ gchar* _tmp6_;
+ gchar* _tmp7_;
+ gchar* _tmp8_;
+ gchar* _tmp9_;
#line 79 "/home/jens/Source/shotwell/src/config/Config.vala"
_tmp6_ = g_strdup (CONFIG_FACADE_LIGHT_SELECTED_COLOR);
#line 79 "/home/jens/Source/shotwell/src/config/Config.vala"
@@ -619,16 +624,16 @@ static void config_facade_set_text_colors (ConfigFacade* self, GdkRGBA* bg_color
_g_free0 (self->priv->border_color);
#line 82 "/home/jens/Source/shotwell/src/config/Config.vala"
self->priv->border_color = _tmp9_;
-#line 623 "Config.c"
+#line 628 "Config.c"
}
}
static void config_facade_get_colors (ConfigFacade* self) {
- gchar* _tmp0_ = NULL;
- const gchar* _tmp1_ = NULL;
- gboolean _tmp2_ = FALSE;
- const gchar* _tmp4_ = NULL;
+ gchar* _tmp0_;
+ const gchar* _tmp1_;
+ gboolean _tmp2_;
+ const gchar* _tmp4_;
GdkRGBA _tmp5_ = {0};
#line 86 "/home/jens/Source/shotwell/src/config/Config.vala"
g_return_if_fail (CONFIG_IS_FACADE (self));
@@ -644,15 +649,15 @@ static void config_facade_get_colors (ConfigFacade* self) {
_tmp2_ = is_color_parsable (_tmp1_);
#line 89 "/home/jens/Source/shotwell/src/config/Config.vala"
if (!_tmp2_) {
-#line 648 "Config.c"
- gchar* _tmp3_ = NULL;
+#line 653 "Config.c"
+ gchar* _tmp3_;
#line 90 "/home/jens/Source/shotwell/src/config/Config.vala"
_tmp3_ = g_strdup (CONFIG_FACADE_DEFAULT_BG_COLOR);
#line 90 "/home/jens/Source/shotwell/src/config/Config.vala"
_g_free0 (self->priv->bg_color);
#line 90 "/home/jens/Source/shotwell/src/config/Config.vala"
self->priv->bg_color = _tmp3_;
-#line 656 "Config.c"
+#line 661 "Config.c"
}
#line 92 "/home/jens/Source/shotwell/src/config/Config.vala"
_tmp4_ = self->priv->bg_color;
@@ -660,14 +665,14 @@ static void config_facade_get_colors (ConfigFacade* self) {
parse_color (_tmp4_, &_tmp5_);
#line 92 "/home/jens/Source/shotwell/src/config/Config.vala"
config_facade_set_text_colors (self, &_tmp5_);
-#line 664 "Config.c"
+#line 669 "Config.c"
}
void config_facade_get_bg_color (ConfigFacade* self, GdkRGBA* result) {
- const gchar* _tmp0_ = NULL;
- gboolean _tmp1_ = FALSE;
- const gchar* _tmp2_ = NULL;
+ const gchar* _tmp0_;
+ gboolean _tmp1_;
+ const gchar* _tmp2_;
GdkRGBA _tmp3_ = {0};
#line 95 "/home/jens/Source/shotwell/src/config/Config.vala"
g_return_if_fail (CONFIG_IS_FACADE (self));
@@ -679,7 +684,7 @@ void config_facade_get_bg_color (ConfigFacade* self, GdkRGBA* result) {
if (_tmp1_) {
#line 97 "/home/jens/Source/shotwell/src/config/Config.vala"
config_facade_get_colors (self);
-#line 683 "Config.c"
+#line 688 "Config.c"
}
#line 99 "/home/jens/Source/shotwell/src/config/Config.vala"
_tmp2_ = self->priv->bg_color;
@@ -689,22 +694,22 @@ void config_facade_get_bg_color (ConfigFacade* self, GdkRGBA* result) {
*result = _tmp3_;
#line 99 "/home/jens/Source/shotwell/src/config/Config.vala"
return;
-#line 693 "Config.c"
+#line 698 "Config.c"
}
void config_facade_get_selected_color (ConfigFacade* self, gboolean in_focus, GdkRGBA* result) {
- gboolean _tmp0_ = FALSE;
+ gboolean _tmp0_;
#line 102 "/home/jens/Source/shotwell/src/config/Config.vala"
g_return_if_fail (CONFIG_IS_FACADE (self));
#line 103 "/home/jens/Source/shotwell/src/config/Config.vala"
_tmp0_ = in_focus;
#line 103 "/home/jens/Source/shotwell/src/config/Config.vala"
if (_tmp0_) {
-#line 705 "Config.c"
- const gchar* _tmp1_ = NULL;
- gboolean _tmp2_ = FALSE;
- const gchar* _tmp3_ = NULL;
+#line 710 "Config.c"
+ const gchar* _tmp1_;
+ gboolean _tmp2_;
+ const gchar* _tmp3_;
GdkRGBA _tmp4_ = {0};
#line 104 "/home/jens/Source/shotwell/src/config/Config.vala"
_tmp1_ = self->priv->selected_color;
@@ -714,7 +719,7 @@ void config_facade_get_selected_color (ConfigFacade* self, gboolean in_focus, Gd
if (_tmp2_) {
#line 105 "/home/jens/Source/shotwell/src/config/Config.vala"
config_facade_get_colors (self);
-#line 718 "Config.c"
+#line 723 "Config.c"
}
#line 107 "/home/jens/Source/shotwell/src/config/Config.vala"
_tmp3_ = self->priv->selected_color;
@@ -724,11 +729,11 @@ void config_facade_get_selected_color (ConfigFacade* self, gboolean in_focus, Gd
*result = _tmp4_;
#line 107 "/home/jens/Source/shotwell/src/config/Config.vala"
return;
-#line 728 "Config.c"
+#line 733 "Config.c"
} else {
- const gchar* _tmp5_ = NULL;
- gboolean _tmp6_ = FALSE;
- const gchar* _tmp7_ = NULL;
+ const gchar* _tmp5_;
+ gboolean _tmp6_;
+ const gchar* _tmp7_;
GdkRGBA _tmp8_ = {0};
#line 109 "/home/jens/Source/shotwell/src/config/Config.vala"
_tmp5_ = self->priv->unfocused_selected_color;
@@ -738,7 +743,7 @@ void config_facade_get_selected_color (ConfigFacade* self, gboolean in_focus, Gd
if (_tmp6_) {
#line 110 "/home/jens/Source/shotwell/src/config/Config.vala"
config_facade_get_colors (self);
-#line 742 "Config.c"
+#line 747 "Config.c"
}
#line 112 "/home/jens/Source/shotwell/src/config/Config.vala"
_tmp7_ = self->priv->unfocused_selected_color;
@@ -748,15 +753,15 @@ void config_facade_get_selected_color (ConfigFacade* self, gboolean in_focus, Gd
*result = _tmp8_;
#line 112 "/home/jens/Source/shotwell/src/config/Config.vala"
return;
-#line 752 "Config.c"
+#line 757 "Config.c"
}
}
void config_facade_get_unselected_color (ConfigFacade* self, GdkRGBA* result) {
- const gchar* _tmp0_ = NULL;
- gboolean _tmp1_ = FALSE;
- const gchar* _tmp2_ = NULL;
+ const gchar* _tmp0_;
+ gboolean _tmp1_;
+ const gchar* _tmp2_;
GdkRGBA _tmp3_ = {0};
#line 116 "/home/jens/Source/shotwell/src/config/Config.vala"
g_return_if_fail (CONFIG_IS_FACADE (self));
@@ -768,7 +773,7 @@ void config_facade_get_unselected_color (ConfigFacade* self, GdkRGBA* result) {
if (_tmp1_) {
#line 118 "/home/jens/Source/shotwell/src/config/Config.vala"
config_facade_get_colors (self);
-#line 772 "Config.c"
+#line 777 "Config.c"
}
#line 120 "/home/jens/Source/shotwell/src/config/Config.vala"
_tmp2_ = self->priv->unselected_color;
@@ -778,14 +783,14 @@ void config_facade_get_unselected_color (ConfigFacade* self, GdkRGBA* result) {
*result = _tmp3_;
#line 120 "/home/jens/Source/shotwell/src/config/Config.vala"
return;
-#line 782 "Config.c"
+#line 787 "Config.c"
}
void config_facade_get_border_color (ConfigFacade* self, GdkRGBA* result) {
- const gchar* _tmp0_ = NULL;
- gboolean _tmp1_ = FALSE;
- const gchar* _tmp2_ = NULL;
+ const gchar* _tmp0_;
+ gboolean _tmp1_;
+ const gchar* _tmp2_;
GdkRGBA _tmp3_ = {0};
#line 123 "/home/jens/Source/shotwell/src/config/Config.vala"
g_return_if_fail (CONFIG_IS_FACADE (self));
@@ -797,7 +802,7 @@ void config_facade_get_border_color (ConfigFacade* self, GdkRGBA* result) {
if (_tmp1_) {
#line 125 "/home/jens/Source/shotwell/src/config/Config.vala"
config_facade_get_colors (self);
-#line 801 "Config.c"
+#line 806 "Config.c"
}
#line 127 "/home/jens/Source/shotwell/src/config/Config.vala"
_tmp2_ = self->priv->border_color;
@@ -807,17 +812,17 @@ void config_facade_get_border_color (ConfigFacade* self, GdkRGBA* result) {
*result = _tmp3_;
#line 127 "/home/jens/Source/shotwell/src/config/Config.vala"
return;
-#line 811 "Config.c"
+#line 816 "Config.c"
}
void config_facade_set_bg_color (ConfigFacade* self, GdkRGBA* color) {
guint8 col_tmp = 0U;
- GdkRGBA _tmp0_ = {0};
- gdouble _tmp1_ = 0.0;
- gchar* _tmp2_ = NULL;
- const gchar* _tmp3_ = NULL;
- GdkRGBA _tmp4_ = {0};
+ GdkRGBA _tmp0_;
+ gdouble _tmp1_;
+ gchar* _tmp2_;
+ const gchar* _tmp3_;
+ GdkRGBA _tmp4_;
#line 130 "/home/jens/Source/shotwell/src/config/Config.vala"
g_return_if_fail (CONFIG_IS_FACADE (self));
#line 130 "/home/jens/Source/shotwell/src/config/Config.vala"
@@ -842,19 +847,19 @@ void config_facade_set_bg_color (ConfigFacade* self, GdkRGBA* color) {
_tmp4_ = *color;
#line 136 "/home/jens/Source/shotwell/src/config/Config.vala"
config_facade_set_text_colors (self, &_tmp4_);
-#line 846 "Config.c"
+#line 851 "Config.c"
}
void config_facade_commit_bg_color (ConfigFacade* self) {
- const gchar* _tmp0_ = NULL;
+ const gchar* _tmp0_;
#line 139 "/home/jens/Source/shotwell/src/config/Config.vala"
g_return_if_fail (CONFIG_IS_FACADE (self));
#line 140 "/home/jens/Source/shotwell/src/config/Config.vala"
_tmp0_ = self->priv->bg_color;
#line 140 "/home/jens/Source/shotwell/src/config/Config.vala"
CONFIGURATION_FACADE_CLASS (config_facade_parent_class)->set_bg_color_name (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_CONFIGURATION_FACADE, ConfigurationFacade), _tmp0_);
-#line 858 "Config.c"
+#line 863 "Config.c"
}
@@ -866,8 +871,8 @@ static void config_facade_class_init (ConfigFacadeClass * klass) {
#line 18 "/home/jens/Source/shotwell/src/config/Config.vala"
G_OBJECT_CLASS (klass)->finalize = config_facade_finalize;
#line 18 "/home/jens/Source/shotwell/src/config/Config.vala"
- g_signal_new ("colors_changed", CONFIG_TYPE_FACADE, G_SIGNAL_RUN_LAST, 0, NULL, NULL, g_cclosure_marshal_VOID__VOID, G_TYPE_NONE, 0);
-#line 871 "Config.c"
+ config_facade_signals[CONFIG_FACADE_COLORS_CHANGED_SIGNAL] = g_signal_new ("colors-changed", CONFIG_TYPE_FACADE, G_SIGNAL_RUN_LAST, 0, NULL, NULL, g_cclosure_marshal_VOID__VOID, G_TYPE_NONE, 0);
+#line 876 "Config.c"
}
@@ -884,11 +889,11 @@ static void config_facade_instance_init (ConfigFacade * self) {
self->priv->unfocused_selected_color = NULL;
#line 46 "/home/jens/Source/shotwell/src/config/Config.vala"
self->priv->border_color = NULL;
-#line 888 "Config.c"
+#line 893 "Config.c"
}
-static void config_facade_finalize (GObject* obj) {
+static void config_facade_finalize (GObject * obj) {
ConfigFacade * self;
#line 18 "/home/jens/Source/shotwell/src/config/Config.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (obj, CONFIG_TYPE_FACADE, ConfigFacade);
@@ -904,7 +909,7 @@ static void config_facade_finalize (GObject* obj) {
_g_free0 (self->priv->border_color);
#line 18 "/home/jens/Source/shotwell/src/config/Config.vala"
G_OBJECT_CLASS (config_facade_parent_class)->finalize (obj);
-#line 908 "Config.c"
+#line 913 "Config.c"
}
diff --git a/src/config/ConfigurationInterfaces.c b/src/config/ConfigurationInterfaces.c
index 3b225bb..1b7a93f 100644
--- a/src/config/ConfigurationInterfaces.c
+++ b/src/config/ConfigurationInterfaces.c
@@ -1,4 +1,4 @@
-/* ConfigurationInterfaces.c generated by valac 0.34.7, the Vala compiler
+/* ConfigurationInterfaces.c generated by valac 0.36.6, the Vala compiler
* generated from ConfigurationInterfaces.vala, do not modify */
/* Copyright 2016 Software Freedom Conservancy Inc.
@@ -27,6 +27,11 @@
typedef struct _ConfigurationEngine ConfigurationEngine;
typedef struct _ConfigurationEngineIface ConfigurationEngineIface;
+enum {
+ CONFIGURATION_ENGINE_PROPERTY_CHANGED_SIGNAL,
+ CONFIGURATION_ENGINE_LAST_SIGNAL
+};
+static guint configuration_engine_signals[CONFIGURATION_ENGINE_LAST_SIGNAL] = {0};
#define TYPE_CONFIGURATION_FACADE (configuration_facade_get_type ())
#define CONFIGURATION_FACADE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_CONFIGURATION_FACADE, ConfigurationFacade))
@@ -56,6 +61,16 @@ typedef struct _Dimensions Dimensions;
#define _g_error_free0(var) ((var == NULL) ? NULL : (var = (g_error_free (var), NULL)))
#define RESOURCES_TYPE_UNIT_SYSTEM (resources_unit_system_get_type ())
+enum {
+ CONFIGURATION_FACADE_AUTO_IMPORT_FROM_LIBRARY_CHANGED_SIGNAL,
+ CONFIGURATION_FACADE_BG_COLOR_NAME_CHANGED_SIGNAL,
+ CONFIGURATION_FACADE_COMMIT_METADATA_TO_MASTERS_CHANGED_SIGNAL,
+ CONFIGURATION_FACADE_EVENTS_SORT_ASCENDING_CHANGED_SIGNAL,
+ CONFIGURATION_FACADE_EXTERNAL_APP_CHANGED_SIGNAL,
+ CONFIGURATION_FACADE_IMPORT_DIRECTORY_CHANGED_SIGNAL,
+ CONFIGURATION_FACADE_LAST_SIGNAL
+};
+static guint configuration_facade_signals[CONFIGURATION_FACADE_LAST_SIGNAL] = {0};
typedef enum {
CONFIGURATION_ERROR_PROPERTY_HAS_NO_VALUE,
@@ -686,7 +701,7 @@ FuzzyPropertyState configuration_facade_is_plugin_enabled (ConfigurationFacade*
static FuzzyPropertyState configuration_facade_real_is_plugin_enabled (ConfigurationFacade* self, const gchar* id);
void configuration_facade_set_plugin_enabled (ConfigurationFacade* self, const gchar* id, gboolean enabled);
static void configuration_facade_real_set_plugin_enabled (ConfigurationFacade* self, const gchar* id, gboolean enabled);
-static void configuration_facade_finalize (GObject* obj);
+static void configuration_facade_finalize (GObject * obj);
GQuark configuration_error_quark (void) {
@@ -712,907 +727,907 @@ gchar* configurable_property_to_string (ConfigurableProperty self) {
switch (self) {
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_AUTO_IMPORT_FROM_LIBRARY:
-#line 716 "ConfigurationInterfaces.c"
+#line 731 "ConfigurationInterfaces.c"
{
- gchar* _tmp0_ = NULL;
+ gchar* _tmp0_;
#line 99 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = g_strdup ("AUTO_IMPORT_FROM_LIBRARY");
#line 99 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp0_;
#line 99 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 725 "ConfigurationInterfaces.c"
+#line 740 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_BG_COLOR_NAME:
-#line 729 "ConfigurationInterfaces.c"
+#line 744 "ConfigurationInterfaces.c"
{
- gchar* _tmp1_ = NULL;
+ gchar* _tmp1_;
#line 102 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = g_strdup ("BG_COLOR_NAME");
#line 102 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp1_;
#line 102 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 738 "ConfigurationInterfaces.c"
+#line 753 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_COMMIT_METADATA_TO_MASTERS:
-#line 742 "ConfigurationInterfaces.c"
+#line 757 "ConfigurationInterfaces.c"
{
- gchar* _tmp2_ = NULL;
+ gchar* _tmp2_;
#line 105 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp2_ = g_strdup ("COMMIT_METADATA_TO_MASTERS");
#line 105 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp2_;
#line 105 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 751 "ConfigurationInterfaces.c"
+#line 766 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_DESKTOP_BACKGROUND_FILE:
-#line 755 "ConfigurationInterfaces.c"
+#line 770 "ConfigurationInterfaces.c"
{
- gchar* _tmp3_ = NULL;
+ gchar* _tmp3_;
#line 108 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp3_ = g_strdup ("DESKTOP_BACKGROUND_FILE");
#line 108 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp3_;
#line 108 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 764 "ConfigurationInterfaces.c"
+#line 779 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_DESKTOP_BACKGROUND_MODE:
-#line 768 "ConfigurationInterfaces.c"
+#line 783 "ConfigurationInterfaces.c"
{
- gchar* _tmp4_ = NULL;
+ gchar* _tmp4_;
#line 111 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp4_ = g_strdup ("DESKTOP_BACKGROUND_MODE");
#line 111 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp4_;
#line 111 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 777 "ConfigurationInterfaces.c"
+#line 792 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_SCREENSAVER_FILE:
-#line 781 "ConfigurationInterfaces.c"
+#line 796 "ConfigurationInterfaces.c"
{
- gchar* _tmp5_ = NULL;
+ gchar* _tmp5_;
#line 114 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp5_ = g_strdup ("SCREENSAVER_FILE");
#line 114 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp5_;
#line 114 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 790 "ConfigurationInterfaces.c"
+#line 805 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_SCREENSAVER_MODE:
-#line 794 "ConfigurationInterfaces.c"
+#line 809 "ConfigurationInterfaces.c"
{
- gchar* _tmp6_ = NULL;
+ gchar* _tmp6_;
#line 117 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp6_ = g_strdup ("SCREENSAVER_MODE");
#line 117 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp6_;
#line 117 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 803 "ConfigurationInterfaces.c"
+#line 818 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_DIRECTORY_PATTERN:
-#line 807 "ConfigurationInterfaces.c"
+#line 822 "ConfigurationInterfaces.c"
{
- gchar* _tmp7_ = NULL;
+ gchar* _tmp7_;
#line 120 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp7_ = g_strdup ("DIRECTORY_PATTERN");
#line 120 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp7_;
#line 120 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 816 "ConfigurationInterfaces.c"
+#line 831 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_DIRECTORY_PATTERN_CUSTOM:
-#line 820 "ConfigurationInterfaces.c"
+#line 835 "ConfigurationInterfaces.c"
{
- gchar* _tmp8_ = NULL;
+ gchar* _tmp8_;
#line 123 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp8_ = g_strdup ("DIRECTORY_PATTERN_CUSTOM");
#line 123 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp8_;
#line 123 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 829 "ConfigurationInterfaces.c"
+#line 844 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_DIRECT_WINDOW_HEIGHT:
-#line 833 "ConfigurationInterfaces.c"
+#line 848 "ConfigurationInterfaces.c"
{
- gchar* _tmp9_ = NULL;
+ gchar* _tmp9_;
#line 126 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp9_ = g_strdup ("DIRECT_WINDOW_HEIGHT");
#line 126 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp9_;
#line 126 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 842 "ConfigurationInterfaces.c"
+#line 857 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_DIRECT_WINDOW_MAXIMIZE:
-#line 846 "ConfigurationInterfaces.c"
+#line 861 "ConfigurationInterfaces.c"
{
- gchar* _tmp10_ = NULL;
+ gchar* _tmp10_;
#line 129 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp10_ = g_strdup ("DIRECT_WINDOW_MAXIMIZE");
#line 129 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp10_;
#line 129 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 855 "ConfigurationInterfaces.c"
+#line 870 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_DIRECT_WINDOW_WIDTH:
-#line 859 "ConfigurationInterfaces.c"
+#line 874 "ConfigurationInterfaces.c"
{
- gchar* _tmp11_ = NULL;
+ gchar* _tmp11_;
#line 132 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp11_ = g_strdup ("DIRECT_WINDOW_WIDTH");
#line 132 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp11_;
#line 132 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 868 "ConfigurationInterfaces.c"
+#line 883 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_DISPLAY_BASIC_PROPERTIES:
-#line 872 "ConfigurationInterfaces.c"
+#line 887 "ConfigurationInterfaces.c"
{
- gchar* _tmp12_ = NULL;
+ gchar* _tmp12_;
#line 135 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp12_ = g_strdup ("DISPLAY_BASIC_PROPERTIES");
#line 135 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp12_;
#line 135 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 881 "ConfigurationInterfaces.c"
+#line 896 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_DISPLAY_EXTENDED_PROPERTIES:
-#line 885 "ConfigurationInterfaces.c"
+#line 900 "ConfigurationInterfaces.c"
{
- gchar* _tmp13_ = NULL;
+ gchar* _tmp13_;
#line 138 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp13_ = g_strdup ("DISPLAY_EXTENDED_PROPERTIES");
#line 138 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp13_;
#line 138 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 894 "ConfigurationInterfaces.c"
+#line 909 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_DISPLAY_SIDEBAR:
-#line 898 "ConfigurationInterfaces.c"
+#line 913 "ConfigurationInterfaces.c"
{
- gchar* _tmp14_ = NULL;
+ gchar* _tmp14_;
#line 141 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp14_ = g_strdup ("DISPLAY_SIDEBAR");
#line 141 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp14_;
#line 141 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 907 "ConfigurationInterfaces.c"
+#line 922 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_DISPLAY_TOOLBAR:
-#line 911 "ConfigurationInterfaces.c"
+#line 926 "ConfigurationInterfaces.c"
{
- gchar* _tmp15_ = NULL;
+ gchar* _tmp15_;
#line 144 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp15_ = g_strdup ("DISPLAY_TOOLBAR");
#line 144 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp15_;
#line 144 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 920 "ConfigurationInterfaces.c"
+#line 935 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_DISPLAY_SEARCH_BAR:
-#line 924 "ConfigurationInterfaces.c"
+#line 939 "ConfigurationInterfaces.c"
{
- gchar* _tmp16_ = NULL;
+ gchar* _tmp16_;
#line 147 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp16_ = g_strdup ("DISPLAY_SEARCH_BAR");
#line 147 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp16_;
#line 147 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 933 "ConfigurationInterfaces.c"
+#line 948 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_DISPLAY_PHOTO_RATINGS:
-#line 937 "ConfigurationInterfaces.c"
+#line 952 "ConfigurationInterfaces.c"
{
- gchar* _tmp17_ = NULL;
+ gchar* _tmp17_;
#line 150 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp17_ = g_strdup ("DISPLAY_PHOTO_RATINGS");
#line 150 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp17_;
#line 150 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 946 "ConfigurationInterfaces.c"
+#line 961 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_DISPLAY_PHOTO_TAGS:
-#line 950 "ConfigurationInterfaces.c"
+#line 965 "ConfigurationInterfaces.c"
{
- gchar* _tmp18_ = NULL;
+ gchar* _tmp18_;
#line 153 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp18_ = g_strdup ("DISPLAY_PHOTO_TAGS");
#line 153 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp18_;
#line 153 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 959 "ConfigurationInterfaces.c"
+#line 974 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_DISPLAY_PHOTO_TITLES:
-#line 963 "ConfigurationInterfaces.c"
+#line 978 "ConfigurationInterfaces.c"
{
- gchar* _tmp19_ = NULL;
+ gchar* _tmp19_;
#line 156 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp19_ = g_strdup ("DISPLAY_PHOTO_TITLES");
#line 156 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp19_;
#line 156 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 972 "ConfigurationInterfaces.c"
+#line 987 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_DISPLAY_PHOTO_COMMENTS:
-#line 976 "ConfigurationInterfaces.c"
+#line 991 "ConfigurationInterfaces.c"
{
- gchar* _tmp20_ = NULL;
+ gchar* _tmp20_;
#line 159 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp20_ = g_strdup ("DISPLAY_PHOTO_COMMENTS");
#line 159 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp20_;
#line 159 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 985 "ConfigurationInterfaces.c"
+#line 1000 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_DISPLAY_EVENT_COMMENTS:
-#line 989 "ConfigurationInterfaces.c"
+#line 1004 "ConfigurationInterfaces.c"
{
- gchar* _tmp21_ = NULL;
+ gchar* _tmp21_;
#line 162 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp21_ = g_strdup ("DISPLAY_EVENT_COMMENTS");
#line 162 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp21_;
#line 162 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 998 "ConfigurationInterfaces.c"
+#line 1013 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_EVENT_PHOTOS_SORT_ASCENDING:
-#line 1002 "ConfigurationInterfaces.c"
+#line 1017 "ConfigurationInterfaces.c"
{
- gchar* _tmp22_ = NULL;
+ gchar* _tmp22_;
#line 165 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp22_ = g_strdup ("EVENT_PHOTOS_SORT_ASCENDING");
#line 165 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp22_;
#line 165 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 1011 "ConfigurationInterfaces.c"
+#line 1026 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_EVENT_PHOTOS_SORT_BY:
-#line 1015 "ConfigurationInterfaces.c"
+#line 1030 "ConfigurationInterfaces.c"
{
- gchar* _tmp23_ = NULL;
+ gchar* _tmp23_;
#line 168 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp23_ = g_strdup ("EVENT_PHOTOS_SORT_BY");
#line 168 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp23_;
#line 168 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 1024 "ConfigurationInterfaces.c"
+#line 1039 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_EVENTS_SORT_ASCENDING:
-#line 1028 "ConfigurationInterfaces.c"
+#line 1043 "ConfigurationInterfaces.c"
{
- gchar* _tmp24_ = NULL;
+ gchar* _tmp24_;
#line 171 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp24_ = g_strdup ("EVENTS_SORT_ASCENDING");
#line 171 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp24_;
#line 171 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 1037 "ConfigurationInterfaces.c"
+#line 1052 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_EXPORT_CONSTRAINT:
-#line 1041 "ConfigurationInterfaces.c"
+#line 1056 "ConfigurationInterfaces.c"
{
- gchar* _tmp25_ = NULL;
+ gchar* _tmp25_;
#line 174 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp25_ = g_strdup ("EXPORT_CONSTRAINT");
#line 174 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp25_;
#line 174 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 1050 "ConfigurationInterfaces.c"
+#line 1065 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_EXPORT_EXPORT_FORMAT_MODE:
-#line 1054 "ConfigurationInterfaces.c"
+#line 1069 "ConfigurationInterfaces.c"
{
- gchar* _tmp26_ = NULL;
+ gchar* _tmp26_;
#line 177 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp26_ = g_strdup ("EXPORT_EXPORT_FORMAT_MODE");
#line 177 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp26_;
#line 177 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 1063 "ConfigurationInterfaces.c"
+#line 1078 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_EXPORT_EXPORT_METADATA:
-#line 1067 "ConfigurationInterfaces.c"
+#line 1082 "ConfigurationInterfaces.c"
{
- gchar* _tmp27_ = NULL;
+ gchar* _tmp27_;
#line 180 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp27_ = g_strdup ("EXPORT_EXPORT_METADATA");
#line 180 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp27_;
#line 180 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 1076 "ConfigurationInterfaces.c"
+#line 1091 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_EXPORT_PHOTO_FILE_FORMAT:
-#line 1080 "ConfigurationInterfaces.c"
+#line 1095 "ConfigurationInterfaces.c"
{
- gchar* _tmp28_ = NULL;
+ gchar* _tmp28_;
#line 183 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp28_ = g_strdup ("EXPORT_PHOTO_FILE_FORMAT");
#line 183 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp28_;
#line 183 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 1089 "ConfigurationInterfaces.c"
+#line 1104 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_EXPORT_QUALITY:
-#line 1093 "ConfigurationInterfaces.c"
+#line 1108 "ConfigurationInterfaces.c"
{
- gchar* _tmp29_ = NULL;
+ gchar* _tmp29_;
#line 186 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp29_ = g_strdup ("EXPORT_QUALITY");
#line 186 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp29_;
#line 186 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 1102 "ConfigurationInterfaces.c"
+#line 1117 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_EXPORT_SCALE:
-#line 1106 "ConfigurationInterfaces.c"
+#line 1121 "ConfigurationInterfaces.c"
{
- gchar* _tmp30_ = NULL;
+ gchar* _tmp30_;
#line 189 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp30_ = g_strdup ("EXPORT_SCALE");
#line 189 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp30_;
#line 189 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 1115 "ConfigurationInterfaces.c"
+#line 1130 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_EXTERNAL_PHOTO_APP:
-#line 1119 "ConfigurationInterfaces.c"
+#line 1134 "ConfigurationInterfaces.c"
{
- gchar* _tmp31_ = NULL;
+ gchar* _tmp31_;
#line 192 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp31_ = g_strdup ("EXTERNAL_PHOTO_APP");
#line 192 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp31_;
#line 192 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 1128 "ConfigurationInterfaces.c"
+#line 1143 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_EXTERNAL_RAW_APP:
-#line 1132 "ConfigurationInterfaces.c"
+#line 1147 "ConfigurationInterfaces.c"
{
- gchar* _tmp32_ = NULL;
+ gchar* _tmp32_;
#line 195 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp32_ = g_strdup ("EXTERNAL_RAW_APP");
#line 195 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp32_;
#line 195 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 1141 "ConfigurationInterfaces.c"
+#line 1156 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_HIDE_PHOTOS_ALREADY_IMPORTED:
-#line 1145 "ConfigurationInterfaces.c"
+#line 1160 "ConfigurationInterfaces.c"
{
- gchar* _tmp33_ = NULL;
+ gchar* _tmp33_;
#line 198 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp33_ = g_strdup ("HIDE_PHOTOS_ALREADY_IMPORTED");
#line 198 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp33_;
#line 198 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 1154 "ConfigurationInterfaces.c"
+#line 1169 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_IMPORT_DIR:
-#line 1158 "ConfigurationInterfaces.c"
+#line 1173 "ConfigurationInterfaces.c"
{
- gchar* _tmp34_ = NULL;
+ gchar* _tmp34_;
#line 201 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp34_ = g_strdup ("IMPORT_DIR");
#line 201 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp34_;
#line 201 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 1167 "ConfigurationInterfaces.c"
+#line 1182 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_KEEP_RELATIVITY:
-#line 1171 "ConfigurationInterfaces.c"
+#line 1186 "ConfigurationInterfaces.c"
{
- gchar* _tmp35_ = NULL;
+ gchar* _tmp35_;
#line 204 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp35_ = g_strdup ("KEEP_RELATIVITY");
#line 204 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp35_;
#line 204 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 1180 "ConfigurationInterfaces.c"
+#line 1195 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_LAST_CROP_HEIGHT:
-#line 1184 "ConfigurationInterfaces.c"
+#line 1199 "ConfigurationInterfaces.c"
{
- gchar* _tmp36_ = NULL;
+ gchar* _tmp36_;
#line 207 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp36_ = g_strdup ("LAST_CROP_HEIGHT");
#line 207 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp36_;
#line 207 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 1193 "ConfigurationInterfaces.c"
+#line 1208 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_LAST_CROP_MENU_CHOICE:
-#line 1197 "ConfigurationInterfaces.c"
+#line 1212 "ConfigurationInterfaces.c"
{
- gchar* _tmp37_ = NULL;
+ gchar* _tmp37_;
#line 210 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp37_ = g_strdup ("LAST_CROP_MENU_CHOICE");
#line 210 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp37_;
#line 210 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 1206 "ConfigurationInterfaces.c"
+#line 1221 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_LAST_CROP_WIDTH:
-#line 1210 "ConfigurationInterfaces.c"
+#line 1225 "ConfigurationInterfaces.c"
{
- gchar* _tmp38_ = NULL;
+ gchar* _tmp38_;
#line 213 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp38_ = g_strdup ("LAST_CROP_WIDTH");
#line 213 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp38_;
#line 213 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 1219 "ConfigurationInterfaces.c"
+#line 1234 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_LAST_USED_SERVICE:
-#line 1223 "ConfigurationInterfaces.c"
+#line 1238 "ConfigurationInterfaces.c"
{
- gchar* _tmp39_ = NULL;
+ gchar* _tmp39_;
#line 216 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp39_ = g_strdup ("LAST_USED_SERVICE");
#line 216 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp39_;
#line 216 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 1232 "ConfigurationInterfaces.c"
+#line 1247 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_LAST_USED_DATAIMPORTS_SERVICE:
-#line 1236 "ConfigurationInterfaces.c"
+#line 1251 "ConfigurationInterfaces.c"
{
- gchar* _tmp40_ = NULL;
+ gchar* _tmp40_;
#line 219 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp40_ = g_strdup ("LAST_USED_DATAIMPORTS_SERVICE");
#line 219 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp40_;
#line 219 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 1245 "ConfigurationInterfaces.c"
+#line 1260 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_LIBRARY_PHOTOS_SORT_ASCENDING:
-#line 1249 "ConfigurationInterfaces.c"
+#line 1264 "ConfigurationInterfaces.c"
{
- gchar* _tmp41_ = NULL;
+ gchar* _tmp41_;
#line 222 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp41_ = g_strdup ("LIBRARY_PHOTOS_SORT_ASCENDING");
#line 222 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp41_;
#line 222 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 1258 "ConfigurationInterfaces.c"
+#line 1273 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_LIBRARY_PHOTOS_SORT_BY:
-#line 1262 "ConfigurationInterfaces.c"
+#line 1277 "ConfigurationInterfaces.c"
{
- gchar* _tmp42_ = NULL;
+ gchar* _tmp42_;
#line 225 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp42_ = g_strdup ("LIBRARY_PHOTOS_SORT_BY");
#line 225 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp42_;
#line 225 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 1271 "ConfigurationInterfaces.c"
+#line 1286 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_LIBRARY_WINDOW_HEIGHT:
-#line 1275 "ConfigurationInterfaces.c"
+#line 1290 "ConfigurationInterfaces.c"
{
- gchar* _tmp43_ = NULL;
+ gchar* _tmp43_;
#line 228 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp43_ = g_strdup ("LIBRARY_WINDOW_HEIGHT");
#line 228 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp43_;
#line 228 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 1284 "ConfigurationInterfaces.c"
+#line 1299 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_LIBRARY_WINDOW_MAXIMIZE:
-#line 1288 "ConfigurationInterfaces.c"
+#line 1303 "ConfigurationInterfaces.c"
{
- gchar* _tmp44_ = NULL;
+ gchar* _tmp44_;
#line 231 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp44_ = g_strdup ("LIBRARY_WINDOW_MAXIMIZE");
#line 231 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp44_;
#line 231 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 1297 "ConfigurationInterfaces.c"
+#line 1312 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_LIBRARY_WINDOW_WIDTH:
-#line 1301 "ConfigurationInterfaces.c"
+#line 1316 "ConfigurationInterfaces.c"
{
- gchar* _tmp45_ = NULL;
+ gchar* _tmp45_;
#line 234 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp45_ = g_strdup ("LIBRARY_WINDOW_WIDTH");
#line 234 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp45_;
#line 234 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 1310 "ConfigurationInterfaces.c"
+#line 1325 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_MODIFY_ORIGINALS:
-#line 1314 "ConfigurationInterfaces.c"
+#line 1329 "ConfigurationInterfaces.c"
{
- gchar* _tmp46_ = NULL;
+ gchar* _tmp46_;
#line 237 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp46_ = g_strdup ("MODIFY_ORIGINALS");
#line 237 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp46_;
#line 237 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 1323 "ConfigurationInterfaces.c"
+#line 1338 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_PHOTO_THUMBNAIL_SCALE:
-#line 1327 "ConfigurationInterfaces.c"
+#line 1342 "ConfigurationInterfaces.c"
{
- gchar* _tmp47_ = NULL;
+ gchar* _tmp47_;
#line 240 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp47_ = g_strdup ("PHOTO_THUMBNAIL_SCALE");
#line 240 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp47_;
#line 240 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 1336 "ConfigurationInterfaces.c"
+#line 1351 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_PIN_TOOLBAR_STATE:
-#line 1340 "ConfigurationInterfaces.c"
+#line 1355 "ConfigurationInterfaces.c"
{
- gchar* _tmp48_ = NULL;
+ gchar* _tmp48_;
#line 243 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp48_ = g_strdup ("PIN_TOOLBAR_STATE");
#line 243 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp48_;
#line 243 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 1349 "ConfigurationInterfaces.c"
+#line 1364 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_PRINTING_CONTENT_HEIGHT:
-#line 1353 "ConfigurationInterfaces.c"
+#line 1368 "ConfigurationInterfaces.c"
{
- gchar* _tmp49_ = NULL;
+ gchar* _tmp49_;
#line 246 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp49_ = g_strdup ("PRINTING_CONTENT_HEIGHT");
#line 246 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp49_;
#line 246 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 1362 "ConfigurationInterfaces.c"
+#line 1377 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_PRINTING_CONTENT_LAYOUT:
-#line 1366 "ConfigurationInterfaces.c"
+#line 1381 "ConfigurationInterfaces.c"
{
- gchar* _tmp50_ = NULL;
+ gchar* _tmp50_;
#line 249 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp50_ = g_strdup ("PRINTING_CONTENT_LAYOUT");
#line 249 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp50_;
#line 249 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 1375 "ConfigurationInterfaces.c"
+#line 1390 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_PRINTING_CONTENT_PPI:
-#line 1379 "ConfigurationInterfaces.c"
+#line 1394 "ConfigurationInterfaces.c"
{
- gchar* _tmp51_ = NULL;
+ gchar* _tmp51_;
#line 252 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp51_ = g_strdup ("PRINTING_CONTENT_PPI");
#line 252 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp51_;
#line 252 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 1388 "ConfigurationInterfaces.c"
+#line 1403 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_PRINTING_CONTENT_UNITS:
-#line 1392 "ConfigurationInterfaces.c"
+#line 1407 "ConfigurationInterfaces.c"
{
- gchar* _tmp52_ = NULL;
+ gchar* _tmp52_;
#line 255 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp52_ = g_strdup ("PRINTING_CONTENT_UNITS");
#line 255 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp52_;
#line 255 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 1401 "ConfigurationInterfaces.c"
+#line 1416 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_PRINTING_CONTENT_WIDTH:
-#line 1405 "ConfigurationInterfaces.c"
+#line 1420 "ConfigurationInterfaces.c"
{
- gchar* _tmp53_ = NULL;
+ gchar* _tmp53_;
#line 258 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp53_ = g_strdup ("PRINTING_CONTENT_WIDTH");
#line 258 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp53_;
#line 258 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 1414 "ConfigurationInterfaces.c"
+#line 1429 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_PRINTING_IMAGES_PER_PAGE:
-#line 1418 "ConfigurationInterfaces.c"
+#line 1433 "ConfigurationInterfaces.c"
{
- gchar* _tmp54_ = NULL;
+ gchar* _tmp54_;
#line 261 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp54_ = g_strdup ("PRINTING_IMAGES_PER_PAGE");
#line 261 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp54_;
#line 261 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 1427 "ConfigurationInterfaces.c"
+#line 1442 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_PRINTING_MATCH_ASPECT_RATIO:
-#line 1431 "ConfigurationInterfaces.c"
+#line 1446 "ConfigurationInterfaces.c"
{
- gchar* _tmp55_ = NULL;
+ gchar* _tmp55_;
#line 264 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp55_ = g_strdup ("PRINTING_MATCH_ASPECT_RATIO");
#line 264 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp55_;
#line 264 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 1440 "ConfigurationInterfaces.c"
+#line 1455 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_PRINTING_PRINT_TITLES:
-#line 1444 "ConfigurationInterfaces.c"
+#line 1459 "ConfigurationInterfaces.c"
{
- gchar* _tmp56_ = NULL;
+ gchar* _tmp56_;
#line 267 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp56_ = g_strdup ("PRINTING_PRINT_TITLES");
#line 267 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp56_;
#line 267 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 1453 "ConfigurationInterfaces.c"
+#line 1468 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_PRINTING_SIZE_SELECTION:
-#line 1457 "ConfigurationInterfaces.c"
+#line 1472 "ConfigurationInterfaces.c"
{
- gchar* _tmp57_ = NULL;
+ gchar* _tmp57_;
#line 270 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp57_ = g_strdup ("PRINTING_SIZE_SELECTION");
#line 270 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp57_;
#line 270 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 1466 "ConfigurationInterfaces.c"
+#line 1481 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_PRINTING_TITLES_FONT:
-#line 1470 "ConfigurationInterfaces.c"
+#line 1485 "ConfigurationInterfaces.c"
{
- gchar* _tmp58_ = NULL;
+ gchar* _tmp58_;
#line 273 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp58_ = g_strdup ("PRINTING_TITLES_FONT");
#line 273 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp58_;
#line 273 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 1479 "ConfigurationInterfaces.c"
+#line 1494 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_RAW_DEVELOPER_DEFAULT:
-#line 1483 "ConfigurationInterfaces.c"
+#line 1498 "ConfigurationInterfaces.c"
{
- gchar* _tmp59_ = NULL;
+ gchar* _tmp59_;
#line 276 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp59_ = g_strdup ("RAW_DEVELOPER_DEFAULT");
#line 276 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp59_;
#line 276 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 1492 "ConfigurationInterfaces.c"
+#line 1507 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_SHOW_WELCOME_DIALOG:
-#line 1496 "ConfigurationInterfaces.c"
+#line 1511 "ConfigurationInterfaces.c"
{
- gchar* _tmp60_ = NULL;
+ gchar* _tmp60_;
#line 279 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp60_ = g_strdup ("SHOW_WELCOME_DIALOG");
#line 279 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp60_;
#line 279 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 1505 "ConfigurationInterfaces.c"
+#line 1520 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_SIDEBAR_POSITION:
-#line 1509 "ConfigurationInterfaces.c"
+#line 1524 "ConfigurationInterfaces.c"
{
- gchar* _tmp61_ = NULL;
+ gchar* _tmp61_;
#line 282 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp61_ = g_strdup ("SIDEBAR_POSITION");
#line 282 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp61_;
#line 282 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 1518 "ConfigurationInterfaces.c"
+#line 1533 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_SLIDESHOW_DELAY:
-#line 1522 "ConfigurationInterfaces.c"
+#line 1537 "ConfigurationInterfaces.c"
{
- gchar* _tmp62_ = NULL;
+ gchar* _tmp62_;
#line 285 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp62_ = g_strdup ("SLIDESHOW_DELAY");
#line 285 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp62_;
#line 285 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 1531 "ConfigurationInterfaces.c"
+#line 1546 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_SLIDESHOW_TRANSITION_DELAY:
-#line 1535 "ConfigurationInterfaces.c"
+#line 1550 "ConfigurationInterfaces.c"
{
- gchar* _tmp63_ = NULL;
+ gchar* _tmp63_;
#line 288 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp63_ = g_strdup ("SLIDESHOW_TRANSITION_DELAY");
#line 288 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp63_;
#line 288 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 1544 "ConfigurationInterfaces.c"
+#line 1559 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_SLIDESHOW_TRANSITION_EFFECT_ID:
-#line 1548 "ConfigurationInterfaces.c"
+#line 1563 "ConfigurationInterfaces.c"
{
- gchar* _tmp64_ = NULL;
+ gchar* _tmp64_;
#line 291 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp64_ = g_strdup ("SLIDESHOW_TRANSITION_EFFECT_ID");
#line 291 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp64_;
#line 291 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 1557 "ConfigurationInterfaces.c"
+#line 1572 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_SLIDESHOW_SHOW_TITLE:
-#line 1561 "ConfigurationInterfaces.c"
+#line 1576 "ConfigurationInterfaces.c"
{
- gchar* _tmp65_ = NULL;
+ gchar* _tmp65_;
#line 294 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp65_ = g_strdup ("SLIDESHOW_SHOW_TITLE");
#line 294 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp65_;
#line 294 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 1570 "ConfigurationInterfaces.c"
+#line 1585 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_USE_24_HOUR_TIME:
-#line 1574 "ConfigurationInterfaces.c"
+#line 1589 "ConfigurationInterfaces.c"
{
- gchar* _tmp66_ = NULL;
+ gchar* _tmp66_;
#line 297 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp66_ = g_strdup ("USE_24_HOUR_TIME");
#line 297 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp66_;
#line 297 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 1583 "ConfigurationInterfaces.c"
+#line 1598 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_USE_LOWERCASE_FILENAMES:
-#line 1587 "ConfigurationInterfaces.c"
+#line 1602 "ConfigurationInterfaces.c"
{
- gchar* _tmp67_ = NULL;
+ gchar* _tmp67_;
#line 300 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp67_ = g_strdup ("USE_LOWERCASE_FILENAMES");
#line 300 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp67_;
#line 300 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 1596 "ConfigurationInterfaces.c"
+#line 1611 "ConfigurationInterfaces.c"
}
#line 97 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_VIDEO_INTERPRETER_STATE_COOKIE:
-#line 1600 "ConfigurationInterfaces.c"
+#line 1615 "ConfigurationInterfaces.c"
{
- gchar* _tmp68_ = NULL;
+ gchar* _tmp68_;
#line 303 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp68_ = g_strdup ("VIDEO_INTERPRETER_STATE_COOKIE");
#line 303 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp68_;
#line 303 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 1609 "ConfigurationInterfaces.c"
+#line 1624 "ConfigurationInterfaces.c"
}
default:
{
#line 306 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_error ("ConfigurationInterfaces.vala:306: unknown ConfigurableProperty enumera" \
"tion value");
-#line 1615 "ConfigurationInterfaces.c"
+#line 1630 "ConfigurationInterfaces.c"
}
}
}
@@ -1635,7 +1650,7 @@ gchar* configuration_engine_get_name (ConfigurationEngine* self) {
g_return_val_if_fail (IS_CONFIGURATION_ENGINE (self), NULL);
#line 314 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_ENGINE_GET_INTERFACE (self)->get_name (self);
-#line 1638 "ConfigurationInterfaces.c"
+#line 1653 "ConfigurationInterfaces.c"
}
@@ -1644,7 +1659,7 @@ gint configuration_engine_get_int_property (ConfigurationEngine* self, Configura
g_return_val_if_fail (IS_CONFIGURATION_ENGINE (self), 0);
#line 316 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_ENGINE_GET_INTERFACE (self)->get_int_property (self, p, error);
-#line 1647 "ConfigurationInterfaces.c"
+#line 1662 "ConfigurationInterfaces.c"
}
@@ -1653,7 +1668,7 @@ void configuration_engine_set_int_property (ConfigurationEngine* self, Configura
g_return_if_fail (IS_CONFIGURATION_ENGINE (self));
#line 317 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_ENGINE_GET_INTERFACE (self)->set_int_property (self, p, val, error);
-#line 1656 "ConfigurationInterfaces.c"
+#line 1671 "ConfigurationInterfaces.c"
}
@@ -1662,7 +1677,7 @@ gint configuration_engine_get_enum_property (ConfigurationEngine* self, Configur
g_return_val_if_fail (IS_CONFIGURATION_ENGINE (self), 0);
#line 319 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_ENGINE_GET_INTERFACE (self)->get_enum_property (self, p, error);
-#line 1665 "ConfigurationInterfaces.c"
+#line 1680 "ConfigurationInterfaces.c"
}
@@ -1671,7 +1686,7 @@ void configuration_engine_set_enum_property (ConfigurationEngine* self, Configur
g_return_if_fail (IS_CONFIGURATION_ENGINE (self));
#line 320 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_ENGINE_GET_INTERFACE (self)->set_enum_property (self, p, val, error);
-#line 1674 "ConfigurationInterfaces.c"
+#line 1689 "ConfigurationInterfaces.c"
}
@@ -1680,7 +1695,7 @@ gchar* configuration_engine_get_string_property (ConfigurationEngine* self, Conf
g_return_val_if_fail (IS_CONFIGURATION_ENGINE (self), NULL);
#line 322 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_ENGINE_GET_INTERFACE (self)->get_string_property (self, p, error);
-#line 1683 "ConfigurationInterfaces.c"
+#line 1698 "ConfigurationInterfaces.c"
}
@@ -1689,7 +1704,7 @@ void configuration_engine_set_string_property (ConfigurationEngine* self, Config
g_return_if_fail (IS_CONFIGURATION_ENGINE (self));
#line 323 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_ENGINE_GET_INTERFACE (self)->set_string_property (self, p, val, error);
-#line 1692 "ConfigurationInterfaces.c"
+#line 1707 "ConfigurationInterfaces.c"
}
@@ -1698,7 +1713,7 @@ gboolean configuration_engine_get_bool_property (ConfigurationEngine* self, Conf
g_return_val_if_fail (IS_CONFIGURATION_ENGINE (self), FALSE);
#line 325 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_ENGINE_GET_INTERFACE (self)->get_bool_property (self, p, error);
-#line 1701 "ConfigurationInterfaces.c"
+#line 1716 "ConfigurationInterfaces.c"
}
@@ -1707,7 +1722,7 @@ void configuration_engine_set_bool_property (ConfigurationEngine* self, Configur
g_return_if_fail (IS_CONFIGURATION_ENGINE (self));
#line 326 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_ENGINE_GET_INTERFACE (self)->set_bool_property (self, p, val, error);
-#line 1710 "ConfigurationInterfaces.c"
+#line 1725 "ConfigurationInterfaces.c"
}
@@ -1716,7 +1731,7 @@ gdouble configuration_engine_get_double_property (ConfigurationEngine* self, Con
g_return_val_if_fail (IS_CONFIGURATION_ENGINE (self), 0.0);
#line 328 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_ENGINE_GET_INTERFACE (self)->get_double_property (self, p, error);
-#line 1719 "ConfigurationInterfaces.c"
+#line 1734 "ConfigurationInterfaces.c"
}
@@ -1725,7 +1740,7 @@ void configuration_engine_set_double_property (ConfigurationEngine* self, Config
g_return_if_fail (IS_CONFIGURATION_ENGINE (self));
#line 329 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_ENGINE_GET_INTERFACE (self)->set_double_property (self, p, val, error);
-#line 1728 "ConfigurationInterfaces.c"
+#line 1743 "ConfigurationInterfaces.c"
}
@@ -1734,7 +1749,7 @@ gboolean configuration_engine_get_plugin_bool (ConfigurationEngine* self, const
g_return_val_if_fail (IS_CONFIGURATION_ENGINE (self), FALSE);
#line 331 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_ENGINE_GET_INTERFACE (self)->get_plugin_bool (self, domain, id, key, def);
-#line 1737 "ConfigurationInterfaces.c"
+#line 1752 "ConfigurationInterfaces.c"
}
@@ -1743,7 +1758,7 @@ void configuration_engine_set_plugin_bool (ConfigurationEngine* self, const gcha
g_return_if_fail (IS_CONFIGURATION_ENGINE (self));
#line 332 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_ENGINE_GET_INTERFACE (self)->set_plugin_bool (self, domain, id, key, val);
-#line 1746 "ConfigurationInterfaces.c"
+#line 1761 "ConfigurationInterfaces.c"
}
@@ -1752,7 +1767,7 @@ gdouble configuration_engine_get_plugin_double (ConfigurationEngine* self, const
g_return_val_if_fail (IS_CONFIGURATION_ENGINE (self), 0.0);
#line 333 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_ENGINE_GET_INTERFACE (self)->get_plugin_double (self, domain, id, key, def);
-#line 1755 "ConfigurationInterfaces.c"
+#line 1770 "ConfigurationInterfaces.c"
}
@@ -1761,7 +1776,7 @@ void configuration_engine_set_plugin_double (ConfigurationEngine* self, const gc
g_return_if_fail (IS_CONFIGURATION_ENGINE (self));
#line 334 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_ENGINE_GET_INTERFACE (self)->set_plugin_double (self, domain, id, key, val);
-#line 1764 "ConfigurationInterfaces.c"
+#line 1779 "ConfigurationInterfaces.c"
}
@@ -1770,7 +1785,7 @@ gint configuration_engine_get_plugin_int (ConfigurationEngine* self, const gchar
g_return_val_if_fail (IS_CONFIGURATION_ENGINE (self), 0);
#line 335 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_ENGINE_GET_INTERFACE (self)->get_plugin_int (self, domain, id, key, def);
-#line 1773 "ConfigurationInterfaces.c"
+#line 1788 "ConfigurationInterfaces.c"
}
@@ -1779,7 +1794,7 @@ void configuration_engine_set_plugin_int (ConfigurationEngine* self, const gchar
g_return_if_fail (IS_CONFIGURATION_ENGINE (self));
#line 336 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_ENGINE_GET_INTERFACE (self)->set_plugin_int (self, domain, id, key, val);
-#line 1782 "ConfigurationInterfaces.c"
+#line 1797 "ConfigurationInterfaces.c"
}
@@ -1788,7 +1803,7 @@ gchar* configuration_engine_get_plugin_string (ConfigurationEngine* self, const
g_return_val_if_fail (IS_CONFIGURATION_ENGINE (self), NULL);
#line 337 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_ENGINE_GET_INTERFACE (self)->get_plugin_string (self, domain, id, key, def);
-#line 1791 "ConfigurationInterfaces.c"
+#line 1806 "ConfigurationInterfaces.c"
}
@@ -1797,7 +1812,7 @@ void configuration_engine_set_plugin_string (ConfigurationEngine* self, const gc
g_return_if_fail (IS_CONFIGURATION_ENGINE (self));
#line 338 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_ENGINE_GET_INTERFACE (self)->set_plugin_string (self, domain, id, key, val);
-#line 1800 "ConfigurationInterfaces.c"
+#line 1815 "ConfigurationInterfaces.c"
}
@@ -1806,7 +1821,7 @@ void configuration_engine_unset_plugin_key (ConfigurationEngine* self, const gch
g_return_if_fail (IS_CONFIGURATION_ENGINE (self));
#line 339 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_ENGINE_GET_INTERFACE (self)->unset_plugin_key (self, domain, id, key);
-#line 1809 "ConfigurationInterfaces.c"
+#line 1824 "ConfigurationInterfaces.c"
}
@@ -1815,7 +1830,7 @@ FuzzyPropertyState configuration_engine_is_plugin_enabled (ConfigurationEngine*
g_return_val_if_fail (IS_CONFIGURATION_ENGINE (self), 0);
#line 341 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_ENGINE_GET_INTERFACE (self)->is_plugin_enabled (self, id);
-#line 1818 "ConfigurationInterfaces.c"
+#line 1833 "ConfigurationInterfaces.c"
}
@@ -1824,7 +1839,7 @@ void configuration_engine_set_plugin_enabled (ConfigurationEngine* self, const g
g_return_if_fail (IS_CONFIGURATION_ENGINE (self));
#line 342 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_ENGINE_GET_INTERFACE (self)->set_plugin_enabled (self, id, enabled);
-#line 1827 "ConfigurationInterfaces.c"
+#line 1842 "ConfigurationInterfaces.c"
}
@@ -1836,8 +1851,8 @@ static void configuration_engine_base_init (ConfigurationEngineIface * iface) {
#line 311 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
initialized = TRUE;
#line 311 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- g_signal_new ("property_changed", TYPE_CONFIGURATION_ENGINE, G_SIGNAL_RUN_LAST, 0, NULL, NULL, g_cclosure_marshal_VOID__ENUM, G_TYPE_NONE, 1, TYPE_CONFIGURABLE_PROPERTY);
-#line 1840 "ConfigurationInterfaces.c"
+ configuration_engine_signals[CONFIGURATION_ENGINE_PROPERTY_CHANGED_SIGNAL] = g_signal_new ("property-changed", TYPE_CONFIGURATION_ENGINE, G_SIGNAL_RUN_LAST, 0, NULL, NULL, g_cclosure_marshal_VOID__ENUM, G_TYPE_NONE, 1, TYPE_CONFIGURABLE_PROPERTY);
+#line 1855 "ConfigurationInterfaces.c"
}
}
@@ -1858,22 +1873,22 @@ GType configuration_engine_get_type (void) {
static gpointer _g_object_ref0 (gpointer self) {
#line 356 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return self ? g_object_ref (self) : NULL;
-#line 1861 "ConfigurationInterfaces.c"
+#line 1876 "ConfigurationInterfaces.c"
}
static void _configuration_facade_on_property_changed_configuration_engine_property_changed (ConfigurationEngine* _sender, ConfigurableProperty p, gpointer self) {
#line 358 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
configuration_facade_on_property_changed ((ConfigurationFacade*) self, p);
-#line 1868 "ConfigurationInterfaces.c"
+#line 1883 "ConfigurationInterfaces.c"
}
ConfigurationFacade* configuration_facade_construct (GType object_type, ConfigurationEngine* engine) {
ConfigurationFacade * self = NULL;
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
#line 355 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_return_val_if_fail (IS_CONFIGURATION_ENGINE (engine), NULL);
#line 355 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -1892,15 +1907,15 @@ ConfigurationFacade* configuration_facade_construct (GType object_type, Configur
g_signal_connect_object (_tmp2_, "property-changed", (GCallback) _configuration_facade_on_property_changed_configuration_engine_property_changed, self, 0);
#line 355 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return self;
-#line 1895 "ConfigurationInterfaces.c"
+#line 1910 "ConfigurationInterfaces.c"
}
static void configuration_facade_on_property_changed (ConfigurationFacade* self, ConfigurableProperty p) {
- ConfigurableProperty _tmp0_ = 0;
- gchar* _tmp1_ = NULL;
- gchar* _tmp2_ = NULL;
- ConfigurableProperty _tmp3_ = 0;
+ ConfigurableProperty _tmp0_;
+ gchar* _tmp1_;
+ gchar* _tmp2_;
+ ConfigurableProperty _tmp3_;
#line 361 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 362 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -1920,78 +1935,78 @@ static void configuration_facade_on_property_changed (ConfigurationFacade* self,
switch (_tmp3_) {
#line 364 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_AUTO_IMPORT_FROM_LIBRARY:
-#line 1922 "ConfigurationInterfaces.c"
+#line 1937 "ConfigurationInterfaces.c"
{
#line 366 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- g_signal_emit_by_name (self, "auto-import-from-library-changed");
+ g_signal_emit (self, configuration_facade_signals[CONFIGURATION_FACADE_AUTO_IMPORT_FROM_LIBRARY_CHANGED_SIGNAL], 0);
#line 367 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
break;
-#line 1928 "ConfigurationInterfaces.c"
+#line 1943 "ConfigurationInterfaces.c"
}
#line 364 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_BG_COLOR_NAME:
-#line 1932 "ConfigurationInterfaces.c"
+#line 1947 "ConfigurationInterfaces.c"
{
#line 370 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- g_signal_emit_by_name (self, "bg-color-name-changed");
+ g_signal_emit (self, configuration_facade_signals[CONFIGURATION_FACADE_BG_COLOR_NAME_CHANGED_SIGNAL], 0);
#line 371 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
break;
-#line 1938 "ConfigurationInterfaces.c"
+#line 1953 "ConfigurationInterfaces.c"
}
#line 364 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_COMMIT_METADATA_TO_MASTERS:
-#line 1942 "ConfigurationInterfaces.c"
+#line 1957 "ConfigurationInterfaces.c"
{
#line 374 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- g_signal_emit_by_name (self, "commit-metadata-to-masters-changed");
+ g_signal_emit (self, configuration_facade_signals[CONFIGURATION_FACADE_COMMIT_METADATA_TO_MASTERS_CHANGED_SIGNAL], 0);
#line 375 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
break;
-#line 1948 "ConfigurationInterfaces.c"
+#line 1963 "ConfigurationInterfaces.c"
}
#line 364 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_EVENTS_SORT_ASCENDING:
-#line 1952 "ConfigurationInterfaces.c"
+#line 1967 "ConfigurationInterfaces.c"
{
#line 378 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- g_signal_emit_by_name (self, "events-sort-ascending-changed");
+ g_signal_emit (self, configuration_facade_signals[CONFIGURATION_FACADE_EVENTS_SORT_ASCENDING_CHANGED_SIGNAL], 0);
#line 379 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
break;
-#line 1958 "ConfigurationInterfaces.c"
+#line 1973 "ConfigurationInterfaces.c"
}
#line 364 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_EXTERNAL_PHOTO_APP:
#line 364 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_EXTERNAL_RAW_APP:
-#line 1964 "ConfigurationInterfaces.c"
+#line 1979 "ConfigurationInterfaces.c"
{
#line 383 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- g_signal_emit_by_name (self, "external-app-changed");
+ g_signal_emit (self, configuration_facade_signals[CONFIGURATION_FACADE_EXTERNAL_APP_CHANGED_SIGNAL], 0);
#line 384 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
break;
-#line 1970 "ConfigurationInterfaces.c"
+#line 1985 "ConfigurationInterfaces.c"
}
#line 364 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
case CONFIGURABLE_PROPERTY_IMPORT_DIR:
-#line 1974 "ConfigurationInterfaces.c"
+#line 1989 "ConfigurationInterfaces.c"
{
#line 387 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- g_signal_emit_by_name (self, "import-directory-changed");
+ g_signal_emit (self, configuration_facade_signals[CONFIGURATION_FACADE_IMPORT_DIRECTORY_CHANGED_SIGNAL], 0);
#line 388 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
break;
-#line 1980 "ConfigurationInterfaces.c"
+#line 1995 "ConfigurationInterfaces.c"
}
default:
#line 364 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
break;
-#line 1985 "ConfigurationInterfaces.c"
+#line 2000 "ConfigurationInterfaces.c"
}
}
ConfigurationEngine* configuration_facade_get_engine (ConfigurationFacade* self) {
ConfigurationEngine* result = NULL;
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
#line 392 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), NULL);
#line 393 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -2002,24 +2017,24 @@ ConfigurationEngine* configuration_facade_get_engine (ConfigurationFacade* self)
result = _tmp1_;
#line 393 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 2004 "ConfigurationInterfaces.c"
+#line 2019 "ConfigurationInterfaces.c"
}
void configuration_facade_on_configuration_error (ConfigurationFacade* self, GError* err) {
- GError* _tmp0_ = NULL;
+ GError* _tmp0_;
#line 396 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 397 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = err;
#line 397 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (g_error_matches (_tmp0_, CONFIGURATION_ERROR, CONFIGURATION_ERROR_PROPERTY_HAS_NO_VALUE)) {
-#line 2016 "ConfigurationInterfaces.c"
- ConfigurationEngine* _tmp1_ = NULL;
- gchar* _tmp2_ = NULL;
- gchar* _tmp3_ = NULL;
- GError* _tmp4_ = NULL;
- const gchar* _tmp5_ = NULL;
+#line 2031 "ConfigurationInterfaces.c"
+ ConfigurationEngine* _tmp1_;
+ gchar* _tmp2_;
+ gchar* _tmp3_;
+ GError* _tmp4_;
+ const gchar* _tmp5_;
#line 398 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = self->priv->engine;
#line 398 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -2035,19 +2050,19 @@ void configuration_facade_on_configuration_error (ConfigurationFacade* self, GEr
"OPERTY_HAS_NO_VALUE error: %s", _tmp3_, _tmp5_);
#line 398 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_free0 (_tmp3_);
-#line 2036 "ConfigurationInterfaces.c"
+#line 2051 "ConfigurationInterfaces.c"
} else {
- GError* _tmp6_ = NULL;
+ GError* _tmp6_;
#line 401 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp6_ = err;
#line 401 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (g_error_matches (_tmp6_, CONFIGURATION_ERROR, CONFIGURATION_ERROR_ENGINE_ERROR)) {
-#line 2043 "ConfigurationInterfaces.c"
- ConfigurationEngine* _tmp7_ = NULL;
- gchar* _tmp8_ = NULL;
- gchar* _tmp9_ = NULL;
- GError* _tmp10_ = NULL;
- const gchar* _tmp11_ = NULL;
+#line 2058 "ConfigurationInterfaces.c"
+ ConfigurationEngine* _tmp7_;
+ gchar* _tmp8_;
+ gchar* _tmp9_;
+ GError* _tmp10_;
+ const gchar* _tmp11_;
#line 402 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp7_ = self->priv->engine;
#line 402 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -2063,13 +2078,13 @@ void configuration_facade_on_configuration_error (ConfigurationFacade* self, GEr
"GINE_ERROR: %s", _tmp9_, _tmp11_);
#line 402 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_free0 (_tmp9_);
-#line 2063 "ConfigurationInterfaces.c"
+#line 2078 "ConfigurationInterfaces.c"
} else {
- ConfigurationEngine* _tmp12_ = NULL;
- gchar* _tmp13_ = NULL;
- gchar* _tmp14_ = NULL;
- GError* _tmp15_ = NULL;
- const gchar* _tmp16_ = NULL;
+ ConfigurationEngine* _tmp12_;
+ gchar* _tmp13_;
+ gchar* _tmp14_;
+ GError* _tmp15_;
+ const gchar* _tmp16_;
#line 405 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp12_ = self->priv->engine;
#line 405 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -2085,7 +2100,7 @@ void configuration_facade_on_configuration_error (ConfigurationFacade* self, GEr
"known error: %s", _tmp14_, _tmp16_);
#line 405 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_free0 (_tmp14_);
-#line 2084 "ConfigurationInterfaces.c"
+#line 2099 "ConfigurationInterfaces.c"
}
}
}
@@ -2097,10 +2112,10 @@ static gboolean configuration_facade_real_get_auto_import_from_library (Configur
GError * _inner_error_ = NULL;
{
gboolean _tmp0_ = FALSE;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gboolean _tmp3_ = FALSE;
- gboolean _tmp4_ = FALSE;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gboolean _tmp3_;
+ gboolean _tmp4_;
#line 415 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 415 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -2115,12 +2130,12 @@ static gboolean configuration_facade_real_get_auto_import_from_library (Configur
_tmp0_ = _tmp4_;
#line 415 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
-#line 2114 "ConfigurationInterfaces.c"
+#line 2129 "ConfigurationInterfaces.c"
gboolean _tmp5_ = FALSE;
#line 415 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 2118 "ConfigurationInterfaces.c"
- goto __catch82_configuration_error;
+#line 2133 "ConfigurationInterfaces.c"
+ goto __catch83_configuration_error;
}
#line 415 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -2128,19 +2143,19 @@ static gboolean configuration_facade_real_get_auto_import_from_library (Configur
g_clear_error (&_inner_error_);
#line 415 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp5_;
-#line 2127 "ConfigurationInterfaces.c"
+#line 2142 "ConfigurationInterfaces.c"
}
#line 415 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp0_;
#line 415 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 2133 "ConfigurationInterfaces.c"
+#line 2148 "ConfigurationInterfaces.c"
}
- goto __finally82;
- __catch82_configuration_error:
+ goto __finally83;
+ __catch83_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
+ GError* _tmp6_;
#line 414 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 414 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -2155,16 +2170,16 @@ static gboolean configuration_facade_real_get_auto_import_from_library (Configur
_g_error_free0 (err);
#line 419 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 2154 "ConfigurationInterfaces.c"
+#line 2169 "ConfigurationInterfaces.c"
}
- __finally82:
+ __finally83:
#line 414 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 414 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 414 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp7_;
-#line 2163 "ConfigurationInterfaces.c"
+#line 2178 "ConfigurationInterfaces.c"
}
@@ -2173,16 +2188,16 @@ gboolean configuration_facade_get_auto_import_from_library (ConfigurationFacade*
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), FALSE);
#line 413 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_auto_import_from_library (self);
-#line 2172 "ConfigurationInterfaces.c"
+#line 2187 "ConfigurationInterfaces.c"
}
static void configuration_facade_real_set_auto_import_from_library (ConfigurationFacade* self, gboolean auto_import) {
GError * _inner_error_ = NULL;
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- gboolean _tmp2_ = FALSE;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ gboolean _tmp2_;
#line 425 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 425 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -2197,8 +2212,8 @@ static void configuration_facade_real_set_auto_import_from_library (Configuratio
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 425 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 2196 "ConfigurationInterfaces.c"
- goto __catch83_configuration_error;
+#line 2211 "ConfigurationInterfaces.c"
+ goto __catch84_configuration_error;
}
#line 425 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -2206,14 +2221,14 @@ static void configuration_facade_real_set_auto_import_from_library (Configuratio
g_clear_error (&_inner_error_);
#line 425 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 2205 "ConfigurationInterfaces.c"
+#line 2220 "ConfigurationInterfaces.c"
}
}
- goto __finally83;
- __catch83_configuration_error:
+ goto __finally84;
+ __catch84_configuration_error:
{
GError* err = NULL;
- GError* _tmp3_ = NULL;
+ GError* _tmp3_;
#line 424 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 424 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -2226,9 +2241,9 @@ static void configuration_facade_real_set_auto_import_from_library (Configuratio
_g_error_free0 (err);
#line 429 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 2225 "ConfigurationInterfaces.c"
+#line 2240 "ConfigurationInterfaces.c"
}
- __finally83:
+ __finally84:
#line 424 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 424 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -2237,7 +2252,7 @@ static void configuration_facade_real_set_auto_import_from_library (Configuratio
g_clear_error (&_inner_error_);
#line 424 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 2236 "ConfigurationInterfaces.c"
+#line 2251 "ConfigurationInterfaces.c"
}
}
@@ -2247,7 +2262,7 @@ void configuration_facade_set_auto_import_from_library (ConfigurationFacade* sel
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 423 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_auto_import_from_library (self, auto_import);
-#line 2246 "ConfigurationInterfaces.c"
+#line 2261 "ConfigurationInterfaces.c"
}
@@ -2256,11 +2271,11 @@ static gchar* configuration_facade_real_get_bg_color_name (ConfigurationFacade*
GError * _inner_error_ = NULL;
{
gchar* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gchar* _tmp3_ = NULL;
- gchar* _tmp4_ = NULL;
- gchar* _tmp5_ = NULL;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gchar* _tmp3_;
+ gchar* _tmp4_;
+ gchar* _tmp5_;
#line 438 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 438 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -2277,8 +2292,8 @@ static gchar* configuration_facade_real_get_bg_color_name (ConfigurationFacade*
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 438 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 2276 "ConfigurationInterfaces.c"
- goto __catch84_configuration_error;
+#line 2291 "ConfigurationInterfaces.c"
+ goto __catch85_configuration_error;
}
#line 438 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -2286,7 +2301,7 @@ static gchar* configuration_facade_real_get_bg_color_name (ConfigurationFacade*
g_clear_error (&_inner_error_);
#line 438 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return NULL;
-#line 2285 "ConfigurationInterfaces.c"
+#line 2300 "ConfigurationInterfaces.c"
}
#line 438 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp5_ = _tmp0_;
@@ -2298,14 +2313,14 @@ static gchar* configuration_facade_real_get_bg_color_name (ConfigurationFacade*
_g_free0 (_tmp0_);
#line 438 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 2297 "ConfigurationInterfaces.c"
+#line 2312 "ConfigurationInterfaces.c"
}
- goto __finally84;
- __catch84_configuration_error:
+ goto __finally85;
+ __catch85_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
- gchar* _tmp7_ = NULL;
+ GError* _tmp6_;
+ gchar* _tmp7_;
#line 437 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 437 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -2322,16 +2337,16 @@ static gchar* configuration_facade_real_get_bg_color_name (ConfigurationFacade*
_g_error_free0 (err);
#line 442 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 2321 "ConfigurationInterfaces.c"
+#line 2336 "ConfigurationInterfaces.c"
}
- __finally84:
+ __finally85:
#line 437 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 437 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 437 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return NULL;
-#line 2330 "ConfigurationInterfaces.c"
+#line 2345 "ConfigurationInterfaces.c"
}
@@ -2340,7 +2355,7 @@ gchar* configuration_facade_get_bg_color_name (ConfigurationFacade* self) {
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), NULL);
#line 436 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_bg_color_name (self);
-#line 2339 "ConfigurationInterfaces.c"
+#line 2354 "ConfigurationInterfaces.c"
}
@@ -2348,11 +2363,11 @@ static void configuration_facade_real_set_bg_color_name (ConfigurationFacade* se
GError * _inner_error_ = NULL;
#line 446 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_return_if_fail (color_name != NULL);
-#line 2347 "ConfigurationInterfaces.c"
+#line 2362 "ConfigurationInterfaces.c"
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- const gchar* _tmp2_ = NULL;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ const gchar* _tmp2_;
#line 448 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 448 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -2367,8 +2382,8 @@ static void configuration_facade_real_set_bg_color_name (ConfigurationFacade* se
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 448 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 2366 "ConfigurationInterfaces.c"
- goto __catch85_configuration_error;
+#line 2381 "ConfigurationInterfaces.c"
+ goto __catch86_configuration_error;
}
#line 448 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -2376,14 +2391,14 @@ static void configuration_facade_real_set_bg_color_name (ConfigurationFacade* se
g_clear_error (&_inner_error_);
#line 448 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 2375 "ConfigurationInterfaces.c"
+#line 2390 "ConfigurationInterfaces.c"
}
}
- goto __finally85;
- __catch85_configuration_error:
+ goto __finally86;
+ __catch86_configuration_error:
{
GError* err = NULL;
- GError* _tmp3_ = NULL;
+ GError* _tmp3_;
#line 447 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 447 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -2396,9 +2411,9 @@ static void configuration_facade_real_set_bg_color_name (ConfigurationFacade* se
_g_error_free0 (err);
#line 451 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 2395 "ConfigurationInterfaces.c"
+#line 2410 "ConfigurationInterfaces.c"
}
- __finally85:
+ __finally86:
#line 447 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 447 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -2407,7 +2422,7 @@ static void configuration_facade_real_set_bg_color_name (ConfigurationFacade* se
g_clear_error (&_inner_error_);
#line 447 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 2406 "ConfigurationInterfaces.c"
+#line 2421 "ConfigurationInterfaces.c"
}
}
@@ -2417,7 +2432,7 @@ void configuration_facade_set_bg_color_name (ConfigurationFacade* self, const gc
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 446 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_bg_color_name (self, color_name);
-#line 2416 "ConfigurationInterfaces.c"
+#line 2431 "ConfigurationInterfaces.c"
}
@@ -2427,10 +2442,10 @@ static gboolean configuration_facade_real_get_commit_metadata_to_masters (Config
GError * _inner_error_ = NULL;
{
gboolean _tmp0_ = FALSE;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gboolean _tmp3_ = FALSE;
- gboolean _tmp4_ = FALSE;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gboolean _tmp3_;
+ gboolean _tmp4_;
#line 460 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 460 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -2445,12 +2460,12 @@ static gboolean configuration_facade_real_get_commit_metadata_to_masters (Config
_tmp0_ = _tmp4_;
#line 460 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
-#line 2444 "ConfigurationInterfaces.c"
+#line 2459 "ConfigurationInterfaces.c"
gboolean _tmp5_ = FALSE;
#line 460 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 2448 "ConfigurationInterfaces.c"
- goto __catch86_configuration_error;
+#line 2463 "ConfigurationInterfaces.c"
+ goto __catch87_configuration_error;
}
#line 460 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -2458,19 +2473,19 @@ static gboolean configuration_facade_real_get_commit_metadata_to_masters (Config
g_clear_error (&_inner_error_);
#line 460 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp5_;
-#line 2457 "ConfigurationInterfaces.c"
+#line 2472 "ConfigurationInterfaces.c"
}
#line 460 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp0_;
#line 460 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 2463 "ConfigurationInterfaces.c"
+#line 2478 "ConfigurationInterfaces.c"
}
- goto __finally86;
- __catch86_configuration_error:
+ goto __finally87;
+ __catch87_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
+ GError* _tmp6_;
#line 459 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 459 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -2485,16 +2500,16 @@ static gboolean configuration_facade_real_get_commit_metadata_to_masters (Config
_g_error_free0 (err);
#line 464 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 2484 "ConfigurationInterfaces.c"
+#line 2499 "ConfigurationInterfaces.c"
}
- __finally86:
+ __finally87:
#line 459 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 459 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 459 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp7_;
-#line 2493 "ConfigurationInterfaces.c"
+#line 2508 "ConfigurationInterfaces.c"
}
@@ -2503,16 +2518,16 @@ gboolean configuration_facade_get_commit_metadata_to_masters (ConfigurationFacad
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), FALSE);
#line 458 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_commit_metadata_to_masters (self);
-#line 2502 "ConfigurationInterfaces.c"
+#line 2517 "ConfigurationInterfaces.c"
}
static void configuration_facade_real_set_commit_metadata_to_masters (ConfigurationFacade* self, gboolean commit_metadata) {
GError * _inner_error_ = NULL;
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- gboolean _tmp2_ = FALSE;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ gboolean _tmp2_;
#line 470 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 470 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -2527,8 +2542,8 @@ static void configuration_facade_real_set_commit_metadata_to_masters (Configurat
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 470 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 2526 "ConfigurationInterfaces.c"
- goto __catch87_configuration_error;
+#line 2541 "ConfigurationInterfaces.c"
+ goto __catch88_configuration_error;
}
#line 470 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -2536,14 +2551,14 @@ static void configuration_facade_real_set_commit_metadata_to_masters (Configurat
g_clear_error (&_inner_error_);
#line 470 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 2535 "ConfigurationInterfaces.c"
+#line 2550 "ConfigurationInterfaces.c"
}
}
- goto __finally87;
- __catch87_configuration_error:
+ goto __finally88;
+ __catch88_configuration_error:
{
GError* err = NULL;
- GError* _tmp3_ = NULL;
+ GError* _tmp3_;
#line 469 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 469 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -2556,9 +2571,9 @@ static void configuration_facade_real_set_commit_metadata_to_masters (Configurat
_g_error_free0 (err);
#line 474 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 2555 "ConfigurationInterfaces.c"
+#line 2570 "ConfigurationInterfaces.c"
}
- __finally87:
+ __finally88:
#line 469 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 469 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -2567,7 +2582,7 @@ static void configuration_facade_real_set_commit_metadata_to_masters (Configurat
g_clear_error (&_inner_error_);
#line 469 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 2566 "ConfigurationInterfaces.c"
+#line 2581 "ConfigurationInterfaces.c"
}
}
@@ -2577,7 +2592,7 @@ void configuration_facade_set_commit_metadata_to_masters (ConfigurationFacade* s
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 468 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_commit_metadata_to_masters (self, commit_metadata);
-#line 2576 "ConfigurationInterfaces.c"
+#line 2591 "ConfigurationInterfaces.c"
}
@@ -2586,11 +2601,11 @@ static gchar* configuration_facade_real_get_desktop_background (ConfigurationFac
GError * _inner_error_ = NULL;
{
gchar* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gchar* _tmp3_ = NULL;
- gchar* _tmp4_ = NULL;
- gchar* _tmp5_ = NULL;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gchar* _tmp3_;
+ gchar* _tmp4_;
+ gchar* _tmp5_;
#line 483 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 483 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -2607,8 +2622,8 @@ static gchar* configuration_facade_real_get_desktop_background (ConfigurationFac
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 483 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 2606 "ConfigurationInterfaces.c"
- goto __catch88_configuration_error;
+#line 2621 "ConfigurationInterfaces.c"
+ goto __catch89_configuration_error;
}
#line 483 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -2616,7 +2631,7 @@ static gchar* configuration_facade_real_get_desktop_background (ConfigurationFac
g_clear_error (&_inner_error_);
#line 483 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return NULL;
-#line 2615 "ConfigurationInterfaces.c"
+#line 2630 "ConfigurationInterfaces.c"
}
#line 483 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp5_ = _tmp0_;
@@ -2628,14 +2643,14 @@ static gchar* configuration_facade_real_get_desktop_background (ConfigurationFac
_g_free0 (_tmp0_);
#line 483 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 2627 "ConfigurationInterfaces.c"
+#line 2642 "ConfigurationInterfaces.c"
}
- goto __finally88;
- __catch88_configuration_error:
+ goto __finally89;
+ __catch89_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
- gchar* _tmp7_ = NULL;
+ GError* _tmp6_;
+ gchar* _tmp7_;
#line 482 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 482 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -2652,16 +2667,16 @@ static gchar* configuration_facade_real_get_desktop_background (ConfigurationFac
_g_error_free0 (err);
#line 487 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 2651 "ConfigurationInterfaces.c"
+#line 2666 "ConfigurationInterfaces.c"
}
- __finally88:
+ __finally89:
#line 482 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 482 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 482 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return NULL;
-#line 2660 "ConfigurationInterfaces.c"
+#line 2675 "ConfigurationInterfaces.c"
}
@@ -2670,7 +2685,7 @@ gchar* configuration_facade_get_desktop_background (ConfigurationFacade* self) {
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), NULL);
#line 481 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_desktop_background (self);
-#line 2669 "ConfigurationInterfaces.c"
+#line 2684 "ConfigurationInterfaces.c"
}
@@ -2678,13 +2693,13 @@ static void configuration_facade_real_set_desktop_background (ConfigurationFacad
GError * _inner_error_ = NULL;
#line 491 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_return_if_fail (filename != NULL);
-#line 2677 "ConfigurationInterfaces.c"
+#line 2692 "ConfigurationInterfaces.c"
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- const gchar* _tmp2_ = NULL;
- ConfigurationEngine* _tmp3_ = NULL;
- ConfigurationEngine* _tmp4_ = NULL;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ const gchar* _tmp2_;
+ ConfigurationEngine* _tmp3_;
+ ConfigurationEngine* _tmp4_;
#line 493 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 493 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -2699,8 +2714,8 @@ static void configuration_facade_real_set_desktop_background (ConfigurationFacad
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 493 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 2698 "ConfigurationInterfaces.c"
- goto __catch89_configuration_error;
+#line 2713 "ConfigurationInterfaces.c"
+ goto __catch90_configuration_error;
}
#line 493 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -2708,7 +2723,7 @@ static void configuration_facade_real_set_desktop_background (ConfigurationFacad
g_clear_error (&_inner_error_);
#line 493 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 2707 "ConfigurationInterfaces.c"
+#line 2722 "ConfigurationInterfaces.c"
}
#line 495 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp3_ = configuration_facade_get_engine (self);
@@ -2722,8 +2737,8 @@ static void configuration_facade_real_set_desktop_background (ConfigurationFacad
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 495 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 2721 "ConfigurationInterfaces.c"
- goto __catch89_configuration_error;
+#line 2736 "ConfigurationInterfaces.c"
+ goto __catch90_configuration_error;
}
#line 495 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -2731,14 +2746,14 @@ static void configuration_facade_real_set_desktop_background (ConfigurationFacad
g_clear_error (&_inner_error_);
#line 495 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 2730 "ConfigurationInterfaces.c"
+#line 2745 "ConfigurationInterfaces.c"
}
}
- goto __finally89;
- __catch89_configuration_error:
+ goto __finally90;
+ __catch90_configuration_error:
{
GError* err = NULL;
- GError* _tmp5_ = NULL;
+ GError* _tmp5_;
#line 492 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 492 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -2749,9 +2764,9 @@ static void configuration_facade_real_set_desktop_background (ConfigurationFacad
configuration_facade_on_configuration_error (self, _tmp5_);
#line 492 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_error_free0 (err);
-#line 2748 "ConfigurationInterfaces.c"
+#line 2763 "ConfigurationInterfaces.c"
}
- __finally89:
+ __finally90:
#line 492 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 492 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -2760,7 +2775,7 @@ static void configuration_facade_real_set_desktop_background (ConfigurationFacad
g_clear_error (&_inner_error_);
#line 492 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 2759 "ConfigurationInterfaces.c"
+#line 2774 "ConfigurationInterfaces.c"
}
}
@@ -2770,7 +2785,7 @@ void configuration_facade_set_desktop_background (ConfigurationFacade* self, con
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 491 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_desktop_background (self, filename);
-#line 2769 "ConfigurationInterfaces.c"
+#line 2784 "ConfigurationInterfaces.c"
}
@@ -2779,11 +2794,11 @@ static gchar* configuration_facade_real_get_screensaver (ConfigurationFacade* se
GError * _inner_error_ = NULL;
{
gchar* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gchar* _tmp3_ = NULL;
- gchar* _tmp4_ = NULL;
- gchar* _tmp5_ = NULL;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gchar* _tmp3_;
+ gchar* _tmp4_;
+ gchar* _tmp5_;
#line 507 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 507 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -2800,8 +2815,8 @@ static gchar* configuration_facade_real_get_screensaver (ConfigurationFacade* se
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 507 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 2799 "ConfigurationInterfaces.c"
- goto __catch90_configuration_error;
+#line 2814 "ConfigurationInterfaces.c"
+ goto __catch91_configuration_error;
}
#line 507 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -2809,7 +2824,7 @@ static gchar* configuration_facade_real_get_screensaver (ConfigurationFacade* se
g_clear_error (&_inner_error_);
#line 507 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return NULL;
-#line 2808 "ConfigurationInterfaces.c"
+#line 2823 "ConfigurationInterfaces.c"
}
#line 507 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp5_ = _tmp0_;
@@ -2821,14 +2836,14 @@ static gchar* configuration_facade_real_get_screensaver (ConfigurationFacade* se
_g_free0 (_tmp0_);
#line 507 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 2820 "ConfigurationInterfaces.c"
+#line 2835 "ConfigurationInterfaces.c"
}
- goto __finally90;
- __catch90_configuration_error:
+ goto __finally91;
+ __catch91_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
- gchar* _tmp7_ = NULL;
+ GError* _tmp6_;
+ gchar* _tmp7_;
#line 506 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 506 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -2845,16 +2860,16 @@ static gchar* configuration_facade_real_get_screensaver (ConfigurationFacade* se
_g_error_free0 (err);
#line 511 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 2844 "ConfigurationInterfaces.c"
+#line 2859 "ConfigurationInterfaces.c"
}
- __finally90:
+ __finally91:
#line 506 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 506 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 506 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return NULL;
-#line 2853 "ConfigurationInterfaces.c"
+#line 2868 "ConfigurationInterfaces.c"
}
@@ -2863,7 +2878,7 @@ gchar* configuration_facade_get_screensaver (ConfigurationFacade* self) {
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), NULL);
#line 505 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_screensaver (self);
-#line 2862 "ConfigurationInterfaces.c"
+#line 2877 "ConfigurationInterfaces.c"
}
@@ -2871,13 +2886,13 @@ static void configuration_facade_real_set_screensaver (ConfigurationFacade* self
GError * _inner_error_ = NULL;
#line 515 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_return_if_fail (filename != NULL);
-#line 2870 "ConfigurationInterfaces.c"
+#line 2885 "ConfigurationInterfaces.c"
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- const gchar* _tmp2_ = NULL;
- ConfigurationEngine* _tmp3_ = NULL;
- ConfigurationEngine* _tmp4_ = NULL;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ const gchar* _tmp2_;
+ ConfigurationEngine* _tmp3_;
+ ConfigurationEngine* _tmp4_;
#line 517 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 517 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -2892,8 +2907,8 @@ static void configuration_facade_real_set_screensaver (ConfigurationFacade* self
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 517 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 2891 "ConfigurationInterfaces.c"
- goto __catch91_configuration_error;
+#line 2906 "ConfigurationInterfaces.c"
+ goto __catch92_configuration_error;
}
#line 517 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -2901,7 +2916,7 @@ static void configuration_facade_real_set_screensaver (ConfigurationFacade* self
g_clear_error (&_inner_error_);
#line 517 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 2900 "ConfigurationInterfaces.c"
+#line 2915 "ConfigurationInterfaces.c"
}
#line 519 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp3_ = configuration_facade_get_engine (self);
@@ -2915,8 +2930,8 @@ static void configuration_facade_real_set_screensaver (ConfigurationFacade* self
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 519 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 2914 "ConfigurationInterfaces.c"
- goto __catch91_configuration_error;
+#line 2929 "ConfigurationInterfaces.c"
+ goto __catch92_configuration_error;
}
#line 519 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -2924,14 +2939,14 @@ static void configuration_facade_real_set_screensaver (ConfigurationFacade* self
g_clear_error (&_inner_error_);
#line 519 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 2923 "ConfigurationInterfaces.c"
+#line 2938 "ConfigurationInterfaces.c"
}
}
- goto __finally91;
- __catch91_configuration_error:
+ goto __finally92;
+ __catch92_configuration_error:
{
GError* err = NULL;
- GError* _tmp5_ = NULL;
+ GError* _tmp5_;
#line 516 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 516 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -2942,9 +2957,9 @@ static void configuration_facade_real_set_screensaver (ConfigurationFacade* self
configuration_facade_on_configuration_error (self, _tmp5_);
#line 516 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_error_free0 (err);
-#line 2941 "ConfigurationInterfaces.c"
+#line 2956 "ConfigurationInterfaces.c"
}
- __finally91:
+ __finally92:
#line 516 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 516 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -2953,7 +2968,7 @@ static void configuration_facade_real_set_screensaver (ConfigurationFacade* self
g_clear_error (&_inner_error_);
#line 516 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 2952 "ConfigurationInterfaces.c"
+#line 2967 "ConfigurationInterfaces.c"
}
}
@@ -2963,7 +2978,7 @@ void configuration_facade_set_screensaver (ConfigurationFacade* self, const gcha
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 515 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_screensaver (self, filename);
-#line 2962 "ConfigurationInterfaces.c"
+#line 2977 "ConfigurationInterfaces.c"
}
@@ -2972,12 +2987,12 @@ static gchar* configuration_facade_real_get_directory_pattern (ConfigurationFaca
GError * _inner_error_ = NULL;
{
gchar* s = NULL;
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- gchar* _tmp2_ = NULL;
- gchar* _tmp3_ = NULL;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ gchar* _tmp2_;
+ gchar* _tmp3_;
const gchar* _tmp4_ = NULL;
- gchar* _tmp5_ = NULL;
+ gchar* _tmp5_;
#line 531 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 531 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -2994,8 +3009,8 @@ static gchar* configuration_facade_real_get_directory_pattern (ConfigurationFaca
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 531 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 2993 "ConfigurationInterfaces.c"
- goto __catch92_configuration_error;
+#line 3008 "ConfigurationInterfaces.c"
+ goto __catch93_configuration_error;
}
#line 531 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -3003,17 +3018,17 @@ static gchar* configuration_facade_real_get_directory_pattern (ConfigurationFaca
g_clear_error (&_inner_error_);
#line 531 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return NULL;
-#line 3002 "ConfigurationInterfaces.c"
+#line 3017 "ConfigurationInterfaces.c"
}
#line 532 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (g_strcmp0 (s, "") == 0) {
#line 532 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp4_ = NULL;
-#line 3008 "ConfigurationInterfaces.c"
+#line 3023 "ConfigurationInterfaces.c"
} else {
#line 532 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp4_ = s;
-#line 3012 "ConfigurationInterfaces.c"
+#line 3027 "ConfigurationInterfaces.c"
}
#line 532 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp5_ = g_strdup (_tmp4_);
@@ -3023,14 +3038,14 @@ static gchar* configuration_facade_real_get_directory_pattern (ConfigurationFaca
_g_free0 (s);
#line 532 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 3022 "ConfigurationInterfaces.c"
+#line 3037 "ConfigurationInterfaces.c"
}
- goto __finally92;
- __catch92_configuration_error:
+ goto __finally93;
+ __catch93_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
- gchar* _tmp7_ = NULL;
+ GError* _tmp6_;
+ gchar* _tmp7_;
#line 530 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 530 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -3047,16 +3062,16 @@ static gchar* configuration_facade_real_get_directory_pattern (ConfigurationFaca
_g_error_free0 (err);
#line 536 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 3046 "ConfigurationInterfaces.c"
+#line 3061 "ConfigurationInterfaces.c"
}
- __finally92:
+ __finally93:
#line 530 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 530 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 530 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return NULL;
-#line 3055 "ConfigurationInterfaces.c"
+#line 3070 "ConfigurationInterfaces.c"
}
@@ -3065,24 +3080,24 @@ gchar* configuration_facade_get_directory_pattern (ConfigurationFacade* self) {
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), NULL);
#line 529 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_directory_pattern (self);
-#line 3064 "ConfigurationInterfaces.c"
+#line 3079 "ConfigurationInterfaces.c"
}
static void configuration_facade_real_set_directory_pattern (ConfigurationFacade* self, const gchar* s) {
GError * _inner_error_ = NULL;
{
- const gchar* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- const gchar* _tmp3_ = NULL;
+ const gchar* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ const gchar* _tmp3_;
#line 542 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = s;
#line 542 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_tmp0_ == NULL) {
#line 543 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
s = "";
-#line 3081 "ConfigurationInterfaces.c"
+#line 3096 "ConfigurationInterfaces.c"
}
#line 545 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
@@ -3098,8 +3113,8 @@ static void configuration_facade_real_set_directory_pattern (ConfigurationFacade
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 545 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 3097 "ConfigurationInterfaces.c"
- goto __catch93_configuration_error;
+#line 3112 "ConfigurationInterfaces.c"
+ goto __catch94_configuration_error;
}
#line 545 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -3107,14 +3122,14 @@ static void configuration_facade_real_set_directory_pattern (ConfigurationFacade
g_clear_error (&_inner_error_);
#line 545 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 3106 "ConfigurationInterfaces.c"
+#line 3121 "ConfigurationInterfaces.c"
}
}
- goto __finally93;
- __catch93_configuration_error:
+ goto __finally94;
+ __catch94_configuration_error:
{
GError* err = NULL;
- GError* _tmp4_ = NULL;
+ GError* _tmp4_;
#line 541 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 541 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -3125,9 +3140,9 @@ static void configuration_facade_real_set_directory_pattern (ConfigurationFacade
configuration_facade_on_configuration_error (self, _tmp4_);
#line 541 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_error_free0 (err);
-#line 3124 "ConfigurationInterfaces.c"
+#line 3139 "ConfigurationInterfaces.c"
}
- __finally93:
+ __finally94:
#line 541 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 541 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -3136,7 +3151,7 @@ static void configuration_facade_real_set_directory_pattern (ConfigurationFacade
g_clear_error (&_inner_error_);
#line 541 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 3135 "ConfigurationInterfaces.c"
+#line 3150 "ConfigurationInterfaces.c"
}
}
@@ -3146,7 +3161,7 @@ void configuration_facade_set_directory_pattern (ConfigurationFacade* self, cons
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 540 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_directory_pattern (self, s);
-#line 3145 "ConfigurationInterfaces.c"
+#line 3160 "ConfigurationInterfaces.c"
}
@@ -3155,11 +3170,11 @@ static gchar* configuration_facade_real_get_directory_pattern_custom (Configurat
GError * _inner_error_ = NULL;
{
gchar* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gchar* _tmp3_ = NULL;
- gchar* _tmp4_ = NULL;
- gchar* _tmp5_ = NULL;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gchar* _tmp3_;
+ gchar* _tmp4_;
+ gchar* _tmp5_;
#line 556 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 556 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -3176,8 +3191,8 @@ static gchar* configuration_facade_real_get_directory_pattern_custom (Configurat
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 556 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 3175 "ConfigurationInterfaces.c"
- goto __catch94_configuration_error;
+#line 3190 "ConfigurationInterfaces.c"
+ goto __catch95_configuration_error;
}
#line 556 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -3185,7 +3200,7 @@ static gchar* configuration_facade_real_get_directory_pattern_custom (Configurat
g_clear_error (&_inner_error_);
#line 556 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return NULL;
-#line 3184 "ConfigurationInterfaces.c"
+#line 3199 "ConfigurationInterfaces.c"
}
#line 556 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp5_ = _tmp0_;
@@ -3197,14 +3212,14 @@ static gchar* configuration_facade_real_get_directory_pattern_custom (Configurat
_g_free0 (_tmp0_);
#line 556 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 3196 "ConfigurationInterfaces.c"
+#line 3211 "ConfigurationInterfaces.c"
}
- goto __finally94;
- __catch94_configuration_error:
+ goto __finally95;
+ __catch95_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
- gchar* _tmp7_ = NULL;
+ GError* _tmp6_;
+ gchar* _tmp7_;
#line 555 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 555 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -3221,16 +3236,16 @@ static gchar* configuration_facade_real_get_directory_pattern_custom (Configurat
_g_error_free0 (err);
#line 560 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 3220 "ConfigurationInterfaces.c"
+#line 3235 "ConfigurationInterfaces.c"
}
- __finally94:
+ __finally95:
#line 555 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 555 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 555 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return NULL;
-#line 3229 "ConfigurationInterfaces.c"
+#line 3244 "ConfigurationInterfaces.c"
}
@@ -3239,7 +3254,7 @@ gchar* configuration_facade_get_directory_pattern_custom (ConfigurationFacade* s
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), NULL);
#line 554 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_directory_pattern_custom (self);
-#line 3238 "ConfigurationInterfaces.c"
+#line 3253 "ConfigurationInterfaces.c"
}
@@ -3247,11 +3262,11 @@ static void configuration_facade_real_set_directory_pattern_custom (Configuratio
GError * _inner_error_ = NULL;
#line 564 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_return_if_fail (s != NULL);
-#line 3246 "ConfigurationInterfaces.c"
+#line 3261 "ConfigurationInterfaces.c"
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- const gchar* _tmp2_ = NULL;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ const gchar* _tmp2_;
#line 566 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 566 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -3266,8 +3281,8 @@ static void configuration_facade_real_set_directory_pattern_custom (Configuratio
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 566 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 3265 "ConfigurationInterfaces.c"
- goto __catch95_configuration_error;
+#line 3280 "ConfigurationInterfaces.c"
+ goto __catch96_configuration_error;
}
#line 566 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -3275,14 +3290,14 @@ static void configuration_facade_real_set_directory_pattern_custom (Configuratio
g_clear_error (&_inner_error_);
#line 566 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 3274 "ConfigurationInterfaces.c"
+#line 3289 "ConfigurationInterfaces.c"
}
}
- goto __finally95;
- __catch95_configuration_error:
+ goto __finally96;
+ __catch96_configuration_error:
{
GError* err = NULL;
- GError* _tmp3_ = NULL;
+ GError* _tmp3_;
#line 565 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 565 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -3293,9 +3308,9 @@ static void configuration_facade_real_set_directory_pattern_custom (Configuratio
configuration_facade_on_configuration_error (self, _tmp3_);
#line 565 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_error_free0 (err);
-#line 3292 "ConfigurationInterfaces.c"
+#line 3307 "ConfigurationInterfaces.c"
}
- __finally95:
+ __finally96:
#line 565 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 565 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -3304,7 +3319,7 @@ static void configuration_facade_real_set_directory_pattern_custom (Configuratio
g_clear_error (&_inner_error_);
#line 565 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 3303 "ConfigurationInterfaces.c"
+#line 3318 "ConfigurationInterfaces.c"
}
}
@@ -3314,7 +3329,7 @@ void configuration_facade_set_directory_pattern_custom (ConfigurationFacade* sel
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 564 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_directory_pattern_custom (self, s);
-#line 3313 "ConfigurationInterfaces.c"
+#line 3328 "ConfigurationInterfaces.c"
}
@@ -3326,25 +3341,25 @@ static void configuration_facade_real_get_direct_window_state (ConfigurationFaca
_vala_maximize = FALSE;
#line 577 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
dimensions_init (&_vala_dimensions, 1024, 768);
-#line 3325 "ConfigurationInterfaces.c"
+#line 3340 "ConfigurationInterfaces.c"
{
gboolean _tmp0_ = FALSE;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gboolean _tmp3_ = FALSE;
- gboolean _tmp4_ = FALSE;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gboolean _tmp3_;
+ gboolean _tmp4_;
gint w = 0;
- ConfigurationEngine* _tmp5_ = NULL;
- ConfigurationEngine* _tmp6_ = NULL;
- gint _tmp7_ = 0;
- gint _tmp8_ = 0;
+ ConfigurationEngine* _tmp5_;
+ ConfigurationEngine* _tmp6_;
+ gint _tmp7_;
+ gint _tmp8_;
gint h = 0;
- ConfigurationEngine* _tmp9_ = NULL;
- ConfigurationEngine* _tmp10_ = NULL;
- gint _tmp11_ = 0;
- gint _tmp12_ = 0;
- gint _tmp13_ = 0;
- gint _tmp14_ = 0;
+ ConfigurationEngine* _tmp9_;
+ ConfigurationEngine* _tmp10_;
+ gint _tmp11_;
+ gint _tmp12_;
+ gint _tmp13_;
+ gint _tmp14_;
#line 579 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 579 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -3361,8 +3376,8 @@ static void configuration_facade_real_get_direct_window_state (ConfigurationFaca
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 579 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 3360 "ConfigurationInterfaces.c"
- goto __catch96_configuration_error;
+#line 3375 "ConfigurationInterfaces.c"
+ goto __catch97_configuration_error;
}
#line 579 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -3370,7 +3385,7 @@ static void configuration_facade_real_get_direct_window_state (ConfigurationFaca
g_clear_error (&_inner_error_);
#line 579 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 3369 "ConfigurationInterfaces.c"
+#line 3384 "ConfigurationInterfaces.c"
}
#line 579 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_vala_maximize = _tmp0_;
@@ -3390,8 +3405,8 @@ static void configuration_facade_real_get_direct_window_state (ConfigurationFaca
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 580 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 3389 "ConfigurationInterfaces.c"
- goto __catch96_configuration_error;
+#line 3404 "ConfigurationInterfaces.c"
+ goto __catch97_configuration_error;
}
#line 580 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -3399,7 +3414,7 @@ static void configuration_facade_real_get_direct_window_state (ConfigurationFaca
g_clear_error (&_inner_error_);
#line 580 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 3398 "ConfigurationInterfaces.c"
+#line 3413 "ConfigurationInterfaces.c"
}
#line 581 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp9_ = configuration_facade_get_engine (self);
@@ -3417,8 +3432,8 @@ static void configuration_facade_real_get_direct_window_state (ConfigurationFaca
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 581 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 3416 "ConfigurationInterfaces.c"
- goto __catch96_configuration_error;
+#line 3431 "ConfigurationInterfaces.c"
+ goto __catch97_configuration_error;
}
#line 581 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -3426,7 +3441,7 @@ static void configuration_facade_real_get_direct_window_state (ConfigurationFaca
g_clear_error (&_inner_error_);
#line 581 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 3425 "ConfigurationInterfaces.c"
+#line 3440 "ConfigurationInterfaces.c"
}
#line 582 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp13_ = w;
@@ -3434,13 +3449,13 @@ static void configuration_facade_real_get_direct_window_state (ConfigurationFaca
_tmp14_ = h;
#line 582 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
dimensions_init (&_vala_dimensions, _tmp13_, _tmp14_);
-#line 3433 "ConfigurationInterfaces.c"
+#line 3448 "ConfigurationInterfaces.c"
}
- goto __finally96;
- __catch96_configuration_error:
+ goto __finally97;
+ __catch97_configuration_error:
{
GError* err = NULL;
- GError* _tmp15_ = NULL;
+ GError* _tmp15_;
#line 578 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 578 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -3451,9 +3466,9 @@ static void configuration_facade_real_get_direct_window_state (ConfigurationFaca
configuration_facade_on_configuration_error (self, _tmp15_);
#line 578 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_error_free0 (err);
-#line 3450 "ConfigurationInterfaces.c"
+#line 3465 "ConfigurationInterfaces.c"
}
- __finally96:
+ __finally97:
#line 578 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 578 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -3462,19 +3477,19 @@ static void configuration_facade_real_get_direct_window_state (ConfigurationFaca
g_clear_error (&_inner_error_);
#line 578 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 3461 "ConfigurationInterfaces.c"
+#line 3476 "ConfigurationInterfaces.c"
}
#line 575 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (maximize) {
#line 575 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
*maximize = _vala_maximize;
-#line 3467 "ConfigurationInterfaces.c"
+#line 3482 "ConfigurationInterfaces.c"
}
#line 575 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (dimensions) {
#line 575 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
*dimensions = _vala_dimensions;
-#line 3473 "ConfigurationInterfaces.c"
+#line 3488 "ConfigurationInterfaces.c"
}
}
@@ -3484,7 +3499,7 @@ void configuration_facade_get_direct_window_state (ConfigurationFacade* self, gb
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 575 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->get_direct_window_state (self, maximize, dimensions);
-#line 3483 "ConfigurationInterfaces.c"
+#line 3498 "ConfigurationInterfaces.c"
}
@@ -3492,19 +3507,19 @@ static void configuration_facade_real_set_direct_window_state (ConfigurationFaca
GError * _inner_error_ = NULL;
#line 588 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_return_if_fail (dimensions != NULL);
-#line 3491 "ConfigurationInterfaces.c"
- {
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- gboolean _tmp2_ = FALSE;
- ConfigurationEngine* _tmp3_ = NULL;
- ConfigurationEngine* _tmp4_ = NULL;
- Dimensions _tmp5_ = {0};
- gint _tmp6_ = 0;
- ConfigurationEngine* _tmp7_ = NULL;
- ConfigurationEngine* _tmp8_ = NULL;
- Dimensions _tmp9_ = {0};
- gint _tmp10_ = 0;
+#line 3506 "ConfigurationInterfaces.c"
+ {
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ gboolean _tmp2_;
+ ConfigurationEngine* _tmp3_;
+ ConfigurationEngine* _tmp4_;
+ Dimensions _tmp5_;
+ gint _tmp6_;
+ ConfigurationEngine* _tmp7_;
+ ConfigurationEngine* _tmp8_;
+ Dimensions _tmp9_;
+ gint _tmp10_;
#line 590 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 590 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -3519,8 +3534,8 @@ static void configuration_facade_real_set_direct_window_state (ConfigurationFaca
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 590 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 3518 "ConfigurationInterfaces.c"
- goto __catch97_configuration_error;
+#line 3533 "ConfigurationInterfaces.c"
+ goto __catch98_configuration_error;
}
#line 590 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -3528,7 +3543,7 @@ static void configuration_facade_real_set_direct_window_state (ConfigurationFaca
g_clear_error (&_inner_error_);
#line 590 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 3527 "ConfigurationInterfaces.c"
+#line 3542 "ConfigurationInterfaces.c"
}
#line 591 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp3_ = configuration_facade_get_engine (self);
@@ -3546,8 +3561,8 @@ static void configuration_facade_real_set_direct_window_state (ConfigurationFaca
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 591 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 3545 "ConfigurationInterfaces.c"
- goto __catch97_configuration_error;
+#line 3560 "ConfigurationInterfaces.c"
+ goto __catch98_configuration_error;
}
#line 591 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -3555,7 +3570,7 @@ static void configuration_facade_real_set_direct_window_state (ConfigurationFaca
g_clear_error (&_inner_error_);
#line 591 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 3554 "ConfigurationInterfaces.c"
+#line 3569 "ConfigurationInterfaces.c"
}
#line 593 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp7_ = configuration_facade_get_engine (self);
@@ -3573,8 +3588,8 @@ static void configuration_facade_real_set_direct_window_state (ConfigurationFaca
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 593 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 3572 "ConfigurationInterfaces.c"
- goto __catch97_configuration_error;
+#line 3587 "ConfigurationInterfaces.c"
+ goto __catch98_configuration_error;
}
#line 593 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -3582,14 +3597,14 @@ static void configuration_facade_real_set_direct_window_state (ConfigurationFaca
g_clear_error (&_inner_error_);
#line 593 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 3581 "ConfigurationInterfaces.c"
+#line 3596 "ConfigurationInterfaces.c"
}
}
- goto __finally97;
- __catch97_configuration_error:
+ goto __finally98;
+ __catch98_configuration_error:
{
GError* err = NULL;
- GError* _tmp11_ = NULL;
+ GError* _tmp11_;
#line 589 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 589 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -3600,9 +3615,9 @@ static void configuration_facade_real_set_direct_window_state (ConfigurationFaca
configuration_facade_on_configuration_error (self, _tmp11_);
#line 589 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_error_free0 (err);
-#line 3599 "ConfigurationInterfaces.c"
+#line 3614 "ConfigurationInterfaces.c"
}
- __finally97:
+ __finally98:
#line 589 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 589 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -3611,7 +3626,7 @@ static void configuration_facade_real_set_direct_window_state (ConfigurationFaca
g_clear_error (&_inner_error_);
#line 589 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 3610 "ConfigurationInterfaces.c"
+#line 3625 "ConfigurationInterfaces.c"
}
}
@@ -3621,7 +3636,7 @@ void configuration_facade_set_direct_window_state (ConfigurationFacade* self, gb
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 588 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_direct_window_state (self, maximize, dimensions);
-#line 3620 "ConfigurationInterfaces.c"
+#line 3635 "ConfigurationInterfaces.c"
}
@@ -3631,10 +3646,10 @@ static gboolean configuration_facade_real_get_display_basic_properties (Configur
GError * _inner_error_ = NULL;
{
gboolean _tmp0_ = FALSE;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gboolean _tmp3_ = FALSE;
- gboolean _tmp4_ = FALSE;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gboolean _tmp3_;
+ gboolean _tmp4_;
#line 605 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 605 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -3649,12 +3664,12 @@ static gboolean configuration_facade_real_get_display_basic_properties (Configur
_tmp0_ = _tmp4_;
#line 605 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
-#line 3648 "ConfigurationInterfaces.c"
+#line 3663 "ConfigurationInterfaces.c"
gboolean _tmp5_ = FALSE;
#line 605 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 3652 "ConfigurationInterfaces.c"
- goto __catch98_configuration_error;
+#line 3667 "ConfigurationInterfaces.c"
+ goto __catch99_configuration_error;
}
#line 605 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -3662,19 +3677,19 @@ static gboolean configuration_facade_real_get_display_basic_properties (Configur
g_clear_error (&_inner_error_);
#line 605 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp5_;
-#line 3661 "ConfigurationInterfaces.c"
+#line 3676 "ConfigurationInterfaces.c"
}
#line 605 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp0_;
#line 605 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 3667 "ConfigurationInterfaces.c"
+#line 3682 "ConfigurationInterfaces.c"
}
- goto __finally98;
- __catch98_configuration_error:
+ goto __finally99;
+ __catch99_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
+ GError* _tmp6_;
#line 604 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 604 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -3689,16 +3704,16 @@ static gboolean configuration_facade_real_get_display_basic_properties (Configur
_g_error_free0 (err);
#line 609 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 3688 "ConfigurationInterfaces.c"
+#line 3703 "ConfigurationInterfaces.c"
}
- __finally98:
+ __finally99:
#line 604 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 604 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 604 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp7_;
-#line 3697 "ConfigurationInterfaces.c"
+#line 3712 "ConfigurationInterfaces.c"
}
@@ -3707,16 +3722,16 @@ gboolean configuration_facade_get_display_basic_properties (ConfigurationFacade*
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), FALSE);
#line 603 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_display_basic_properties (self);
-#line 3706 "ConfigurationInterfaces.c"
+#line 3721 "ConfigurationInterfaces.c"
}
static void configuration_facade_real_set_display_basic_properties (ConfigurationFacade* self, gboolean display) {
GError * _inner_error_ = NULL;
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- gboolean _tmp2_ = FALSE;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ gboolean _tmp2_;
#line 615 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 615 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -3731,8 +3746,8 @@ static void configuration_facade_real_set_display_basic_properties (Configuratio
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 615 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 3730 "ConfigurationInterfaces.c"
- goto __catch99_configuration_error;
+#line 3745 "ConfigurationInterfaces.c"
+ goto __catch100_configuration_error;
}
#line 615 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -3740,14 +3755,14 @@ static void configuration_facade_real_set_display_basic_properties (Configuratio
g_clear_error (&_inner_error_);
#line 615 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 3739 "ConfigurationInterfaces.c"
+#line 3754 "ConfigurationInterfaces.c"
}
}
- goto __finally99;
- __catch99_configuration_error:
+ goto __finally100;
+ __catch100_configuration_error:
{
GError* err = NULL;
- GError* _tmp3_ = NULL;
+ GError* _tmp3_;
#line 614 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 614 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -3758,9 +3773,9 @@ static void configuration_facade_real_set_display_basic_properties (Configuratio
configuration_facade_on_configuration_error (self, _tmp3_);
#line 614 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_error_free0 (err);
-#line 3757 "ConfigurationInterfaces.c"
+#line 3772 "ConfigurationInterfaces.c"
}
- __finally99:
+ __finally100:
#line 614 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 614 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -3769,7 +3784,7 @@ static void configuration_facade_real_set_display_basic_properties (Configuratio
g_clear_error (&_inner_error_);
#line 614 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 3768 "ConfigurationInterfaces.c"
+#line 3783 "ConfigurationInterfaces.c"
}
}
@@ -3779,7 +3794,7 @@ void configuration_facade_set_display_basic_properties (ConfigurationFacade* sel
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 613 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_display_basic_properties (self, display);
-#line 3778 "ConfigurationInterfaces.c"
+#line 3793 "ConfigurationInterfaces.c"
}
@@ -3789,10 +3804,10 @@ static gboolean configuration_facade_real_get_display_extended_properties (Confi
GError * _inner_error_ = NULL;
{
gboolean _tmp0_ = FALSE;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gboolean _tmp3_ = FALSE;
- gboolean _tmp4_ = FALSE;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gboolean _tmp3_;
+ gboolean _tmp4_;
#line 626 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 626 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -3807,12 +3822,12 @@ static gboolean configuration_facade_real_get_display_extended_properties (Confi
_tmp0_ = _tmp4_;
#line 626 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
-#line 3806 "ConfigurationInterfaces.c"
+#line 3821 "ConfigurationInterfaces.c"
gboolean _tmp5_ = FALSE;
#line 626 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 3810 "ConfigurationInterfaces.c"
- goto __catch100_configuration_error;
+#line 3825 "ConfigurationInterfaces.c"
+ goto __catch101_configuration_error;
}
#line 626 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -3820,19 +3835,19 @@ static gboolean configuration_facade_real_get_display_extended_properties (Confi
g_clear_error (&_inner_error_);
#line 626 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp5_;
-#line 3819 "ConfigurationInterfaces.c"
+#line 3834 "ConfigurationInterfaces.c"
}
#line 626 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp0_;
#line 626 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 3825 "ConfigurationInterfaces.c"
+#line 3840 "ConfigurationInterfaces.c"
}
- goto __finally100;
- __catch100_configuration_error:
+ goto __finally101;
+ __catch101_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
+ GError* _tmp6_;
#line 625 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 625 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -3847,16 +3862,16 @@ static gboolean configuration_facade_real_get_display_extended_properties (Confi
_g_error_free0 (err);
#line 630 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 3846 "ConfigurationInterfaces.c"
+#line 3861 "ConfigurationInterfaces.c"
}
- __finally100:
+ __finally101:
#line 625 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 625 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 625 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp7_;
-#line 3855 "ConfigurationInterfaces.c"
+#line 3870 "ConfigurationInterfaces.c"
}
@@ -3865,16 +3880,16 @@ gboolean configuration_facade_get_display_extended_properties (ConfigurationFaca
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), FALSE);
#line 624 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_display_extended_properties (self);
-#line 3864 "ConfigurationInterfaces.c"
+#line 3879 "ConfigurationInterfaces.c"
}
static void configuration_facade_real_set_display_extended_properties (ConfigurationFacade* self, gboolean display) {
GError * _inner_error_ = NULL;
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- gboolean _tmp2_ = FALSE;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ gboolean _tmp2_;
#line 636 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 636 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -3889,8 +3904,8 @@ static void configuration_facade_real_set_display_extended_properties (Configura
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 636 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 3888 "ConfigurationInterfaces.c"
- goto __catch101_configuration_error;
+#line 3903 "ConfigurationInterfaces.c"
+ goto __catch102_configuration_error;
}
#line 636 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -3898,14 +3913,14 @@ static void configuration_facade_real_set_display_extended_properties (Configura
g_clear_error (&_inner_error_);
#line 636 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 3897 "ConfigurationInterfaces.c"
+#line 3912 "ConfigurationInterfaces.c"
}
}
- goto __finally101;
- __catch101_configuration_error:
+ goto __finally102;
+ __catch102_configuration_error:
{
GError* err = NULL;
- GError* _tmp3_ = NULL;
+ GError* _tmp3_;
#line 635 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 635 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -3916,9 +3931,9 @@ static void configuration_facade_real_set_display_extended_properties (Configura
configuration_facade_on_configuration_error (self, _tmp3_);
#line 635 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_error_free0 (err);
-#line 3915 "ConfigurationInterfaces.c"
+#line 3930 "ConfigurationInterfaces.c"
}
- __finally101:
+ __finally102:
#line 635 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 635 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -3927,7 +3942,7 @@ static void configuration_facade_real_set_display_extended_properties (Configura
g_clear_error (&_inner_error_);
#line 635 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 3926 "ConfigurationInterfaces.c"
+#line 3941 "ConfigurationInterfaces.c"
}
}
@@ -3937,7 +3952,7 @@ void configuration_facade_set_display_extended_properties (ConfigurationFacade*
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 634 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_display_extended_properties (self, display);
-#line 3936 "ConfigurationInterfaces.c"
+#line 3951 "ConfigurationInterfaces.c"
}
@@ -3947,10 +3962,10 @@ static gboolean configuration_facade_real_get_display_sidebar (ConfigurationFaca
GError * _inner_error_ = NULL;
{
gboolean _tmp0_ = FALSE;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gboolean _tmp3_ = FALSE;
- gboolean _tmp4_ = FALSE;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gboolean _tmp3_;
+ gboolean _tmp4_;
#line 648 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 648 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -3965,12 +3980,12 @@ static gboolean configuration_facade_real_get_display_sidebar (ConfigurationFaca
_tmp0_ = _tmp4_;
#line 648 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
-#line 3964 "ConfigurationInterfaces.c"
+#line 3979 "ConfigurationInterfaces.c"
gboolean _tmp5_ = FALSE;
#line 648 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 3968 "ConfigurationInterfaces.c"
- goto __catch102_configuration_error;
+#line 3983 "ConfigurationInterfaces.c"
+ goto __catch103_configuration_error;
}
#line 648 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -3978,19 +3993,19 @@ static gboolean configuration_facade_real_get_display_sidebar (ConfigurationFaca
g_clear_error (&_inner_error_);
#line 648 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp5_;
-#line 3977 "ConfigurationInterfaces.c"
+#line 3992 "ConfigurationInterfaces.c"
}
#line 648 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp0_;
#line 648 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 3983 "ConfigurationInterfaces.c"
+#line 3998 "ConfigurationInterfaces.c"
}
- goto __finally102;
- __catch102_configuration_error:
+ goto __finally103;
+ __catch103_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
+ GError* _tmp6_;
#line 647 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 647 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -4005,16 +4020,16 @@ static gboolean configuration_facade_real_get_display_sidebar (ConfigurationFaca
_g_error_free0 (err);
#line 652 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 4004 "ConfigurationInterfaces.c"
+#line 4019 "ConfigurationInterfaces.c"
}
- __finally102:
+ __finally103:
#line 647 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 647 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 647 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp7_;
-#line 4013 "ConfigurationInterfaces.c"
+#line 4028 "ConfigurationInterfaces.c"
}
@@ -4023,16 +4038,16 @@ gboolean configuration_facade_get_display_sidebar (ConfigurationFacade* self) {
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), FALSE);
#line 646 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_display_sidebar (self);
-#line 4022 "ConfigurationInterfaces.c"
+#line 4037 "ConfigurationInterfaces.c"
}
static void configuration_facade_real_set_display_sidebar (ConfigurationFacade* self, gboolean display) {
GError * _inner_error_ = NULL;
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- gboolean _tmp2_ = FALSE;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ gboolean _tmp2_;
#line 658 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 658 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -4047,8 +4062,8 @@ static void configuration_facade_real_set_display_sidebar (ConfigurationFacade*
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 658 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 4046 "ConfigurationInterfaces.c"
- goto __catch103_configuration_error;
+#line 4061 "ConfigurationInterfaces.c"
+ goto __catch104_configuration_error;
}
#line 658 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -4056,14 +4071,14 @@ static void configuration_facade_real_set_display_sidebar (ConfigurationFacade*
g_clear_error (&_inner_error_);
#line 658 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 4055 "ConfigurationInterfaces.c"
+#line 4070 "ConfigurationInterfaces.c"
}
}
- goto __finally103;
- __catch103_configuration_error:
+ goto __finally104;
+ __catch104_configuration_error:
{
GError* err = NULL;
- GError* _tmp3_ = NULL;
+ GError* _tmp3_;
#line 657 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 657 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -4074,9 +4089,9 @@ static void configuration_facade_real_set_display_sidebar (ConfigurationFacade*
configuration_facade_on_configuration_error (self, _tmp3_);
#line 657 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_error_free0 (err);
-#line 4073 "ConfigurationInterfaces.c"
+#line 4088 "ConfigurationInterfaces.c"
}
- __finally103:
+ __finally104:
#line 657 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 657 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -4085,7 +4100,7 @@ static void configuration_facade_real_set_display_sidebar (ConfigurationFacade*
g_clear_error (&_inner_error_);
#line 657 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 4084 "ConfigurationInterfaces.c"
+#line 4099 "ConfigurationInterfaces.c"
}
}
@@ -4095,7 +4110,7 @@ void configuration_facade_set_display_sidebar (ConfigurationFacade* self, gboole
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 656 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_display_sidebar (self, display);
-#line 4094 "ConfigurationInterfaces.c"
+#line 4109 "ConfigurationInterfaces.c"
}
@@ -4105,10 +4120,10 @@ static gboolean configuration_facade_real_get_display_toolbar (ConfigurationFaca
GError * _inner_error_ = NULL;
{
gboolean _tmp0_ = FALSE;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gboolean _tmp3_ = FALSE;
- gboolean _tmp4_ = FALSE;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gboolean _tmp3_;
+ gboolean _tmp4_;
#line 670 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 670 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -4123,12 +4138,12 @@ static gboolean configuration_facade_real_get_display_toolbar (ConfigurationFaca
_tmp0_ = _tmp4_;
#line 670 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
-#line 4122 "ConfigurationInterfaces.c"
+#line 4137 "ConfigurationInterfaces.c"
gboolean _tmp5_ = FALSE;
#line 670 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 4126 "ConfigurationInterfaces.c"
- goto __catch104_configuration_error;
+#line 4141 "ConfigurationInterfaces.c"
+ goto __catch105_configuration_error;
}
#line 670 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -4136,19 +4151,19 @@ static gboolean configuration_facade_real_get_display_toolbar (ConfigurationFaca
g_clear_error (&_inner_error_);
#line 670 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp5_;
-#line 4135 "ConfigurationInterfaces.c"
+#line 4150 "ConfigurationInterfaces.c"
}
#line 670 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp0_;
#line 670 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 4141 "ConfigurationInterfaces.c"
+#line 4156 "ConfigurationInterfaces.c"
}
- goto __finally104;
- __catch104_configuration_error:
+ goto __finally105;
+ __catch105_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
+ GError* _tmp6_;
#line 669 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 669 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -4163,16 +4178,16 @@ static gboolean configuration_facade_real_get_display_toolbar (ConfigurationFaca
_g_error_free0 (err);
#line 674 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 4162 "ConfigurationInterfaces.c"
+#line 4177 "ConfigurationInterfaces.c"
}
- __finally104:
+ __finally105:
#line 669 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 669 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 669 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp7_;
-#line 4171 "ConfigurationInterfaces.c"
+#line 4186 "ConfigurationInterfaces.c"
}
@@ -4181,16 +4196,16 @@ gboolean configuration_facade_get_display_toolbar (ConfigurationFacade* self) {
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), FALSE);
#line 668 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_display_toolbar (self);
-#line 4180 "ConfigurationInterfaces.c"
+#line 4195 "ConfigurationInterfaces.c"
}
static void configuration_facade_real_set_display_toolbar (ConfigurationFacade* self, gboolean display) {
GError * _inner_error_ = NULL;
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- gboolean _tmp2_ = FALSE;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ gboolean _tmp2_;
#line 680 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 680 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -4205,8 +4220,8 @@ static void configuration_facade_real_set_display_toolbar (ConfigurationFacade*
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 680 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 4204 "ConfigurationInterfaces.c"
- goto __catch105_configuration_error;
+#line 4219 "ConfigurationInterfaces.c"
+ goto __catch106_configuration_error;
}
#line 680 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -4214,14 +4229,14 @@ static void configuration_facade_real_set_display_toolbar (ConfigurationFacade*
g_clear_error (&_inner_error_);
#line 680 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 4213 "ConfigurationInterfaces.c"
+#line 4228 "ConfigurationInterfaces.c"
}
}
- goto __finally105;
- __catch105_configuration_error:
+ goto __finally106;
+ __catch106_configuration_error:
{
GError* err = NULL;
- GError* _tmp3_ = NULL;
+ GError* _tmp3_;
#line 679 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 679 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -4232,9 +4247,9 @@ static void configuration_facade_real_set_display_toolbar (ConfigurationFacade*
configuration_facade_on_configuration_error (self, _tmp3_);
#line 679 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_error_free0 (err);
-#line 4231 "ConfigurationInterfaces.c"
+#line 4246 "ConfigurationInterfaces.c"
}
- __finally105:
+ __finally106:
#line 679 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 679 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -4243,7 +4258,7 @@ static void configuration_facade_real_set_display_toolbar (ConfigurationFacade*
g_clear_error (&_inner_error_);
#line 679 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 4242 "ConfigurationInterfaces.c"
+#line 4257 "ConfigurationInterfaces.c"
}
}
@@ -4253,7 +4268,7 @@ void configuration_facade_set_display_toolbar (ConfigurationFacade* self, gboole
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 678 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_display_toolbar (self, display);
-#line 4252 "ConfigurationInterfaces.c"
+#line 4267 "ConfigurationInterfaces.c"
}
@@ -4263,10 +4278,10 @@ static gboolean configuration_facade_real_get_display_search_bar (ConfigurationF
GError * _inner_error_ = NULL;
{
gboolean _tmp0_ = FALSE;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gboolean _tmp3_ = FALSE;
- gboolean _tmp4_ = FALSE;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gboolean _tmp3_;
+ gboolean _tmp4_;
#line 691 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 691 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -4281,12 +4296,12 @@ static gboolean configuration_facade_real_get_display_search_bar (ConfigurationF
_tmp0_ = _tmp4_;
#line 691 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
-#line 4280 "ConfigurationInterfaces.c"
+#line 4295 "ConfigurationInterfaces.c"
gboolean _tmp5_ = FALSE;
#line 691 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 4284 "ConfigurationInterfaces.c"
- goto __catch106_configuration_error;
+#line 4299 "ConfigurationInterfaces.c"
+ goto __catch107_configuration_error;
}
#line 691 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -4294,19 +4309,19 @@ static gboolean configuration_facade_real_get_display_search_bar (ConfigurationF
g_clear_error (&_inner_error_);
#line 691 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp5_;
-#line 4293 "ConfigurationInterfaces.c"
+#line 4308 "ConfigurationInterfaces.c"
}
#line 691 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp0_;
#line 691 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 4299 "ConfigurationInterfaces.c"
+#line 4314 "ConfigurationInterfaces.c"
}
- goto __finally106;
- __catch106_configuration_error:
+ goto __finally107;
+ __catch107_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
+ GError* _tmp6_;
#line 690 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 690 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -4321,16 +4336,16 @@ static gboolean configuration_facade_real_get_display_search_bar (ConfigurationF
_g_error_free0 (err);
#line 695 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 4320 "ConfigurationInterfaces.c"
+#line 4335 "ConfigurationInterfaces.c"
}
- __finally106:
+ __finally107:
#line 690 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 690 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 690 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp7_;
-#line 4329 "ConfigurationInterfaces.c"
+#line 4344 "ConfigurationInterfaces.c"
}
@@ -4339,16 +4354,16 @@ gboolean configuration_facade_get_display_search_bar (ConfigurationFacade* self)
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), FALSE);
#line 689 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_display_search_bar (self);
-#line 4338 "ConfigurationInterfaces.c"
+#line 4353 "ConfigurationInterfaces.c"
}
static void configuration_facade_real_set_display_search_bar (ConfigurationFacade* self, gboolean display) {
GError * _inner_error_ = NULL;
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- gboolean _tmp2_ = FALSE;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ gboolean _tmp2_;
#line 701 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 701 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -4363,8 +4378,8 @@ static void configuration_facade_real_set_display_search_bar (ConfigurationFacad
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 701 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 4362 "ConfigurationInterfaces.c"
- goto __catch107_configuration_error;
+#line 4377 "ConfigurationInterfaces.c"
+ goto __catch108_configuration_error;
}
#line 701 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -4372,14 +4387,14 @@ static void configuration_facade_real_set_display_search_bar (ConfigurationFacad
g_clear_error (&_inner_error_);
#line 701 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 4371 "ConfigurationInterfaces.c"
+#line 4386 "ConfigurationInterfaces.c"
}
}
- goto __finally107;
- __catch107_configuration_error:
+ goto __finally108;
+ __catch108_configuration_error:
{
GError* err = NULL;
- GError* _tmp3_ = NULL;
+ GError* _tmp3_;
#line 700 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 700 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -4390,9 +4405,9 @@ static void configuration_facade_real_set_display_search_bar (ConfigurationFacad
configuration_facade_on_configuration_error (self, _tmp3_);
#line 700 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_error_free0 (err);
-#line 4389 "ConfigurationInterfaces.c"
+#line 4404 "ConfigurationInterfaces.c"
}
- __finally107:
+ __finally108:
#line 700 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 700 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -4401,7 +4416,7 @@ static void configuration_facade_real_set_display_search_bar (ConfigurationFacad
g_clear_error (&_inner_error_);
#line 700 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 4400 "ConfigurationInterfaces.c"
+#line 4415 "ConfigurationInterfaces.c"
}
}
@@ -4411,7 +4426,7 @@ void configuration_facade_set_display_search_bar (ConfigurationFacade* self, gbo
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 699 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_display_search_bar (self, display);
-#line 4410 "ConfigurationInterfaces.c"
+#line 4425 "ConfigurationInterfaces.c"
}
@@ -4421,10 +4436,10 @@ static gboolean configuration_facade_real_get_display_photo_ratings (Configurati
GError * _inner_error_ = NULL;
{
gboolean _tmp0_ = FALSE;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gboolean _tmp3_ = FALSE;
- gboolean _tmp4_ = FALSE;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gboolean _tmp3_;
+ gboolean _tmp4_;
#line 712 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 712 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -4439,12 +4454,12 @@ static gboolean configuration_facade_real_get_display_photo_ratings (Configurati
_tmp0_ = _tmp4_;
#line 712 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
-#line 4438 "ConfigurationInterfaces.c"
+#line 4453 "ConfigurationInterfaces.c"
gboolean _tmp5_ = FALSE;
#line 712 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 4442 "ConfigurationInterfaces.c"
- goto __catch108_configuration_error;
+#line 4457 "ConfigurationInterfaces.c"
+ goto __catch109_configuration_error;
}
#line 712 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -4452,19 +4467,19 @@ static gboolean configuration_facade_real_get_display_photo_ratings (Configurati
g_clear_error (&_inner_error_);
#line 712 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp5_;
-#line 4451 "ConfigurationInterfaces.c"
+#line 4466 "ConfigurationInterfaces.c"
}
#line 712 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp0_;
#line 712 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 4457 "ConfigurationInterfaces.c"
+#line 4472 "ConfigurationInterfaces.c"
}
- goto __finally108;
- __catch108_configuration_error:
+ goto __finally109;
+ __catch109_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
+ GError* _tmp6_;
#line 711 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 711 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -4479,16 +4494,16 @@ static gboolean configuration_facade_real_get_display_photo_ratings (Configurati
_g_error_free0 (err);
#line 716 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 4478 "ConfigurationInterfaces.c"
+#line 4493 "ConfigurationInterfaces.c"
}
- __finally108:
+ __finally109:
#line 711 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 711 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 711 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp7_;
-#line 4487 "ConfigurationInterfaces.c"
+#line 4502 "ConfigurationInterfaces.c"
}
@@ -4497,16 +4512,16 @@ gboolean configuration_facade_get_display_photo_ratings (ConfigurationFacade* se
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), FALSE);
#line 710 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_display_photo_ratings (self);
-#line 4496 "ConfigurationInterfaces.c"
+#line 4511 "ConfigurationInterfaces.c"
}
static void configuration_facade_real_set_display_photo_ratings (ConfigurationFacade* self, gboolean display) {
GError * _inner_error_ = NULL;
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- gboolean _tmp2_ = FALSE;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ gboolean _tmp2_;
#line 722 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 722 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -4521,8 +4536,8 @@ static void configuration_facade_real_set_display_photo_ratings (ConfigurationFa
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 722 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 4520 "ConfigurationInterfaces.c"
- goto __catch109_configuration_error;
+#line 4535 "ConfigurationInterfaces.c"
+ goto __catch110_configuration_error;
}
#line 722 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -4530,14 +4545,14 @@ static void configuration_facade_real_set_display_photo_ratings (ConfigurationFa
g_clear_error (&_inner_error_);
#line 722 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 4529 "ConfigurationInterfaces.c"
+#line 4544 "ConfigurationInterfaces.c"
}
}
- goto __finally109;
- __catch109_configuration_error:
+ goto __finally110;
+ __catch110_configuration_error:
{
GError* err = NULL;
- GError* _tmp3_ = NULL;
+ GError* _tmp3_;
#line 721 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 721 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -4548,9 +4563,9 @@ static void configuration_facade_real_set_display_photo_ratings (ConfigurationFa
configuration_facade_on_configuration_error (self, _tmp3_);
#line 721 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_error_free0 (err);
-#line 4547 "ConfigurationInterfaces.c"
+#line 4562 "ConfigurationInterfaces.c"
}
- __finally109:
+ __finally110:
#line 721 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 721 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -4559,7 +4574,7 @@ static void configuration_facade_real_set_display_photo_ratings (ConfigurationFa
g_clear_error (&_inner_error_);
#line 721 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 4558 "ConfigurationInterfaces.c"
+#line 4573 "ConfigurationInterfaces.c"
}
}
@@ -4569,7 +4584,7 @@ void configuration_facade_set_display_photo_ratings (ConfigurationFacade* self,
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 720 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_display_photo_ratings (self, display);
-#line 4568 "ConfigurationInterfaces.c"
+#line 4583 "ConfigurationInterfaces.c"
}
@@ -4579,10 +4594,10 @@ static gboolean configuration_facade_real_get_display_photo_tags (ConfigurationF
GError * _inner_error_ = NULL;
{
gboolean _tmp0_ = FALSE;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gboolean _tmp3_ = FALSE;
- gboolean _tmp4_ = FALSE;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gboolean _tmp3_;
+ gboolean _tmp4_;
#line 733 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 733 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -4597,12 +4612,12 @@ static gboolean configuration_facade_real_get_display_photo_tags (ConfigurationF
_tmp0_ = _tmp4_;
#line 733 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
-#line 4596 "ConfigurationInterfaces.c"
+#line 4611 "ConfigurationInterfaces.c"
gboolean _tmp5_ = FALSE;
#line 733 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 4600 "ConfigurationInterfaces.c"
- goto __catch110_configuration_error;
+#line 4615 "ConfigurationInterfaces.c"
+ goto __catch111_configuration_error;
}
#line 733 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -4610,19 +4625,19 @@ static gboolean configuration_facade_real_get_display_photo_tags (ConfigurationF
g_clear_error (&_inner_error_);
#line 733 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp5_;
-#line 4609 "ConfigurationInterfaces.c"
+#line 4624 "ConfigurationInterfaces.c"
}
#line 733 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp0_;
#line 733 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 4615 "ConfigurationInterfaces.c"
+#line 4630 "ConfigurationInterfaces.c"
}
- goto __finally110;
- __catch110_configuration_error:
+ goto __finally111;
+ __catch111_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
+ GError* _tmp6_;
#line 732 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 732 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -4637,16 +4652,16 @@ static gboolean configuration_facade_real_get_display_photo_tags (ConfigurationF
_g_error_free0 (err);
#line 737 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 4636 "ConfigurationInterfaces.c"
+#line 4651 "ConfigurationInterfaces.c"
}
- __finally110:
+ __finally111:
#line 732 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 732 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 732 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp7_;
-#line 4645 "ConfigurationInterfaces.c"
+#line 4660 "ConfigurationInterfaces.c"
}
@@ -4655,16 +4670,16 @@ gboolean configuration_facade_get_display_photo_tags (ConfigurationFacade* self)
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), FALSE);
#line 731 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_display_photo_tags (self);
-#line 4654 "ConfigurationInterfaces.c"
+#line 4669 "ConfigurationInterfaces.c"
}
static void configuration_facade_real_set_display_photo_tags (ConfigurationFacade* self, gboolean display) {
GError * _inner_error_ = NULL;
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- gboolean _tmp2_ = FALSE;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ gboolean _tmp2_;
#line 743 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 743 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -4679,8 +4694,8 @@ static void configuration_facade_real_set_display_photo_tags (ConfigurationFacad
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 743 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 4678 "ConfigurationInterfaces.c"
- goto __catch111_configuration_error;
+#line 4693 "ConfigurationInterfaces.c"
+ goto __catch112_configuration_error;
}
#line 743 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -4688,14 +4703,14 @@ static void configuration_facade_real_set_display_photo_tags (ConfigurationFacad
g_clear_error (&_inner_error_);
#line 743 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 4687 "ConfigurationInterfaces.c"
+#line 4702 "ConfigurationInterfaces.c"
}
}
- goto __finally111;
- __catch111_configuration_error:
+ goto __finally112;
+ __catch112_configuration_error:
{
GError* err = NULL;
- GError* _tmp3_ = NULL;
+ GError* _tmp3_;
#line 742 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 742 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -4706,9 +4721,9 @@ static void configuration_facade_real_set_display_photo_tags (ConfigurationFacad
configuration_facade_on_configuration_error (self, _tmp3_);
#line 742 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_error_free0 (err);
-#line 4705 "ConfigurationInterfaces.c"
+#line 4720 "ConfigurationInterfaces.c"
}
- __finally111:
+ __finally112:
#line 742 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 742 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -4717,7 +4732,7 @@ static void configuration_facade_real_set_display_photo_tags (ConfigurationFacad
g_clear_error (&_inner_error_);
#line 742 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 4716 "ConfigurationInterfaces.c"
+#line 4731 "ConfigurationInterfaces.c"
}
}
@@ -4727,7 +4742,7 @@ void configuration_facade_set_display_photo_tags (ConfigurationFacade* self, gbo
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 741 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_display_photo_tags (self, display);
-#line 4726 "ConfigurationInterfaces.c"
+#line 4741 "ConfigurationInterfaces.c"
}
@@ -4737,10 +4752,10 @@ static gboolean configuration_facade_real_get_display_photo_titles (Configuratio
GError * _inner_error_ = NULL;
{
gboolean _tmp0_ = FALSE;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gboolean _tmp3_ = FALSE;
- gboolean _tmp4_ = FALSE;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gboolean _tmp3_;
+ gboolean _tmp4_;
#line 754 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 754 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -4755,12 +4770,12 @@ static gboolean configuration_facade_real_get_display_photo_titles (Configuratio
_tmp0_ = _tmp4_;
#line 754 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
-#line 4754 "ConfigurationInterfaces.c"
+#line 4769 "ConfigurationInterfaces.c"
gboolean _tmp5_ = FALSE;
#line 754 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 4758 "ConfigurationInterfaces.c"
- goto __catch112_configuration_error;
+#line 4773 "ConfigurationInterfaces.c"
+ goto __catch113_configuration_error;
}
#line 754 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -4768,19 +4783,19 @@ static gboolean configuration_facade_real_get_display_photo_titles (Configuratio
g_clear_error (&_inner_error_);
#line 754 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp5_;
-#line 4767 "ConfigurationInterfaces.c"
+#line 4782 "ConfigurationInterfaces.c"
}
#line 754 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp0_;
#line 754 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 4773 "ConfigurationInterfaces.c"
+#line 4788 "ConfigurationInterfaces.c"
}
- goto __finally112;
- __catch112_configuration_error:
+ goto __finally113;
+ __catch113_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
+ GError* _tmp6_;
#line 753 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 753 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -4795,16 +4810,16 @@ static gboolean configuration_facade_real_get_display_photo_titles (Configuratio
_g_error_free0 (err);
#line 758 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 4794 "ConfigurationInterfaces.c"
+#line 4809 "ConfigurationInterfaces.c"
}
- __finally112:
+ __finally113:
#line 753 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 753 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 753 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp7_;
-#line 4803 "ConfigurationInterfaces.c"
+#line 4818 "ConfigurationInterfaces.c"
}
@@ -4813,16 +4828,16 @@ gboolean configuration_facade_get_display_photo_titles (ConfigurationFacade* sel
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), FALSE);
#line 752 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_display_photo_titles (self);
-#line 4812 "ConfigurationInterfaces.c"
+#line 4827 "ConfigurationInterfaces.c"
}
static void configuration_facade_real_set_display_photo_titles (ConfigurationFacade* self, gboolean display) {
GError * _inner_error_ = NULL;
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- gboolean _tmp2_ = FALSE;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ gboolean _tmp2_;
#line 764 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 764 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -4837,8 +4852,8 @@ static void configuration_facade_real_set_display_photo_titles (ConfigurationFac
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 764 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 4836 "ConfigurationInterfaces.c"
- goto __catch113_configuration_error;
+#line 4851 "ConfigurationInterfaces.c"
+ goto __catch114_configuration_error;
}
#line 764 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -4846,14 +4861,14 @@ static void configuration_facade_real_set_display_photo_titles (ConfigurationFac
g_clear_error (&_inner_error_);
#line 764 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 4845 "ConfigurationInterfaces.c"
+#line 4860 "ConfigurationInterfaces.c"
}
}
- goto __finally113;
- __catch113_configuration_error:
+ goto __finally114;
+ __catch114_configuration_error:
{
GError* err = NULL;
- GError* _tmp3_ = NULL;
+ GError* _tmp3_;
#line 763 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 763 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -4864,9 +4879,9 @@ static void configuration_facade_real_set_display_photo_titles (ConfigurationFac
configuration_facade_on_configuration_error (self, _tmp3_);
#line 763 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_error_free0 (err);
-#line 4863 "ConfigurationInterfaces.c"
+#line 4878 "ConfigurationInterfaces.c"
}
- __finally113:
+ __finally114:
#line 763 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 763 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -4875,7 +4890,7 @@ static void configuration_facade_real_set_display_photo_titles (ConfigurationFac
g_clear_error (&_inner_error_);
#line 763 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 4874 "ConfigurationInterfaces.c"
+#line 4889 "ConfigurationInterfaces.c"
}
}
@@ -4885,7 +4900,7 @@ void configuration_facade_set_display_photo_titles (ConfigurationFacade* self, g
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 762 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_display_photo_titles (self, display);
-#line 4884 "ConfigurationInterfaces.c"
+#line 4899 "ConfigurationInterfaces.c"
}
@@ -4895,10 +4910,10 @@ static gboolean configuration_facade_real_get_display_photo_comments (Configurat
GError * _inner_error_ = NULL;
{
gboolean _tmp0_ = FALSE;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gboolean _tmp3_ = FALSE;
- gboolean _tmp4_ = FALSE;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gboolean _tmp3_;
+ gboolean _tmp4_;
#line 775 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 775 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -4913,12 +4928,12 @@ static gboolean configuration_facade_real_get_display_photo_comments (Configurat
_tmp0_ = _tmp4_;
#line 775 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
-#line 4912 "ConfigurationInterfaces.c"
+#line 4927 "ConfigurationInterfaces.c"
gboolean _tmp5_ = FALSE;
#line 775 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 4916 "ConfigurationInterfaces.c"
- goto __catch114_configuration_error;
+#line 4931 "ConfigurationInterfaces.c"
+ goto __catch115_configuration_error;
}
#line 775 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -4926,19 +4941,19 @@ static gboolean configuration_facade_real_get_display_photo_comments (Configurat
g_clear_error (&_inner_error_);
#line 775 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp5_;
-#line 4925 "ConfigurationInterfaces.c"
+#line 4940 "ConfigurationInterfaces.c"
}
#line 775 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp0_;
#line 775 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 4931 "ConfigurationInterfaces.c"
+#line 4946 "ConfigurationInterfaces.c"
}
- goto __finally114;
- __catch114_configuration_error:
+ goto __finally115;
+ __catch115_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
+ GError* _tmp6_;
#line 774 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 774 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -4953,16 +4968,16 @@ static gboolean configuration_facade_real_get_display_photo_comments (Configurat
_g_error_free0 (err);
#line 779 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 4952 "ConfigurationInterfaces.c"
+#line 4967 "ConfigurationInterfaces.c"
}
- __finally114:
+ __finally115:
#line 774 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 774 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 774 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp7_;
-#line 4961 "ConfigurationInterfaces.c"
+#line 4976 "ConfigurationInterfaces.c"
}
@@ -4971,16 +4986,16 @@ gboolean configuration_facade_get_display_photo_comments (ConfigurationFacade* s
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), FALSE);
#line 773 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_display_photo_comments (self);
-#line 4970 "ConfigurationInterfaces.c"
+#line 4985 "ConfigurationInterfaces.c"
}
static void configuration_facade_real_set_display_photo_comments (ConfigurationFacade* self, gboolean display) {
GError * _inner_error_ = NULL;
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- gboolean _tmp2_ = FALSE;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ gboolean _tmp2_;
#line 785 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 785 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -4995,8 +5010,8 @@ static void configuration_facade_real_set_display_photo_comments (ConfigurationF
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 785 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 4994 "ConfigurationInterfaces.c"
- goto __catch115_configuration_error;
+#line 5009 "ConfigurationInterfaces.c"
+ goto __catch116_configuration_error;
}
#line 785 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -5004,14 +5019,14 @@ static void configuration_facade_real_set_display_photo_comments (ConfigurationF
g_clear_error (&_inner_error_);
#line 785 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 5003 "ConfigurationInterfaces.c"
+#line 5018 "ConfigurationInterfaces.c"
}
}
- goto __finally115;
- __catch115_configuration_error:
+ goto __finally116;
+ __catch116_configuration_error:
{
GError* err = NULL;
- GError* _tmp3_ = NULL;
+ GError* _tmp3_;
#line 784 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 784 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -5022,9 +5037,9 @@ static void configuration_facade_real_set_display_photo_comments (ConfigurationF
configuration_facade_on_configuration_error (self, _tmp3_);
#line 784 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_error_free0 (err);
-#line 5021 "ConfigurationInterfaces.c"
+#line 5036 "ConfigurationInterfaces.c"
}
- __finally115:
+ __finally116:
#line 784 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 784 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -5033,7 +5048,7 @@ static void configuration_facade_real_set_display_photo_comments (ConfigurationF
g_clear_error (&_inner_error_);
#line 784 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 5032 "ConfigurationInterfaces.c"
+#line 5047 "ConfigurationInterfaces.c"
}
}
@@ -5043,7 +5058,7 @@ void configuration_facade_set_display_photo_comments (ConfigurationFacade* self,
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 783 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_display_photo_comments (self, display);
-#line 5042 "ConfigurationInterfaces.c"
+#line 5057 "ConfigurationInterfaces.c"
}
@@ -5053,10 +5068,10 @@ static gboolean configuration_facade_real_get_display_event_comments (Configurat
GError * _inner_error_ = NULL;
{
gboolean _tmp0_ = FALSE;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gboolean _tmp3_ = FALSE;
- gboolean _tmp4_ = FALSE;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gboolean _tmp3_;
+ gboolean _tmp4_;
#line 796 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 796 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -5071,12 +5086,12 @@ static gboolean configuration_facade_real_get_display_event_comments (Configurat
_tmp0_ = _tmp4_;
#line 796 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
-#line 5070 "ConfigurationInterfaces.c"
+#line 5085 "ConfigurationInterfaces.c"
gboolean _tmp5_ = FALSE;
#line 796 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 5074 "ConfigurationInterfaces.c"
- goto __catch116_configuration_error;
+#line 5089 "ConfigurationInterfaces.c"
+ goto __catch117_configuration_error;
}
#line 796 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -5084,19 +5099,19 @@ static gboolean configuration_facade_real_get_display_event_comments (Configurat
g_clear_error (&_inner_error_);
#line 796 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp5_;
-#line 5083 "ConfigurationInterfaces.c"
+#line 5098 "ConfigurationInterfaces.c"
}
#line 796 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp0_;
#line 796 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 5089 "ConfigurationInterfaces.c"
+#line 5104 "ConfigurationInterfaces.c"
}
- goto __finally116;
- __catch116_configuration_error:
+ goto __finally117;
+ __catch117_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
+ GError* _tmp6_;
#line 795 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 795 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -5111,16 +5126,16 @@ static gboolean configuration_facade_real_get_display_event_comments (Configurat
_g_error_free0 (err);
#line 800 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 5110 "ConfigurationInterfaces.c"
+#line 5125 "ConfigurationInterfaces.c"
}
- __finally116:
+ __finally117:
#line 795 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 795 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 795 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp7_;
-#line 5119 "ConfigurationInterfaces.c"
+#line 5134 "ConfigurationInterfaces.c"
}
@@ -5129,16 +5144,16 @@ gboolean configuration_facade_get_display_event_comments (ConfigurationFacade* s
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), FALSE);
#line 794 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_display_event_comments (self);
-#line 5128 "ConfigurationInterfaces.c"
+#line 5143 "ConfigurationInterfaces.c"
}
static void configuration_facade_real_set_display_event_comments (ConfigurationFacade* self, gboolean display) {
GError * _inner_error_ = NULL;
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- gboolean _tmp2_ = FALSE;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ gboolean _tmp2_;
#line 806 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 806 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -5153,8 +5168,8 @@ static void configuration_facade_real_set_display_event_comments (ConfigurationF
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 806 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 5152 "ConfigurationInterfaces.c"
- goto __catch117_configuration_error;
+#line 5167 "ConfigurationInterfaces.c"
+ goto __catch118_configuration_error;
}
#line 806 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -5162,14 +5177,14 @@ static void configuration_facade_real_set_display_event_comments (ConfigurationF
g_clear_error (&_inner_error_);
#line 806 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 5161 "ConfigurationInterfaces.c"
+#line 5176 "ConfigurationInterfaces.c"
}
}
- goto __finally117;
- __catch117_configuration_error:
+ goto __finally118;
+ __catch118_configuration_error:
{
GError* err = NULL;
- GError* _tmp3_ = NULL;
+ GError* _tmp3_;
#line 805 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 805 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -5180,9 +5195,9 @@ static void configuration_facade_real_set_display_event_comments (ConfigurationF
configuration_facade_on_configuration_error (self, _tmp3_);
#line 805 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_error_free0 (err);
-#line 5179 "ConfigurationInterfaces.c"
+#line 5194 "ConfigurationInterfaces.c"
}
- __finally117:
+ __finally118:
#line 805 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 805 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -5191,7 +5206,7 @@ static void configuration_facade_real_set_display_event_comments (ConfigurationF
g_clear_error (&_inner_error_);
#line 805 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 5190 "ConfigurationInterfaces.c"
+#line 5205 "ConfigurationInterfaces.c"
}
}
@@ -5201,7 +5216,7 @@ void configuration_facade_set_display_event_comments (ConfigurationFacade* self,
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 804 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_display_event_comments (self, display);
-#line 5200 "ConfigurationInterfaces.c"
+#line 5215 "ConfigurationInterfaces.c"
}
@@ -5213,18 +5228,18 @@ static void configuration_facade_real_get_event_photos_sort (ConfigurationFacade
_vala_sort_order = FALSE;
#line 817 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_vala_sort_by = 2;
-#line 5212 "ConfigurationInterfaces.c"
+#line 5227 "ConfigurationInterfaces.c"
{
gboolean _tmp0_ = FALSE;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gboolean _tmp3_ = FALSE;
- gboolean _tmp4_ = FALSE;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gboolean _tmp3_;
+ gboolean _tmp4_;
gint _tmp5_ = 0;
- ConfigurationEngine* _tmp6_ = NULL;
- ConfigurationEngine* _tmp7_ = NULL;
- gint _tmp8_ = 0;
- gint _tmp9_ = 0;
+ ConfigurationEngine* _tmp6_;
+ ConfigurationEngine* _tmp7_;
+ gint _tmp8_;
+ gint _tmp9_;
#line 819 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 819 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -5241,8 +5256,8 @@ static void configuration_facade_real_get_event_photos_sort (ConfigurationFacade
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 819 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 5240 "ConfigurationInterfaces.c"
- goto __catch118_configuration_error;
+#line 5255 "ConfigurationInterfaces.c"
+ goto __catch119_configuration_error;
}
#line 819 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -5250,7 +5265,7 @@ static void configuration_facade_real_get_event_photos_sort (ConfigurationFacade
g_clear_error (&_inner_error_);
#line 819 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 5249 "ConfigurationInterfaces.c"
+#line 5264 "ConfigurationInterfaces.c"
}
#line 819 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_vala_sort_order = _tmp0_;
@@ -5270,8 +5285,8 @@ static void configuration_facade_real_get_event_photos_sort (ConfigurationFacade
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 821 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 5269 "ConfigurationInterfaces.c"
- goto __catch118_configuration_error;
+#line 5284 "ConfigurationInterfaces.c"
+ goto __catch119_configuration_error;
}
#line 821 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -5279,17 +5294,17 @@ static void configuration_facade_real_get_event_photos_sort (ConfigurationFacade
g_clear_error (&_inner_error_);
#line 821 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 5278 "ConfigurationInterfaces.c"
+#line 5293 "ConfigurationInterfaces.c"
}
#line 821 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_vala_sort_by = _tmp5_;
-#line 5282 "ConfigurationInterfaces.c"
+#line 5297 "ConfigurationInterfaces.c"
}
- goto __finally118;
- __catch118_configuration_error:
+ goto __finally119;
+ __catch119_configuration_error:
{
GError* err = NULL;
- GError* _tmp10_ = NULL;
+ GError* _tmp10_;
#line 818 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 818 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -5300,9 +5315,9 @@ static void configuration_facade_real_get_event_photos_sort (ConfigurationFacade
configuration_facade_on_configuration_error (self, _tmp10_);
#line 818 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_error_free0 (err);
-#line 5299 "ConfigurationInterfaces.c"
+#line 5314 "ConfigurationInterfaces.c"
}
- __finally118:
+ __finally119:
#line 818 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 818 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -5311,19 +5326,19 @@ static void configuration_facade_real_get_event_photos_sort (ConfigurationFacade
g_clear_error (&_inner_error_);
#line 818 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 5310 "ConfigurationInterfaces.c"
+#line 5325 "ConfigurationInterfaces.c"
}
#line 815 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (sort_order) {
#line 815 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
*sort_order = _vala_sort_order;
-#line 5316 "ConfigurationInterfaces.c"
+#line 5331 "ConfigurationInterfaces.c"
}
#line 815 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (sort_by) {
#line 815 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
*sort_by = _vala_sort_by;
-#line 5322 "ConfigurationInterfaces.c"
+#line 5337 "ConfigurationInterfaces.c"
}
}
@@ -5333,19 +5348,19 @@ void configuration_facade_get_event_photos_sort (ConfigurationFacade* self, gboo
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 815 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->get_event_photos_sort (self, sort_order, sort_by);
-#line 5332 "ConfigurationInterfaces.c"
+#line 5347 "ConfigurationInterfaces.c"
}
static void configuration_facade_real_set_event_photos_sort (ConfigurationFacade* self, gboolean sort_order, gint sort_by) {
GError * _inner_error_ = NULL;
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- gboolean _tmp2_ = FALSE;
- ConfigurationEngine* _tmp3_ = NULL;
- ConfigurationEngine* _tmp4_ = NULL;
- gint _tmp5_ = 0;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ gboolean _tmp2_;
+ ConfigurationEngine* _tmp3_;
+ ConfigurationEngine* _tmp4_;
+ gint _tmp5_;
#line 829 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 829 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -5360,8 +5375,8 @@ static void configuration_facade_real_set_event_photos_sort (ConfigurationFacade
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 829 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 5359 "ConfigurationInterfaces.c"
- goto __catch119_configuration_error;
+#line 5374 "ConfigurationInterfaces.c"
+ goto __catch120_configuration_error;
}
#line 829 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -5369,7 +5384,7 @@ static void configuration_facade_real_set_event_photos_sort (ConfigurationFacade
g_clear_error (&_inner_error_);
#line 829 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 5368 "ConfigurationInterfaces.c"
+#line 5383 "ConfigurationInterfaces.c"
}
#line 831 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp3_ = configuration_facade_get_engine (self);
@@ -5385,8 +5400,8 @@ static void configuration_facade_real_set_event_photos_sort (ConfigurationFacade
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 831 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 5384 "ConfigurationInterfaces.c"
- goto __catch119_configuration_error;
+#line 5399 "ConfigurationInterfaces.c"
+ goto __catch120_configuration_error;
}
#line 831 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -5394,14 +5409,14 @@ static void configuration_facade_real_set_event_photos_sort (ConfigurationFacade
g_clear_error (&_inner_error_);
#line 831 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 5393 "ConfigurationInterfaces.c"
+#line 5408 "ConfigurationInterfaces.c"
}
}
- goto __finally119;
- __catch119_configuration_error:
+ goto __finally120;
+ __catch120_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
+ GError* _tmp6_;
#line 828 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 828 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -5412,9 +5427,9 @@ static void configuration_facade_real_set_event_photos_sort (ConfigurationFacade
configuration_facade_on_configuration_error (self, _tmp6_);
#line 828 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_error_free0 (err);
-#line 5411 "ConfigurationInterfaces.c"
+#line 5426 "ConfigurationInterfaces.c"
}
- __finally119:
+ __finally120:
#line 828 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 828 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -5423,7 +5438,7 @@ static void configuration_facade_real_set_event_photos_sort (ConfigurationFacade
g_clear_error (&_inner_error_);
#line 828 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 5422 "ConfigurationInterfaces.c"
+#line 5437 "ConfigurationInterfaces.c"
}
}
@@ -5433,7 +5448,7 @@ void configuration_facade_set_event_photos_sort (ConfigurationFacade* self, gboo
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 827 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_event_photos_sort (self, sort_order, sort_by);
-#line 5432 "ConfigurationInterfaces.c"
+#line 5447 "ConfigurationInterfaces.c"
}
@@ -5443,10 +5458,10 @@ static gboolean configuration_facade_real_get_events_sort_ascending (Configurati
GError * _inner_error_ = NULL;
{
gboolean _tmp0_ = FALSE;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gboolean _tmp3_ = FALSE;
- gboolean _tmp4_ = FALSE;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gboolean _tmp3_;
+ gboolean _tmp4_;
#line 843 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 843 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -5461,12 +5476,12 @@ static gboolean configuration_facade_real_get_events_sort_ascending (Configurati
_tmp0_ = _tmp4_;
#line 843 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
-#line 5460 "ConfigurationInterfaces.c"
+#line 5475 "ConfigurationInterfaces.c"
gboolean _tmp5_ = FALSE;
#line 843 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 5464 "ConfigurationInterfaces.c"
- goto __catch120_configuration_error;
+#line 5479 "ConfigurationInterfaces.c"
+ goto __catch121_configuration_error;
}
#line 843 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -5474,19 +5489,19 @@ static gboolean configuration_facade_real_get_events_sort_ascending (Configurati
g_clear_error (&_inner_error_);
#line 843 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp5_;
-#line 5473 "ConfigurationInterfaces.c"
+#line 5488 "ConfigurationInterfaces.c"
}
#line 843 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp0_;
#line 843 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 5479 "ConfigurationInterfaces.c"
+#line 5494 "ConfigurationInterfaces.c"
}
- goto __finally120;
- __catch120_configuration_error:
+ goto __finally121;
+ __catch121_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
+ GError* _tmp6_;
#line 842 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 842 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -5501,16 +5516,16 @@ static gboolean configuration_facade_real_get_events_sort_ascending (Configurati
_g_error_free0 (err);
#line 847 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 5500 "ConfigurationInterfaces.c"
+#line 5515 "ConfigurationInterfaces.c"
}
- __finally120:
+ __finally121:
#line 842 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 842 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 842 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp7_;
-#line 5509 "ConfigurationInterfaces.c"
+#line 5524 "ConfigurationInterfaces.c"
}
@@ -5519,16 +5534,16 @@ gboolean configuration_facade_get_events_sort_ascending (ConfigurationFacade* se
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), FALSE);
#line 841 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_events_sort_ascending (self);
-#line 5518 "ConfigurationInterfaces.c"
+#line 5533 "ConfigurationInterfaces.c"
}
static void configuration_facade_real_set_events_sort_ascending (ConfigurationFacade* self, gboolean sort) {
GError * _inner_error_ = NULL;
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- gboolean _tmp2_ = FALSE;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ gboolean _tmp2_;
#line 853 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 853 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -5543,8 +5558,8 @@ static void configuration_facade_real_set_events_sort_ascending (ConfigurationFa
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 853 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 5542 "ConfigurationInterfaces.c"
- goto __catch121_configuration_error;
+#line 5557 "ConfigurationInterfaces.c"
+ goto __catch122_configuration_error;
}
#line 853 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -5552,14 +5567,14 @@ static void configuration_facade_real_set_events_sort_ascending (ConfigurationFa
g_clear_error (&_inner_error_);
#line 853 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 5551 "ConfigurationInterfaces.c"
+#line 5566 "ConfigurationInterfaces.c"
}
}
- goto __finally121;
- __catch121_configuration_error:
+ goto __finally122;
+ __catch122_configuration_error:
{
GError* err = NULL;
- GError* _tmp3_ = NULL;
+ GError* _tmp3_;
#line 852 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 852 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -5572,9 +5587,9 @@ static void configuration_facade_real_set_events_sort_ascending (ConfigurationFa
_g_error_free0 (err);
#line 856 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 5571 "ConfigurationInterfaces.c"
+#line 5586 "ConfigurationInterfaces.c"
}
- __finally121:
+ __finally122:
#line 852 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 852 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -5583,7 +5598,7 @@ static void configuration_facade_real_set_events_sort_ascending (ConfigurationFa
g_clear_error (&_inner_error_);
#line 852 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 5582 "ConfigurationInterfaces.c"
+#line 5597 "ConfigurationInterfaces.c"
}
}
@@ -5593,7 +5608,7 @@ void configuration_facade_set_events_sort_ascending (ConfigurationFacade* self,
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 851 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_events_sort_ascending (self, sort);
-#line 5592 "ConfigurationInterfaces.c"
+#line 5607 "ConfigurationInterfaces.c"
}
@@ -5602,11 +5617,11 @@ static gchar* configuration_facade_real_get_external_photo_app (ConfigurationFac
GError * _inner_error_ = NULL;
{
gchar* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gchar* _tmp3_ = NULL;
- gchar* _tmp4_ = NULL;
- gchar* _tmp5_ = NULL;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gchar* _tmp3_;
+ gchar* _tmp4_;
+ gchar* _tmp5_;
#line 865 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 865 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -5623,8 +5638,8 @@ static gchar* configuration_facade_real_get_external_photo_app (ConfigurationFac
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 865 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 5622 "ConfigurationInterfaces.c"
- goto __catch122_configuration_error;
+#line 5637 "ConfigurationInterfaces.c"
+ goto __catch123_configuration_error;
}
#line 865 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -5632,7 +5647,7 @@ static gchar* configuration_facade_real_get_external_photo_app (ConfigurationFac
g_clear_error (&_inner_error_);
#line 865 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return NULL;
-#line 5631 "ConfigurationInterfaces.c"
+#line 5646 "ConfigurationInterfaces.c"
}
#line 865 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp5_ = _tmp0_;
@@ -5644,14 +5659,14 @@ static gchar* configuration_facade_real_get_external_photo_app (ConfigurationFac
_g_free0 (_tmp0_);
#line 865 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 5643 "ConfigurationInterfaces.c"
+#line 5658 "ConfigurationInterfaces.c"
}
- goto __finally122;
- __catch122_configuration_error:
+ goto __finally123;
+ __catch123_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
- gchar* _tmp7_ = NULL;
+ GError* _tmp6_;
+ gchar* _tmp7_;
#line 864 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 864 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -5668,16 +5683,16 @@ static gchar* configuration_facade_real_get_external_photo_app (ConfigurationFac
_g_error_free0 (err);
#line 869 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 5667 "ConfigurationInterfaces.c"
+#line 5682 "ConfigurationInterfaces.c"
}
- __finally122:
+ __finally123:
#line 864 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 864 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 864 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return NULL;
-#line 5676 "ConfigurationInterfaces.c"
+#line 5691 "ConfigurationInterfaces.c"
}
@@ -5686,7 +5701,7 @@ gchar* configuration_facade_get_external_photo_app (ConfigurationFacade* self) {
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), NULL);
#line 863 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_external_photo_app (self);
-#line 5685 "ConfigurationInterfaces.c"
+#line 5700 "ConfigurationInterfaces.c"
}
@@ -5694,11 +5709,11 @@ static void configuration_facade_real_set_external_photo_app (ConfigurationFacad
GError * _inner_error_ = NULL;
#line 873 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_return_if_fail (external_photo_app != NULL);
-#line 5693 "ConfigurationInterfaces.c"
+#line 5708 "ConfigurationInterfaces.c"
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- const gchar* _tmp2_ = NULL;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ const gchar* _tmp2_;
#line 875 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 875 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -5713,8 +5728,8 @@ static void configuration_facade_real_set_external_photo_app (ConfigurationFacad
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 875 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 5712 "ConfigurationInterfaces.c"
- goto __catch123_configuration_error;
+#line 5727 "ConfigurationInterfaces.c"
+ goto __catch124_configuration_error;
}
#line 875 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -5722,14 +5737,14 @@ static void configuration_facade_real_set_external_photo_app (ConfigurationFacad
g_clear_error (&_inner_error_);
#line 875 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 5721 "ConfigurationInterfaces.c"
+#line 5736 "ConfigurationInterfaces.c"
}
}
- goto __finally123;
- __catch123_configuration_error:
+ goto __finally124;
+ __catch124_configuration_error:
{
GError* err = NULL;
- GError* _tmp3_ = NULL;
+ GError* _tmp3_;
#line 874 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 874 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -5742,9 +5757,9 @@ static void configuration_facade_real_set_external_photo_app (ConfigurationFacad
_g_error_free0 (err);
#line 879 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 5741 "ConfigurationInterfaces.c"
+#line 5756 "ConfigurationInterfaces.c"
}
- __finally123:
+ __finally124:
#line 874 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 874 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -5753,7 +5768,7 @@ static void configuration_facade_real_set_external_photo_app (ConfigurationFacad
g_clear_error (&_inner_error_);
#line 874 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 5752 "ConfigurationInterfaces.c"
+#line 5767 "ConfigurationInterfaces.c"
}
}
@@ -5763,7 +5778,7 @@ void configuration_facade_set_external_photo_app (ConfigurationFacade* self, con
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 873 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_external_photo_app (self, external_photo_app);
-#line 5762 "ConfigurationInterfaces.c"
+#line 5777 "ConfigurationInterfaces.c"
}
@@ -5772,11 +5787,11 @@ static gchar* configuration_facade_real_get_external_raw_app (ConfigurationFacad
GError * _inner_error_ = NULL;
{
gchar* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gchar* _tmp3_ = NULL;
- gchar* _tmp4_ = NULL;
- gchar* _tmp5_ = NULL;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gchar* _tmp3_;
+ gchar* _tmp4_;
+ gchar* _tmp5_;
#line 888 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 888 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -5793,8 +5808,8 @@ static gchar* configuration_facade_real_get_external_raw_app (ConfigurationFacad
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 888 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 5792 "ConfigurationInterfaces.c"
- goto __catch124_configuration_error;
+#line 5807 "ConfigurationInterfaces.c"
+ goto __catch125_configuration_error;
}
#line 888 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -5802,7 +5817,7 @@ static gchar* configuration_facade_real_get_external_raw_app (ConfigurationFacad
g_clear_error (&_inner_error_);
#line 888 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return NULL;
-#line 5801 "ConfigurationInterfaces.c"
+#line 5816 "ConfigurationInterfaces.c"
}
#line 888 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp5_ = _tmp0_;
@@ -5814,14 +5829,14 @@ static gchar* configuration_facade_real_get_external_raw_app (ConfigurationFacad
_g_free0 (_tmp0_);
#line 888 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 5813 "ConfigurationInterfaces.c"
+#line 5828 "ConfigurationInterfaces.c"
}
- goto __finally124;
- __catch124_configuration_error:
+ goto __finally125;
+ __catch125_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
- gchar* _tmp7_ = NULL;
+ GError* _tmp6_;
+ gchar* _tmp7_;
#line 887 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 887 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -5838,16 +5853,16 @@ static gchar* configuration_facade_real_get_external_raw_app (ConfigurationFacad
_g_error_free0 (err);
#line 892 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 5837 "ConfigurationInterfaces.c"
+#line 5852 "ConfigurationInterfaces.c"
}
- __finally124:
+ __finally125:
#line 887 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 887 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 887 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return NULL;
-#line 5846 "ConfigurationInterfaces.c"
+#line 5861 "ConfigurationInterfaces.c"
}
@@ -5856,7 +5871,7 @@ gchar* configuration_facade_get_external_raw_app (ConfigurationFacade* self) {
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), NULL);
#line 886 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_external_raw_app (self);
-#line 5855 "ConfigurationInterfaces.c"
+#line 5870 "ConfigurationInterfaces.c"
}
@@ -5864,11 +5879,11 @@ static void configuration_facade_real_set_external_raw_app (ConfigurationFacade*
GError * _inner_error_ = NULL;
#line 896 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_return_if_fail (external_raw_app != NULL);
-#line 5863 "ConfigurationInterfaces.c"
+#line 5878 "ConfigurationInterfaces.c"
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- const gchar* _tmp2_ = NULL;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ const gchar* _tmp2_;
#line 898 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 898 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -5883,8 +5898,8 @@ static void configuration_facade_real_set_external_raw_app (ConfigurationFacade*
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 898 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 5882 "ConfigurationInterfaces.c"
- goto __catch125_configuration_error;
+#line 5897 "ConfigurationInterfaces.c"
+ goto __catch126_configuration_error;
}
#line 898 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -5892,14 +5907,14 @@ static void configuration_facade_real_set_external_raw_app (ConfigurationFacade*
g_clear_error (&_inner_error_);
#line 898 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 5891 "ConfigurationInterfaces.c"
+#line 5906 "ConfigurationInterfaces.c"
}
}
- goto __finally125;
- __catch125_configuration_error:
+ goto __finally126;
+ __catch126_configuration_error:
{
GError* err = NULL;
- GError* _tmp3_ = NULL;
+ GError* _tmp3_;
#line 897 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 897 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -5912,9 +5927,9 @@ static void configuration_facade_real_set_external_raw_app (ConfigurationFacade*
_g_error_free0 (err);
#line 902 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 5911 "ConfigurationInterfaces.c"
+#line 5926 "ConfigurationInterfaces.c"
}
- __finally125:
+ __finally126:
#line 897 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 897 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -5923,7 +5938,7 @@ static void configuration_facade_real_set_external_raw_app (ConfigurationFacade*
g_clear_error (&_inner_error_);
#line 897 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 5922 "ConfigurationInterfaces.c"
+#line 5937 "ConfigurationInterfaces.c"
}
}
@@ -5933,7 +5948,7 @@ void configuration_facade_set_external_raw_app (ConfigurationFacade* self, const
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 896 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_external_raw_app (self, external_raw_app);
-#line 5932 "ConfigurationInterfaces.c"
+#line 5947 "ConfigurationInterfaces.c"
}
@@ -5942,10 +5957,10 @@ static ScaleConstraint configuration_facade_real_get_export_constraint (Configur
GError * _inner_error_ = NULL;
{
gint _tmp0_ = 0;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gint _tmp3_ = 0;
- gint _tmp4_ = 0;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gint _tmp3_;
+ gint _tmp4_;
#line 911 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 911 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -5962,8 +5977,8 @@ static ScaleConstraint configuration_facade_real_get_export_constraint (Configur
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 911 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 5961 "ConfigurationInterfaces.c"
- goto __catch126_configuration_error;
+#line 5976 "ConfigurationInterfaces.c"
+ goto __catch127_configuration_error;
}
#line 911 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -5971,19 +5986,19 @@ static ScaleConstraint configuration_facade_real_get_export_constraint (Configur
g_clear_error (&_inner_error_);
#line 911 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return 0;
-#line 5970 "ConfigurationInterfaces.c"
+#line 5985 "ConfigurationInterfaces.c"
}
#line 911 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = (ScaleConstraint) _tmp0_;
#line 911 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 5976 "ConfigurationInterfaces.c"
+#line 5991 "ConfigurationInterfaces.c"
}
- goto __finally126;
- __catch126_configuration_error:
+ goto __finally127;
+ __catch127_configuration_error:
{
GError* err = NULL;
- GError* _tmp5_ = NULL;
+ GError* _tmp5_;
#line 910 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 910 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -5998,16 +6013,16 @@ static ScaleConstraint configuration_facade_real_get_export_constraint (Configur
_g_error_free0 (err);
#line 915 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 5997 "ConfigurationInterfaces.c"
+#line 6012 "ConfigurationInterfaces.c"
}
- __finally126:
+ __finally127:
#line 910 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 910 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 910 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return 0;
-#line 6006 "ConfigurationInterfaces.c"
+#line 6021 "ConfigurationInterfaces.c"
}
@@ -6016,16 +6031,16 @@ ScaleConstraint configuration_facade_get_export_constraint (ConfigurationFacade*
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), 0);
#line 909 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_export_constraint (self);
-#line 6015 "ConfigurationInterfaces.c"
+#line 6030 "ConfigurationInterfaces.c"
}
static void configuration_facade_real_set_export_constraint (ConfigurationFacade* self, ScaleConstraint constraint) {
GError * _inner_error_ = NULL;
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- ScaleConstraint _tmp2_ = 0;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ ScaleConstraint _tmp2_;
#line 921 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 921 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -6040,8 +6055,8 @@ static void configuration_facade_real_set_export_constraint (ConfigurationFacade
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 921 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 6039 "ConfigurationInterfaces.c"
- goto __catch127_configuration_error;
+#line 6054 "ConfigurationInterfaces.c"
+ goto __catch128_configuration_error;
}
#line 921 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -6049,14 +6064,14 @@ static void configuration_facade_real_set_export_constraint (ConfigurationFacade
g_clear_error (&_inner_error_);
#line 921 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 6048 "ConfigurationInterfaces.c"
+#line 6063 "ConfigurationInterfaces.c"
}
}
- goto __finally127;
- __catch127_configuration_error:
+ goto __finally128;
+ __catch128_configuration_error:
{
GError* err = NULL;
- GError* _tmp3_ = NULL;
+ GError* _tmp3_;
#line 920 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 920 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -6069,9 +6084,9 @@ static void configuration_facade_real_set_export_constraint (ConfigurationFacade
_g_error_free0 (err);
#line 924 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 6068 "ConfigurationInterfaces.c"
+#line 6083 "ConfigurationInterfaces.c"
}
- __finally127:
+ __finally128:
#line 920 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 920 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -6080,7 +6095,7 @@ static void configuration_facade_real_set_export_constraint (ConfigurationFacade
g_clear_error (&_inner_error_);
#line 920 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 6079 "ConfigurationInterfaces.c"
+#line 6094 "ConfigurationInterfaces.c"
}
}
@@ -6090,7 +6105,7 @@ void configuration_facade_set_export_constraint (ConfigurationFacade* self, Scal
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 919 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_export_constraint (self, constraint);
-#line 6089 "ConfigurationInterfaces.c"
+#line 6104 "ConfigurationInterfaces.c"
}
@@ -6099,10 +6114,10 @@ static ExportFormatMode configuration_facade_real_get_export_export_format_mode
GError * _inner_error_ = NULL;
{
gint _tmp0_ = 0;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gint _tmp3_ = 0;
- gint _tmp4_ = 0;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gint _tmp3_;
+ gint _tmp4_;
#line 930 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 930 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -6119,8 +6134,8 @@ static ExportFormatMode configuration_facade_real_get_export_export_format_mode
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 930 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 6118 "ConfigurationInterfaces.c"
- goto __catch128_configuration_error;
+#line 6133 "ConfigurationInterfaces.c"
+ goto __catch129_configuration_error;
}
#line 930 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -6128,19 +6143,19 @@ static ExportFormatMode configuration_facade_real_get_export_export_format_mode
g_clear_error (&_inner_error_);
#line 930 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return 0;
-#line 6127 "ConfigurationInterfaces.c"
+#line 6142 "ConfigurationInterfaces.c"
}
#line 930 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = (ExportFormatMode) _tmp0_;
#line 930 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 6133 "ConfigurationInterfaces.c"
+#line 6148 "ConfigurationInterfaces.c"
}
- goto __finally128;
- __catch128_configuration_error:
+ goto __finally129;
+ __catch129_configuration_error:
{
GError* err = NULL;
- GError* _tmp5_ = NULL;
+ GError* _tmp5_;
#line 929 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 929 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -6155,16 +6170,16 @@ static ExportFormatMode configuration_facade_real_get_export_export_format_mode
_g_error_free0 (err);
#line 934 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 6154 "ConfigurationInterfaces.c"
+#line 6169 "ConfigurationInterfaces.c"
}
- __finally128:
+ __finally129:
#line 929 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 929 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 929 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return 0;
-#line 6163 "ConfigurationInterfaces.c"
+#line 6178 "ConfigurationInterfaces.c"
}
@@ -6173,16 +6188,16 @@ ExportFormatMode configuration_facade_get_export_export_format_mode (Configurati
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), 0);
#line 928 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_export_export_format_mode (self);
-#line 6172 "ConfigurationInterfaces.c"
+#line 6187 "ConfigurationInterfaces.c"
}
static void configuration_facade_real_set_export_export_format_mode (ConfigurationFacade* self, ExportFormatMode export_format_mode) {
GError * _inner_error_ = NULL;
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- ExportFormatMode _tmp2_ = 0;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ ExportFormatMode _tmp2_;
#line 940 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 940 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -6197,8 +6212,8 @@ static void configuration_facade_real_set_export_export_format_mode (Configurati
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 940 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 6196 "ConfigurationInterfaces.c"
- goto __catch129_configuration_error;
+#line 6211 "ConfigurationInterfaces.c"
+ goto __catch130_configuration_error;
}
#line 940 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -6206,14 +6221,14 @@ static void configuration_facade_real_set_export_export_format_mode (Configurati
g_clear_error (&_inner_error_);
#line 940 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 6205 "ConfigurationInterfaces.c"
+#line 6220 "ConfigurationInterfaces.c"
}
}
- goto __finally129;
- __catch129_configuration_error:
+ goto __finally130;
+ __catch130_configuration_error:
{
GError* err = NULL;
- GError* _tmp3_ = NULL;
+ GError* _tmp3_;
#line 939 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 939 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -6226,9 +6241,9 @@ static void configuration_facade_real_set_export_export_format_mode (Configurati
_g_error_free0 (err);
#line 943 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 6225 "ConfigurationInterfaces.c"
+#line 6240 "ConfigurationInterfaces.c"
}
- __finally129:
+ __finally130:
#line 939 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 939 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -6237,7 +6252,7 @@ static void configuration_facade_real_set_export_export_format_mode (Configurati
g_clear_error (&_inner_error_);
#line 939 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 6236 "ConfigurationInterfaces.c"
+#line 6251 "ConfigurationInterfaces.c"
}
}
@@ -6247,7 +6262,7 @@ void configuration_facade_set_export_export_format_mode (ConfigurationFacade* se
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 938 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_export_export_format_mode (self, export_format_mode);
-#line 6246 "ConfigurationInterfaces.c"
+#line 6261 "ConfigurationInterfaces.c"
}
@@ -6257,10 +6272,10 @@ static gboolean configuration_facade_real_get_export_export_metadata (Configurat
GError * _inner_error_ = NULL;
{
gboolean _tmp0_ = FALSE;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gboolean _tmp3_ = FALSE;
- gboolean _tmp4_ = FALSE;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gboolean _tmp3_;
+ gboolean _tmp4_;
#line 949 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 949 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -6275,12 +6290,12 @@ static gboolean configuration_facade_real_get_export_export_metadata (Configurat
_tmp0_ = _tmp4_;
#line 949 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
-#line 6274 "ConfigurationInterfaces.c"
+#line 6289 "ConfigurationInterfaces.c"
gboolean _tmp5_ = FALSE;
#line 949 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 6278 "ConfigurationInterfaces.c"
- goto __catch130_configuration_error;
+#line 6293 "ConfigurationInterfaces.c"
+ goto __catch131_configuration_error;
}
#line 949 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -6288,19 +6303,19 @@ static gboolean configuration_facade_real_get_export_export_metadata (Configurat
g_clear_error (&_inner_error_);
#line 949 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp5_;
-#line 6287 "ConfigurationInterfaces.c"
+#line 6302 "ConfigurationInterfaces.c"
}
#line 949 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp0_;
#line 949 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 6293 "ConfigurationInterfaces.c"
+#line 6308 "ConfigurationInterfaces.c"
}
- goto __finally130;
- __catch130_configuration_error:
+ goto __finally131;
+ __catch131_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
+ GError* _tmp6_;
#line 948 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 948 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -6315,16 +6330,16 @@ static gboolean configuration_facade_real_get_export_export_metadata (Configurat
_g_error_free0 (err);
#line 953 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 6314 "ConfigurationInterfaces.c"
+#line 6329 "ConfigurationInterfaces.c"
}
- __finally130:
+ __finally131:
#line 948 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 948 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 948 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp7_;
-#line 6323 "ConfigurationInterfaces.c"
+#line 6338 "ConfigurationInterfaces.c"
}
@@ -6333,16 +6348,16 @@ gboolean configuration_facade_get_export_export_metadata (ConfigurationFacade* s
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), FALSE);
#line 947 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_export_export_metadata (self);
-#line 6332 "ConfigurationInterfaces.c"
+#line 6347 "ConfigurationInterfaces.c"
}
static void configuration_facade_real_set_export_export_metadata (ConfigurationFacade* self, gboolean export_metadata) {
GError * _inner_error_ = NULL;
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- gboolean _tmp2_ = FALSE;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ gboolean _tmp2_;
#line 959 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 959 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -6357,8 +6372,8 @@ static void configuration_facade_real_set_export_export_metadata (ConfigurationF
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 959 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 6356 "ConfigurationInterfaces.c"
- goto __catch131_configuration_error;
+#line 6371 "ConfigurationInterfaces.c"
+ goto __catch132_configuration_error;
}
#line 959 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -6366,14 +6381,14 @@ static void configuration_facade_real_set_export_export_metadata (ConfigurationF
g_clear_error (&_inner_error_);
#line 959 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 6365 "ConfigurationInterfaces.c"
+#line 6380 "ConfigurationInterfaces.c"
}
}
- goto __finally131;
- __catch131_configuration_error:
+ goto __finally132;
+ __catch132_configuration_error:
{
GError* err = NULL;
- GError* _tmp3_ = NULL;
+ GError* _tmp3_;
#line 958 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 958 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -6386,9 +6401,9 @@ static void configuration_facade_real_set_export_export_metadata (ConfigurationF
_g_error_free0 (err);
#line 962 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 6385 "ConfigurationInterfaces.c"
+#line 6400 "ConfigurationInterfaces.c"
}
- __finally131:
+ __finally132:
#line 958 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 958 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -6397,7 +6412,7 @@ static void configuration_facade_real_set_export_export_metadata (ConfigurationF
g_clear_error (&_inner_error_);
#line 958 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 6396 "ConfigurationInterfaces.c"
+#line 6411 "ConfigurationInterfaces.c"
}
}
@@ -6407,7 +6422,7 @@ void configuration_facade_set_export_export_metadata (ConfigurationFacade* self,
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 957 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_export_export_metadata (self, export_metadata);
-#line 6406 "ConfigurationInterfaces.c"
+#line 6421 "ConfigurationInterfaces.c"
}
@@ -6416,11 +6431,11 @@ static PhotoFileFormat configuration_facade_real_get_export_photo_file_format (C
GError * _inner_error_ = NULL;
{
gint _tmp0_ = 0;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gint _tmp3_ = 0;
- gint _tmp4_ = 0;
- PhotoFileFormat _tmp5_ = 0;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gint _tmp3_;
+ gint _tmp4_;
+ PhotoFileFormat _tmp5_;
#line 968 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 968 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -6437,8 +6452,8 @@ static PhotoFileFormat configuration_facade_real_get_export_photo_file_format (C
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 968 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 6436 "ConfigurationInterfaces.c"
- goto __catch132_configuration_error;
+#line 6451 "ConfigurationInterfaces.c"
+ goto __catch133_configuration_error;
}
#line 968 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -6446,7 +6461,7 @@ static PhotoFileFormat configuration_facade_real_get_export_photo_file_format (C
g_clear_error (&_inner_error_);
#line 968 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return 0;
-#line 6445 "ConfigurationInterfaces.c"
+#line 6460 "ConfigurationInterfaces.c"
}
#line 968 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp5_ = photo_file_format_unserialize (_tmp0_);
@@ -6454,13 +6469,13 @@ static PhotoFileFormat configuration_facade_real_get_export_photo_file_format (C
result = _tmp5_;
#line 968 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 6453 "ConfigurationInterfaces.c"
+#line 6468 "ConfigurationInterfaces.c"
}
- goto __finally132;
- __catch132_configuration_error:
+ goto __finally133;
+ __catch133_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
+ GError* _tmp6_;
#line 967 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 967 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -6475,16 +6490,16 @@ static PhotoFileFormat configuration_facade_real_get_export_photo_file_format (C
_g_error_free0 (err);
#line 972 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 6474 "ConfigurationInterfaces.c"
+#line 6489 "ConfigurationInterfaces.c"
}
- __finally132:
+ __finally133:
#line 967 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 967 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 967 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return 0;
-#line 6483 "ConfigurationInterfaces.c"
+#line 6498 "ConfigurationInterfaces.c"
}
@@ -6493,17 +6508,17 @@ PhotoFileFormat configuration_facade_get_export_photo_file_format (Configuration
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), 0);
#line 966 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_export_photo_file_format (self);
-#line 6492 "ConfigurationInterfaces.c"
+#line 6507 "ConfigurationInterfaces.c"
}
static void configuration_facade_real_set_export_photo_file_format (ConfigurationFacade* self, PhotoFileFormat photo_file_format) {
GError * _inner_error_ = NULL;
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- PhotoFileFormat _tmp2_ = 0;
- gint _tmp3_ = 0;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ PhotoFileFormat _tmp2_;
+ gint _tmp3_;
#line 978 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 978 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -6520,8 +6535,8 @@ static void configuration_facade_real_set_export_photo_file_format (Configuratio
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 978 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 6519 "ConfigurationInterfaces.c"
- goto __catch133_configuration_error;
+#line 6534 "ConfigurationInterfaces.c"
+ goto __catch134_configuration_error;
}
#line 978 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -6529,14 +6544,14 @@ static void configuration_facade_real_set_export_photo_file_format (Configuratio
g_clear_error (&_inner_error_);
#line 978 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 6528 "ConfigurationInterfaces.c"
+#line 6543 "ConfigurationInterfaces.c"
}
}
- goto __finally133;
- __catch133_configuration_error:
+ goto __finally134;
+ __catch134_configuration_error:
{
GError* err = NULL;
- GError* _tmp4_ = NULL;
+ GError* _tmp4_;
#line 977 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 977 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -6549,9 +6564,9 @@ static void configuration_facade_real_set_export_photo_file_format (Configuratio
_g_error_free0 (err);
#line 981 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 6548 "ConfigurationInterfaces.c"
+#line 6563 "ConfigurationInterfaces.c"
}
- __finally133:
+ __finally134:
#line 977 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 977 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -6560,7 +6575,7 @@ static void configuration_facade_real_set_export_photo_file_format (Configuratio
g_clear_error (&_inner_error_);
#line 977 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 6559 "ConfigurationInterfaces.c"
+#line 6574 "ConfigurationInterfaces.c"
}
}
@@ -6570,7 +6585,7 @@ void configuration_facade_set_export_photo_file_format (ConfigurationFacade* sel
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 976 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_export_photo_file_format (self, photo_file_format);
-#line 6569 "ConfigurationInterfaces.c"
+#line 6584 "ConfigurationInterfaces.c"
}
@@ -6579,10 +6594,10 @@ static JpegQuality configuration_facade_real_get_export_quality (ConfigurationFa
GError * _inner_error_ = NULL;
{
gint _tmp0_ = 0;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gint _tmp3_ = 0;
- gint _tmp4_ = 0;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gint _tmp3_;
+ gint _tmp4_;
#line 987 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 987 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -6599,8 +6614,8 @@ static JpegQuality configuration_facade_real_get_export_quality (ConfigurationFa
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 987 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 6598 "ConfigurationInterfaces.c"
- goto __catch134_configuration_error;
+#line 6613 "ConfigurationInterfaces.c"
+ goto __catch135_configuration_error;
}
#line 987 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -6608,19 +6623,19 @@ static JpegQuality configuration_facade_real_get_export_quality (ConfigurationFa
g_clear_error (&_inner_error_);
#line 987 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return 0;
-#line 6607 "ConfigurationInterfaces.c"
+#line 6622 "ConfigurationInterfaces.c"
}
#line 987 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = (JpegQuality) _tmp0_;
#line 987 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 6613 "ConfigurationInterfaces.c"
+#line 6628 "ConfigurationInterfaces.c"
}
- goto __finally134;
- __catch134_configuration_error:
+ goto __finally135;
+ __catch135_configuration_error:
{
GError* err = NULL;
- GError* _tmp5_ = NULL;
+ GError* _tmp5_;
#line 986 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 986 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -6635,16 +6650,16 @@ static JpegQuality configuration_facade_real_get_export_quality (ConfigurationFa
_g_error_free0 (err);
#line 991 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 6634 "ConfigurationInterfaces.c"
+#line 6649 "ConfigurationInterfaces.c"
}
- __finally134:
+ __finally135:
#line 986 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 986 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 986 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return 0;
-#line 6643 "ConfigurationInterfaces.c"
+#line 6658 "ConfigurationInterfaces.c"
}
@@ -6653,16 +6668,16 @@ JpegQuality configuration_facade_get_export_quality (ConfigurationFacade* self)
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), 0);
#line 985 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_export_quality (self);
-#line 6652 "ConfigurationInterfaces.c"
+#line 6667 "ConfigurationInterfaces.c"
}
static void configuration_facade_real_set_export_quality (ConfigurationFacade* self, JpegQuality quality) {
GError * _inner_error_ = NULL;
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- JpegQuality _tmp2_ = 0;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ JpegQuality _tmp2_;
#line 997 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 997 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -6677,8 +6692,8 @@ static void configuration_facade_real_set_export_quality (ConfigurationFacade* s
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 997 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 6676 "ConfigurationInterfaces.c"
- goto __catch135_configuration_error;
+#line 6691 "ConfigurationInterfaces.c"
+ goto __catch136_configuration_error;
}
#line 997 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -6686,14 +6701,14 @@ static void configuration_facade_real_set_export_quality (ConfigurationFacade* s
g_clear_error (&_inner_error_);
#line 997 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 6685 "ConfigurationInterfaces.c"
+#line 6700 "ConfigurationInterfaces.c"
}
}
- goto __finally135;
- __catch135_configuration_error:
+ goto __finally136;
+ __catch136_configuration_error:
{
GError* err = NULL;
- GError* _tmp3_ = NULL;
+ GError* _tmp3_;
#line 996 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 996 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -6706,9 +6721,9 @@ static void configuration_facade_real_set_export_quality (ConfigurationFacade* s
_g_error_free0 (err);
#line 1000 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 6705 "ConfigurationInterfaces.c"
+#line 6720 "ConfigurationInterfaces.c"
}
- __finally135:
+ __finally136:
#line 996 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 996 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -6717,7 +6732,7 @@ static void configuration_facade_real_set_export_quality (ConfigurationFacade* s
g_clear_error (&_inner_error_);
#line 996 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 6716 "ConfigurationInterfaces.c"
+#line 6731 "ConfigurationInterfaces.c"
}
}
@@ -6727,7 +6742,7 @@ void configuration_facade_set_export_quality (ConfigurationFacade* self, JpegQua
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 995 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_export_quality (self, quality);
-#line 6726 "ConfigurationInterfaces.c"
+#line 6741 "ConfigurationInterfaces.c"
}
@@ -6737,10 +6752,10 @@ static gint configuration_facade_real_get_export_scale (ConfigurationFacade* sel
GError * _inner_error_ = NULL;
{
gint _tmp0_ = 0;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gint _tmp3_ = 0;
- gint _tmp4_ = 0;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gint _tmp3_;
+ gint _tmp4_;
#line 1006 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 1006 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -6755,12 +6770,12 @@ static gint configuration_facade_real_get_export_scale (ConfigurationFacade* sel
_tmp0_ = _tmp4_;
#line 1006 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
-#line 6754 "ConfigurationInterfaces.c"
+#line 6769 "ConfigurationInterfaces.c"
gint _tmp5_ = 0;
#line 1006 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 6758 "ConfigurationInterfaces.c"
- goto __catch136_configuration_error;
+#line 6773 "ConfigurationInterfaces.c"
+ goto __catch137_configuration_error;
}
#line 1006 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -6768,19 +6783,19 @@ static gint configuration_facade_real_get_export_scale (ConfigurationFacade* sel
g_clear_error (&_inner_error_);
#line 1006 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp5_;
-#line 6767 "ConfigurationInterfaces.c"
+#line 6782 "ConfigurationInterfaces.c"
}
#line 1006 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp0_;
#line 1006 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 6773 "ConfigurationInterfaces.c"
+#line 6788 "ConfigurationInterfaces.c"
}
- goto __finally136;
- __catch136_configuration_error:
+ goto __finally137;
+ __catch137_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
+ GError* _tmp6_;
#line 1005 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1005 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -6795,16 +6810,16 @@ static gint configuration_facade_real_get_export_scale (ConfigurationFacade* sel
_g_error_free0 (err);
#line 1010 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 6794 "ConfigurationInterfaces.c"
+#line 6809 "ConfigurationInterfaces.c"
}
- __finally136:
+ __finally137:
#line 1005 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 1005 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 1005 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp7_;
-#line 6803 "ConfigurationInterfaces.c"
+#line 6818 "ConfigurationInterfaces.c"
}
@@ -6813,16 +6828,16 @@ gint configuration_facade_get_export_scale (ConfigurationFacade* self) {
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), 0);
#line 1004 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_export_scale (self);
-#line 6812 "ConfigurationInterfaces.c"
+#line 6827 "ConfigurationInterfaces.c"
}
static void configuration_facade_real_set_export_scale (ConfigurationFacade* self, gint scale) {
GError * _inner_error_ = NULL;
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- gint _tmp2_ = 0;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ gint _tmp2_;
#line 1016 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 1016 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -6837,8 +6852,8 @@ static void configuration_facade_real_set_export_scale (ConfigurationFacade* sel
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1016 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 6836 "ConfigurationInterfaces.c"
- goto __catch137_configuration_error;
+#line 6851 "ConfigurationInterfaces.c"
+ goto __catch138_configuration_error;
}
#line 1016 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -6846,14 +6861,14 @@ static void configuration_facade_real_set_export_scale (ConfigurationFacade* sel
g_clear_error (&_inner_error_);
#line 1016 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 6845 "ConfigurationInterfaces.c"
+#line 6860 "ConfigurationInterfaces.c"
}
}
- goto __finally137;
- __catch137_configuration_error:
+ goto __finally138;
+ __catch138_configuration_error:
{
GError* err = NULL;
- GError* _tmp3_ = NULL;
+ GError* _tmp3_;
#line 1015 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1015 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -6866,9 +6881,9 @@ static void configuration_facade_real_set_export_scale (ConfigurationFacade* sel
_g_error_free0 (err);
#line 1019 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 6865 "ConfigurationInterfaces.c"
+#line 6880 "ConfigurationInterfaces.c"
}
- __finally137:
+ __finally138:
#line 1015 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1015 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -6877,7 +6892,7 @@ static void configuration_facade_real_set_export_scale (ConfigurationFacade* sel
g_clear_error (&_inner_error_);
#line 1015 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 6876 "ConfigurationInterfaces.c"
+#line 6891 "ConfigurationInterfaces.c"
}
}
@@ -6887,7 +6902,7 @@ void configuration_facade_set_export_scale (ConfigurationFacade* self, gint scal
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 1014 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_export_scale (self, scale);
-#line 6886 "ConfigurationInterfaces.c"
+#line 6901 "ConfigurationInterfaces.c"
}
@@ -6896,11 +6911,11 @@ static RawDeveloper configuration_facade_real_get_default_raw_developer (Configu
GError * _inner_error_ = NULL;
{
gchar* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gchar* _tmp3_ = NULL;
- gchar* _tmp4_ = NULL;
- RawDeveloper _tmp5_ = 0;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gchar* _tmp3_;
+ gchar* _tmp4_;
+ RawDeveloper _tmp5_;
#line 1028 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 1028 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -6917,8 +6932,8 @@ static RawDeveloper configuration_facade_real_get_default_raw_developer (Configu
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1028 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 6916 "ConfigurationInterfaces.c"
- goto __catch138_configuration_error;
+#line 6931 "ConfigurationInterfaces.c"
+ goto __catch139_configuration_error;
}
#line 1028 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -6926,7 +6941,7 @@ static RawDeveloper configuration_facade_real_get_default_raw_developer (Configu
g_clear_error (&_inner_error_);
#line 1028 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return 0;
-#line 6925 "ConfigurationInterfaces.c"
+#line 6940 "ConfigurationInterfaces.c"
}
#line 1028 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp5_ = raw_developer_from_string (_tmp0_);
@@ -6936,13 +6951,13 @@ static RawDeveloper configuration_facade_real_get_default_raw_developer (Configu
_g_free0 (_tmp0_);
#line 1028 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 6935 "ConfigurationInterfaces.c"
+#line 6950 "ConfigurationInterfaces.c"
}
- goto __finally138;
- __catch138_configuration_error:
+ goto __finally139;
+ __catch139_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
+ GError* _tmp6_;
#line 1027 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1027 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -6957,16 +6972,16 @@ static RawDeveloper configuration_facade_real_get_default_raw_developer (Configu
_g_error_free0 (err);
#line 1033 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 6956 "ConfigurationInterfaces.c"
+#line 6971 "ConfigurationInterfaces.c"
}
- __finally138:
+ __finally139:
#line 1027 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 1027 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 1027 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return 0;
-#line 6965 "ConfigurationInterfaces.c"
+#line 6980 "ConfigurationInterfaces.c"
}
@@ -6975,18 +6990,18 @@ RawDeveloper configuration_facade_get_default_raw_developer (ConfigurationFacade
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), 0);
#line 1026 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_default_raw_developer (self);
-#line 6974 "ConfigurationInterfaces.c"
+#line 6989 "ConfigurationInterfaces.c"
}
static void configuration_facade_real_set_default_raw_developer (ConfigurationFacade* self, RawDeveloper d) {
GError * _inner_error_ = NULL;
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- RawDeveloper _tmp2_ = 0;
- gchar* _tmp3_ = NULL;
- gchar* _tmp4_ = NULL;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ RawDeveloper _tmp2_;
+ gchar* _tmp3_;
+ gchar* _tmp4_;
#line 1039 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 1039 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -7007,8 +7022,8 @@ static void configuration_facade_real_set_default_raw_developer (ConfigurationFa
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1039 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 7006 "ConfigurationInterfaces.c"
- goto __catch139_configuration_error;
+#line 7021 "ConfigurationInterfaces.c"
+ goto __catch140_configuration_error;
}
#line 1039 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -7016,14 +7031,14 @@ static void configuration_facade_real_set_default_raw_developer (ConfigurationFa
g_clear_error (&_inner_error_);
#line 1039 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 7015 "ConfigurationInterfaces.c"
+#line 7030 "ConfigurationInterfaces.c"
}
}
- goto __finally139;
- __catch139_configuration_error:
+ goto __finally140;
+ __catch140_configuration_error:
{
GError* err = NULL;
- GError* _tmp5_ = NULL;
+ GError* _tmp5_;
#line 1038 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1038 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -7036,9 +7051,9 @@ static void configuration_facade_real_set_default_raw_developer (ConfigurationFa
_g_error_free0 (err);
#line 1043 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 7035 "ConfigurationInterfaces.c"
+#line 7050 "ConfigurationInterfaces.c"
}
- __finally139:
+ __finally140:
#line 1038 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1038 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -7047,7 +7062,7 @@ static void configuration_facade_real_set_default_raw_developer (ConfigurationFa
g_clear_error (&_inner_error_);
#line 1038 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 7046 "ConfigurationInterfaces.c"
+#line 7061 "ConfigurationInterfaces.c"
}
}
@@ -7057,7 +7072,7 @@ void configuration_facade_set_default_raw_developer (ConfigurationFacade* self,
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 1037 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_default_raw_developer (self, d);
-#line 7056 "ConfigurationInterfaces.c"
+#line 7071 "ConfigurationInterfaces.c"
}
@@ -7067,10 +7082,10 @@ static gboolean configuration_facade_real_get_hide_photos_already_imported (Conf
GError * _inner_error_ = NULL;
{
gboolean _tmp0_ = FALSE;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gboolean _tmp3_ = FALSE;
- gboolean _tmp4_ = FALSE;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gboolean _tmp3_;
+ gboolean _tmp4_;
#line 1052 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 1052 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -7085,12 +7100,12 @@ static gboolean configuration_facade_real_get_hide_photos_already_imported (Conf
_tmp0_ = _tmp4_;
#line 1052 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
-#line 7084 "ConfigurationInterfaces.c"
+#line 7099 "ConfigurationInterfaces.c"
gboolean _tmp5_ = FALSE;
#line 1052 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 7088 "ConfigurationInterfaces.c"
- goto __catch140_configuration_error;
+#line 7103 "ConfigurationInterfaces.c"
+ goto __catch141_configuration_error;
}
#line 1052 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -7098,19 +7113,19 @@ static gboolean configuration_facade_real_get_hide_photos_already_imported (Conf
g_clear_error (&_inner_error_);
#line 1052 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp5_;
-#line 7097 "ConfigurationInterfaces.c"
+#line 7112 "ConfigurationInterfaces.c"
}
#line 1052 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp0_;
#line 1052 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 7103 "ConfigurationInterfaces.c"
+#line 7118 "ConfigurationInterfaces.c"
}
- goto __finally140;
- __catch140_configuration_error:
+ goto __finally141;
+ __catch141_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
+ GError* _tmp6_;
#line 1051 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1051 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -7125,16 +7140,16 @@ static gboolean configuration_facade_real_get_hide_photos_already_imported (Conf
_g_error_free0 (err);
#line 1056 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 7124 "ConfigurationInterfaces.c"
+#line 7139 "ConfigurationInterfaces.c"
}
- __finally140:
+ __finally141:
#line 1051 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 1051 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 1051 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp7_;
-#line 7133 "ConfigurationInterfaces.c"
+#line 7148 "ConfigurationInterfaces.c"
}
@@ -7143,16 +7158,16 @@ gboolean configuration_facade_get_hide_photos_already_imported (ConfigurationFac
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), FALSE);
#line 1050 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_hide_photos_already_imported (self);
-#line 7142 "ConfigurationInterfaces.c"
+#line 7157 "ConfigurationInterfaces.c"
}
static void configuration_facade_real_set_hide_photos_already_imported (ConfigurationFacade* self, gboolean hide_imported) {
GError * _inner_error_ = NULL;
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- gboolean _tmp2_ = FALSE;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ gboolean _tmp2_;
#line 1062 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 1062 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -7167,8 +7182,8 @@ static void configuration_facade_real_set_hide_photos_already_imported (Configur
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1062 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 7166 "ConfigurationInterfaces.c"
- goto __catch141_configuration_error;
+#line 7181 "ConfigurationInterfaces.c"
+ goto __catch142_configuration_error;
}
#line 1062 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -7176,14 +7191,14 @@ static void configuration_facade_real_set_hide_photos_already_imported (Configur
g_clear_error (&_inner_error_);
#line 1062 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 7175 "ConfigurationInterfaces.c"
+#line 7190 "ConfigurationInterfaces.c"
}
}
- goto __finally141;
- __catch141_configuration_error:
+ goto __finally142;
+ __catch142_configuration_error:
{
GError* err = NULL;
- GError* _tmp3_ = NULL;
+ GError* _tmp3_;
#line 1061 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1061 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -7194,9 +7209,9 @@ static void configuration_facade_real_set_hide_photos_already_imported (Configur
configuration_facade_on_configuration_error (self, _tmp3_);
#line 1061 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_error_free0 (err);
-#line 7193 "ConfigurationInterfaces.c"
+#line 7208 "ConfigurationInterfaces.c"
}
- __finally141:
+ __finally142:
#line 1061 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1061 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -7205,7 +7220,7 @@ static void configuration_facade_real_set_hide_photos_already_imported (Configur
g_clear_error (&_inner_error_);
#line 1061 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 7204 "ConfigurationInterfaces.c"
+#line 7219 "ConfigurationInterfaces.c"
}
}
@@ -7215,7 +7230,7 @@ void configuration_facade_set_hide_photos_already_imported (ConfigurationFacade*
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 1060 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_hide_photos_already_imported (self, hide_imported);
-#line 7214 "ConfigurationInterfaces.c"
+#line 7229 "ConfigurationInterfaces.c"
}
@@ -7224,11 +7239,11 @@ static gchar* configuration_facade_real_get_import_dir (ConfigurationFacade* sel
GError * _inner_error_ = NULL;
{
gchar* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gchar* _tmp3_ = NULL;
- gchar* _tmp4_ = NULL;
- gchar* _tmp5_ = NULL;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gchar* _tmp3_;
+ gchar* _tmp4_;
+ gchar* _tmp5_;
#line 1073 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 1073 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -7245,8 +7260,8 @@ static gchar* configuration_facade_real_get_import_dir (ConfigurationFacade* sel
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1073 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 7244 "ConfigurationInterfaces.c"
- goto __catch142_configuration_error;
+#line 7259 "ConfigurationInterfaces.c"
+ goto __catch143_configuration_error;
}
#line 1073 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -7254,7 +7269,7 @@ static gchar* configuration_facade_real_get_import_dir (ConfigurationFacade* sel
g_clear_error (&_inner_error_);
#line 1073 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return NULL;
-#line 7253 "ConfigurationInterfaces.c"
+#line 7268 "ConfigurationInterfaces.c"
}
#line 1073 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp5_ = _tmp0_;
@@ -7266,14 +7281,14 @@ static gchar* configuration_facade_real_get_import_dir (ConfigurationFacade* sel
_g_free0 (_tmp0_);
#line 1073 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 7265 "ConfigurationInterfaces.c"
+#line 7280 "ConfigurationInterfaces.c"
}
- goto __finally142;
- __catch142_configuration_error:
+ goto __finally143;
+ __catch143_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
- gchar* _tmp7_ = NULL;
+ GError* _tmp6_;
+ gchar* _tmp7_;
#line 1072 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1072 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -7290,16 +7305,16 @@ static gchar* configuration_facade_real_get_import_dir (ConfigurationFacade* sel
_g_error_free0 (err);
#line 1077 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 7289 "ConfigurationInterfaces.c"
+#line 7304 "ConfigurationInterfaces.c"
}
- __finally142:
+ __finally143:
#line 1072 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 1072 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 1072 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return NULL;
-#line 7298 "ConfigurationInterfaces.c"
+#line 7313 "ConfigurationInterfaces.c"
}
@@ -7308,7 +7323,7 @@ gchar* configuration_facade_get_import_dir (ConfigurationFacade* self) {
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), NULL);
#line 1071 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_import_dir (self);
-#line 7307 "ConfigurationInterfaces.c"
+#line 7322 "ConfigurationInterfaces.c"
}
@@ -7316,11 +7331,11 @@ static void configuration_facade_real_set_import_dir (ConfigurationFacade* self,
GError * _inner_error_ = NULL;
#line 1081 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_return_if_fail (import_dir != NULL);
-#line 7315 "ConfigurationInterfaces.c"
+#line 7330 "ConfigurationInterfaces.c"
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- const gchar* _tmp2_ = NULL;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ const gchar* _tmp2_;
#line 1083 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 1083 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -7335,8 +7350,8 @@ static void configuration_facade_real_set_import_dir (ConfigurationFacade* self,
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1083 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 7334 "ConfigurationInterfaces.c"
- goto __catch143_configuration_error;
+#line 7349 "ConfigurationInterfaces.c"
+ goto __catch144_configuration_error;
}
#line 1083 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -7344,14 +7359,14 @@ static void configuration_facade_real_set_import_dir (ConfigurationFacade* self,
g_clear_error (&_inner_error_);
#line 1083 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 7343 "ConfigurationInterfaces.c"
+#line 7358 "ConfigurationInterfaces.c"
}
}
- goto __finally143;
- __catch143_configuration_error:
+ goto __finally144;
+ __catch144_configuration_error:
{
GError* err = NULL;
- GError* _tmp3_ = NULL;
+ GError* _tmp3_;
#line 1082 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1082 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -7362,9 +7377,9 @@ static void configuration_facade_real_set_import_dir (ConfigurationFacade* self,
configuration_facade_on_configuration_error (self, _tmp3_);
#line 1082 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_error_free0 (err);
-#line 7361 "ConfigurationInterfaces.c"
+#line 7376 "ConfigurationInterfaces.c"
}
- __finally143:
+ __finally144:
#line 1082 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1082 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -7373,7 +7388,7 @@ static void configuration_facade_real_set_import_dir (ConfigurationFacade* self,
g_clear_error (&_inner_error_);
#line 1082 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 7372 "ConfigurationInterfaces.c"
+#line 7387 "ConfigurationInterfaces.c"
}
}
@@ -7383,7 +7398,7 @@ void configuration_facade_set_import_dir (ConfigurationFacade* self, const gchar
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 1081 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_import_dir (self, import_dir);
-#line 7382 "ConfigurationInterfaces.c"
+#line 7397 "ConfigurationInterfaces.c"
}
@@ -7393,10 +7408,10 @@ static gboolean configuration_facade_real_get_keep_relativity (ConfigurationFaca
GError * _inner_error_ = NULL;
{
gboolean _tmp0_ = FALSE;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gboolean _tmp3_ = FALSE;
- gboolean _tmp4_ = FALSE;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gboolean _tmp3_;
+ gboolean _tmp4_;
#line 1094 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 1094 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -7411,12 +7426,12 @@ static gboolean configuration_facade_real_get_keep_relativity (ConfigurationFaca
_tmp0_ = _tmp4_;
#line 1094 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
-#line 7410 "ConfigurationInterfaces.c"
+#line 7425 "ConfigurationInterfaces.c"
gboolean _tmp5_ = FALSE;
#line 1094 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 7414 "ConfigurationInterfaces.c"
- goto __catch144_configuration_error;
+#line 7429 "ConfigurationInterfaces.c"
+ goto __catch145_configuration_error;
}
#line 1094 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -7424,19 +7439,19 @@ static gboolean configuration_facade_real_get_keep_relativity (ConfigurationFaca
g_clear_error (&_inner_error_);
#line 1094 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp5_;
-#line 7423 "ConfigurationInterfaces.c"
+#line 7438 "ConfigurationInterfaces.c"
}
#line 1094 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp0_;
#line 1094 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 7429 "ConfigurationInterfaces.c"
+#line 7444 "ConfigurationInterfaces.c"
}
- goto __finally144;
- __catch144_configuration_error:
+ goto __finally145;
+ __catch145_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
+ GError* _tmp6_;
#line 1093 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1093 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -7451,16 +7466,16 @@ static gboolean configuration_facade_real_get_keep_relativity (ConfigurationFaca
_g_error_free0 (err);
#line 1098 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 7450 "ConfigurationInterfaces.c"
+#line 7465 "ConfigurationInterfaces.c"
}
- __finally144:
+ __finally145:
#line 1093 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 1093 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 1093 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp7_;
-#line 7459 "ConfigurationInterfaces.c"
+#line 7474 "ConfigurationInterfaces.c"
}
@@ -7469,16 +7484,16 @@ gboolean configuration_facade_get_keep_relativity (ConfigurationFacade* self) {
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), FALSE);
#line 1092 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_keep_relativity (self);
-#line 7468 "ConfigurationInterfaces.c"
+#line 7483 "ConfigurationInterfaces.c"
}
static void configuration_facade_real_set_keep_relativity (ConfigurationFacade* self, gboolean keep_relativity) {
GError * _inner_error_ = NULL;
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- gboolean _tmp2_ = FALSE;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ gboolean _tmp2_;
#line 1104 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 1104 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -7493,8 +7508,8 @@ static void configuration_facade_real_set_keep_relativity (ConfigurationFacade*
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1104 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 7492 "ConfigurationInterfaces.c"
- goto __catch145_configuration_error;
+#line 7507 "ConfigurationInterfaces.c"
+ goto __catch146_configuration_error;
}
#line 1104 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -7502,14 +7517,14 @@ static void configuration_facade_real_set_keep_relativity (ConfigurationFacade*
g_clear_error (&_inner_error_);
#line 1104 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 7501 "ConfigurationInterfaces.c"
+#line 7516 "ConfigurationInterfaces.c"
}
}
- goto __finally145;
- __catch145_configuration_error:
+ goto __finally146;
+ __catch146_configuration_error:
{
GError* err = NULL;
- GError* _tmp3_ = NULL;
+ GError* _tmp3_;
#line 1103 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1103 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -7520,9 +7535,9 @@ static void configuration_facade_real_set_keep_relativity (ConfigurationFacade*
configuration_facade_on_configuration_error (self, _tmp3_);
#line 1103 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_error_free0 (err);
-#line 7519 "ConfigurationInterfaces.c"
+#line 7534 "ConfigurationInterfaces.c"
}
- __finally145:
+ __finally146:
#line 1103 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1103 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -7531,7 +7546,7 @@ static void configuration_facade_real_set_keep_relativity (ConfigurationFacade*
g_clear_error (&_inner_error_);
#line 1103 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 7530 "ConfigurationInterfaces.c"
+#line 7545 "ConfigurationInterfaces.c"
}
}
@@ -7541,7 +7556,7 @@ void configuration_facade_set_keep_relativity (ConfigurationFacade* self, gboole
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 1102 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_keep_relativity (self, keep_relativity);
-#line 7540 "ConfigurationInterfaces.c"
+#line 7555 "ConfigurationInterfaces.c"
}
@@ -7551,10 +7566,10 @@ static gboolean configuration_facade_real_get_pin_toolbar_state (ConfigurationFa
GError * _inner_error_ = NULL;
{
gboolean _tmp0_ = FALSE;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gboolean _tmp3_ = FALSE;
- gboolean _tmp4_ = FALSE;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gboolean _tmp3_;
+ gboolean _tmp4_;
#line 1115 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 1115 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -7569,12 +7584,12 @@ static gboolean configuration_facade_real_get_pin_toolbar_state (ConfigurationFa
_tmp0_ = _tmp4_;
#line 1115 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
-#line 7568 "ConfigurationInterfaces.c"
+#line 7583 "ConfigurationInterfaces.c"
gboolean _tmp5_ = FALSE;
#line 1115 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 7572 "ConfigurationInterfaces.c"
- goto __catch146_configuration_error;
+#line 7587 "ConfigurationInterfaces.c"
+ goto __catch147_configuration_error;
}
#line 1115 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -7582,19 +7597,19 @@ static gboolean configuration_facade_real_get_pin_toolbar_state (ConfigurationFa
g_clear_error (&_inner_error_);
#line 1115 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp5_;
-#line 7581 "ConfigurationInterfaces.c"
+#line 7596 "ConfigurationInterfaces.c"
}
#line 1115 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp0_;
#line 1115 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 7587 "ConfigurationInterfaces.c"
+#line 7602 "ConfigurationInterfaces.c"
}
- goto __finally146;
- __catch146_configuration_error:
+ goto __finally147;
+ __catch147_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
+ GError* _tmp6_;
#line 1114 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1114 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -7609,16 +7624,16 @@ static gboolean configuration_facade_real_get_pin_toolbar_state (ConfigurationFa
_g_error_free0 (err);
#line 1118 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 7608 "ConfigurationInterfaces.c"
+#line 7623 "ConfigurationInterfaces.c"
}
- __finally146:
+ __finally147:
#line 1114 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 1114 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 1114 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp7_;
-#line 7617 "ConfigurationInterfaces.c"
+#line 7632 "ConfigurationInterfaces.c"
}
@@ -7627,16 +7642,16 @@ gboolean configuration_facade_get_pin_toolbar_state (ConfigurationFacade* self)
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), FALSE);
#line 1113 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_pin_toolbar_state (self);
-#line 7626 "ConfigurationInterfaces.c"
+#line 7641 "ConfigurationInterfaces.c"
}
static void configuration_facade_real_set_pin_toolbar_state (ConfigurationFacade* self, gboolean state) {
GError * _inner_error_ = NULL;
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- gboolean _tmp2_ = FALSE;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ gboolean _tmp2_;
#line 1124 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 1124 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -7651,8 +7666,8 @@ static void configuration_facade_real_set_pin_toolbar_state (ConfigurationFacade
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1124 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 7650 "ConfigurationInterfaces.c"
- goto __catch147_configuration_error;
+#line 7665 "ConfigurationInterfaces.c"
+ goto __catch148_configuration_error;
}
#line 1124 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -7660,14 +7675,14 @@ static void configuration_facade_real_set_pin_toolbar_state (ConfigurationFacade
g_clear_error (&_inner_error_);
#line 1124 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 7659 "ConfigurationInterfaces.c"
+#line 7674 "ConfigurationInterfaces.c"
}
}
- goto __finally147;
- __catch147_configuration_error:
+ goto __finally148;
+ __catch148_configuration_error:
{
GError* err = NULL;
- GError* _tmp3_ = NULL;
+ GError* _tmp3_;
#line 1123 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1123 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -7678,9 +7693,9 @@ static void configuration_facade_real_set_pin_toolbar_state (ConfigurationFacade
configuration_facade_on_configuration_error (self, _tmp3_);
#line 1123 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_error_free0 (err);
-#line 7677 "ConfigurationInterfaces.c"
+#line 7692 "ConfigurationInterfaces.c"
}
- __finally147:
+ __finally148:
#line 1123 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1123 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -7689,7 +7704,7 @@ static void configuration_facade_real_set_pin_toolbar_state (ConfigurationFacade
g_clear_error (&_inner_error_);
#line 1123 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 7688 "ConfigurationInterfaces.c"
+#line 7703 "ConfigurationInterfaces.c"
}
}
@@ -7699,7 +7714,7 @@ void configuration_facade_set_pin_toolbar_state (ConfigurationFacade* self, gboo
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 1122 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_pin_toolbar_state (self, state);
-#line 7698 "ConfigurationInterfaces.c"
+#line 7713 "ConfigurationInterfaces.c"
}
@@ -7709,10 +7724,10 @@ static gint configuration_facade_real_get_last_crop_height (ConfigurationFacade*
GError * _inner_error_ = NULL;
{
gint _tmp0_ = 0;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gint _tmp3_ = 0;
- gint _tmp4_ = 0;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gint _tmp3_;
+ gint _tmp4_;
#line 1135 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 1135 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -7727,12 +7742,12 @@ static gint configuration_facade_real_get_last_crop_height (ConfigurationFacade*
_tmp0_ = _tmp4_;
#line 1135 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
-#line 7726 "ConfigurationInterfaces.c"
+#line 7741 "ConfigurationInterfaces.c"
gint _tmp5_ = 0;
#line 1135 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 7730 "ConfigurationInterfaces.c"
- goto __catch148_configuration_error;
+#line 7745 "ConfigurationInterfaces.c"
+ goto __catch149_configuration_error;
}
#line 1135 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -7740,19 +7755,19 @@ static gint configuration_facade_real_get_last_crop_height (ConfigurationFacade*
g_clear_error (&_inner_error_);
#line 1135 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp5_;
-#line 7739 "ConfigurationInterfaces.c"
+#line 7754 "ConfigurationInterfaces.c"
}
#line 1135 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp0_;
#line 1135 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 7745 "ConfigurationInterfaces.c"
+#line 7760 "ConfigurationInterfaces.c"
}
- goto __finally148;
- __catch148_configuration_error:
+ goto __finally149;
+ __catch149_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
+ GError* _tmp6_;
#line 1134 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1134 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -7767,16 +7782,16 @@ static gint configuration_facade_real_get_last_crop_height (ConfigurationFacade*
_g_error_free0 (err);
#line 1138 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 7766 "ConfigurationInterfaces.c"
+#line 7781 "ConfigurationInterfaces.c"
}
- __finally148:
+ __finally149:
#line 1134 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 1134 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 1134 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp7_;
-#line 7775 "ConfigurationInterfaces.c"
+#line 7790 "ConfigurationInterfaces.c"
}
@@ -7785,16 +7800,16 @@ gint configuration_facade_get_last_crop_height (ConfigurationFacade* self) {
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), 0);
#line 1133 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_last_crop_height (self);
-#line 7784 "ConfigurationInterfaces.c"
+#line 7799 "ConfigurationInterfaces.c"
}
static void configuration_facade_real_set_last_crop_height (ConfigurationFacade* self, gint choice) {
GError * _inner_error_ = NULL;
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- gint _tmp2_ = 0;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ gint _tmp2_;
#line 1144 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 1144 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -7809,8 +7824,8 @@ static void configuration_facade_real_set_last_crop_height (ConfigurationFacade*
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1144 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 7808 "ConfigurationInterfaces.c"
- goto __catch149_configuration_error;
+#line 7823 "ConfigurationInterfaces.c"
+ goto __catch150_configuration_error;
}
#line 1144 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -7818,14 +7833,14 @@ static void configuration_facade_real_set_last_crop_height (ConfigurationFacade*
g_clear_error (&_inner_error_);
#line 1144 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 7817 "ConfigurationInterfaces.c"
+#line 7832 "ConfigurationInterfaces.c"
}
}
- goto __finally149;
- __catch149_configuration_error:
+ goto __finally150;
+ __catch150_configuration_error:
{
GError* err = NULL;
- GError* _tmp3_ = NULL;
+ GError* _tmp3_;
#line 1143 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1143 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -7836,9 +7851,9 @@ static void configuration_facade_real_set_last_crop_height (ConfigurationFacade*
configuration_facade_on_configuration_error (self, _tmp3_);
#line 1143 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_error_free0 (err);
-#line 7835 "ConfigurationInterfaces.c"
+#line 7850 "ConfigurationInterfaces.c"
}
- __finally149:
+ __finally150:
#line 1143 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1143 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -7847,7 +7862,7 @@ static void configuration_facade_real_set_last_crop_height (ConfigurationFacade*
g_clear_error (&_inner_error_);
#line 1143 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 7846 "ConfigurationInterfaces.c"
+#line 7861 "ConfigurationInterfaces.c"
}
}
@@ -7857,7 +7872,7 @@ void configuration_facade_set_last_crop_height (ConfigurationFacade* self, gint
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 1142 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_last_crop_height (self, choice);
-#line 7856 "ConfigurationInterfaces.c"
+#line 7871 "ConfigurationInterfaces.c"
}
@@ -7867,10 +7882,10 @@ static gint configuration_facade_real_get_last_crop_menu_choice (ConfigurationFa
GError * _inner_error_ = NULL;
{
gint _tmp0_ = 0;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gint _tmp3_ = 0;
- gint _tmp4_ = 0;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gint _tmp3_;
+ gint _tmp4_;
#line 1155 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 1155 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -7885,12 +7900,12 @@ static gint configuration_facade_real_get_last_crop_menu_choice (ConfigurationFa
_tmp0_ = _tmp4_;
#line 1155 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
-#line 7884 "ConfigurationInterfaces.c"
+#line 7899 "ConfigurationInterfaces.c"
gint _tmp5_ = 0;
#line 1155 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 7888 "ConfigurationInterfaces.c"
- goto __catch150_configuration_error;
+#line 7903 "ConfigurationInterfaces.c"
+ goto __catch151_configuration_error;
}
#line 1155 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -7898,19 +7913,19 @@ static gint configuration_facade_real_get_last_crop_menu_choice (ConfigurationFa
g_clear_error (&_inner_error_);
#line 1155 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp5_;
-#line 7897 "ConfigurationInterfaces.c"
+#line 7912 "ConfigurationInterfaces.c"
}
#line 1155 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp0_;
#line 1155 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 7903 "ConfigurationInterfaces.c"
+#line 7918 "ConfigurationInterfaces.c"
}
- goto __finally150;
- __catch150_configuration_error:
+ goto __finally151;
+ __catch151_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
+ GError* _tmp6_;
#line 1154 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1154 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -7925,16 +7940,16 @@ static gint configuration_facade_real_get_last_crop_menu_choice (ConfigurationFa
_g_error_free0 (err);
#line 1162 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 7924 "ConfigurationInterfaces.c"
+#line 7939 "ConfigurationInterfaces.c"
}
- __finally150:
+ __finally151:
#line 1154 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 1154 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 1154 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp7_;
-#line 7933 "ConfigurationInterfaces.c"
+#line 7948 "ConfigurationInterfaces.c"
}
@@ -7943,16 +7958,16 @@ gint configuration_facade_get_last_crop_menu_choice (ConfigurationFacade* self)
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), 0);
#line 1153 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_last_crop_menu_choice (self);
-#line 7942 "ConfigurationInterfaces.c"
+#line 7957 "ConfigurationInterfaces.c"
}
static void configuration_facade_real_set_last_crop_menu_choice (ConfigurationFacade* self, gint choice) {
GError * _inner_error_ = NULL;
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- gint _tmp2_ = 0;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ gint _tmp2_;
#line 1168 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 1168 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -7967,8 +7982,8 @@ static void configuration_facade_real_set_last_crop_menu_choice (ConfigurationFa
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1168 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 7966 "ConfigurationInterfaces.c"
- goto __catch151_configuration_error;
+#line 7981 "ConfigurationInterfaces.c"
+ goto __catch152_configuration_error;
}
#line 1168 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -7976,14 +7991,14 @@ static void configuration_facade_real_set_last_crop_menu_choice (ConfigurationFa
g_clear_error (&_inner_error_);
#line 1168 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 7975 "ConfigurationInterfaces.c"
+#line 7990 "ConfigurationInterfaces.c"
}
}
- goto __finally151;
- __catch151_configuration_error:
+ goto __finally152;
+ __catch152_configuration_error:
{
GError* err = NULL;
- GError* _tmp3_ = NULL;
+ GError* _tmp3_;
#line 1167 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1167 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -7994,9 +8009,9 @@ static void configuration_facade_real_set_last_crop_menu_choice (ConfigurationFa
configuration_facade_on_configuration_error (self, _tmp3_);
#line 1167 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_error_free0 (err);
-#line 7993 "ConfigurationInterfaces.c"
+#line 8008 "ConfigurationInterfaces.c"
}
- __finally151:
+ __finally152:
#line 1167 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1167 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -8005,7 +8020,7 @@ static void configuration_facade_real_set_last_crop_menu_choice (ConfigurationFa
g_clear_error (&_inner_error_);
#line 1167 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 8004 "ConfigurationInterfaces.c"
+#line 8019 "ConfigurationInterfaces.c"
}
}
@@ -8015,7 +8030,7 @@ void configuration_facade_set_last_crop_menu_choice (ConfigurationFacade* self,
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 1166 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_last_crop_menu_choice (self, choice);
-#line 8014 "ConfigurationInterfaces.c"
+#line 8029 "ConfigurationInterfaces.c"
}
@@ -8025,10 +8040,10 @@ static gint configuration_facade_real_get_last_crop_width (ConfigurationFacade*
GError * _inner_error_ = NULL;
{
gint _tmp0_ = 0;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gint _tmp3_ = 0;
- gint _tmp4_ = 0;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gint _tmp3_;
+ gint _tmp4_;
#line 1179 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 1179 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -8043,12 +8058,12 @@ static gint configuration_facade_real_get_last_crop_width (ConfigurationFacade*
_tmp0_ = _tmp4_;
#line 1179 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
-#line 8042 "ConfigurationInterfaces.c"
+#line 8057 "ConfigurationInterfaces.c"
gint _tmp5_ = 0;
#line 1179 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 8046 "ConfigurationInterfaces.c"
- goto __catch152_configuration_error;
+#line 8061 "ConfigurationInterfaces.c"
+ goto __catch153_configuration_error;
}
#line 1179 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -8056,19 +8071,19 @@ static gint configuration_facade_real_get_last_crop_width (ConfigurationFacade*
g_clear_error (&_inner_error_);
#line 1179 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp5_;
-#line 8055 "ConfigurationInterfaces.c"
+#line 8070 "ConfigurationInterfaces.c"
}
#line 1179 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp0_;
#line 1179 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 8061 "ConfigurationInterfaces.c"
+#line 8076 "ConfigurationInterfaces.c"
}
- goto __finally152;
- __catch152_configuration_error:
+ goto __finally153;
+ __catch153_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
+ GError* _tmp6_;
#line 1178 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1178 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -8083,16 +8098,16 @@ static gint configuration_facade_real_get_last_crop_width (ConfigurationFacade*
_g_error_free0 (err);
#line 1182 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 8082 "ConfigurationInterfaces.c"
+#line 8097 "ConfigurationInterfaces.c"
}
- __finally152:
+ __finally153:
#line 1178 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 1178 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 1178 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp7_;
-#line 8091 "ConfigurationInterfaces.c"
+#line 8106 "ConfigurationInterfaces.c"
}
@@ -8101,16 +8116,16 @@ gint configuration_facade_get_last_crop_width (ConfigurationFacade* self) {
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), 0);
#line 1177 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_last_crop_width (self);
-#line 8100 "ConfigurationInterfaces.c"
+#line 8115 "ConfigurationInterfaces.c"
}
static void configuration_facade_real_set_last_crop_width (ConfigurationFacade* self, gint choice) {
GError * _inner_error_ = NULL;
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- gint _tmp2_ = 0;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ gint _tmp2_;
#line 1188 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 1188 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -8125,8 +8140,8 @@ static void configuration_facade_real_set_last_crop_width (ConfigurationFacade*
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1188 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 8124 "ConfigurationInterfaces.c"
- goto __catch153_configuration_error;
+#line 8139 "ConfigurationInterfaces.c"
+ goto __catch154_configuration_error;
}
#line 1188 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -8134,14 +8149,14 @@ static void configuration_facade_real_set_last_crop_width (ConfigurationFacade*
g_clear_error (&_inner_error_);
#line 1188 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 8133 "ConfigurationInterfaces.c"
+#line 8148 "ConfigurationInterfaces.c"
}
}
- goto __finally153;
- __catch153_configuration_error:
+ goto __finally154;
+ __catch154_configuration_error:
{
GError* err = NULL;
- GError* _tmp3_ = NULL;
+ GError* _tmp3_;
#line 1187 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1187 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -8152,9 +8167,9 @@ static void configuration_facade_real_set_last_crop_width (ConfigurationFacade*
configuration_facade_on_configuration_error (self, _tmp3_);
#line 1187 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_error_free0 (err);
-#line 8151 "ConfigurationInterfaces.c"
+#line 8166 "ConfigurationInterfaces.c"
}
- __finally153:
+ __finally154:
#line 1187 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1187 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -8163,7 +8178,7 @@ static void configuration_facade_real_set_last_crop_width (ConfigurationFacade*
g_clear_error (&_inner_error_);
#line 1187 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 8162 "ConfigurationInterfaces.c"
+#line 8177 "ConfigurationInterfaces.c"
}
}
@@ -8173,7 +8188,7 @@ void configuration_facade_set_last_crop_width (ConfigurationFacade* self, gint c
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 1186 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_last_crop_width (self, choice);
-#line 8172 "ConfigurationInterfaces.c"
+#line 8187 "ConfigurationInterfaces.c"
}
@@ -8182,11 +8197,11 @@ static gchar* configuration_facade_real_get_last_used_service (ConfigurationFaca
GError * _inner_error_ = NULL;
{
gchar* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gchar* _tmp3_ = NULL;
- gchar* _tmp4_ = NULL;
- gchar* _tmp5_ = NULL;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gchar* _tmp3_;
+ gchar* _tmp4_;
+ gchar* _tmp5_;
#line 1199 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 1199 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -8203,8 +8218,8 @@ static gchar* configuration_facade_real_get_last_used_service (ConfigurationFaca
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1199 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 8202 "ConfigurationInterfaces.c"
- goto __catch154_configuration_error;
+#line 8217 "ConfigurationInterfaces.c"
+ goto __catch155_configuration_error;
}
#line 1199 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -8212,7 +8227,7 @@ static gchar* configuration_facade_real_get_last_used_service (ConfigurationFaca
g_clear_error (&_inner_error_);
#line 1199 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return NULL;
-#line 8211 "ConfigurationInterfaces.c"
+#line 8226 "ConfigurationInterfaces.c"
}
#line 1199 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp5_ = _tmp0_;
@@ -8224,14 +8239,14 @@ static gchar* configuration_facade_real_get_last_used_service (ConfigurationFaca
_g_free0 (_tmp0_);
#line 1199 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 8223 "ConfigurationInterfaces.c"
+#line 8238 "ConfigurationInterfaces.c"
}
- goto __finally154;
- __catch154_configuration_error:
+ goto __finally155;
+ __catch155_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
- gchar* _tmp7_ = NULL;
+ GError* _tmp6_;
+ gchar* _tmp7_;
#line 1198 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1198 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -8248,16 +8263,16 @@ static gchar* configuration_facade_real_get_last_used_service (ConfigurationFaca
_g_error_free0 (err);
#line 1206 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 8247 "ConfigurationInterfaces.c"
+#line 8262 "ConfigurationInterfaces.c"
}
- __finally154:
+ __finally155:
#line 1198 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 1198 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 1198 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return NULL;
-#line 8256 "ConfigurationInterfaces.c"
+#line 8271 "ConfigurationInterfaces.c"
}
@@ -8266,7 +8281,7 @@ gchar* configuration_facade_get_last_used_service (ConfigurationFacade* self) {
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), NULL);
#line 1197 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_last_used_service (self);
-#line 8265 "ConfigurationInterfaces.c"
+#line 8280 "ConfigurationInterfaces.c"
}
@@ -8274,11 +8289,11 @@ static void configuration_facade_real_set_last_used_service (ConfigurationFacade
GError * _inner_error_ = NULL;
#line 1210 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_return_if_fail (service_name != NULL);
-#line 8273 "ConfigurationInterfaces.c"
+#line 8288 "ConfigurationInterfaces.c"
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- const gchar* _tmp2_ = NULL;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ const gchar* _tmp2_;
#line 1212 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 1212 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -8293,8 +8308,8 @@ static void configuration_facade_real_set_last_used_service (ConfigurationFacade
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1212 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 8292 "ConfigurationInterfaces.c"
- goto __catch155_configuration_error;
+#line 8307 "ConfigurationInterfaces.c"
+ goto __catch156_configuration_error;
}
#line 1212 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -8302,14 +8317,14 @@ static void configuration_facade_real_set_last_used_service (ConfigurationFacade
g_clear_error (&_inner_error_);
#line 1212 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 8301 "ConfigurationInterfaces.c"
+#line 8316 "ConfigurationInterfaces.c"
}
}
- goto __finally155;
- __catch155_configuration_error:
+ goto __finally156;
+ __catch156_configuration_error:
{
GError* err = NULL;
- GError* _tmp3_ = NULL;
+ GError* _tmp3_;
#line 1211 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1211 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -8320,9 +8335,9 @@ static void configuration_facade_real_set_last_used_service (ConfigurationFacade
configuration_facade_on_configuration_error (self, _tmp3_);
#line 1211 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_error_free0 (err);
-#line 8319 "ConfigurationInterfaces.c"
+#line 8334 "ConfigurationInterfaces.c"
}
- __finally155:
+ __finally156:
#line 1211 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1211 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -8331,7 +8346,7 @@ static void configuration_facade_real_set_last_used_service (ConfigurationFacade
g_clear_error (&_inner_error_);
#line 1211 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 8330 "ConfigurationInterfaces.c"
+#line 8345 "ConfigurationInterfaces.c"
}
}
@@ -8341,7 +8356,7 @@ void configuration_facade_set_last_used_service (ConfigurationFacade* self, cons
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 1210 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_last_used_service (self, service_name);
-#line 8340 "ConfigurationInterfaces.c"
+#line 8355 "ConfigurationInterfaces.c"
}
@@ -8350,11 +8365,11 @@ static gchar* configuration_facade_real_get_last_used_dataimports_service (Confi
GError * _inner_error_ = NULL;
{
gchar* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gchar* _tmp3_ = NULL;
- gchar* _tmp4_ = NULL;
- gchar* _tmp5_ = NULL;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gchar* _tmp3_;
+ gchar* _tmp4_;
+ gchar* _tmp5_;
#line 1223 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 1223 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -8371,8 +8386,8 @@ static gchar* configuration_facade_real_get_last_used_dataimports_service (Confi
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1223 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 8370 "ConfigurationInterfaces.c"
- goto __catch156_configuration_error;
+#line 8385 "ConfigurationInterfaces.c"
+ goto __catch157_configuration_error;
}
#line 1223 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -8380,7 +8395,7 @@ static gchar* configuration_facade_real_get_last_used_dataimports_service (Confi
g_clear_error (&_inner_error_);
#line 1223 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return NULL;
-#line 8379 "ConfigurationInterfaces.c"
+#line 8394 "ConfigurationInterfaces.c"
}
#line 1223 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp5_ = _tmp0_;
@@ -8392,14 +8407,14 @@ static gchar* configuration_facade_real_get_last_used_dataimports_service (Confi
_g_free0 (_tmp0_);
#line 1223 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 8391 "ConfigurationInterfaces.c"
+#line 8406 "ConfigurationInterfaces.c"
}
- goto __finally156;
- __catch156_configuration_error:
+ goto __finally157;
+ __catch157_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
- gchar* _tmp7_ = NULL;
+ GError* _tmp6_;
+ gchar* _tmp7_;
#line 1222 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1222 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -8416,16 +8431,16 @@ static gchar* configuration_facade_real_get_last_used_dataimports_service (Confi
_g_error_free0 (err);
#line 1230 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 8415 "ConfigurationInterfaces.c"
+#line 8430 "ConfigurationInterfaces.c"
}
- __finally156:
+ __finally157:
#line 1222 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 1222 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 1222 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return NULL;
-#line 8424 "ConfigurationInterfaces.c"
+#line 8439 "ConfigurationInterfaces.c"
}
@@ -8434,7 +8449,7 @@ gchar* configuration_facade_get_last_used_dataimports_service (ConfigurationFaca
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), NULL);
#line 1221 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_last_used_dataimports_service (self);
-#line 8433 "ConfigurationInterfaces.c"
+#line 8448 "ConfigurationInterfaces.c"
}
@@ -8442,11 +8457,11 @@ static void configuration_facade_real_set_last_used_dataimports_service (Configu
GError * _inner_error_ = NULL;
#line 1234 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_return_if_fail (service_name != NULL);
-#line 8441 "ConfigurationInterfaces.c"
+#line 8456 "ConfigurationInterfaces.c"
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- const gchar* _tmp2_ = NULL;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ const gchar* _tmp2_;
#line 1236 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 1236 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -8461,8 +8476,8 @@ static void configuration_facade_real_set_last_used_dataimports_service (Configu
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1236 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 8460 "ConfigurationInterfaces.c"
- goto __catch157_configuration_error;
+#line 8475 "ConfigurationInterfaces.c"
+ goto __catch158_configuration_error;
}
#line 1236 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -8470,14 +8485,14 @@ static void configuration_facade_real_set_last_used_dataimports_service (Configu
g_clear_error (&_inner_error_);
#line 1236 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 8469 "ConfigurationInterfaces.c"
+#line 8484 "ConfigurationInterfaces.c"
}
}
- goto __finally157;
- __catch157_configuration_error:
+ goto __finally158;
+ __catch158_configuration_error:
{
GError* err = NULL;
- GError* _tmp3_ = NULL;
+ GError* _tmp3_;
#line 1235 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1235 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -8488,9 +8503,9 @@ static void configuration_facade_real_set_last_used_dataimports_service (Configu
configuration_facade_on_configuration_error (self, _tmp3_);
#line 1235 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_error_free0 (err);
-#line 8487 "ConfigurationInterfaces.c"
+#line 8502 "ConfigurationInterfaces.c"
}
- __finally157:
+ __finally158:
#line 1235 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1235 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -8499,7 +8514,7 @@ static void configuration_facade_real_set_last_used_dataimports_service (Configu
g_clear_error (&_inner_error_);
#line 1235 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 8498 "ConfigurationInterfaces.c"
+#line 8513 "ConfigurationInterfaces.c"
}
}
@@ -8509,7 +8524,7 @@ void configuration_facade_set_last_used_dataimports_service (ConfigurationFacade
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 1234 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_last_used_dataimports_service (self, service_name);
-#line 8508 "ConfigurationInterfaces.c"
+#line 8523 "ConfigurationInterfaces.c"
}
@@ -8521,18 +8536,18 @@ static void configuration_facade_real_get_library_photos_sort (ConfigurationFaca
_vala_sort_order = FALSE;
#line 1247 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_vala_sort_by = 2;
-#line 8520 "ConfigurationInterfaces.c"
+#line 8535 "ConfigurationInterfaces.c"
{
gboolean _tmp0_ = FALSE;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gboolean _tmp3_ = FALSE;
- gboolean _tmp4_ = FALSE;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gboolean _tmp3_;
+ gboolean _tmp4_;
gint _tmp5_ = 0;
- ConfigurationEngine* _tmp6_ = NULL;
- ConfigurationEngine* _tmp7_ = NULL;
- gint _tmp8_ = 0;
- gint _tmp9_ = 0;
+ ConfigurationEngine* _tmp6_;
+ ConfigurationEngine* _tmp7_;
+ gint _tmp8_;
+ gint _tmp9_;
#line 1249 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 1249 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -8549,8 +8564,8 @@ static void configuration_facade_real_get_library_photos_sort (ConfigurationFaca
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1249 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 8548 "ConfigurationInterfaces.c"
- goto __catch158_configuration_error;
+#line 8563 "ConfigurationInterfaces.c"
+ goto __catch159_configuration_error;
}
#line 1249 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -8558,7 +8573,7 @@ static void configuration_facade_real_get_library_photos_sort (ConfigurationFaca
g_clear_error (&_inner_error_);
#line 1249 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 8557 "ConfigurationInterfaces.c"
+#line 8572 "ConfigurationInterfaces.c"
}
#line 1249 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_vala_sort_order = _tmp0_;
@@ -8578,8 +8593,8 @@ static void configuration_facade_real_get_library_photos_sort (ConfigurationFaca
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1251 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 8577 "ConfigurationInterfaces.c"
- goto __catch158_configuration_error;
+#line 8592 "ConfigurationInterfaces.c"
+ goto __catch159_configuration_error;
}
#line 1251 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -8587,17 +8602,17 @@ static void configuration_facade_real_get_library_photos_sort (ConfigurationFaca
g_clear_error (&_inner_error_);
#line 1251 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 8586 "ConfigurationInterfaces.c"
+#line 8601 "ConfigurationInterfaces.c"
}
#line 1251 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_vala_sort_by = _tmp5_;
-#line 8590 "ConfigurationInterfaces.c"
+#line 8605 "ConfigurationInterfaces.c"
}
- goto __finally158;
- __catch158_configuration_error:
+ goto __finally159;
+ __catch159_configuration_error:
{
GError* err = NULL;
- GError* _tmp10_ = NULL;
+ GError* _tmp10_;
#line 1248 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1248 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -8608,9 +8623,9 @@ static void configuration_facade_real_get_library_photos_sort (ConfigurationFaca
configuration_facade_on_configuration_error (self, _tmp10_);
#line 1248 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_error_free0 (err);
-#line 8607 "ConfigurationInterfaces.c"
+#line 8622 "ConfigurationInterfaces.c"
}
- __finally158:
+ __finally159:
#line 1248 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1248 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -8619,19 +8634,19 @@ static void configuration_facade_real_get_library_photos_sort (ConfigurationFaca
g_clear_error (&_inner_error_);
#line 1248 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 8618 "ConfigurationInterfaces.c"
+#line 8633 "ConfigurationInterfaces.c"
}
#line 1245 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (sort_order) {
#line 1245 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
*sort_order = _vala_sort_order;
-#line 8624 "ConfigurationInterfaces.c"
+#line 8639 "ConfigurationInterfaces.c"
}
#line 1245 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (sort_by) {
#line 1245 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
*sort_by = _vala_sort_by;
-#line 8630 "ConfigurationInterfaces.c"
+#line 8645 "ConfigurationInterfaces.c"
}
}
@@ -8641,19 +8656,19 @@ void configuration_facade_get_library_photos_sort (ConfigurationFacade* self, gb
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 1245 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->get_library_photos_sort (self, sort_order, sort_by);
-#line 8640 "ConfigurationInterfaces.c"
+#line 8655 "ConfigurationInterfaces.c"
}
static void configuration_facade_real_set_library_photos_sort (ConfigurationFacade* self, gboolean sort_order, gint sort_by) {
GError * _inner_error_ = NULL;
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- gboolean _tmp2_ = FALSE;
- ConfigurationEngine* _tmp3_ = NULL;
- ConfigurationEngine* _tmp4_ = NULL;
- gint _tmp5_ = 0;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ gboolean _tmp2_;
+ ConfigurationEngine* _tmp3_;
+ ConfigurationEngine* _tmp4_;
+ gint _tmp5_;
#line 1259 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 1259 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -8668,8 +8683,8 @@ static void configuration_facade_real_set_library_photos_sort (ConfigurationFaca
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1259 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 8667 "ConfigurationInterfaces.c"
- goto __catch159_configuration_error;
+#line 8682 "ConfigurationInterfaces.c"
+ goto __catch160_configuration_error;
}
#line 1259 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -8677,7 +8692,7 @@ static void configuration_facade_real_set_library_photos_sort (ConfigurationFaca
g_clear_error (&_inner_error_);
#line 1259 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 8676 "ConfigurationInterfaces.c"
+#line 8691 "ConfigurationInterfaces.c"
}
#line 1261 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp3_ = configuration_facade_get_engine (self);
@@ -8693,8 +8708,8 @@ static void configuration_facade_real_set_library_photos_sort (ConfigurationFaca
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1261 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 8692 "ConfigurationInterfaces.c"
- goto __catch159_configuration_error;
+#line 8707 "ConfigurationInterfaces.c"
+ goto __catch160_configuration_error;
}
#line 1261 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -8702,14 +8717,14 @@ static void configuration_facade_real_set_library_photos_sort (ConfigurationFaca
g_clear_error (&_inner_error_);
#line 1261 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 8701 "ConfigurationInterfaces.c"
+#line 8716 "ConfigurationInterfaces.c"
}
}
- goto __finally159;
- __catch159_configuration_error:
+ goto __finally160;
+ __catch160_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
+ GError* _tmp6_;
#line 1258 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1258 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -8720,9 +8735,9 @@ static void configuration_facade_real_set_library_photos_sort (ConfigurationFaca
configuration_facade_on_configuration_error (self, _tmp6_);
#line 1258 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_error_free0 (err);
-#line 8719 "ConfigurationInterfaces.c"
+#line 8734 "ConfigurationInterfaces.c"
}
- __finally159:
+ __finally160:
#line 1258 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1258 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -8731,7 +8746,7 @@ static void configuration_facade_real_set_library_photos_sort (ConfigurationFaca
g_clear_error (&_inner_error_);
#line 1258 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 8730 "ConfigurationInterfaces.c"
+#line 8745 "ConfigurationInterfaces.c"
}
}
@@ -8741,7 +8756,7 @@ void configuration_facade_set_library_photos_sort (ConfigurationFacade* self, gb
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 1257 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_library_photos_sort (self, sort_order, sort_by);
-#line 8740 "ConfigurationInterfaces.c"
+#line 8755 "ConfigurationInterfaces.c"
}
@@ -8753,25 +8768,25 @@ static void configuration_facade_real_get_library_window_state (ConfigurationFac
_vala_maximize = FALSE;
#line 1273 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
dimensions_init (&_vala_dimensions, 1024, 768);
-#line 8752 "ConfigurationInterfaces.c"
+#line 8767 "ConfigurationInterfaces.c"
{
gboolean _tmp0_ = FALSE;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gboolean _tmp3_ = FALSE;
- gboolean _tmp4_ = FALSE;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gboolean _tmp3_;
+ gboolean _tmp4_;
gint w = 0;
- ConfigurationEngine* _tmp5_ = NULL;
- ConfigurationEngine* _tmp6_ = NULL;
- gint _tmp7_ = 0;
- gint _tmp8_ = 0;
+ ConfigurationEngine* _tmp5_;
+ ConfigurationEngine* _tmp6_;
+ gint _tmp7_;
+ gint _tmp8_;
gint h = 0;
- ConfigurationEngine* _tmp9_ = NULL;
- ConfigurationEngine* _tmp10_ = NULL;
- gint _tmp11_ = 0;
- gint _tmp12_ = 0;
- gint _tmp13_ = 0;
- gint _tmp14_ = 0;
+ ConfigurationEngine* _tmp9_;
+ ConfigurationEngine* _tmp10_;
+ gint _tmp11_;
+ gint _tmp12_;
+ gint _tmp13_;
+ gint _tmp14_;
#line 1275 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 1275 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -8788,8 +8803,8 @@ static void configuration_facade_real_get_library_window_state (ConfigurationFac
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1275 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 8787 "ConfigurationInterfaces.c"
- goto __catch160_configuration_error;
+#line 8802 "ConfigurationInterfaces.c"
+ goto __catch161_configuration_error;
}
#line 1275 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -8797,7 +8812,7 @@ static void configuration_facade_real_get_library_window_state (ConfigurationFac
g_clear_error (&_inner_error_);
#line 1275 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 8796 "ConfigurationInterfaces.c"
+#line 8811 "ConfigurationInterfaces.c"
}
#line 1275 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_vala_maximize = _tmp0_;
@@ -8817,8 +8832,8 @@ static void configuration_facade_real_get_library_window_state (ConfigurationFac
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1276 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 8816 "ConfigurationInterfaces.c"
- goto __catch160_configuration_error;
+#line 8831 "ConfigurationInterfaces.c"
+ goto __catch161_configuration_error;
}
#line 1276 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -8826,7 +8841,7 @@ static void configuration_facade_real_get_library_window_state (ConfigurationFac
g_clear_error (&_inner_error_);
#line 1276 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 8825 "ConfigurationInterfaces.c"
+#line 8840 "ConfigurationInterfaces.c"
}
#line 1277 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp9_ = configuration_facade_get_engine (self);
@@ -8844,8 +8859,8 @@ static void configuration_facade_real_get_library_window_state (ConfigurationFac
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1277 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 8843 "ConfigurationInterfaces.c"
- goto __catch160_configuration_error;
+#line 8858 "ConfigurationInterfaces.c"
+ goto __catch161_configuration_error;
}
#line 1277 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -8853,7 +8868,7 @@ static void configuration_facade_real_get_library_window_state (ConfigurationFac
g_clear_error (&_inner_error_);
#line 1277 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 8852 "ConfigurationInterfaces.c"
+#line 8867 "ConfigurationInterfaces.c"
}
#line 1278 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp13_ = w;
@@ -8861,13 +8876,13 @@ static void configuration_facade_real_get_library_window_state (ConfigurationFac
_tmp14_ = h;
#line 1278 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
dimensions_init (&_vala_dimensions, _tmp13_, _tmp14_);
-#line 8860 "ConfigurationInterfaces.c"
+#line 8875 "ConfigurationInterfaces.c"
}
- goto __finally160;
- __catch160_configuration_error:
+ goto __finally161;
+ __catch161_configuration_error:
{
GError* err = NULL;
- GError* _tmp15_ = NULL;
+ GError* _tmp15_;
#line 1274 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1274 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -8878,9 +8893,9 @@ static void configuration_facade_real_get_library_window_state (ConfigurationFac
configuration_facade_on_configuration_error (self, _tmp15_);
#line 1274 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_error_free0 (err);
-#line 8877 "ConfigurationInterfaces.c"
+#line 8892 "ConfigurationInterfaces.c"
}
- __finally160:
+ __finally161:
#line 1274 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1274 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -8889,19 +8904,19 @@ static void configuration_facade_real_get_library_window_state (ConfigurationFac
g_clear_error (&_inner_error_);
#line 1274 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 8888 "ConfigurationInterfaces.c"
+#line 8903 "ConfigurationInterfaces.c"
}
#line 1271 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (maximize) {
#line 1271 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
*maximize = _vala_maximize;
-#line 8894 "ConfigurationInterfaces.c"
+#line 8909 "ConfigurationInterfaces.c"
}
#line 1271 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (dimensions) {
#line 1271 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
*dimensions = _vala_dimensions;
-#line 8900 "ConfigurationInterfaces.c"
+#line 8915 "ConfigurationInterfaces.c"
}
}
@@ -8911,7 +8926,7 @@ void configuration_facade_get_library_window_state (ConfigurationFacade* self, g
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 1271 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->get_library_window_state (self, maximize, dimensions);
-#line 8910 "ConfigurationInterfaces.c"
+#line 8925 "ConfigurationInterfaces.c"
}
@@ -8919,19 +8934,19 @@ static void configuration_facade_real_set_library_window_state (ConfigurationFac
GError * _inner_error_ = NULL;
#line 1284 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_return_if_fail (dimensions != NULL);
-#line 8918 "ConfigurationInterfaces.c"
- {
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- gboolean _tmp2_ = FALSE;
- ConfigurationEngine* _tmp3_ = NULL;
- ConfigurationEngine* _tmp4_ = NULL;
- Dimensions _tmp5_ = {0};
- gint _tmp6_ = 0;
- ConfigurationEngine* _tmp7_ = NULL;
- ConfigurationEngine* _tmp8_ = NULL;
- Dimensions _tmp9_ = {0};
- gint _tmp10_ = 0;
+#line 8933 "ConfigurationInterfaces.c"
+ {
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ gboolean _tmp2_;
+ ConfigurationEngine* _tmp3_;
+ ConfigurationEngine* _tmp4_;
+ Dimensions _tmp5_;
+ gint _tmp6_;
+ ConfigurationEngine* _tmp7_;
+ ConfigurationEngine* _tmp8_;
+ Dimensions _tmp9_;
+ gint _tmp10_;
#line 1286 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 1286 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -8946,8 +8961,8 @@ static void configuration_facade_real_set_library_window_state (ConfigurationFac
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1286 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 8945 "ConfigurationInterfaces.c"
- goto __catch161_configuration_error;
+#line 8960 "ConfigurationInterfaces.c"
+ goto __catch162_configuration_error;
}
#line 1286 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -8955,7 +8970,7 @@ static void configuration_facade_real_set_library_window_state (ConfigurationFac
g_clear_error (&_inner_error_);
#line 1286 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 8954 "ConfigurationInterfaces.c"
+#line 8969 "ConfigurationInterfaces.c"
}
#line 1287 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp3_ = configuration_facade_get_engine (self);
@@ -8973,8 +8988,8 @@ static void configuration_facade_real_set_library_window_state (ConfigurationFac
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1287 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 8972 "ConfigurationInterfaces.c"
- goto __catch161_configuration_error;
+#line 8987 "ConfigurationInterfaces.c"
+ goto __catch162_configuration_error;
}
#line 1287 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -8982,7 +8997,7 @@ static void configuration_facade_real_set_library_window_state (ConfigurationFac
g_clear_error (&_inner_error_);
#line 1287 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 8981 "ConfigurationInterfaces.c"
+#line 8996 "ConfigurationInterfaces.c"
}
#line 1289 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp7_ = configuration_facade_get_engine (self);
@@ -9000,8 +9015,8 @@ static void configuration_facade_real_set_library_window_state (ConfigurationFac
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1289 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 8999 "ConfigurationInterfaces.c"
- goto __catch161_configuration_error;
+#line 9014 "ConfigurationInterfaces.c"
+ goto __catch162_configuration_error;
}
#line 1289 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -9009,14 +9024,14 @@ static void configuration_facade_real_set_library_window_state (ConfigurationFac
g_clear_error (&_inner_error_);
#line 1289 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 9008 "ConfigurationInterfaces.c"
+#line 9023 "ConfigurationInterfaces.c"
}
}
- goto __finally161;
- __catch161_configuration_error:
+ goto __finally162;
+ __catch162_configuration_error:
{
GError* err = NULL;
- GError* _tmp11_ = NULL;
+ GError* _tmp11_;
#line 1285 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1285 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -9027,9 +9042,9 @@ static void configuration_facade_real_set_library_window_state (ConfigurationFac
configuration_facade_on_configuration_error (self, _tmp11_);
#line 1285 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_error_free0 (err);
-#line 9026 "ConfigurationInterfaces.c"
+#line 9041 "ConfigurationInterfaces.c"
}
- __finally161:
+ __finally162:
#line 1285 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1285 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -9038,7 +9053,7 @@ static void configuration_facade_real_set_library_window_state (ConfigurationFac
g_clear_error (&_inner_error_);
#line 1285 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 9037 "ConfigurationInterfaces.c"
+#line 9052 "ConfigurationInterfaces.c"
}
}
@@ -9048,7 +9063,7 @@ void configuration_facade_set_library_window_state (ConfigurationFacade* self, g
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 1284 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_library_window_state (self, maximize, dimensions);
-#line 9047 "ConfigurationInterfaces.c"
+#line 9062 "ConfigurationInterfaces.c"
}
@@ -9058,10 +9073,10 @@ static gboolean configuration_facade_real_get_modify_originals (ConfigurationFac
GError * _inner_error_ = NULL;
{
gboolean _tmp0_ = FALSE;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gboolean _tmp3_ = FALSE;
- gboolean _tmp4_ = FALSE;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gboolean _tmp3_;
+ gboolean _tmp4_;
#line 1301 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 1301 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -9076,12 +9091,12 @@ static gboolean configuration_facade_real_get_modify_originals (ConfigurationFac
_tmp0_ = _tmp4_;
#line 1301 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
-#line 9075 "ConfigurationInterfaces.c"
+#line 9090 "ConfigurationInterfaces.c"
gboolean _tmp5_ = FALSE;
#line 1301 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 9079 "ConfigurationInterfaces.c"
- goto __catch162_configuration_error;
+#line 9094 "ConfigurationInterfaces.c"
+ goto __catch163_configuration_error;
}
#line 1301 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -9089,19 +9104,19 @@ static gboolean configuration_facade_real_get_modify_originals (ConfigurationFac
g_clear_error (&_inner_error_);
#line 1301 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp5_;
-#line 9088 "ConfigurationInterfaces.c"
+#line 9103 "ConfigurationInterfaces.c"
}
#line 1301 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp0_;
#line 1301 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 9094 "ConfigurationInterfaces.c"
+#line 9109 "ConfigurationInterfaces.c"
}
- goto __finally162;
- __catch162_configuration_error:
+ goto __finally163;
+ __catch163_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
+ GError* _tmp6_;
#line 1300 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1300 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -9116,16 +9131,16 @@ static gboolean configuration_facade_real_get_modify_originals (ConfigurationFac
_g_error_free0 (err);
#line 1306 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 9115 "ConfigurationInterfaces.c"
+#line 9130 "ConfigurationInterfaces.c"
}
- __finally162:
+ __finally163:
#line 1300 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 1300 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 1300 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp7_;
-#line 9124 "ConfigurationInterfaces.c"
+#line 9139 "ConfigurationInterfaces.c"
}
@@ -9134,16 +9149,16 @@ gboolean configuration_facade_get_modify_originals (ConfigurationFacade* self) {
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), FALSE);
#line 1299 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_modify_originals (self);
-#line 9133 "ConfigurationInterfaces.c"
+#line 9148 "ConfigurationInterfaces.c"
}
static void configuration_facade_real_set_modify_originals (ConfigurationFacade* self, gboolean modify_originals) {
GError * _inner_error_ = NULL;
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- gboolean _tmp2_ = FALSE;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ gboolean _tmp2_;
#line 1312 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 1312 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -9158,8 +9173,8 @@ static void configuration_facade_real_set_modify_originals (ConfigurationFacade*
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1312 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 9157 "ConfigurationInterfaces.c"
- goto __catch163_configuration_error;
+#line 9172 "ConfigurationInterfaces.c"
+ goto __catch164_configuration_error;
}
#line 1312 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -9167,14 +9182,14 @@ static void configuration_facade_real_set_modify_originals (ConfigurationFacade*
g_clear_error (&_inner_error_);
#line 1312 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 9166 "ConfigurationInterfaces.c"
+#line 9181 "ConfigurationInterfaces.c"
}
}
- goto __finally163;
- __catch163_configuration_error:
+ goto __finally164;
+ __catch164_configuration_error:
{
GError* err = NULL;
- GError* _tmp3_ = NULL;
+ GError* _tmp3_;
#line 1311 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1311 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -9185,9 +9200,9 @@ static void configuration_facade_real_set_modify_originals (ConfigurationFacade*
configuration_facade_on_configuration_error (self, _tmp3_);
#line 1311 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_error_free0 (err);
-#line 9184 "ConfigurationInterfaces.c"
+#line 9199 "ConfigurationInterfaces.c"
}
- __finally163:
+ __finally164:
#line 1311 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1311 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -9196,7 +9211,7 @@ static void configuration_facade_real_set_modify_originals (ConfigurationFacade*
g_clear_error (&_inner_error_);
#line 1311 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 9195 "ConfigurationInterfaces.c"
+#line 9210 "ConfigurationInterfaces.c"
}
}
@@ -9206,7 +9221,7 @@ void configuration_facade_set_modify_originals (ConfigurationFacade* self, gbool
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 1310 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_modify_originals (self, modify_originals);
-#line 9205 "ConfigurationInterfaces.c"
+#line 9220 "ConfigurationInterfaces.c"
}
@@ -9216,10 +9231,10 @@ static gint configuration_facade_real_get_photo_thumbnail_scale (ConfigurationFa
GError * _inner_error_ = NULL;
{
gint _tmp0_ = 0;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gint _tmp3_ = 0;
- gint _tmp4_ = 0;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gint _tmp3_;
+ gint _tmp4_;
#line 1323 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 1323 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -9234,12 +9249,12 @@ static gint configuration_facade_real_get_photo_thumbnail_scale (ConfigurationFa
_tmp0_ = _tmp4_;
#line 1323 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
-#line 9233 "ConfigurationInterfaces.c"
+#line 9248 "ConfigurationInterfaces.c"
gint _tmp5_ = 0;
#line 1323 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 9237 "ConfigurationInterfaces.c"
- goto __catch164_configuration_error;
+#line 9252 "ConfigurationInterfaces.c"
+ goto __catch165_configuration_error;
}
#line 1323 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -9247,21 +9262,21 @@ static gint configuration_facade_real_get_photo_thumbnail_scale (ConfigurationFa
g_clear_error (&_inner_error_);
#line 1323 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp5_;
-#line 9246 "ConfigurationInterfaces.c"
+#line 9261 "ConfigurationInterfaces.c"
}
#line 1323 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp0_;
#line 1323 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 9252 "ConfigurationInterfaces.c"
+#line 9267 "ConfigurationInterfaces.c"
}
- goto __finally164;
- __catch164_configuration_error:
+ goto __finally165;
+ __catch165_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
- gint _tmp7_ = 0;
- gint _tmp8_ = 0;
+ GError* _tmp6_;
+ gint _tmp7_;
+ gint _tmp8_;
#line 1322 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1322 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -9280,16 +9295,16 @@ static gint configuration_facade_real_get_photo_thumbnail_scale (ConfigurationFa
_g_error_free0 (err);
#line 1326 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 9279 "ConfigurationInterfaces.c"
+#line 9294 "ConfigurationInterfaces.c"
}
- __finally164:
+ __finally165:
#line 1322 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 1322 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 1322 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp9_;
-#line 9288 "ConfigurationInterfaces.c"
+#line 9303 "ConfigurationInterfaces.c"
}
@@ -9298,16 +9313,16 @@ gint configuration_facade_get_photo_thumbnail_scale (ConfigurationFacade* self)
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), 0);
#line 1321 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_photo_thumbnail_scale (self);
-#line 9297 "ConfigurationInterfaces.c"
+#line 9312 "ConfigurationInterfaces.c"
}
static void configuration_facade_real_set_photo_thumbnail_scale (ConfigurationFacade* self, gint scale) {
GError * _inner_error_ = NULL;
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- gint _tmp2_ = 0;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ gint _tmp2_;
#line 1332 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 1332 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -9322,8 +9337,8 @@ static void configuration_facade_real_set_photo_thumbnail_scale (ConfigurationFa
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1332 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 9321 "ConfigurationInterfaces.c"
- goto __catch165_configuration_error;
+#line 9336 "ConfigurationInterfaces.c"
+ goto __catch166_configuration_error;
}
#line 1332 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -9331,14 +9346,14 @@ static void configuration_facade_real_set_photo_thumbnail_scale (ConfigurationFa
g_clear_error (&_inner_error_);
#line 1332 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 9330 "ConfigurationInterfaces.c"
+#line 9345 "ConfigurationInterfaces.c"
}
}
- goto __finally165;
- __catch165_configuration_error:
+ goto __finally166;
+ __catch166_configuration_error:
{
GError* err = NULL;
- GError* _tmp3_ = NULL;
+ GError* _tmp3_;
#line 1331 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1331 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -9349,9 +9364,9 @@ static void configuration_facade_real_set_photo_thumbnail_scale (ConfigurationFa
configuration_facade_on_configuration_error (self, _tmp3_);
#line 1331 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_error_free0 (err);
-#line 9348 "ConfigurationInterfaces.c"
+#line 9363 "ConfigurationInterfaces.c"
}
- __finally165:
+ __finally166:
#line 1331 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1331 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -9360,7 +9375,7 @@ static void configuration_facade_real_set_photo_thumbnail_scale (ConfigurationFa
g_clear_error (&_inner_error_);
#line 1331 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 9359 "ConfigurationInterfaces.c"
+#line 9374 "ConfigurationInterfaces.c"
}
}
@@ -9370,7 +9385,7 @@ void configuration_facade_set_photo_thumbnail_scale (ConfigurationFacade* self,
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 1330 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_photo_thumbnail_scale (self, scale);
-#line 9369 "ConfigurationInterfaces.c"
+#line 9384 "ConfigurationInterfaces.c"
}
@@ -9380,10 +9395,10 @@ static gdouble configuration_facade_real_get_printing_content_height (Configurat
GError * _inner_error_ = NULL;
{
gdouble _tmp0_ = 0.0;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gdouble _tmp3_ = 0.0;
- gdouble _tmp4_ = 0.0;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gdouble _tmp3_;
+ gdouble _tmp4_;
#line 1343 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 1343 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -9398,12 +9413,12 @@ static gdouble configuration_facade_real_get_printing_content_height (Configurat
_tmp0_ = _tmp4_;
#line 1343 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
-#line 9397 "ConfigurationInterfaces.c"
+#line 9412 "ConfigurationInterfaces.c"
gdouble _tmp5_ = 0.0;
#line 1343 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 9401 "ConfigurationInterfaces.c"
- goto __catch166_configuration_error;
+#line 9416 "ConfigurationInterfaces.c"
+ goto __catch167_configuration_error;
}
#line 1343 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -9411,19 +9426,19 @@ static gdouble configuration_facade_real_get_printing_content_height (Configurat
g_clear_error (&_inner_error_);
#line 1343 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp5_;
-#line 9410 "ConfigurationInterfaces.c"
+#line 9425 "ConfigurationInterfaces.c"
}
#line 1343 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp0_;
#line 1343 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 9416 "ConfigurationInterfaces.c"
+#line 9431 "ConfigurationInterfaces.c"
}
- goto __finally166;
- __catch166_configuration_error:
+ goto __finally167;
+ __catch167_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
+ GError* _tmp6_;
#line 1342 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1342 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -9438,16 +9453,16 @@ static gdouble configuration_facade_real_get_printing_content_height (Configurat
_g_error_free0 (err);
#line 1347 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 9437 "ConfigurationInterfaces.c"
+#line 9452 "ConfigurationInterfaces.c"
}
- __finally166:
+ __finally167:
#line 1342 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 1342 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 1342 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp7_;
-#line 9446 "ConfigurationInterfaces.c"
+#line 9461 "ConfigurationInterfaces.c"
}
@@ -9456,16 +9471,16 @@ gdouble configuration_facade_get_printing_content_height (ConfigurationFacade* s
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), 0.0);
#line 1341 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_printing_content_height (self);
-#line 9455 "ConfigurationInterfaces.c"
+#line 9470 "ConfigurationInterfaces.c"
}
static void configuration_facade_real_set_printing_content_height (ConfigurationFacade* self, gdouble content_height) {
GError * _inner_error_ = NULL;
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- gdouble _tmp2_ = 0.0;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ gdouble _tmp2_;
#line 1353 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 1353 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -9480,8 +9495,8 @@ static void configuration_facade_real_set_printing_content_height (Configuration
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1353 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 9479 "ConfigurationInterfaces.c"
- goto __catch167_configuration_error;
+#line 9494 "ConfigurationInterfaces.c"
+ goto __catch168_configuration_error;
}
#line 1353 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -9489,14 +9504,14 @@ static void configuration_facade_real_set_printing_content_height (Configuration
g_clear_error (&_inner_error_);
#line 1353 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 9488 "ConfigurationInterfaces.c"
+#line 9503 "ConfigurationInterfaces.c"
}
}
- goto __finally167;
- __catch167_configuration_error:
+ goto __finally168;
+ __catch168_configuration_error:
{
GError* err = NULL;
- GError* _tmp3_ = NULL;
+ GError* _tmp3_;
#line 1352 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1352 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -9507,9 +9522,9 @@ static void configuration_facade_real_set_printing_content_height (Configuration
configuration_facade_on_configuration_error (self, _tmp3_);
#line 1352 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_error_free0 (err);
-#line 9506 "ConfigurationInterfaces.c"
+#line 9521 "ConfigurationInterfaces.c"
}
- __finally167:
+ __finally168:
#line 1352 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1352 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -9518,7 +9533,7 @@ static void configuration_facade_real_set_printing_content_height (Configuration
g_clear_error (&_inner_error_);
#line 1352 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 9517 "ConfigurationInterfaces.c"
+#line 9532 "ConfigurationInterfaces.c"
}
}
@@ -9528,7 +9543,7 @@ void configuration_facade_set_printing_content_height (ConfigurationFacade* self
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 1351 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_printing_content_height (self, content_height);
-#line 9527 "ConfigurationInterfaces.c"
+#line 9542 "ConfigurationInterfaces.c"
}
@@ -9538,10 +9553,10 @@ static gint configuration_facade_real_get_printing_content_layout (Configuration
GError * _inner_error_ = NULL;
{
gint _tmp0_ = 0;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gint _tmp3_ = 0;
- gint _tmp4_ = 0;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gint _tmp3_;
+ gint _tmp4_;
#line 1365 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 1365 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -9556,12 +9571,12 @@ static gint configuration_facade_real_get_printing_content_layout (Configuration
_tmp0_ = _tmp4_;
#line 1365 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
-#line 9555 "ConfigurationInterfaces.c"
+#line 9570 "ConfigurationInterfaces.c"
gint _tmp5_ = 0;
#line 1365 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 9559 "ConfigurationInterfaces.c"
- goto __catch168_configuration_error;
+#line 9574 "ConfigurationInterfaces.c"
+ goto __catch169_configuration_error;
}
#line 1365 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -9569,19 +9584,19 @@ static gint configuration_facade_real_get_printing_content_layout (Configuration
g_clear_error (&_inner_error_);
#line 1365 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp5_;
-#line 9568 "ConfigurationInterfaces.c"
+#line 9583 "ConfigurationInterfaces.c"
}
#line 1365 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp0_ - 1;
#line 1365 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 9574 "ConfigurationInterfaces.c"
+#line 9589 "ConfigurationInterfaces.c"
}
- goto __finally168;
- __catch168_configuration_error:
+ goto __finally169;
+ __catch169_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
+ GError* _tmp6_;
#line 1364 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1364 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -9596,16 +9611,16 @@ static gint configuration_facade_real_get_printing_content_layout (Configuration
_g_error_free0 (err);
#line 1369 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 9595 "ConfigurationInterfaces.c"
+#line 9610 "ConfigurationInterfaces.c"
}
- __finally168:
+ __finally169:
#line 1364 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 1364 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 1364 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp7_;
-#line 9604 "ConfigurationInterfaces.c"
+#line 9619 "ConfigurationInterfaces.c"
}
@@ -9614,16 +9629,16 @@ gint configuration_facade_get_printing_content_layout (ConfigurationFacade* self
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), 0);
#line 1363 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_printing_content_layout (self);
-#line 9613 "ConfigurationInterfaces.c"
+#line 9628 "ConfigurationInterfaces.c"
}
static void configuration_facade_real_set_printing_content_layout (ConfigurationFacade* self, gint layout_code) {
GError * _inner_error_ = NULL;
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- gint _tmp2_ = 0;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ gint _tmp2_;
#line 1375 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 1375 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -9638,8 +9653,8 @@ static void configuration_facade_real_set_printing_content_layout (Configuration
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1375 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 9637 "ConfigurationInterfaces.c"
- goto __catch169_configuration_error;
+#line 9652 "ConfigurationInterfaces.c"
+ goto __catch170_configuration_error;
}
#line 1375 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -9647,14 +9662,14 @@ static void configuration_facade_real_set_printing_content_layout (Configuration
g_clear_error (&_inner_error_);
#line 1375 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 9646 "ConfigurationInterfaces.c"
+#line 9661 "ConfigurationInterfaces.c"
}
}
- goto __finally169;
- __catch169_configuration_error:
+ goto __finally170;
+ __catch170_configuration_error:
{
GError* err = NULL;
- GError* _tmp3_ = NULL;
+ GError* _tmp3_;
#line 1374 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1374 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -9665,9 +9680,9 @@ static void configuration_facade_real_set_printing_content_layout (Configuration
configuration_facade_on_configuration_error (self, _tmp3_);
#line 1374 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_error_free0 (err);
-#line 9664 "ConfigurationInterfaces.c"
+#line 9679 "ConfigurationInterfaces.c"
}
- __finally169:
+ __finally170:
#line 1374 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1374 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -9676,7 +9691,7 @@ static void configuration_facade_real_set_printing_content_layout (Configuration
g_clear_error (&_inner_error_);
#line 1374 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 9675 "ConfigurationInterfaces.c"
+#line 9690 "ConfigurationInterfaces.c"
}
}
@@ -9686,7 +9701,7 @@ void configuration_facade_set_printing_content_layout (ConfigurationFacade* self
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 1373 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_printing_content_layout (self, layout_code);
-#line 9685 "ConfigurationInterfaces.c"
+#line 9700 "ConfigurationInterfaces.c"
}
@@ -9696,10 +9711,10 @@ static gint configuration_facade_real_get_printing_content_ppi (ConfigurationFac
GError * _inner_error_ = NULL;
{
gint _tmp0_ = 0;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gint _tmp3_ = 0;
- gint _tmp4_ = 0;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gint _tmp3_;
+ gint _tmp4_;
#line 1387 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 1387 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -9714,12 +9729,12 @@ static gint configuration_facade_real_get_printing_content_ppi (ConfigurationFac
_tmp0_ = _tmp4_;
#line 1387 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
-#line 9713 "ConfigurationInterfaces.c"
+#line 9728 "ConfigurationInterfaces.c"
gint _tmp5_ = 0;
#line 1387 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 9717 "ConfigurationInterfaces.c"
- goto __catch170_configuration_error;
+#line 9732 "ConfigurationInterfaces.c"
+ goto __catch171_configuration_error;
}
#line 1387 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -9727,19 +9742,19 @@ static gint configuration_facade_real_get_printing_content_ppi (ConfigurationFac
g_clear_error (&_inner_error_);
#line 1387 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp5_;
-#line 9726 "ConfigurationInterfaces.c"
+#line 9741 "ConfigurationInterfaces.c"
}
#line 1387 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp0_;
#line 1387 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 9732 "ConfigurationInterfaces.c"
+#line 9747 "ConfigurationInterfaces.c"
}
- goto __finally170;
- __catch170_configuration_error:
+ goto __finally171;
+ __catch171_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
+ GError* _tmp6_;
#line 1386 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1386 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -9754,16 +9769,16 @@ static gint configuration_facade_real_get_printing_content_ppi (ConfigurationFac
_g_error_free0 (err);
#line 1391 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 9753 "ConfigurationInterfaces.c"
+#line 9768 "ConfigurationInterfaces.c"
}
- __finally170:
+ __finally171:
#line 1386 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 1386 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 1386 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp7_;
-#line 9762 "ConfigurationInterfaces.c"
+#line 9777 "ConfigurationInterfaces.c"
}
@@ -9772,16 +9787,16 @@ gint configuration_facade_get_printing_content_ppi (ConfigurationFacade* self) {
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), 0);
#line 1385 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_printing_content_ppi (self);
-#line 9771 "ConfigurationInterfaces.c"
+#line 9786 "ConfigurationInterfaces.c"
}
static void configuration_facade_real_set_printing_content_ppi (ConfigurationFacade* self, gint content_ppi) {
GError * _inner_error_ = NULL;
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- gint _tmp2_ = 0;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ gint _tmp2_;
#line 1397 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 1397 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -9796,8 +9811,8 @@ static void configuration_facade_real_set_printing_content_ppi (ConfigurationFac
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1397 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 9795 "ConfigurationInterfaces.c"
- goto __catch171_configuration_error;
+#line 9810 "ConfigurationInterfaces.c"
+ goto __catch172_configuration_error;
}
#line 1397 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -9805,14 +9820,14 @@ static void configuration_facade_real_set_printing_content_ppi (ConfigurationFac
g_clear_error (&_inner_error_);
#line 1397 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 9804 "ConfigurationInterfaces.c"
+#line 9819 "ConfigurationInterfaces.c"
}
}
- goto __finally171;
- __catch171_configuration_error:
+ goto __finally172;
+ __catch172_configuration_error:
{
GError* err = NULL;
- GError* _tmp3_ = NULL;
+ GError* _tmp3_;
#line 1396 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1396 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -9823,9 +9838,9 @@ static void configuration_facade_real_set_printing_content_ppi (ConfigurationFac
configuration_facade_on_configuration_error (self, _tmp3_);
#line 1396 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_error_free0 (err);
-#line 9822 "ConfigurationInterfaces.c"
+#line 9837 "ConfigurationInterfaces.c"
}
- __finally171:
+ __finally172:
#line 1396 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1396 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -9834,7 +9849,7 @@ static void configuration_facade_real_set_printing_content_ppi (ConfigurationFac
g_clear_error (&_inner_error_);
#line 1396 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 9833 "ConfigurationInterfaces.c"
+#line 9848 "ConfigurationInterfaces.c"
}
}
@@ -9844,7 +9859,7 @@ void configuration_facade_set_printing_content_ppi (ConfigurationFacade* self, g
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 1395 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_printing_content_ppi (self, content_ppi);
-#line 9843 "ConfigurationInterfaces.c"
+#line 9858 "ConfigurationInterfaces.c"
}
@@ -9854,10 +9869,10 @@ static gint configuration_facade_real_get_printing_content_units (ConfigurationF
GError * _inner_error_ = NULL;
{
gint _tmp0_ = 0;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gint _tmp3_ = 0;
- gint _tmp4_ = 0;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gint _tmp3_;
+ gint _tmp4_;
#line 1408 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 1408 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -9872,12 +9887,12 @@ static gint configuration_facade_real_get_printing_content_units (ConfigurationF
_tmp0_ = _tmp4_;
#line 1408 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
-#line 9871 "ConfigurationInterfaces.c"
+#line 9886 "ConfigurationInterfaces.c"
gint _tmp5_ = 0;
#line 1408 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 9875 "ConfigurationInterfaces.c"
- goto __catch172_configuration_error;
+#line 9890 "ConfigurationInterfaces.c"
+ goto __catch173_configuration_error;
}
#line 1408 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -9885,19 +9900,19 @@ static gint configuration_facade_real_get_printing_content_units (ConfigurationF
g_clear_error (&_inner_error_);
#line 1408 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp5_;
-#line 9884 "ConfigurationInterfaces.c"
+#line 9899 "ConfigurationInterfaces.c"
}
#line 1408 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp0_ - 1;
#line 1408 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 9890 "ConfigurationInterfaces.c"
+#line 9905 "ConfigurationInterfaces.c"
}
- goto __finally172;
- __catch172_configuration_error:
+ goto __finally173;
+ __catch173_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
+ GError* _tmp6_;
#line 1407 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1407 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -9912,16 +9927,16 @@ static gint configuration_facade_real_get_printing_content_units (ConfigurationF
_g_error_free0 (err);
#line 1412 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 9911 "ConfigurationInterfaces.c"
+#line 9926 "ConfigurationInterfaces.c"
}
- __finally172:
+ __finally173:
#line 1407 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 1407 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 1407 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp7_;
-#line 9920 "ConfigurationInterfaces.c"
+#line 9935 "ConfigurationInterfaces.c"
}
@@ -9930,16 +9945,16 @@ gint configuration_facade_get_printing_content_units (ConfigurationFacade* self)
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), 0);
#line 1406 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_printing_content_units (self);
-#line 9929 "ConfigurationInterfaces.c"
+#line 9944 "ConfigurationInterfaces.c"
}
static void configuration_facade_real_set_printing_content_units (ConfigurationFacade* self, gint units_code) {
GError * _inner_error_ = NULL;
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- gint _tmp2_ = 0;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ gint _tmp2_;
#line 1418 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 1418 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -9954,8 +9969,8 @@ static void configuration_facade_real_set_printing_content_units (ConfigurationF
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1418 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 9953 "ConfigurationInterfaces.c"
- goto __catch173_configuration_error;
+#line 9968 "ConfigurationInterfaces.c"
+ goto __catch174_configuration_error;
}
#line 1418 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -9963,14 +9978,14 @@ static void configuration_facade_real_set_printing_content_units (ConfigurationF
g_clear_error (&_inner_error_);
#line 1418 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 9962 "ConfigurationInterfaces.c"
+#line 9977 "ConfigurationInterfaces.c"
}
}
- goto __finally173;
- __catch173_configuration_error:
+ goto __finally174;
+ __catch174_configuration_error:
{
GError* err = NULL;
- GError* _tmp3_ = NULL;
+ GError* _tmp3_;
#line 1417 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1417 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -9981,9 +9996,9 @@ static void configuration_facade_real_set_printing_content_units (ConfigurationF
configuration_facade_on_configuration_error (self, _tmp3_);
#line 1417 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_error_free0 (err);
-#line 9980 "ConfigurationInterfaces.c"
+#line 9995 "ConfigurationInterfaces.c"
}
- __finally173:
+ __finally174:
#line 1417 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1417 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -9992,7 +10007,7 @@ static void configuration_facade_real_set_printing_content_units (ConfigurationF
g_clear_error (&_inner_error_);
#line 1417 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 9991 "ConfigurationInterfaces.c"
+#line 10006 "ConfigurationInterfaces.c"
}
}
@@ -10002,7 +10017,7 @@ void configuration_facade_set_printing_content_units (ConfigurationFacade* self,
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 1416 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_printing_content_units (self, units_code);
-#line 10001 "ConfigurationInterfaces.c"
+#line 10016 "ConfigurationInterfaces.c"
}
@@ -10012,10 +10027,10 @@ static gdouble configuration_facade_real_get_printing_content_width (Configurati
GError * _inner_error_ = NULL;
{
gdouble _tmp0_ = 0.0;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gdouble _tmp3_ = 0.0;
- gdouble _tmp4_ = 0.0;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gdouble _tmp3_;
+ gdouble _tmp4_;
#line 1430 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 1430 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -10030,12 +10045,12 @@ static gdouble configuration_facade_real_get_printing_content_width (Configurati
_tmp0_ = _tmp4_;
#line 1430 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
-#line 10029 "ConfigurationInterfaces.c"
+#line 10044 "ConfigurationInterfaces.c"
gdouble _tmp5_ = 0.0;
#line 1430 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 10033 "ConfigurationInterfaces.c"
- goto __catch174_configuration_error;
+#line 10048 "ConfigurationInterfaces.c"
+ goto __catch175_configuration_error;
}
#line 1430 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -10043,19 +10058,19 @@ static gdouble configuration_facade_real_get_printing_content_width (Configurati
g_clear_error (&_inner_error_);
#line 1430 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp5_;
-#line 10042 "ConfigurationInterfaces.c"
+#line 10057 "ConfigurationInterfaces.c"
}
#line 1430 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp0_;
#line 1430 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 10048 "ConfigurationInterfaces.c"
+#line 10063 "ConfigurationInterfaces.c"
}
- goto __finally174;
- __catch174_configuration_error:
+ goto __finally175;
+ __catch175_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
+ GError* _tmp6_;
#line 1429 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1429 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -10070,16 +10085,16 @@ static gdouble configuration_facade_real_get_printing_content_width (Configurati
_g_error_free0 (err);
#line 1434 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 10069 "ConfigurationInterfaces.c"
+#line 10084 "ConfigurationInterfaces.c"
}
- __finally174:
+ __finally175:
#line 1429 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 1429 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 1429 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp7_;
-#line 10078 "ConfigurationInterfaces.c"
+#line 10093 "ConfigurationInterfaces.c"
}
@@ -10088,16 +10103,16 @@ gdouble configuration_facade_get_printing_content_width (ConfigurationFacade* se
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), 0.0);
#line 1428 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_printing_content_width (self);
-#line 10087 "ConfigurationInterfaces.c"
+#line 10102 "ConfigurationInterfaces.c"
}
static void configuration_facade_real_set_printing_content_width (ConfigurationFacade* self, gdouble content_width) {
GError * _inner_error_ = NULL;
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- gdouble _tmp2_ = 0.0;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ gdouble _tmp2_;
#line 1440 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 1440 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -10112,8 +10127,8 @@ static void configuration_facade_real_set_printing_content_width (ConfigurationF
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1440 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 10111 "ConfigurationInterfaces.c"
- goto __catch175_configuration_error;
+#line 10126 "ConfigurationInterfaces.c"
+ goto __catch176_configuration_error;
}
#line 1440 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -10121,14 +10136,14 @@ static void configuration_facade_real_set_printing_content_width (ConfigurationF
g_clear_error (&_inner_error_);
#line 1440 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 10120 "ConfigurationInterfaces.c"
+#line 10135 "ConfigurationInterfaces.c"
}
}
- goto __finally175;
- __catch175_configuration_error:
+ goto __finally176;
+ __catch176_configuration_error:
{
GError* err = NULL;
- GError* _tmp3_ = NULL;
+ GError* _tmp3_;
#line 1439 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1439 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -10139,9 +10154,9 @@ static void configuration_facade_real_set_printing_content_width (ConfigurationF
configuration_facade_on_configuration_error (self, _tmp3_);
#line 1439 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_error_free0 (err);
-#line 10138 "ConfigurationInterfaces.c"
+#line 10153 "ConfigurationInterfaces.c"
}
- __finally175:
+ __finally176:
#line 1439 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1439 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -10150,7 +10165,7 @@ static void configuration_facade_real_set_printing_content_width (ConfigurationF
g_clear_error (&_inner_error_);
#line 1439 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 10149 "ConfigurationInterfaces.c"
+#line 10164 "ConfigurationInterfaces.c"
}
}
@@ -10160,7 +10175,7 @@ void configuration_facade_set_printing_content_width (ConfigurationFacade* self,
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 1438 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_printing_content_width (self, content_width);
-#line 10159 "ConfigurationInterfaces.c"
+#line 10174 "ConfigurationInterfaces.c"
}
@@ -10170,10 +10185,10 @@ static gint configuration_facade_real_get_printing_images_per_page (Configuratio
GError * _inner_error_ = NULL;
{
gint _tmp0_ = 0;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gint _tmp3_ = 0;
- gint _tmp4_ = 0;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gint _tmp3_;
+ gint _tmp4_;
#line 1452 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 1452 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -10188,12 +10203,12 @@ static gint configuration_facade_real_get_printing_images_per_page (Configuratio
_tmp0_ = _tmp4_;
#line 1452 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
-#line 10187 "ConfigurationInterfaces.c"
+#line 10202 "ConfigurationInterfaces.c"
gint _tmp5_ = 0;
#line 1452 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 10191 "ConfigurationInterfaces.c"
- goto __catch176_configuration_error;
+#line 10206 "ConfigurationInterfaces.c"
+ goto __catch177_configuration_error;
}
#line 1452 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -10201,19 +10216,19 @@ static gint configuration_facade_real_get_printing_images_per_page (Configuratio
g_clear_error (&_inner_error_);
#line 1452 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp5_;
-#line 10200 "ConfigurationInterfaces.c"
+#line 10215 "ConfigurationInterfaces.c"
}
#line 1452 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp0_ - 1;
#line 1452 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 10206 "ConfigurationInterfaces.c"
+#line 10221 "ConfigurationInterfaces.c"
}
- goto __finally176;
- __catch176_configuration_error:
+ goto __finally177;
+ __catch177_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
+ GError* _tmp6_;
#line 1451 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1451 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -10228,16 +10243,16 @@ static gint configuration_facade_real_get_printing_images_per_page (Configuratio
_g_error_free0 (err);
#line 1456 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 10227 "ConfigurationInterfaces.c"
+#line 10242 "ConfigurationInterfaces.c"
}
- __finally176:
+ __finally177:
#line 1451 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 1451 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 1451 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp7_;
-#line 10236 "ConfigurationInterfaces.c"
+#line 10251 "ConfigurationInterfaces.c"
}
@@ -10246,16 +10261,16 @@ gint configuration_facade_get_printing_images_per_page (ConfigurationFacade* sel
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), 0);
#line 1450 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_printing_images_per_page (self);
-#line 10245 "ConfigurationInterfaces.c"
+#line 10260 "ConfigurationInterfaces.c"
}
static void configuration_facade_real_set_printing_images_per_page (ConfigurationFacade* self, gint images_per_page_code) {
GError * _inner_error_ = NULL;
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- gint _tmp2_ = 0;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ gint _tmp2_;
#line 1462 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 1462 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -10270,8 +10285,8 @@ static void configuration_facade_real_set_printing_images_per_page (Configuratio
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1462 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 10269 "ConfigurationInterfaces.c"
- goto __catch177_configuration_error;
+#line 10284 "ConfigurationInterfaces.c"
+ goto __catch178_configuration_error;
}
#line 1462 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -10279,14 +10294,14 @@ static void configuration_facade_real_set_printing_images_per_page (Configuratio
g_clear_error (&_inner_error_);
#line 1462 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 10278 "ConfigurationInterfaces.c"
+#line 10293 "ConfigurationInterfaces.c"
}
}
- goto __finally177;
- __catch177_configuration_error:
+ goto __finally178;
+ __catch178_configuration_error:
{
GError* err = NULL;
- GError* _tmp3_ = NULL;
+ GError* _tmp3_;
#line 1461 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1461 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -10297,9 +10312,9 @@ static void configuration_facade_real_set_printing_images_per_page (Configuratio
configuration_facade_on_configuration_error (self, _tmp3_);
#line 1461 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_error_free0 (err);
-#line 10296 "ConfigurationInterfaces.c"
+#line 10311 "ConfigurationInterfaces.c"
}
- __finally177:
+ __finally178:
#line 1461 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1461 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -10308,7 +10323,7 @@ static void configuration_facade_real_set_printing_images_per_page (Configuratio
g_clear_error (&_inner_error_);
#line 1461 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 10307 "ConfigurationInterfaces.c"
+#line 10322 "ConfigurationInterfaces.c"
}
}
@@ -10318,7 +10333,7 @@ void configuration_facade_set_printing_images_per_page (ConfigurationFacade* sel
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 1460 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_printing_images_per_page (self, images_per_page_code);
-#line 10317 "ConfigurationInterfaces.c"
+#line 10332 "ConfigurationInterfaces.c"
}
@@ -10328,10 +10343,10 @@ static gboolean configuration_facade_real_get_printing_match_aspect_ratio (Confi
GError * _inner_error_ = NULL;
{
gboolean _tmp0_ = FALSE;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gboolean _tmp3_ = FALSE;
- gboolean _tmp4_ = FALSE;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gboolean _tmp3_;
+ gboolean _tmp4_;
#line 1474 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 1474 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -10346,12 +10361,12 @@ static gboolean configuration_facade_real_get_printing_match_aspect_ratio (Confi
_tmp0_ = _tmp4_;
#line 1474 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
-#line 10345 "ConfigurationInterfaces.c"
+#line 10360 "ConfigurationInterfaces.c"
gboolean _tmp5_ = FALSE;
#line 1474 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 10349 "ConfigurationInterfaces.c"
- goto __catch178_configuration_error;
+#line 10364 "ConfigurationInterfaces.c"
+ goto __catch179_configuration_error;
}
#line 1474 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -10359,19 +10374,19 @@ static gboolean configuration_facade_real_get_printing_match_aspect_ratio (Confi
g_clear_error (&_inner_error_);
#line 1474 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp5_;
-#line 10358 "ConfigurationInterfaces.c"
+#line 10373 "ConfigurationInterfaces.c"
}
#line 1474 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp0_;
#line 1474 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 10364 "ConfigurationInterfaces.c"
+#line 10379 "ConfigurationInterfaces.c"
}
- goto __finally178;
- __catch178_configuration_error:
+ goto __finally179;
+ __catch179_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
+ GError* _tmp6_;
#line 1473 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1473 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -10386,16 +10401,16 @@ static gboolean configuration_facade_real_get_printing_match_aspect_ratio (Confi
_g_error_free0 (err);
#line 1478 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 10385 "ConfigurationInterfaces.c"
+#line 10400 "ConfigurationInterfaces.c"
}
- __finally178:
+ __finally179:
#line 1473 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 1473 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 1473 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp7_;
-#line 10394 "ConfigurationInterfaces.c"
+#line 10409 "ConfigurationInterfaces.c"
}
@@ -10404,16 +10419,16 @@ gboolean configuration_facade_get_printing_match_aspect_ratio (ConfigurationFaca
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), FALSE);
#line 1472 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_printing_match_aspect_ratio (self);
-#line 10403 "ConfigurationInterfaces.c"
+#line 10418 "ConfigurationInterfaces.c"
}
static void configuration_facade_real_set_printing_match_aspect_ratio (ConfigurationFacade* self, gboolean match_aspect_ratio) {
GError * _inner_error_ = NULL;
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- gboolean _tmp2_ = FALSE;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ gboolean _tmp2_;
#line 1484 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 1484 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -10428,8 +10443,8 @@ static void configuration_facade_real_set_printing_match_aspect_ratio (Configura
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1484 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 10427 "ConfigurationInterfaces.c"
- goto __catch179_configuration_error;
+#line 10442 "ConfigurationInterfaces.c"
+ goto __catch180_configuration_error;
}
#line 1484 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -10437,14 +10452,14 @@ static void configuration_facade_real_set_printing_match_aspect_ratio (Configura
g_clear_error (&_inner_error_);
#line 1484 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 10436 "ConfigurationInterfaces.c"
+#line 10451 "ConfigurationInterfaces.c"
}
}
- goto __finally179;
- __catch179_configuration_error:
+ goto __finally180;
+ __catch180_configuration_error:
{
GError* err = NULL;
- GError* _tmp3_ = NULL;
+ GError* _tmp3_;
#line 1483 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1483 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -10455,9 +10470,9 @@ static void configuration_facade_real_set_printing_match_aspect_ratio (Configura
configuration_facade_on_configuration_error (self, _tmp3_);
#line 1483 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_error_free0 (err);
-#line 10454 "ConfigurationInterfaces.c"
+#line 10469 "ConfigurationInterfaces.c"
}
- __finally179:
+ __finally180:
#line 1483 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1483 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -10466,7 +10481,7 @@ static void configuration_facade_real_set_printing_match_aspect_ratio (Configura
g_clear_error (&_inner_error_);
#line 1483 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 10465 "ConfigurationInterfaces.c"
+#line 10480 "ConfigurationInterfaces.c"
}
}
@@ -10476,7 +10491,7 @@ void configuration_facade_set_printing_match_aspect_ratio (ConfigurationFacade*
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 1482 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_printing_match_aspect_ratio (self, match_aspect_ratio);
-#line 10475 "ConfigurationInterfaces.c"
+#line 10490 "ConfigurationInterfaces.c"
}
@@ -10486,10 +10501,10 @@ static gboolean configuration_facade_real_get_printing_print_titles (Configurati
GError * _inner_error_ = NULL;
{
gboolean _tmp0_ = FALSE;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gboolean _tmp3_ = FALSE;
- gboolean _tmp4_ = FALSE;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gboolean _tmp3_;
+ gboolean _tmp4_;
#line 1496 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 1496 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -10504,12 +10519,12 @@ static gboolean configuration_facade_real_get_printing_print_titles (Configurati
_tmp0_ = _tmp4_;
#line 1496 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
-#line 10503 "ConfigurationInterfaces.c"
+#line 10518 "ConfigurationInterfaces.c"
gboolean _tmp5_ = FALSE;
#line 1496 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 10507 "ConfigurationInterfaces.c"
- goto __catch180_configuration_error;
+#line 10522 "ConfigurationInterfaces.c"
+ goto __catch181_configuration_error;
}
#line 1496 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -10517,19 +10532,19 @@ static gboolean configuration_facade_real_get_printing_print_titles (Configurati
g_clear_error (&_inner_error_);
#line 1496 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp5_;
-#line 10516 "ConfigurationInterfaces.c"
+#line 10531 "ConfigurationInterfaces.c"
}
#line 1496 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp0_;
#line 1496 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 10522 "ConfigurationInterfaces.c"
+#line 10537 "ConfigurationInterfaces.c"
}
- goto __finally180;
- __catch180_configuration_error:
+ goto __finally181;
+ __catch181_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
+ GError* _tmp6_;
#line 1495 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1495 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -10544,16 +10559,16 @@ static gboolean configuration_facade_real_get_printing_print_titles (Configurati
_g_error_free0 (err);
#line 1500 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 10543 "ConfigurationInterfaces.c"
+#line 10558 "ConfigurationInterfaces.c"
}
- __finally180:
+ __finally181:
#line 1495 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 1495 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 1495 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp7_;
-#line 10552 "ConfigurationInterfaces.c"
+#line 10567 "ConfigurationInterfaces.c"
}
@@ -10562,16 +10577,16 @@ gboolean configuration_facade_get_printing_print_titles (ConfigurationFacade* se
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), FALSE);
#line 1494 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_printing_print_titles (self);
-#line 10561 "ConfigurationInterfaces.c"
+#line 10576 "ConfigurationInterfaces.c"
}
static void configuration_facade_real_set_printing_print_titles (ConfigurationFacade* self, gboolean print_titles) {
GError * _inner_error_ = NULL;
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- gboolean _tmp2_ = FALSE;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ gboolean _tmp2_;
#line 1506 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 1506 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -10586,8 +10601,8 @@ static void configuration_facade_real_set_printing_print_titles (ConfigurationFa
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1506 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 10585 "ConfigurationInterfaces.c"
- goto __catch181_configuration_error;
+#line 10600 "ConfigurationInterfaces.c"
+ goto __catch182_configuration_error;
}
#line 1506 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -10595,14 +10610,14 @@ static void configuration_facade_real_set_printing_print_titles (ConfigurationFa
g_clear_error (&_inner_error_);
#line 1506 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 10594 "ConfigurationInterfaces.c"
+#line 10609 "ConfigurationInterfaces.c"
}
}
- goto __finally181;
- __catch181_configuration_error:
+ goto __finally182;
+ __catch182_configuration_error:
{
GError* err = NULL;
- GError* _tmp3_ = NULL;
+ GError* _tmp3_;
#line 1505 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1505 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -10613,9 +10628,9 @@ static void configuration_facade_real_set_printing_print_titles (ConfigurationFa
configuration_facade_on_configuration_error (self, _tmp3_);
#line 1505 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_error_free0 (err);
-#line 10612 "ConfigurationInterfaces.c"
+#line 10627 "ConfigurationInterfaces.c"
}
- __finally181:
+ __finally182:
#line 1505 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1505 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -10624,7 +10639,7 @@ static void configuration_facade_real_set_printing_print_titles (ConfigurationFa
g_clear_error (&_inner_error_);
#line 1505 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 10623 "ConfigurationInterfaces.c"
+#line 10638 "ConfigurationInterfaces.c"
}
}
@@ -10634,7 +10649,7 @@ void configuration_facade_set_printing_print_titles (ConfigurationFacade* self,
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 1504 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_printing_print_titles (self, print_titles);
-#line 10633 "ConfigurationInterfaces.c"
+#line 10648 "ConfigurationInterfaces.c"
}
@@ -10644,12 +10659,12 @@ static gint configuration_facade_real_get_printing_size_selection (Configuration
GError * _inner_error_ = NULL;
{
gint _tmp0_ = 0;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gint _tmp3_ = 0;
- gint _tmp4_ = 0;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gint _tmp3_;
+ gint _tmp4_;
gint val = 0;
- gint _tmp6_ = 0;
+ gint _tmp6_;
#line 1518 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 1518 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -10664,12 +10679,12 @@ static gint configuration_facade_real_get_printing_size_selection (Configuration
_tmp0_ = _tmp4_;
#line 1518 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
-#line 10663 "ConfigurationInterfaces.c"
+#line 10678 "ConfigurationInterfaces.c"
gint _tmp5_ = 0;
#line 1518 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 10667 "ConfigurationInterfaces.c"
- goto __catch182_configuration_error;
+#line 10682 "ConfigurationInterfaces.c"
+ goto __catch183_configuration_error;
}
#line 1518 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -10677,7 +10692,7 @@ static gint configuration_facade_real_get_printing_size_selection (Configuration
g_clear_error (&_inner_error_);
#line 1518 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp5_;
-#line 10676 "ConfigurationInterfaces.c"
+#line 10691 "ConfigurationInterfaces.c"
}
#line 1518 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
val = _tmp0_ - 1;
@@ -10685,32 +10700,32 @@ static gint configuration_facade_real_get_printing_size_selection (Configuration
_tmp6_ = val;
#line 1519 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_tmp6_ == -2) {
-#line 10684 "ConfigurationInterfaces.c"
- ResourcesUnitSystem _tmp7_ = 0;
+#line 10699 "ConfigurationInterfaces.c"
+ ResourcesUnitSystem _tmp7_;
#line 1520 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp7_ = resources_get_default_measurement_unit ();
#line 1520 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_tmp7_ == RESOURCES_UNIT_SYSTEM_IMPERIAL) {
#line 1521 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
val = 2;
-#line 10692 "ConfigurationInterfaces.c"
+#line 10707 "ConfigurationInterfaces.c"
} else {
#line 1523 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
val = 10;
-#line 10696 "ConfigurationInterfaces.c"
+#line 10711 "ConfigurationInterfaces.c"
}
}
#line 1527 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = val;
#line 1527 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 10703 "ConfigurationInterfaces.c"
+#line 10718 "ConfigurationInterfaces.c"
}
- goto __finally182;
- __catch182_configuration_error:
+ goto __finally183;
+ __catch183_configuration_error:
{
GError* err = NULL;
- GError* _tmp8_ = NULL;
+ GError* _tmp8_;
#line 1517 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1517 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -10725,16 +10740,16 @@ static gint configuration_facade_real_get_printing_size_selection (Configuration
_g_error_free0 (err);
#line 1531 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 10724 "ConfigurationInterfaces.c"
+#line 10739 "ConfigurationInterfaces.c"
}
- __finally182:
+ __finally183:
#line 1517 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 1517 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 1517 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp9_;
-#line 10733 "ConfigurationInterfaces.c"
+#line 10748 "ConfigurationInterfaces.c"
}
@@ -10743,16 +10758,16 @@ gint configuration_facade_get_printing_size_selection (ConfigurationFacade* self
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), 0);
#line 1516 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_printing_size_selection (self);
-#line 10742 "ConfigurationInterfaces.c"
+#line 10757 "ConfigurationInterfaces.c"
}
static void configuration_facade_real_set_printing_size_selection (ConfigurationFacade* self, gint size_code) {
GError * _inner_error_ = NULL;
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- gint _tmp2_ = 0;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ gint _tmp2_;
#line 1537 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 1537 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -10767,8 +10782,8 @@ static void configuration_facade_real_set_printing_size_selection (Configuration
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1537 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 10766 "ConfigurationInterfaces.c"
- goto __catch183_configuration_error;
+#line 10781 "ConfigurationInterfaces.c"
+ goto __catch184_configuration_error;
}
#line 1537 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -10776,14 +10791,14 @@ static void configuration_facade_real_set_printing_size_selection (Configuration
g_clear_error (&_inner_error_);
#line 1537 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 10775 "ConfigurationInterfaces.c"
+#line 10790 "ConfigurationInterfaces.c"
}
}
- goto __finally183;
- __catch183_configuration_error:
+ goto __finally184;
+ __catch184_configuration_error:
{
GError* err = NULL;
- GError* _tmp3_ = NULL;
+ GError* _tmp3_;
#line 1536 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1536 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -10794,9 +10809,9 @@ static void configuration_facade_real_set_printing_size_selection (Configuration
configuration_facade_on_configuration_error (self, _tmp3_);
#line 1536 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_error_free0 (err);
-#line 10793 "ConfigurationInterfaces.c"
+#line 10808 "ConfigurationInterfaces.c"
}
- __finally183:
+ __finally184:
#line 1536 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1536 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -10805,7 +10820,7 @@ static void configuration_facade_real_set_printing_size_selection (Configuration
g_clear_error (&_inner_error_);
#line 1536 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 10804 "ConfigurationInterfaces.c"
+#line 10819 "ConfigurationInterfaces.c"
}
}
@@ -10815,7 +10830,7 @@ void configuration_facade_set_printing_size_selection (ConfigurationFacade* self
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 1535 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_printing_size_selection (self, size_code);
-#line 10814 "ConfigurationInterfaces.c"
+#line 10829 "ConfigurationInterfaces.c"
}
@@ -10824,11 +10839,11 @@ static gchar* configuration_facade_real_get_printing_titles_font (ConfigurationF
GError * _inner_error_ = NULL;
{
gchar* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gchar* _tmp3_ = NULL;
- gchar* _tmp4_ = NULL;
- gchar* _tmp5_ = NULL;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gchar* _tmp3_;
+ gchar* _tmp4_;
+ gchar* _tmp5_;
#line 1549 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 1549 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -10845,8 +10860,8 @@ static gchar* configuration_facade_real_get_printing_titles_font (ConfigurationF
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1549 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 10844 "ConfigurationInterfaces.c"
- goto __catch184_configuration_error;
+#line 10859 "ConfigurationInterfaces.c"
+ goto __catch185_configuration_error;
}
#line 1549 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -10854,7 +10869,7 @@ static gchar* configuration_facade_real_get_printing_titles_font (ConfigurationF
g_clear_error (&_inner_error_);
#line 1549 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return NULL;
-#line 10853 "ConfigurationInterfaces.c"
+#line 10868 "ConfigurationInterfaces.c"
}
#line 1549 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp5_ = _tmp0_;
@@ -10866,14 +10881,14 @@ static gchar* configuration_facade_real_get_printing_titles_font (ConfigurationF
_g_free0 (_tmp0_);
#line 1549 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 10865 "ConfigurationInterfaces.c"
+#line 10880 "ConfigurationInterfaces.c"
}
- goto __finally184;
- __catch184_configuration_error:
+ goto __finally185;
+ __catch185_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
- gchar* _tmp7_ = NULL;
+ GError* _tmp6_;
+ gchar* _tmp7_;
#line 1548 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1548 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -10890,16 +10905,16 @@ static gchar* configuration_facade_real_get_printing_titles_font (ConfigurationF
_g_error_free0 (err);
#line 1555 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 10889 "ConfigurationInterfaces.c"
+#line 10904 "ConfigurationInterfaces.c"
}
- __finally184:
+ __finally185:
#line 1548 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 1548 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 1548 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return NULL;
-#line 10898 "ConfigurationInterfaces.c"
+#line 10913 "ConfigurationInterfaces.c"
}
@@ -10908,7 +10923,7 @@ gchar* configuration_facade_get_printing_titles_font (ConfigurationFacade* self)
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), NULL);
#line 1547 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_printing_titles_font (self);
-#line 10907 "ConfigurationInterfaces.c"
+#line 10922 "ConfigurationInterfaces.c"
}
@@ -10916,11 +10931,11 @@ static void configuration_facade_real_set_printing_titles_font (ConfigurationFac
GError * _inner_error_ = NULL;
#line 1559 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_return_if_fail (font_name != NULL);
-#line 10915 "ConfigurationInterfaces.c"
+#line 10930 "ConfigurationInterfaces.c"
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- const gchar* _tmp2_ = NULL;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ const gchar* _tmp2_;
#line 1561 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 1561 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -10935,8 +10950,8 @@ static void configuration_facade_real_set_printing_titles_font (ConfigurationFac
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1561 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 10934 "ConfigurationInterfaces.c"
- goto __catch185_configuration_error;
+#line 10949 "ConfigurationInterfaces.c"
+ goto __catch186_configuration_error;
}
#line 1561 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -10944,14 +10959,14 @@ static void configuration_facade_real_set_printing_titles_font (ConfigurationFac
g_clear_error (&_inner_error_);
#line 1561 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 10943 "ConfigurationInterfaces.c"
+#line 10958 "ConfigurationInterfaces.c"
}
}
- goto __finally185;
- __catch185_configuration_error:
+ goto __finally186;
+ __catch186_configuration_error:
{
GError* err = NULL;
- GError* _tmp3_ = NULL;
+ GError* _tmp3_;
#line 1560 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1560 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -10962,9 +10977,9 @@ static void configuration_facade_real_set_printing_titles_font (ConfigurationFac
configuration_facade_on_configuration_error (self, _tmp3_);
#line 1560 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_error_free0 (err);
-#line 10961 "ConfigurationInterfaces.c"
+#line 10976 "ConfigurationInterfaces.c"
}
- __finally185:
+ __finally186:
#line 1560 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1560 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -10973,7 +10988,7 @@ static void configuration_facade_real_set_printing_titles_font (ConfigurationFac
g_clear_error (&_inner_error_);
#line 1560 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 10972 "ConfigurationInterfaces.c"
+#line 10987 "ConfigurationInterfaces.c"
}
}
@@ -10983,7 +10998,7 @@ void configuration_facade_set_printing_titles_font (ConfigurationFacade* self, c
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 1559 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_printing_titles_font (self, font_name);
-#line 10982 "ConfigurationInterfaces.c"
+#line 10997 "ConfigurationInterfaces.c"
}
@@ -10993,10 +11008,10 @@ static gboolean configuration_facade_real_get_show_welcome_dialog (Configuration
GError * _inner_error_ = NULL;
{
gboolean _tmp0_ = FALSE;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gboolean _tmp3_ = FALSE;
- gboolean _tmp4_ = FALSE;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gboolean _tmp3_;
+ gboolean _tmp4_;
#line 1572 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 1572 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -11011,12 +11026,12 @@ static gboolean configuration_facade_real_get_show_welcome_dialog (Configuration
_tmp0_ = _tmp4_;
#line 1572 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
-#line 11010 "ConfigurationInterfaces.c"
+#line 11025 "ConfigurationInterfaces.c"
gboolean _tmp5_ = FALSE;
#line 1572 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 11014 "ConfigurationInterfaces.c"
- goto __catch186_configuration_error;
+#line 11029 "ConfigurationInterfaces.c"
+ goto __catch187_configuration_error;
}
#line 1572 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -11024,19 +11039,19 @@ static gboolean configuration_facade_real_get_show_welcome_dialog (Configuration
g_clear_error (&_inner_error_);
#line 1572 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp5_;
-#line 11023 "ConfigurationInterfaces.c"
+#line 11038 "ConfigurationInterfaces.c"
}
#line 1572 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp0_;
#line 1572 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 11029 "ConfigurationInterfaces.c"
+#line 11044 "ConfigurationInterfaces.c"
}
- goto __finally186;
- __catch186_configuration_error:
+ goto __finally187;
+ __catch187_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
+ GError* _tmp6_;
#line 1571 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1571 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -11051,16 +11066,16 @@ static gboolean configuration_facade_real_get_show_welcome_dialog (Configuration
_g_error_free0 (err);
#line 1576 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 11050 "ConfigurationInterfaces.c"
+#line 11065 "ConfigurationInterfaces.c"
}
- __finally186:
+ __finally187:
#line 1571 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 1571 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 1571 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp7_;
-#line 11059 "ConfigurationInterfaces.c"
+#line 11074 "ConfigurationInterfaces.c"
}
@@ -11069,16 +11084,16 @@ gboolean configuration_facade_get_show_welcome_dialog (ConfigurationFacade* self
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), FALSE);
#line 1570 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_show_welcome_dialog (self);
-#line 11068 "ConfigurationInterfaces.c"
+#line 11083 "ConfigurationInterfaces.c"
}
static void configuration_facade_real_set_show_welcome_dialog (ConfigurationFacade* self, gboolean show) {
GError * _inner_error_ = NULL;
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- gboolean _tmp2_ = FALSE;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ gboolean _tmp2_;
#line 1582 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 1582 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -11093,8 +11108,8 @@ static void configuration_facade_real_set_show_welcome_dialog (ConfigurationFaca
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1582 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 11092 "ConfigurationInterfaces.c"
- goto __catch187_configuration_error;
+#line 11107 "ConfigurationInterfaces.c"
+ goto __catch188_configuration_error;
}
#line 1582 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -11102,14 +11117,14 @@ static void configuration_facade_real_set_show_welcome_dialog (ConfigurationFaca
g_clear_error (&_inner_error_);
#line 1582 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 11101 "ConfigurationInterfaces.c"
+#line 11116 "ConfigurationInterfaces.c"
}
}
- goto __finally187;
- __catch187_configuration_error:
+ goto __finally188;
+ __catch188_configuration_error:
{
GError* err = NULL;
- GError* _tmp3_ = NULL;
+ GError* _tmp3_;
#line 1581 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1581 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -11120,9 +11135,9 @@ static void configuration_facade_real_set_show_welcome_dialog (ConfigurationFaca
configuration_facade_on_configuration_error (self, _tmp3_);
#line 1581 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_error_free0 (err);
-#line 11119 "ConfigurationInterfaces.c"
+#line 11134 "ConfigurationInterfaces.c"
}
- __finally187:
+ __finally188:
#line 1581 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1581 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -11131,7 +11146,7 @@ static void configuration_facade_real_set_show_welcome_dialog (ConfigurationFaca
g_clear_error (&_inner_error_);
#line 1581 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 11130 "ConfigurationInterfaces.c"
+#line 11145 "ConfigurationInterfaces.c"
}
}
@@ -11141,7 +11156,7 @@ void configuration_facade_set_show_welcome_dialog (ConfigurationFacade* self, gb
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 1580 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_show_welcome_dialog (self, show);
-#line 11140 "ConfigurationInterfaces.c"
+#line 11155 "ConfigurationInterfaces.c"
}
@@ -11151,10 +11166,10 @@ static gint configuration_facade_real_get_sidebar_position (ConfigurationFacade*
GError * _inner_error_ = NULL;
{
gint _tmp0_ = 0;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gint _tmp3_ = 0;
- gint _tmp4_ = 0;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gint _tmp3_;
+ gint _tmp4_;
#line 1594 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 1594 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -11169,12 +11184,12 @@ static gint configuration_facade_real_get_sidebar_position (ConfigurationFacade*
_tmp0_ = _tmp4_;
#line 1594 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
-#line 11168 "ConfigurationInterfaces.c"
+#line 11183 "ConfigurationInterfaces.c"
gint _tmp5_ = 0;
#line 1594 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 11172 "ConfigurationInterfaces.c"
- goto __catch188_configuration_error;
+#line 11187 "ConfigurationInterfaces.c"
+ goto __catch189_configuration_error;
}
#line 1594 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -11182,19 +11197,19 @@ static gint configuration_facade_real_get_sidebar_position (ConfigurationFacade*
g_clear_error (&_inner_error_);
#line 1594 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp5_;
-#line 11181 "ConfigurationInterfaces.c"
+#line 11196 "ConfigurationInterfaces.c"
}
#line 1594 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp0_;
#line 1594 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 11187 "ConfigurationInterfaces.c"
+#line 11202 "ConfigurationInterfaces.c"
}
- goto __finally188;
- __catch188_configuration_error:
+ goto __finally189;
+ __catch189_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
+ GError* _tmp6_;
#line 1593 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1593 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -11209,16 +11224,16 @@ static gint configuration_facade_real_get_sidebar_position (ConfigurationFacade*
_g_error_free0 (err);
#line 1598 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 11208 "ConfigurationInterfaces.c"
+#line 11223 "ConfigurationInterfaces.c"
}
- __finally188:
+ __finally189:
#line 1593 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 1593 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 1593 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp7_;
-#line 11217 "ConfigurationInterfaces.c"
+#line 11232 "ConfigurationInterfaces.c"
}
@@ -11227,16 +11242,16 @@ gint configuration_facade_get_sidebar_position (ConfigurationFacade* self) {
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), 0);
#line 1592 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_sidebar_position (self);
-#line 11226 "ConfigurationInterfaces.c"
+#line 11241 "ConfigurationInterfaces.c"
}
static void configuration_facade_real_set_sidebar_position (ConfigurationFacade* self, gint position) {
GError * _inner_error_ = NULL;
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- gint _tmp2_ = 0;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ gint _tmp2_;
#line 1604 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 1604 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -11251,8 +11266,8 @@ static void configuration_facade_real_set_sidebar_position (ConfigurationFacade*
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1604 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 11250 "ConfigurationInterfaces.c"
- goto __catch189_configuration_error;
+#line 11265 "ConfigurationInterfaces.c"
+ goto __catch190_configuration_error;
}
#line 1604 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -11260,14 +11275,14 @@ static void configuration_facade_real_set_sidebar_position (ConfigurationFacade*
g_clear_error (&_inner_error_);
#line 1604 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 11259 "ConfigurationInterfaces.c"
+#line 11274 "ConfigurationInterfaces.c"
}
}
- goto __finally189;
- __catch189_configuration_error:
+ goto __finally190;
+ __catch190_configuration_error:
{
GError* err = NULL;
- GError* _tmp3_ = NULL;
+ GError* _tmp3_;
#line 1603 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1603 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -11278,9 +11293,9 @@ static void configuration_facade_real_set_sidebar_position (ConfigurationFacade*
configuration_facade_on_configuration_error (self, _tmp3_);
#line 1603 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_error_free0 (err);
-#line 11277 "ConfigurationInterfaces.c"
+#line 11292 "ConfigurationInterfaces.c"
}
- __finally189:
+ __finally190:
#line 1603 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1603 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -11289,7 +11304,7 @@ static void configuration_facade_real_set_sidebar_position (ConfigurationFacade*
g_clear_error (&_inner_error_);
#line 1603 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 11288 "ConfigurationInterfaces.c"
+#line 11303 "ConfigurationInterfaces.c"
}
}
@@ -11299,7 +11314,7 @@ void configuration_facade_set_sidebar_position (ConfigurationFacade* self, gint
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 1602 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_sidebar_position (self, position);
-#line 11298 "ConfigurationInterfaces.c"
+#line 11313 "ConfigurationInterfaces.c"
}
@@ -11309,10 +11324,10 @@ static gdouble configuration_facade_real_get_slideshow_delay (ConfigurationFacad
GError * _inner_error_ = NULL;
{
gdouble _tmp0_ = 0.0;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gdouble _tmp3_ = 0.0;
- gdouble _tmp4_ = 0.0;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gdouble _tmp3_;
+ gdouble _tmp4_;
#line 1615 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 1615 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -11327,12 +11342,12 @@ static gdouble configuration_facade_real_get_slideshow_delay (ConfigurationFacad
_tmp0_ = _tmp4_;
#line 1615 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
-#line 11326 "ConfigurationInterfaces.c"
+#line 11341 "ConfigurationInterfaces.c"
gdouble _tmp5_ = 0.0;
#line 1615 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 11330 "ConfigurationInterfaces.c"
- goto __catch190_configuration_error;
+#line 11345 "ConfigurationInterfaces.c"
+ goto __catch191_configuration_error;
}
#line 1615 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -11340,19 +11355,19 @@ static gdouble configuration_facade_real_get_slideshow_delay (ConfigurationFacad
g_clear_error (&_inner_error_);
#line 1615 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp5_;
-#line 11339 "ConfigurationInterfaces.c"
+#line 11354 "ConfigurationInterfaces.c"
}
#line 1615 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp0_;
#line 1615 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 11345 "ConfigurationInterfaces.c"
+#line 11360 "ConfigurationInterfaces.c"
}
- goto __finally190;
- __catch190_configuration_error:
+ goto __finally191;
+ __catch191_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
+ GError* _tmp6_;
#line 1614 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1614 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -11367,16 +11382,16 @@ static gdouble configuration_facade_real_get_slideshow_delay (ConfigurationFacad
_g_error_free0 (err);
#line 1619 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 11366 "ConfigurationInterfaces.c"
+#line 11381 "ConfigurationInterfaces.c"
}
- __finally190:
+ __finally191:
#line 1614 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 1614 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 1614 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp7_;
-#line 11375 "ConfigurationInterfaces.c"
+#line 11390 "ConfigurationInterfaces.c"
}
@@ -11385,16 +11400,16 @@ gdouble configuration_facade_get_slideshow_delay (ConfigurationFacade* self) {
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), 0.0);
#line 1613 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_slideshow_delay (self);
-#line 11384 "ConfigurationInterfaces.c"
+#line 11399 "ConfigurationInterfaces.c"
}
static void configuration_facade_real_set_slideshow_delay (ConfigurationFacade* self, gdouble delay) {
GError * _inner_error_ = NULL;
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- gdouble _tmp2_ = 0.0;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ gdouble _tmp2_;
#line 1625 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 1625 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -11409,8 +11424,8 @@ static void configuration_facade_real_set_slideshow_delay (ConfigurationFacade*
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1625 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 11408 "ConfigurationInterfaces.c"
- goto __catch191_configuration_error;
+#line 11423 "ConfigurationInterfaces.c"
+ goto __catch192_configuration_error;
}
#line 1625 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -11418,14 +11433,14 @@ static void configuration_facade_real_set_slideshow_delay (ConfigurationFacade*
g_clear_error (&_inner_error_);
#line 1625 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 11417 "ConfigurationInterfaces.c"
+#line 11432 "ConfigurationInterfaces.c"
}
}
- goto __finally191;
- __catch191_configuration_error:
+ goto __finally192;
+ __catch192_configuration_error:
{
GError* err = NULL;
- GError* _tmp3_ = NULL;
+ GError* _tmp3_;
#line 1624 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1624 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -11436,9 +11451,9 @@ static void configuration_facade_real_set_slideshow_delay (ConfigurationFacade*
configuration_facade_on_configuration_error (self, _tmp3_);
#line 1624 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_error_free0 (err);
-#line 11435 "ConfigurationInterfaces.c"
+#line 11450 "ConfigurationInterfaces.c"
}
- __finally191:
+ __finally192:
#line 1624 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1624 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -11447,7 +11462,7 @@ static void configuration_facade_real_set_slideshow_delay (ConfigurationFacade*
g_clear_error (&_inner_error_);
#line 1624 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 11446 "ConfigurationInterfaces.c"
+#line 11461 "ConfigurationInterfaces.c"
}
}
@@ -11457,7 +11472,7 @@ void configuration_facade_set_slideshow_delay (ConfigurationFacade* self, gdoubl
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 1623 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_slideshow_delay (self, delay);
-#line 11456 "ConfigurationInterfaces.c"
+#line 11471 "ConfigurationInterfaces.c"
}
@@ -11467,10 +11482,10 @@ static gdouble configuration_facade_real_get_slideshow_transition_delay (Configu
GError * _inner_error_ = NULL;
{
gdouble _tmp0_ = 0.0;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gdouble _tmp3_ = 0.0;
- gdouble _tmp4_ = 0.0;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gdouble _tmp3_;
+ gdouble _tmp4_;
#line 1636 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 1636 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -11485,12 +11500,12 @@ static gdouble configuration_facade_real_get_slideshow_transition_delay (Configu
_tmp0_ = _tmp4_;
#line 1636 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
-#line 11484 "ConfigurationInterfaces.c"
+#line 11499 "ConfigurationInterfaces.c"
gdouble _tmp5_ = 0.0;
#line 1636 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 11488 "ConfigurationInterfaces.c"
- goto __catch192_configuration_error;
+#line 11503 "ConfigurationInterfaces.c"
+ goto __catch193_configuration_error;
}
#line 1636 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -11498,19 +11513,19 @@ static gdouble configuration_facade_real_get_slideshow_transition_delay (Configu
g_clear_error (&_inner_error_);
#line 1636 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp5_;
-#line 11497 "ConfigurationInterfaces.c"
+#line 11512 "ConfigurationInterfaces.c"
}
#line 1636 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp0_;
#line 1636 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 11503 "ConfigurationInterfaces.c"
+#line 11518 "ConfigurationInterfaces.c"
}
- goto __finally192;
- __catch192_configuration_error:
+ goto __finally193;
+ __catch193_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
+ GError* _tmp6_;
#line 1635 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1635 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -11525,16 +11540,16 @@ static gdouble configuration_facade_real_get_slideshow_transition_delay (Configu
_g_error_free0 (err);
#line 1641 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 11524 "ConfigurationInterfaces.c"
+#line 11539 "ConfigurationInterfaces.c"
}
- __finally192:
+ __finally193:
#line 1635 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 1635 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 1635 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp7_;
-#line 11533 "ConfigurationInterfaces.c"
+#line 11548 "ConfigurationInterfaces.c"
}
@@ -11543,16 +11558,16 @@ gdouble configuration_facade_get_slideshow_transition_delay (ConfigurationFacade
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), 0.0);
#line 1634 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_slideshow_transition_delay (self);
-#line 11542 "ConfigurationInterfaces.c"
+#line 11557 "ConfigurationInterfaces.c"
}
static void configuration_facade_real_set_slideshow_transition_delay (ConfigurationFacade* self, gdouble delay) {
GError * _inner_error_ = NULL;
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- gdouble _tmp2_ = 0.0;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ gdouble _tmp2_;
#line 1647 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 1647 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -11567,8 +11582,8 @@ static void configuration_facade_real_set_slideshow_transition_delay (Configurat
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1647 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 11566 "ConfigurationInterfaces.c"
- goto __catch193_configuration_error;
+#line 11581 "ConfigurationInterfaces.c"
+ goto __catch194_configuration_error;
}
#line 1647 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -11576,14 +11591,14 @@ static void configuration_facade_real_set_slideshow_transition_delay (Configurat
g_clear_error (&_inner_error_);
#line 1647 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 11575 "ConfigurationInterfaces.c"
+#line 11590 "ConfigurationInterfaces.c"
}
}
- goto __finally193;
- __catch193_configuration_error:
+ goto __finally194;
+ __catch194_configuration_error:
{
GError* err = NULL;
- GError* _tmp3_ = NULL;
+ GError* _tmp3_;
#line 1646 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1646 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -11594,9 +11609,9 @@ static void configuration_facade_real_set_slideshow_transition_delay (Configurat
configuration_facade_on_configuration_error (self, _tmp3_);
#line 1646 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_error_free0 (err);
-#line 11593 "ConfigurationInterfaces.c"
+#line 11608 "ConfigurationInterfaces.c"
}
- __finally193:
+ __finally194:
#line 1646 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1646 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -11605,7 +11620,7 @@ static void configuration_facade_real_set_slideshow_transition_delay (Configurat
g_clear_error (&_inner_error_);
#line 1646 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 11604 "ConfigurationInterfaces.c"
+#line 11619 "ConfigurationInterfaces.c"
}
}
@@ -11615,7 +11630,7 @@ void configuration_facade_set_slideshow_transition_delay (ConfigurationFacade* s
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 1645 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_slideshow_transition_delay (self, delay);
-#line 11614 "ConfigurationInterfaces.c"
+#line 11629 "ConfigurationInterfaces.c"
}
@@ -11624,11 +11639,11 @@ static gchar* configuration_facade_real_get_slideshow_transition_effect_id (Conf
GError * _inner_error_ = NULL;
{
gchar* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gchar* _tmp3_ = NULL;
- gchar* _tmp4_ = NULL;
- gchar* _tmp5_ = NULL;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gchar* _tmp3_;
+ gchar* _tmp4_;
+ gchar* _tmp5_;
#line 1659 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 1659 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -11645,8 +11660,8 @@ static gchar* configuration_facade_real_get_slideshow_transition_effect_id (Conf
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1659 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 11644 "ConfigurationInterfaces.c"
- goto __catch194_configuration_error;
+#line 11659 "ConfigurationInterfaces.c"
+ goto __catch195_configuration_error;
}
#line 1659 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -11654,7 +11669,7 @@ static gchar* configuration_facade_real_get_slideshow_transition_effect_id (Conf
g_clear_error (&_inner_error_);
#line 1659 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return NULL;
-#line 11653 "ConfigurationInterfaces.c"
+#line 11668 "ConfigurationInterfaces.c"
}
#line 1659 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp5_ = _tmp0_;
@@ -11666,14 +11681,14 @@ static gchar* configuration_facade_real_get_slideshow_transition_effect_id (Conf
_g_free0 (_tmp0_);
#line 1659 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 11665 "ConfigurationInterfaces.c"
+#line 11680 "ConfigurationInterfaces.c"
}
- goto __finally194;
- __catch194_configuration_error:
+ goto __finally195;
+ __catch195_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
- gchar* _tmp7_ = NULL;
+ GError* _tmp6_;
+ gchar* _tmp7_;
#line 1658 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1658 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -11690,16 +11705,16 @@ static gchar* configuration_facade_real_get_slideshow_transition_effect_id (Conf
_g_error_free0 (err);
#line 1666 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 11689 "ConfigurationInterfaces.c"
+#line 11704 "ConfigurationInterfaces.c"
}
- __finally194:
+ __finally195:
#line 1658 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 1658 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 1658 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return NULL;
-#line 11698 "ConfigurationInterfaces.c"
+#line 11713 "ConfigurationInterfaces.c"
}
@@ -11708,7 +11723,7 @@ gchar* configuration_facade_get_slideshow_transition_effect_id (ConfigurationFac
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), NULL);
#line 1657 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_slideshow_transition_effect_id (self);
-#line 11707 "ConfigurationInterfaces.c"
+#line 11722 "ConfigurationInterfaces.c"
}
@@ -11716,11 +11731,11 @@ static void configuration_facade_real_set_slideshow_transition_effect_id (Config
GError * _inner_error_ = NULL;
#line 1670 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_return_if_fail (id != NULL);
-#line 11715 "ConfigurationInterfaces.c"
+#line 11730 "ConfigurationInterfaces.c"
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- const gchar* _tmp2_ = NULL;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ const gchar* _tmp2_;
#line 1672 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 1672 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -11735,8 +11750,8 @@ static void configuration_facade_real_set_slideshow_transition_effect_id (Config
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1672 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 11734 "ConfigurationInterfaces.c"
- goto __catch195_configuration_error;
+#line 11749 "ConfigurationInterfaces.c"
+ goto __catch196_configuration_error;
}
#line 1672 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -11744,14 +11759,14 @@ static void configuration_facade_real_set_slideshow_transition_effect_id (Config
g_clear_error (&_inner_error_);
#line 1672 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 11743 "ConfigurationInterfaces.c"
+#line 11758 "ConfigurationInterfaces.c"
}
}
- goto __finally195;
- __catch195_configuration_error:
+ goto __finally196;
+ __catch196_configuration_error:
{
GError* err = NULL;
- GError* _tmp3_ = NULL;
+ GError* _tmp3_;
#line 1671 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1671 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -11762,9 +11777,9 @@ static void configuration_facade_real_set_slideshow_transition_effect_id (Config
configuration_facade_on_configuration_error (self, _tmp3_);
#line 1671 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_error_free0 (err);
-#line 11761 "ConfigurationInterfaces.c"
+#line 11776 "ConfigurationInterfaces.c"
}
- __finally195:
+ __finally196:
#line 1671 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1671 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -11773,7 +11788,7 @@ static void configuration_facade_real_set_slideshow_transition_effect_id (Config
g_clear_error (&_inner_error_);
#line 1671 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 11772 "ConfigurationInterfaces.c"
+#line 11787 "ConfigurationInterfaces.c"
}
}
@@ -11783,7 +11798,7 @@ void configuration_facade_set_slideshow_transition_effect_id (ConfigurationFacad
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 1670 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_slideshow_transition_effect_id (self, id);
-#line 11782 "ConfigurationInterfaces.c"
+#line 11797 "ConfigurationInterfaces.c"
}
@@ -11793,10 +11808,10 @@ static gboolean configuration_facade_real_get_slideshow_show_title (Configuratio
GError * _inner_error_ = NULL;
{
gboolean _tmp0_ = FALSE;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gboolean _tmp3_ = FALSE;
- gboolean _tmp4_ = FALSE;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gboolean _tmp3_;
+ gboolean _tmp4_;
#line 1684 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 1684 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -11811,12 +11826,12 @@ static gboolean configuration_facade_real_get_slideshow_show_title (Configuratio
_tmp0_ = _tmp4_;
#line 1684 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
-#line 11810 "ConfigurationInterfaces.c"
+#line 11825 "ConfigurationInterfaces.c"
gboolean _tmp5_ = FALSE;
#line 1684 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 11814 "ConfigurationInterfaces.c"
- goto __catch196_configuration_error;
+#line 11829 "ConfigurationInterfaces.c"
+ goto __catch197_configuration_error;
}
#line 1684 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -11824,19 +11839,19 @@ static gboolean configuration_facade_real_get_slideshow_show_title (Configuratio
g_clear_error (&_inner_error_);
#line 1684 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp5_;
-#line 11823 "ConfigurationInterfaces.c"
+#line 11838 "ConfigurationInterfaces.c"
}
#line 1684 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp0_;
#line 1684 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 11829 "ConfigurationInterfaces.c"
+#line 11844 "ConfigurationInterfaces.c"
}
- goto __finally196;
- __catch196_configuration_error:
+ goto __finally197;
+ __catch197_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
+ GError* _tmp6_;
#line 1683 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1683 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -11851,16 +11866,16 @@ static gboolean configuration_facade_real_get_slideshow_show_title (Configuratio
_g_error_free0 (err);
#line 1688 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 11850 "ConfigurationInterfaces.c"
+#line 11865 "ConfigurationInterfaces.c"
}
- __finally196:
+ __finally197:
#line 1683 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 1683 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 1683 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp7_;
-#line 11859 "ConfigurationInterfaces.c"
+#line 11874 "ConfigurationInterfaces.c"
}
@@ -11869,16 +11884,16 @@ gboolean configuration_facade_get_slideshow_show_title (ConfigurationFacade* sel
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), FALSE);
#line 1682 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_slideshow_show_title (self);
-#line 11868 "ConfigurationInterfaces.c"
+#line 11883 "ConfigurationInterfaces.c"
}
static void configuration_facade_real_set_slideshow_show_title (ConfigurationFacade* self, gboolean show_title) {
GError * _inner_error_ = NULL;
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- gboolean _tmp2_ = FALSE;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ gboolean _tmp2_;
#line 1694 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 1694 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -11893,8 +11908,8 @@ static void configuration_facade_real_set_slideshow_show_title (ConfigurationFac
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1694 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 11892 "ConfigurationInterfaces.c"
- goto __catch197_configuration_error;
+#line 11907 "ConfigurationInterfaces.c"
+ goto __catch198_configuration_error;
}
#line 1694 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -11902,14 +11917,14 @@ static void configuration_facade_real_set_slideshow_show_title (ConfigurationFac
g_clear_error (&_inner_error_);
#line 1694 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 11901 "ConfigurationInterfaces.c"
+#line 11916 "ConfigurationInterfaces.c"
}
}
- goto __finally197;
- __catch197_configuration_error:
+ goto __finally198;
+ __catch198_configuration_error:
{
GError* err = NULL;
- GError* _tmp3_ = NULL;
+ GError* _tmp3_;
#line 1693 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1693 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -11920,9 +11935,9 @@ static void configuration_facade_real_set_slideshow_show_title (ConfigurationFac
configuration_facade_on_configuration_error (self, _tmp3_);
#line 1693 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_error_free0 (err);
-#line 11919 "ConfigurationInterfaces.c"
+#line 11934 "ConfigurationInterfaces.c"
}
- __finally197:
+ __finally198:
#line 1693 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1693 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -11931,7 +11946,7 @@ static void configuration_facade_real_set_slideshow_show_title (ConfigurationFac
g_clear_error (&_inner_error_);
#line 1693 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 11930 "ConfigurationInterfaces.c"
+#line 11945 "ConfigurationInterfaces.c"
}
}
@@ -11941,68 +11956,68 @@ void configuration_facade_set_slideshow_show_title (ConfigurationFacade* self, g
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 1692 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_slideshow_show_title (self, show_title);
-#line 11940 "ConfigurationInterfaces.c"
+#line 11955 "ConfigurationInterfaces.c"
}
static void g_time_local (time_t time, struct tm* result) {
struct tm _result_ = {0};
struct tm _tmp0_ = {0};
-#line 2750 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 2846 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
localtime_r (&time, &_tmp0_);
-#line 2750 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 2846 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
_result_ = _tmp0_;
-#line 2751 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 2847 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
*result = _result_;
-#line 2751 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 2847 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
return;
-#line 11955 "ConfigurationInterfaces.c"
+#line 11970 "ConfigurationInterfaces.c"
}
static gchar* g_time_format (struct tm *self, const gchar* format) {
gchar* result = NULL;
gchar* buffer = NULL;
- gchar* _tmp0_ = NULL;
- gint buffer_length1 = 0;
- gint _buffer_size_ = 0;
- gchar* _tmp1_ = NULL;
- gint _tmp1__length1 = 0;
- const gchar* _tmp2_ = NULL;
- gchar* _tmp3_ = NULL;
- gint _tmp3__length1 = 0;
- gchar* _tmp4_ = NULL;
-#line 2758 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+ gchar* _tmp0_;
+ gint buffer_length1;
+ gint _buffer_size_;
+ gchar* _tmp1_;
+ gint _tmp1__length1;
+ const gchar* _tmp2_;
+ gchar* _tmp3_;
+ gint _tmp3__length1;
+ gchar* _tmp4_;
+#line 2854 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
g_return_val_if_fail (format != NULL, NULL);
-#line 2759 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 2855 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
_tmp0_ = g_new0 (gchar, 64);
-#line 2759 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 2855 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
buffer = _tmp0_;
-#line 2759 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 2855 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
buffer_length1 = 64;
-#line 2759 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 2855 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
_buffer_size_ = buffer_length1;
-#line 2760 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 2856 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
_tmp1_ = buffer;
-#line 2760 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 2856 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
_tmp1__length1 = buffer_length1;
-#line 2760 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 2856 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
_tmp2_ = format;
-#line 2760 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 2856 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
strftime (_tmp1_, _tmp1__length1, _tmp2_, &(*self));
-#line 2761 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 2857 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
_tmp3_ = buffer;
-#line 2761 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 2857 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
_tmp3__length1 = buffer_length1;
-#line 2761 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 2857 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
_tmp4_ = g_strdup ((const gchar*) _tmp3_);
-#line 2761 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 2857 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
result = _tmp4_;
-#line 2761 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 2857 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
buffer = (g_free (buffer), NULL);
-#line 2761 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 2857 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
return result;
-#line 12001 "ConfigurationInterfaces.c"
+#line 12016 "ConfigurationInterfaces.c"
}
@@ -12012,10 +12027,10 @@ static gboolean configuration_facade_real_get_use_24_hour_time (ConfigurationFac
GError * _inner_error_ = NULL;
{
gboolean _tmp0_ = FALSE;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gboolean _tmp3_ = FALSE;
- gboolean _tmp4_ = FALSE;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gboolean _tmp3_;
+ gboolean _tmp4_;
#line 1705 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 1705 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -12030,12 +12045,12 @@ static gboolean configuration_facade_real_get_use_24_hour_time (ConfigurationFac
_tmp0_ = _tmp4_;
#line 1705 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
-#line 12029 "ConfigurationInterfaces.c"
+#line 12044 "ConfigurationInterfaces.c"
gboolean _tmp5_ = FALSE;
#line 1705 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 12033 "ConfigurationInterfaces.c"
- goto __catch198_configuration_error;
+#line 12048 "ConfigurationInterfaces.c"
+ goto __catch199_configuration_error;
}
#line 1705 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -12043,24 +12058,24 @@ static gboolean configuration_facade_real_get_use_24_hour_time (ConfigurationFac
g_clear_error (&_inner_error_);
#line 1705 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp5_;
-#line 12042 "ConfigurationInterfaces.c"
+#line 12057 "ConfigurationInterfaces.c"
}
#line 1705 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp0_;
#line 1705 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 12048 "ConfigurationInterfaces.c"
+#line 12063 "ConfigurationInterfaces.c"
}
- goto __finally198;
- __catch198_configuration_error:
+ goto __finally199;
+ __catch199_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
+ GError* _tmp6_;
struct tm _tmp7_ = {0};
- gchar* _tmp8_ = NULL;
- gchar* _tmp9_ = NULL;
- gboolean _tmp10_ = FALSE;
- gboolean _tmp11_ = FALSE;
+ gchar* _tmp8_;
+ gchar* _tmp9_;
+ gboolean _tmp10_;
+ gboolean _tmp11_;
#line 1704 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1704 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -12087,16 +12102,16 @@ static gboolean configuration_facade_real_get_use_24_hour_time (ConfigurationFac
_g_error_free0 (err);
#line 1711 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 12086 "ConfigurationInterfaces.c"
+#line 12101 "ConfigurationInterfaces.c"
}
- __finally198:
+ __finally199:
#line 1704 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 1704 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 1704 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp12_;
-#line 12095 "ConfigurationInterfaces.c"
+#line 12110 "ConfigurationInterfaces.c"
}
@@ -12105,16 +12120,16 @@ gboolean configuration_facade_get_use_24_hour_time (ConfigurationFacade* self) {
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), FALSE);
#line 1703 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_use_24_hour_time (self);
-#line 12104 "ConfigurationInterfaces.c"
+#line 12119 "ConfigurationInterfaces.c"
}
static void configuration_facade_real_set_use_24_hour_time (ConfigurationFacade* self, gboolean use_24_hour_time) {
GError * _inner_error_ = NULL;
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- gboolean _tmp2_ = FALSE;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ gboolean _tmp2_;
#line 1717 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 1717 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -12129,8 +12144,8 @@ static void configuration_facade_real_set_use_24_hour_time (ConfigurationFacade*
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1717 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 12128 "ConfigurationInterfaces.c"
- goto __catch199_configuration_error;
+#line 12143 "ConfigurationInterfaces.c"
+ goto __catch200_configuration_error;
}
#line 1717 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -12138,14 +12153,14 @@ static void configuration_facade_real_set_use_24_hour_time (ConfigurationFacade*
g_clear_error (&_inner_error_);
#line 1717 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 12137 "ConfigurationInterfaces.c"
+#line 12152 "ConfigurationInterfaces.c"
}
}
- goto __finally199;
- __catch199_configuration_error:
+ goto __finally200;
+ __catch200_configuration_error:
{
GError* err = NULL;
- GError* _tmp3_ = NULL;
+ GError* _tmp3_;
#line 1716 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1716 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -12156,9 +12171,9 @@ static void configuration_facade_real_set_use_24_hour_time (ConfigurationFacade*
configuration_facade_on_configuration_error (self, _tmp3_);
#line 1716 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_error_free0 (err);
-#line 12155 "ConfigurationInterfaces.c"
+#line 12170 "ConfigurationInterfaces.c"
}
- __finally199:
+ __finally200:
#line 1716 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1716 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -12167,7 +12182,7 @@ static void configuration_facade_real_set_use_24_hour_time (ConfigurationFacade*
g_clear_error (&_inner_error_);
#line 1716 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 12166 "ConfigurationInterfaces.c"
+#line 12181 "ConfigurationInterfaces.c"
}
}
@@ -12177,7 +12192,7 @@ void configuration_facade_set_use_24_hour_time (ConfigurationFacade* self, gbool
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 1715 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_use_24_hour_time (self, use_24_hour_time);
-#line 12176 "ConfigurationInterfaces.c"
+#line 12191 "ConfigurationInterfaces.c"
}
@@ -12187,10 +12202,10 @@ static gboolean configuration_facade_real_get_use_lowercase_filenames (Configura
GError * _inner_error_ = NULL;
{
gboolean _tmp0_ = FALSE;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gboolean _tmp3_ = FALSE;
- gboolean _tmp4_ = FALSE;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gboolean _tmp3_;
+ gboolean _tmp4_;
#line 1728 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 1728 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -12205,12 +12220,12 @@ static gboolean configuration_facade_real_get_use_lowercase_filenames (Configura
_tmp0_ = _tmp4_;
#line 1728 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
-#line 12204 "ConfigurationInterfaces.c"
+#line 12219 "ConfigurationInterfaces.c"
gboolean _tmp5_ = FALSE;
#line 1728 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 12208 "ConfigurationInterfaces.c"
- goto __catch200_configuration_error;
+#line 12223 "ConfigurationInterfaces.c"
+ goto __catch201_configuration_error;
}
#line 1728 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -12218,19 +12233,19 @@ static gboolean configuration_facade_real_get_use_lowercase_filenames (Configura
g_clear_error (&_inner_error_);
#line 1728 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp5_;
-#line 12217 "ConfigurationInterfaces.c"
+#line 12232 "ConfigurationInterfaces.c"
}
#line 1728 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp0_;
#line 1728 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 12223 "ConfigurationInterfaces.c"
+#line 12238 "ConfigurationInterfaces.c"
}
- goto __finally200;
- __catch200_configuration_error:
+ goto __finally201;
+ __catch201_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
+ GError* _tmp6_;
#line 1727 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1727 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -12245,16 +12260,16 @@ static gboolean configuration_facade_real_get_use_lowercase_filenames (Configura
_g_error_free0 (err);
#line 1732 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 12244 "ConfigurationInterfaces.c"
+#line 12259 "ConfigurationInterfaces.c"
}
- __finally200:
+ __finally201:
#line 1727 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 1727 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 1727 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp7_;
-#line 12253 "ConfigurationInterfaces.c"
+#line 12268 "ConfigurationInterfaces.c"
}
@@ -12263,16 +12278,16 @@ gboolean configuration_facade_get_use_lowercase_filenames (ConfigurationFacade*
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), FALSE);
#line 1726 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_use_lowercase_filenames (self);
-#line 12262 "ConfigurationInterfaces.c"
+#line 12277 "ConfigurationInterfaces.c"
}
static void configuration_facade_real_set_use_lowercase_filenames (ConfigurationFacade* self, gboolean b) {
GError * _inner_error_ = NULL;
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- gboolean _tmp2_ = FALSE;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ gboolean _tmp2_;
#line 1738 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 1738 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -12287,8 +12302,8 @@ static void configuration_facade_real_set_use_lowercase_filenames (Configuration
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1738 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 12286 "ConfigurationInterfaces.c"
- goto __catch201_configuration_error;
+#line 12301 "ConfigurationInterfaces.c"
+ goto __catch202_configuration_error;
}
#line 1738 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -12296,14 +12311,14 @@ static void configuration_facade_real_set_use_lowercase_filenames (Configuration
g_clear_error (&_inner_error_);
#line 1738 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 12295 "ConfigurationInterfaces.c"
+#line 12310 "ConfigurationInterfaces.c"
}
}
- goto __finally201;
- __catch201_configuration_error:
+ goto __finally202;
+ __catch202_configuration_error:
{
GError* err = NULL;
- GError* _tmp3_ = NULL;
+ GError* _tmp3_;
#line 1737 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1737 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -12314,9 +12329,9 @@ static void configuration_facade_real_set_use_lowercase_filenames (Configuration
configuration_facade_on_configuration_error (self, _tmp3_);
#line 1737 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_error_free0 (err);
-#line 12313 "ConfigurationInterfaces.c"
+#line 12328 "ConfigurationInterfaces.c"
}
- __finally201:
+ __finally202:
#line 1737 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1737 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -12325,7 +12340,7 @@ static void configuration_facade_real_set_use_lowercase_filenames (Configuration
g_clear_error (&_inner_error_);
#line 1737 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 12324 "ConfigurationInterfaces.c"
+#line 12339 "ConfigurationInterfaces.c"
}
}
@@ -12335,7 +12350,7 @@ void configuration_facade_set_use_lowercase_filenames (ConfigurationFacade* self
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 1736 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_use_lowercase_filenames (self, b);
-#line 12334 "ConfigurationInterfaces.c"
+#line 12349 "ConfigurationInterfaces.c"
}
@@ -12345,10 +12360,10 @@ static gint configuration_facade_real_get_video_interpreter_state_cookie (Config
GError * _inner_error_ = NULL;
{
gint _tmp0_ = 0;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- gint _tmp3_ = 0;
- gint _tmp4_ = 0;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ gint _tmp3_;
+ gint _tmp4_;
#line 1749 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
#line 1749 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -12363,12 +12378,12 @@ static gint configuration_facade_real_get_video_interpreter_state_cookie (Config
_tmp0_ = _tmp4_;
#line 1749 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
-#line 12362 "ConfigurationInterfaces.c"
+#line 12377 "ConfigurationInterfaces.c"
gint _tmp5_ = 0;
#line 1749 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 12366 "ConfigurationInterfaces.c"
- goto __catch202_configuration_error;
+#line 12381 "ConfigurationInterfaces.c"
+ goto __catch203_configuration_error;
}
#line 1749 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -12376,19 +12391,19 @@ static gint configuration_facade_real_get_video_interpreter_state_cookie (Config
g_clear_error (&_inner_error_);
#line 1749 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp5_;
-#line 12375 "ConfigurationInterfaces.c"
+#line 12390 "ConfigurationInterfaces.c"
}
#line 1749 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
result = _tmp0_;
#line 1749 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 12381 "ConfigurationInterfaces.c"
+#line 12396 "ConfigurationInterfaces.c"
}
- goto __finally202;
- __catch202_configuration_error:
+ goto __finally203;
+ __catch203_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
+ GError* _tmp6_;
#line 1748 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1748 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -12403,16 +12418,16 @@ static gint configuration_facade_real_get_video_interpreter_state_cookie (Config
_g_error_free0 (err);
#line 1754 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 12402 "ConfigurationInterfaces.c"
+#line 12417 "ConfigurationInterfaces.c"
}
- __finally202:
+ __finally203:
#line 1748 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
#line 1748 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_clear_error (&_inner_error_);
#line 1748 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return _tmp7_;
-#line 12411 "ConfigurationInterfaces.c"
+#line 12426 "ConfigurationInterfaces.c"
}
@@ -12421,16 +12436,16 @@ gint configuration_facade_get_video_interpreter_state_cookie (ConfigurationFacad
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), 0);
#line 1747 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_video_interpreter_state_cookie (self);
-#line 12420 "ConfigurationInterfaces.c"
+#line 12435 "ConfigurationInterfaces.c"
}
static void configuration_facade_real_set_video_interpreter_state_cookie (ConfigurationFacade* self, gint state_cookie) {
GError * _inner_error_ = NULL;
{
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- gint _tmp2_ = 0;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ gint _tmp2_;
#line 1760 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp0_ = configuration_facade_get_engine (self);
#line 1760 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -12445,8 +12460,8 @@ static void configuration_facade_real_set_video_interpreter_state_cookie (Config
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1760 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 12444 "ConfigurationInterfaces.c"
- goto __catch203_configuration_error;
+#line 12459 "ConfigurationInterfaces.c"
+ goto __catch204_configuration_error;
}
#line 1760 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -12454,14 +12469,14 @@ static void configuration_facade_real_set_video_interpreter_state_cookie (Config
g_clear_error (&_inner_error_);
#line 1760 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 12453 "ConfigurationInterfaces.c"
+#line 12468 "ConfigurationInterfaces.c"
}
}
- goto __finally203;
- __catch203_configuration_error:
+ goto __finally204;
+ __catch204_configuration_error:
{
GError* err = NULL;
- GError* _tmp3_ = NULL;
+ GError* _tmp3_;
#line 1759 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
err = _inner_error_;
#line 1759 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -12472,9 +12487,9 @@ static void configuration_facade_real_set_video_interpreter_state_cookie (Config
configuration_facade_on_configuration_error (self, _tmp3_);
#line 1759 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_error_free0 (err);
-#line 12471 "ConfigurationInterfaces.c"
+#line 12486 "ConfigurationInterfaces.c"
}
- __finally203:
+ __finally204:
#line 1759 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 1759 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -12483,7 +12498,7 @@ static void configuration_facade_real_set_video_interpreter_state_cookie (Config
g_clear_error (&_inner_error_);
#line 1759 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return;
-#line 12482 "ConfigurationInterfaces.c"
+#line 12497 "ConfigurationInterfaces.c"
}
}
@@ -12493,20 +12508,20 @@ void configuration_facade_set_video_interpreter_state_cookie (ConfigurationFacad
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 1758 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_video_interpreter_state_cookie (self, state_cookie);
-#line 12492 "ConfigurationInterfaces.c"
+#line 12507 "ConfigurationInterfaces.c"
}
static gboolean configuration_facade_real_get_plugin_bool (ConfigurationFacade* self, const gchar* domain, const gchar* id, const gchar* key, gboolean def) {
gboolean result = FALSE;
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- const gchar* _tmp2_ = NULL;
- const gchar* _tmp3_ = NULL;
- const gchar* _tmp4_ = NULL;
- gboolean _tmp5_ = FALSE;
- gboolean _tmp6_ = FALSE;
- gboolean _tmp7_ = FALSE;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ const gchar* _tmp2_;
+ const gchar* _tmp3_;
+ const gchar* _tmp4_;
+ gboolean _tmp5_;
+ gboolean _tmp6_;
+ gboolean _tmp7_;
#line 1770 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_return_val_if_fail (domain != NULL, FALSE);
#line 1770 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -12535,7 +12550,7 @@ static gboolean configuration_facade_real_get_plugin_bool (ConfigurationFacade*
result = _tmp7_;
#line 1771 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 12534 "ConfigurationInterfaces.c"
+#line 12549 "ConfigurationInterfaces.c"
}
@@ -12544,17 +12559,17 @@ gboolean configuration_facade_get_plugin_bool (ConfigurationFacade* self, const
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), FALSE);
#line 1770 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_plugin_bool (self, domain, id, key, def);
-#line 12543 "ConfigurationInterfaces.c"
+#line 12558 "ConfigurationInterfaces.c"
}
static void configuration_facade_real_set_plugin_bool (ConfigurationFacade* self, const gchar* domain, const gchar* id, const gchar* key, gboolean val) {
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- const gchar* _tmp2_ = NULL;
- const gchar* _tmp3_ = NULL;
- const gchar* _tmp4_ = NULL;
- gboolean _tmp5_ = FALSE;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ const gchar* _tmp2_;
+ const gchar* _tmp3_;
+ const gchar* _tmp4_;
+ gboolean _tmp5_;
#line 1774 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_return_if_fail (domain != NULL);
#line 1774 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -12577,7 +12592,7 @@ static void configuration_facade_real_set_plugin_bool (ConfigurationFacade* self
configuration_engine_set_plugin_bool (_tmp1_, _tmp2_, _tmp3_, _tmp4_, _tmp5_);
#line 1775 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_object_unref0 (_tmp1_);
-#line 12576 "ConfigurationInterfaces.c"
+#line 12591 "ConfigurationInterfaces.c"
}
@@ -12586,20 +12601,20 @@ void configuration_facade_set_plugin_bool (ConfigurationFacade* self, const gcha
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 1774 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_plugin_bool (self, domain, id, key, val);
-#line 12585 "ConfigurationInterfaces.c"
+#line 12600 "ConfigurationInterfaces.c"
}
static gdouble configuration_facade_real_get_plugin_double (ConfigurationFacade* self, const gchar* domain, const gchar* id, const gchar* key, gdouble def) {
gdouble result = 0.0;
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- const gchar* _tmp2_ = NULL;
- const gchar* _tmp3_ = NULL;
- const gchar* _tmp4_ = NULL;
- gdouble _tmp5_ = 0.0;
- gdouble _tmp6_ = 0.0;
- gdouble _tmp7_ = 0.0;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ const gchar* _tmp2_;
+ const gchar* _tmp3_;
+ const gchar* _tmp4_;
+ gdouble _tmp5_;
+ gdouble _tmp6_;
+ gdouble _tmp7_;
#line 1778 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_return_val_if_fail (domain != NULL, 0.0);
#line 1778 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -12628,7 +12643,7 @@ static gdouble configuration_facade_real_get_plugin_double (ConfigurationFacade*
result = _tmp7_;
#line 1779 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 12627 "ConfigurationInterfaces.c"
+#line 12642 "ConfigurationInterfaces.c"
}
@@ -12637,17 +12652,17 @@ gdouble configuration_facade_get_plugin_double (ConfigurationFacade* self, const
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), 0.0);
#line 1778 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_plugin_double (self, domain, id, key, def);
-#line 12636 "ConfigurationInterfaces.c"
+#line 12651 "ConfigurationInterfaces.c"
}
static void configuration_facade_real_set_plugin_double (ConfigurationFacade* self, const gchar* domain, const gchar* id, const gchar* key, gdouble val) {
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- const gchar* _tmp2_ = NULL;
- const gchar* _tmp3_ = NULL;
- const gchar* _tmp4_ = NULL;
- gdouble _tmp5_ = 0.0;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ const gchar* _tmp2_;
+ const gchar* _tmp3_;
+ const gchar* _tmp4_;
+ gdouble _tmp5_;
#line 1782 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_return_if_fail (domain != NULL);
#line 1782 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -12670,7 +12685,7 @@ static void configuration_facade_real_set_plugin_double (ConfigurationFacade* se
configuration_engine_set_plugin_double (_tmp1_, _tmp2_, _tmp3_, _tmp4_, _tmp5_);
#line 1783 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_object_unref0 (_tmp1_);
-#line 12669 "ConfigurationInterfaces.c"
+#line 12684 "ConfigurationInterfaces.c"
}
@@ -12679,20 +12694,20 @@ void configuration_facade_set_plugin_double (ConfigurationFacade* self, const gc
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 1782 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_plugin_double (self, domain, id, key, val);
-#line 12678 "ConfigurationInterfaces.c"
+#line 12693 "ConfigurationInterfaces.c"
}
static gint configuration_facade_real_get_plugin_int (ConfigurationFacade* self, const gchar* domain, const gchar* id, const gchar* key, gint def) {
gint result = 0;
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- const gchar* _tmp2_ = NULL;
- const gchar* _tmp3_ = NULL;
- const gchar* _tmp4_ = NULL;
- gint _tmp5_ = 0;
- gint _tmp6_ = 0;
- gint _tmp7_ = 0;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ const gchar* _tmp2_;
+ const gchar* _tmp3_;
+ const gchar* _tmp4_;
+ gint _tmp5_;
+ gint _tmp6_;
+ gint _tmp7_;
#line 1786 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_return_val_if_fail (domain != NULL, 0);
#line 1786 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -12721,7 +12736,7 @@ static gint configuration_facade_real_get_plugin_int (ConfigurationFacade* self,
result = _tmp7_;
#line 1787 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 12720 "ConfigurationInterfaces.c"
+#line 12735 "ConfigurationInterfaces.c"
}
@@ -12730,17 +12745,17 @@ gint configuration_facade_get_plugin_int (ConfigurationFacade* self, const gchar
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), 0);
#line 1786 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_plugin_int (self, domain, id, key, def);
-#line 12729 "ConfigurationInterfaces.c"
+#line 12744 "ConfigurationInterfaces.c"
}
static void configuration_facade_real_set_plugin_int (ConfigurationFacade* self, const gchar* domain, const gchar* id, const gchar* key, gint val) {
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- const gchar* _tmp2_ = NULL;
- const gchar* _tmp3_ = NULL;
- const gchar* _tmp4_ = NULL;
- gint _tmp5_ = 0;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ const gchar* _tmp2_;
+ const gchar* _tmp3_;
+ const gchar* _tmp4_;
+ gint _tmp5_;
#line 1790 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_return_if_fail (domain != NULL);
#line 1790 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -12763,7 +12778,7 @@ static void configuration_facade_real_set_plugin_int (ConfigurationFacade* self,
configuration_engine_set_plugin_int (_tmp1_, _tmp2_, _tmp3_, _tmp4_, _tmp5_);
#line 1791 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_object_unref0 (_tmp1_);
-#line 12762 "ConfigurationInterfaces.c"
+#line 12777 "ConfigurationInterfaces.c"
}
@@ -12772,24 +12787,24 @@ void configuration_facade_set_plugin_int (ConfigurationFacade* self, const gchar
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 1790 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_plugin_int (self, domain, id, key, val);
-#line 12771 "ConfigurationInterfaces.c"
+#line 12786 "ConfigurationInterfaces.c"
}
static gchar* configuration_facade_real_get_plugin_string (ConfigurationFacade* self, const gchar* domain, const gchar* id, const gchar* key, const gchar* def) {
gchar* result = NULL;
gchar* _result_ = NULL;
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- const gchar* _tmp2_ = NULL;
- const gchar* _tmp3_ = NULL;
- const gchar* _tmp4_ = NULL;
- const gchar* _tmp5_ = NULL;
- gchar* _tmp6_ = NULL;
- gchar* _tmp7_ = NULL;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ const gchar* _tmp2_;
+ const gchar* _tmp3_;
+ const gchar* _tmp4_;
+ const gchar* _tmp5_;
+ gchar* _tmp6_;
+ gchar* _tmp7_;
const gchar* _tmp8_ = NULL;
- const gchar* _tmp9_ = NULL;
- gchar* _tmp11_ = NULL;
+ const gchar* _tmp9_;
+ gchar* _tmp11_;
#line 1794 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_return_val_if_fail (domain != NULL, NULL);
#line 1794 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -12822,14 +12837,14 @@ static gchar* configuration_facade_real_get_plugin_string (ConfigurationFacade*
if (g_strcmp0 (_tmp9_, "") == 0) {
#line 1796 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp8_ = NULL;
-#line 12821 "ConfigurationInterfaces.c"
+#line 12836 "ConfigurationInterfaces.c"
} else {
- const gchar* _tmp10_ = NULL;
+ const gchar* _tmp10_;
#line 1796 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp10_ = _result_;
#line 1796 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp8_ = _tmp10_;
-#line 12828 "ConfigurationInterfaces.c"
+#line 12843 "ConfigurationInterfaces.c"
}
#line 1796 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp11_ = g_strdup (_tmp8_);
@@ -12839,7 +12854,7 @@ static gchar* configuration_facade_real_get_plugin_string (ConfigurationFacade*
_g_free0 (_result_);
#line 1796 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 12838 "ConfigurationInterfaces.c"
+#line 12853 "ConfigurationInterfaces.c"
}
@@ -12848,18 +12863,18 @@ gchar* configuration_facade_get_plugin_string (ConfigurationFacade* self, const
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), NULL);
#line 1794 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->get_plugin_string (self, domain, id, key, def);
-#line 12847 "ConfigurationInterfaces.c"
+#line 12862 "ConfigurationInterfaces.c"
}
static void configuration_facade_real_set_plugin_string (ConfigurationFacade* self, const gchar* domain, const gchar* id, const gchar* key, const gchar* val) {
- const gchar* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- ConfigurationEngine* _tmp2_ = NULL;
- const gchar* _tmp3_ = NULL;
- const gchar* _tmp4_ = NULL;
- const gchar* _tmp5_ = NULL;
- const gchar* _tmp6_ = NULL;
+ const gchar* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ ConfigurationEngine* _tmp2_;
+ const gchar* _tmp3_;
+ const gchar* _tmp4_;
+ const gchar* _tmp5_;
+ const gchar* _tmp6_;
#line 1799 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_return_if_fail (domain != NULL);
#line 1799 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -12872,7 +12887,7 @@ static void configuration_facade_real_set_plugin_string (ConfigurationFacade* se
if (_tmp0_ == NULL) {
#line 1801 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
val = "";
-#line 12871 "ConfigurationInterfaces.c"
+#line 12886 "ConfigurationInterfaces.c"
}
#line 1803 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_tmp1_ = configuration_facade_get_engine (self);
@@ -12890,7 +12905,7 @@ static void configuration_facade_real_set_plugin_string (ConfigurationFacade* se
configuration_engine_set_plugin_string (_tmp2_, _tmp3_, _tmp4_, _tmp5_, _tmp6_);
#line 1803 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_object_unref0 (_tmp2_);
-#line 12889 "ConfigurationInterfaces.c"
+#line 12904 "ConfigurationInterfaces.c"
}
@@ -12899,16 +12914,16 @@ void configuration_facade_set_plugin_string (ConfigurationFacade* self, const gc
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 1799 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_plugin_string (self, domain, id, key, val);
-#line 12898 "ConfigurationInterfaces.c"
+#line 12913 "ConfigurationInterfaces.c"
}
static void configuration_facade_real_unset_plugin_key (ConfigurationFacade* self, const gchar* domain, const gchar* id, const gchar* key) {
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- const gchar* _tmp2_ = NULL;
- const gchar* _tmp3_ = NULL;
- const gchar* _tmp4_ = NULL;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ const gchar* _tmp2_;
+ const gchar* _tmp3_;
+ const gchar* _tmp4_;
#line 1806 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_return_if_fail (domain != NULL);
#line 1806 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -12929,7 +12944,7 @@ static void configuration_facade_real_unset_plugin_key (ConfigurationFacade* sel
configuration_engine_unset_plugin_key (_tmp1_, _tmp2_, _tmp3_, _tmp4_);
#line 1807 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_object_unref0 (_tmp1_);
-#line 12928 "ConfigurationInterfaces.c"
+#line 12943 "ConfigurationInterfaces.c"
}
@@ -12938,17 +12953,17 @@ void configuration_facade_unset_plugin_key (ConfigurationFacade* self, const gch
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 1806 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->unset_plugin_key (self, domain, id, key);
-#line 12937 "ConfigurationInterfaces.c"
+#line 12952 "ConfigurationInterfaces.c"
}
static FuzzyPropertyState configuration_facade_real_is_plugin_enabled (ConfigurationFacade* self, const gchar* id) {
FuzzyPropertyState result = 0;
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- const gchar* _tmp2_ = NULL;
- FuzzyPropertyState _tmp3_ = 0;
- FuzzyPropertyState _tmp4_ = 0;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ const gchar* _tmp2_;
+ FuzzyPropertyState _tmp3_;
+ FuzzyPropertyState _tmp4_;
#line 1813 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_return_val_if_fail (id != NULL, 0);
#line 1814 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -12967,7 +12982,7 @@ static FuzzyPropertyState configuration_facade_real_is_plugin_enabled (Configura
result = _tmp4_;
#line 1814 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return result;
-#line 12966 "ConfigurationInterfaces.c"
+#line 12981 "ConfigurationInterfaces.c"
}
@@ -12976,15 +12991,15 @@ FuzzyPropertyState configuration_facade_is_plugin_enabled (ConfigurationFacade*
g_return_val_if_fail (IS_CONFIGURATION_FACADE (self), 0);
#line 1813 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
return CONFIGURATION_FACADE_GET_CLASS (self)->is_plugin_enabled (self, id);
-#line 12975 "ConfigurationInterfaces.c"
+#line 12990 "ConfigurationInterfaces.c"
}
static void configuration_facade_real_set_plugin_enabled (ConfigurationFacade* self, const gchar* id, gboolean enabled) {
- ConfigurationEngine* _tmp0_ = NULL;
- ConfigurationEngine* _tmp1_ = NULL;
- const gchar* _tmp2_ = NULL;
- gboolean _tmp3_ = FALSE;
+ ConfigurationEngine* _tmp0_;
+ ConfigurationEngine* _tmp1_;
+ const gchar* _tmp2_;
+ gboolean _tmp3_;
#line 1817 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_return_if_fail (id != NULL);
#line 1818 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
@@ -12999,7 +13014,7 @@ static void configuration_facade_real_set_plugin_enabled (ConfigurationFacade* s
configuration_engine_set_plugin_enabled (_tmp1_, _tmp2_, _tmp3_);
#line 1818 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
_g_object_unref0 (_tmp1_);
-#line 12998 "ConfigurationInterfaces.c"
+#line 13013 "ConfigurationInterfaces.c"
}
@@ -13008,7 +13023,7 @@ void configuration_facade_set_plugin_enabled (ConfigurationFacade* self, const g
g_return_if_fail (IS_CONFIGURATION_FACADE (self));
#line 1817 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
CONFIGURATION_FACADE_GET_CLASS (self)->set_plugin_enabled (self, id, enabled);
-#line 13007 "ConfigurationInterfaces.c"
+#line 13022 "ConfigurationInterfaces.c"
}
@@ -13018,297 +13033,297 @@ static void configuration_facade_class_init (ConfigurationFacadeClass * klass) {
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
g_type_class_add_private (klass, sizeof (ConfigurationFacadePrivate));
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_auto_import_from_library = (gboolean (*)(ConfigurationFacade*)) configuration_facade_real_get_auto_import_from_library;
+ ((ConfigurationFacadeClass *) klass)->get_auto_import_from_library = (gboolean (*) (ConfigurationFacade *)) configuration_facade_real_get_auto_import_from_library;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_auto_import_from_library = (void (*)(ConfigurationFacade*, gboolean)) configuration_facade_real_set_auto_import_from_library;
+ ((ConfigurationFacadeClass *) klass)->set_auto_import_from_library = (void (*) (ConfigurationFacade *, gboolean)) configuration_facade_real_set_auto_import_from_library;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_bg_color_name = (gchar* (*)(ConfigurationFacade*)) configuration_facade_real_get_bg_color_name;
+ ((ConfigurationFacadeClass *) klass)->get_bg_color_name = (gchar* (*) (ConfigurationFacade *)) configuration_facade_real_get_bg_color_name;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_bg_color_name = (void (*)(ConfigurationFacade*, const gchar*)) configuration_facade_real_set_bg_color_name;
+ ((ConfigurationFacadeClass *) klass)->set_bg_color_name = (void (*) (ConfigurationFacade *, const gchar*)) configuration_facade_real_set_bg_color_name;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_commit_metadata_to_masters = (gboolean (*)(ConfigurationFacade*)) configuration_facade_real_get_commit_metadata_to_masters;
+ ((ConfigurationFacadeClass *) klass)->get_commit_metadata_to_masters = (gboolean (*) (ConfigurationFacade *)) configuration_facade_real_get_commit_metadata_to_masters;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_commit_metadata_to_masters = (void (*)(ConfigurationFacade*, gboolean)) configuration_facade_real_set_commit_metadata_to_masters;
+ ((ConfigurationFacadeClass *) klass)->set_commit_metadata_to_masters = (void (*) (ConfigurationFacade *, gboolean)) configuration_facade_real_set_commit_metadata_to_masters;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_desktop_background = (gchar* (*)(ConfigurationFacade*)) configuration_facade_real_get_desktop_background;
+ ((ConfigurationFacadeClass *) klass)->get_desktop_background = (gchar* (*) (ConfigurationFacade *)) configuration_facade_real_get_desktop_background;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_desktop_background = (void (*)(ConfigurationFacade*, const gchar*)) configuration_facade_real_set_desktop_background;
+ ((ConfigurationFacadeClass *) klass)->set_desktop_background = (void (*) (ConfigurationFacade *, const gchar*)) configuration_facade_real_set_desktop_background;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_screensaver = (gchar* (*)(ConfigurationFacade*)) configuration_facade_real_get_screensaver;
+ ((ConfigurationFacadeClass *) klass)->get_screensaver = (gchar* (*) (ConfigurationFacade *)) configuration_facade_real_get_screensaver;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_screensaver = (void (*)(ConfigurationFacade*, const gchar*)) configuration_facade_real_set_screensaver;
+ ((ConfigurationFacadeClass *) klass)->set_screensaver = (void (*) (ConfigurationFacade *, const gchar*)) configuration_facade_real_set_screensaver;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_directory_pattern = (gchar* (*)(ConfigurationFacade*)) configuration_facade_real_get_directory_pattern;
+ ((ConfigurationFacadeClass *) klass)->get_directory_pattern = (gchar* (*) (ConfigurationFacade *)) configuration_facade_real_get_directory_pattern;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_directory_pattern = (void (*)(ConfigurationFacade*, const gchar*)) configuration_facade_real_set_directory_pattern;
+ ((ConfigurationFacadeClass *) klass)->set_directory_pattern = (void (*) (ConfigurationFacade *, const gchar*)) configuration_facade_real_set_directory_pattern;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_directory_pattern_custom = (gchar* (*)(ConfigurationFacade*)) configuration_facade_real_get_directory_pattern_custom;
+ ((ConfigurationFacadeClass *) klass)->get_directory_pattern_custom = (gchar* (*) (ConfigurationFacade *)) configuration_facade_real_get_directory_pattern_custom;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_directory_pattern_custom = (void (*)(ConfigurationFacade*, const gchar*)) configuration_facade_real_set_directory_pattern_custom;
+ ((ConfigurationFacadeClass *) klass)->set_directory_pattern_custom = (void (*) (ConfigurationFacade *, const gchar*)) configuration_facade_real_set_directory_pattern_custom;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_direct_window_state = (void (*)(ConfigurationFacade*, gboolean*, Dimensions*)) configuration_facade_real_get_direct_window_state;
+ ((ConfigurationFacadeClass *) klass)->get_direct_window_state = (void (*) (ConfigurationFacade *, gboolean*, Dimensions*)) configuration_facade_real_get_direct_window_state;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_direct_window_state = (void (*)(ConfigurationFacade*, gboolean, Dimensions*)) configuration_facade_real_set_direct_window_state;
+ ((ConfigurationFacadeClass *) klass)->set_direct_window_state = (void (*) (ConfigurationFacade *, gboolean, Dimensions*)) configuration_facade_real_set_direct_window_state;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_display_basic_properties = (gboolean (*)(ConfigurationFacade*)) configuration_facade_real_get_display_basic_properties;
+ ((ConfigurationFacadeClass *) klass)->get_display_basic_properties = (gboolean (*) (ConfigurationFacade *)) configuration_facade_real_get_display_basic_properties;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_display_basic_properties = (void (*)(ConfigurationFacade*, gboolean)) configuration_facade_real_set_display_basic_properties;
+ ((ConfigurationFacadeClass *) klass)->set_display_basic_properties = (void (*) (ConfigurationFacade *, gboolean)) configuration_facade_real_set_display_basic_properties;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_display_extended_properties = (gboolean (*)(ConfigurationFacade*)) configuration_facade_real_get_display_extended_properties;
+ ((ConfigurationFacadeClass *) klass)->get_display_extended_properties = (gboolean (*) (ConfigurationFacade *)) configuration_facade_real_get_display_extended_properties;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_display_extended_properties = (void (*)(ConfigurationFacade*, gboolean)) configuration_facade_real_set_display_extended_properties;
+ ((ConfigurationFacadeClass *) klass)->set_display_extended_properties = (void (*) (ConfigurationFacade *, gboolean)) configuration_facade_real_set_display_extended_properties;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_display_sidebar = (gboolean (*)(ConfigurationFacade*)) configuration_facade_real_get_display_sidebar;
+ ((ConfigurationFacadeClass *) klass)->get_display_sidebar = (gboolean (*) (ConfigurationFacade *)) configuration_facade_real_get_display_sidebar;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_display_sidebar = (void (*)(ConfigurationFacade*, gboolean)) configuration_facade_real_set_display_sidebar;
+ ((ConfigurationFacadeClass *) klass)->set_display_sidebar = (void (*) (ConfigurationFacade *, gboolean)) configuration_facade_real_set_display_sidebar;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_display_toolbar = (gboolean (*)(ConfigurationFacade*)) configuration_facade_real_get_display_toolbar;
+ ((ConfigurationFacadeClass *) klass)->get_display_toolbar = (gboolean (*) (ConfigurationFacade *)) configuration_facade_real_get_display_toolbar;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_display_toolbar = (void (*)(ConfigurationFacade*, gboolean)) configuration_facade_real_set_display_toolbar;
+ ((ConfigurationFacadeClass *) klass)->set_display_toolbar = (void (*) (ConfigurationFacade *, gboolean)) configuration_facade_real_set_display_toolbar;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_display_search_bar = (gboolean (*)(ConfigurationFacade*)) configuration_facade_real_get_display_search_bar;
+ ((ConfigurationFacadeClass *) klass)->get_display_search_bar = (gboolean (*) (ConfigurationFacade *)) configuration_facade_real_get_display_search_bar;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_display_search_bar = (void (*)(ConfigurationFacade*, gboolean)) configuration_facade_real_set_display_search_bar;
+ ((ConfigurationFacadeClass *) klass)->set_display_search_bar = (void (*) (ConfigurationFacade *, gboolean)) configuration_facade_real_set_display_search_bar;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_display_photo_ratings = (gboolean (*)(ConfigurationFacade*)) configuration_facade_real_get_display_photo_ratings;
+ ((ConfigurationFacadeClass *) klass)->get_display_photo_ratings = (gboolean (*) (ConfigurationFacade *)) configuration_facade_real_get_display_photo_ratings;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_display_photo_ratings = (void (*)(ConfigurationFacade*, gboolean)) configuration_facade_real_set_display_photo_ratings;
+ ((ConfigurationFacadeClass *) klass)->set_display_photo_ratings = (void (*) (ConfigurationFacade *, gboolean)) configuration_facade_real_set_display_photo_ratings;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_display_photo_tags = (gboolean (*)(ConfigurationFacade*)) configuration_facade_real_get_display_photo_tags;
+ ((ConfigurationFacadeClass *) klass)->get_display_photo_tags = (gboolean (*) (ConfigurationFacade *)) configuration_facade_real_get_display_photo_tags;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_display_photo_tags = (void (*)(ConfigurationFacade*, gboolean)) configuration_facade_real_set_display_photo_tags;
+ ((ConfigurationFacadeClass *) klass)->set_display_photo_tags = (void (*) (ConfigurationFacade *, gboolean)) configuration_facade_real_set_display_photo_tags;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_display_photo_titles = (gboolean (*)(ConfigurationFacade*)) configuration_facade_real_get_display_photo_titles;
+ ((ConfigurationFacadeClass *) klass)->get_display_photo_titles = (gboolean (*) (ConfigurationFacade *)) configuration_facade_real_get_display_photo_titles;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_display_photo_titles = (void (*)(ConfigurationFacade*, gboolean)) configuration_facade_real_set_display_photo_titles;
+ ((ConfigurationFacadeClass *) klass)->set_display_photo_titles = (void (*) (ConfigurationFacade *, gboolean)) configuration_facade_real_set_display_photo_titles;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_display_photo_comments = (gboolean (*)(ConfigurationFacade*)) configuration_facade_real_get_display_photo_comments;
+ ((ConfigurationFacadeClass *) klass)->get_display_photo_comments = (gboolean (*) (ConfigurationFacade *)) configuration_facade_real_get_display_photo_comments;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_display_photo_comments = (void (*)(ConfigurationFacade*, gboolean)) configuration_facade_real_set_display_photo_comments;
+ ((ConfigurationFacadeClass *) klass)->set_display_photo_comments = (void (*) (ConfigurationFacade *, gboolean)) configuration_facade_real_set_display_photo_comments;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_display_event_comments = (gboolean (*)(ConfigurationFacade*)) configuration_facade_real_get_display_event_comments;
+ ((ConfigurationFacadeClass *) klass)->get_display_event_comments = (gboolean (*) (ConfigurationFacade *)) configuration_facade_real_get_display_event_comments;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_display_event_comments = (void (*)(ConfigurationFacade*, gboolean)) configuration_facade_real_set_display_event_comments;
+ ((ConfigurationFacadeClass *) klass)->set_display_event_comments = (void (*) (ConfigurationFacade *, gboolean)) configuration_facade_real_set_display_event_comments;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_event_photos_sort = (void (*)(ConfigurationFacade*, gboolean*, gint*)) configuration_facade_real_get_event_photos_sort;
+ ((ConfigurationFacadeClass *) klass)->get_event_photos_sort = (void (*) (ConfigurationFacade *, gboolean*, gint*)) configuration_facade_real_get_event_photos_sort;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_event_photos_sort = (void (*)(ConfigurationFacade*, gboolean, gint)) configuration_facade_real_set_event_photos_sort;
+ ((ConfigurationFacadeClass *) klass)->set_event_photos_sort = (void (*) (ConfigurationFacade *, gboolean, gint)) configuration_facade_real_set_event_photos_sort;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_events_sort_ascending = (gboolean (*)(ConfigurationFacade*)) configuration_facade_real_get_events_sort_ascending;
+ ((ConfigurationFacadeClass *) klass)->get_events_sort_ascending = (gboolean (*) (ConfigurationFacade *)) configuration_facade_real_get_events_sort_ascending;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_events_sort_ascending = (void (*)(ConfigurationFacade*, gboolean)) configuration_facade_real_set_events_sort_ascending;
+ ((ConfigurationFacadeClass *) klass)->set_events_sort_ascending = (void (*) (ConfigurationFacade *, gboolean)) configuration_facade_real_set_events_sort_ascending;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_external_photo_app = (gchar* (*)(ConfigurationFacade*)) configuration_facade_real_get_external_photo_app;
+ ((ConfigurationFacadeClass *) klass)->get_external_photo_app = (gchar* (*) (ConfigurationFacade *)) configuration_facade_real_get_external_photo_app;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_external_photo_app = (void (*)(ConfigurationFacade*, const gchar*)) configuration_facade_real_set_external_photo_app;
+ ((ConfigurationFacadeClass *) klass)->set_external_photo_app = (void (*) (ConfigurationFacade *, const gchar*)) configuration_facade_real_set_external_photo_app;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_external_raw_app = (gchar* (*)(ConfigurationFacade*)) configuration_facade_real_get_external_raw_app;
+ ((ConfigurationFacadeClass *) klass)->get_external_raw_app = (gchar* (*) (ConfigurationFacade *)) configuration_facade_real_get_external_raw_app;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_external_raw_app = (void (*)(ConfigurationFacade*, const gchar*)) configuration_facade_real_set_external_raw_app;
+ ((ConfigurationFacadeClass *) klass)->set_external_raw_app = (void (*) (ConfigurationFacade *, const gchar*)) configuration_facade_real_set_external_raw_app;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_export_constraint = (ScaleConstraint (*)(ConfigurationFacade*)) configuration_facade_real_get_export_constraint;
+ ((ConfigurationFacadeClass *) klass)->get_export_constraint = (ScaleConstraint (*) (ConfigurationFacade *)) configuration_facade_real_get_export_constraint;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_export_constraint = (void (*)(ConfigurationFacade*, ScaleConstraint)) configuration_facade_real_set_export_constraint;
+ ((ConfigurationFacadeClass *) klass)->set_export_constraint = (void (*) (ConfigurationFacade *, ScaleConstraint)) configuration_facade_real_set_export_constraint;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_export_export_format_mode = (ExportFormatMode (*)(ConfigurationFacade*)) configuration_facade_real_get_export_export_format_mode;
+ ((ConfigurationFacadeClass *) klass)->get_export_export_format_mode = (ExportFormatMode (*) (ConfigurationFacade *)) configuration_facade_real_get_export_export_format_mode;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_export_export_format_mode = (void (*)(ConfigurationFacade*, ExportFormatMode)) configuration_facade_real_set_export_export_format_mode;
+ ((ConfigurationFacadeClass *) klass)->set_export_export_format_mode = (void (*) (ConfigurationFacade *, ExportFormatMode)) configuration_facade_real_set_export_export_format_mode;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_export_export_metadata = (gboolean (*)(ConfigurationFacade*)) configuration_facade_real_get_export_export_metadata;
+ ((ConfigurationFacadeClass *) klass)->get_export_export_metadata = (gboolean (*) (ConfigurationFacade *)) configuration_facade_real_get_export_export_metadata;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_export_export_metadata = (void (*)(ConfigurationFacade*, gboolean)) configuration_facade_real_set_export_export_metadata;
+ ((ConfigurationFacadeClass *) klass)->set_export_export_metadata = (void (*) (ConfigurationFacade *, gboolean)) configuration_facade_real_set_export_export_metadata;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_export_photo_file_format = (PhotoFileFormat (*)(ConfigurationFacade*)) configuration_facade_real_get_export_photo_file_format;
+ ((ConfigurationFacadeClass *) klass)->get_export_photo_file_format = (PhotoFileFormat (*) (ConfigurationFacade *)) configuration_facade_real_get_export_photo_file_format;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_export_photo_file_format = (void (*)(ConfigurationFacade*, PhotoFileFormat)) configuration_facade_real_set_export_photo_file_format;
+ ((ConfigurationFacadeClass *) klass)->set_export_photo_file_format = (void (*) (ConfigurationFacade *, PhotoFileFormat)) configuration_facade_real_set_export_photo_file_format;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_export_quality = (JpegQuality (*)(ConfigurationFacade*)) configuration_facade_real_get_export_quality;
+ ((ConfigurationFacadeClass *) klass)->get_export_quality = (JpegQuality (*) (ConfigurationFacade *)) configuration_facade_real_get_export_quality;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_export_quality = (void (*)(ConfigurationFacade*, JpegQuality)) configuration_facade_real_set_export_quality;
+ ((ConfigurationFacadeClass *) klass)->set_export_quality = (void (*) (ConfigurationFacade *, JpegQuality)) configuration_facade_real_set_export_quality;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_export_scale = (gint (*)(ConfigurationFacade*)) configuration_facade_real_get_export_scale;
+ ((ConfigurationFacadeClass *) klass)->get_export_scale = (gint (*) (ConfigurationFacade *)) configuration_facade_real_get_export_scale;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_export_scale = (void (*)(ConfigurationFacade*, gint)) configuration_facade_real_set_export_scale;
+ ((ConfigurationFacadeClass *) klass)->set_export_scale = (void (*) (ConfigurationFacade *, gint)) configuration_facade_real_set_export_scale;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_default_raw_developer = (RawDeveloper (*)(ConfigurationFacade*)) configuration_facade_real_get_default_raw_developer;
+ ((ConfigurationFacadeClass *) klass)->get_default_raw_developer = (RawDeveloper (*) (ConfigurationFacade *)) configuration_facade_real_get_default_raw_developer;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_default_raw_developer = (void (*)(ConfigurationFacade*, RawDeveloper)) configuration_facade_real_set_default_raw_developer;
+ ((ConfigurationFacadeClass *) klass)->set_default_raw_developer = (void (*) (ConfigurationFacade *, RawDeveloper)) configuration_facade_real_set_default_raw_developer;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_hide_photos_already_imported = (gboolean (*)(ConfigurationFacade*)) configuration_facade_real_get_hide_photos_already_imported;
+ ((ConfigurationFacadeClass *) klass)->get_hide_photos_already_imported = (gboolean (*) (ConfigurationFacade *)) configuration_facade_real_get_hide_photos_already_imported;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_hide_photos_already_imported = (void (*)(ConfigurationFacade*, gboolean)) configuration_facade_real_set_hide_photos_already_imported;
+ ((ConfigurationFacadeClass *) klass)->set_hide_photos_already_imported = (void (*) (ConfigurationFacade *, gboolean)) configuration_facade_real_set_hide_photos_already_imported;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_import_dir = (gchar* (*)(ConfigurationFacade*)) configuration_facade_real_get_import_dir;
+ ((ConfigurationFacadeClass *) klass)->get_import_dir = (gchar* (*) (ConfigurationFacade *)) configuration_facade_real_get_import_dir;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_import_dir = (void (*)(ConfigurationFacade*, const gchar*)) configuration_facade_real_set_import_dir;
+ ((ConfigurationFacadeClass *) klass)->set_import_dir = (void (*) (ConfigurationFacade *, const gchar*)) configuration_facade_real_set_import_dir;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_keep_relativity = (gboolean (*)(ConfigurationFacade*)) configuration_facade_real_get_keep_relativity;
+ ((ConfigurationFacadeClass *) klass)->get_keep_relativity = (gboolean (*) (ConfigurationFacade *)) configuration_facade_real_get_keep_relativity;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_keep_relativity = (void (*)(ConfigurationFacade*, gboolean)) configuration_facade_real_set_keep_relativity;
+ ((ConfigurationFacadeClass *) klass)->set_keep_relativity = (void (*) (ConfigurationFacade *, gboolean)) configuration_facade_real_set_keep_relativity;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_pin_toolbar_state = (gboolean (*)(ConfigurationFacade*)) configuration_facade_real_get_pin_toolbar_state;
+ ((ConfigurationFacadeClass *) klass)->get_pin_toolbar_state = (gboolean (*) (ConfigurationFacade *)) configuration_facade_real_get_pin_toolbar_state;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_pin_toolbar_state = (void (*)(ConfigurationFacade*, gboolean)) configuration_facade_real_set_pin_toolbar_state;
+ ((ConfigurationFacadeClass *) klass)->set_pin_toolbar_state = (void (*) (ConfigurationFacade *, gboolean)) configuration_facade_real_set_pin_toolbar_state;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_last_crop_height = (gint (*)(ConfigurationFacade*)) configuration_facade_real_get_last_crop_height;
+ ((ConfigurationFacadeClass *) klass)->get_last_crop_height = (gint (*) (ConfigurationFacade *)) configuration_facade_real_get_last_crop_height;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_last_crop_height = (void (*)(ConfigurationFacade*, gint)) configuration_facade_real_set_last_crop_height;
+ ((ConfigurationFacadeClass *) klass)->set_last_crop_height = (void (*) (ConfigurationFacade *, gint)) configuration_facade_real_set_last_crop_height;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_last_crop_menu_choice = (gint (*)(ConfigurationFacade*)) configuration_facade_real_get_last_crop_menu_choice;
+ ((ConfigurationFacadeClass *) klass)->get_last_crop_menu_choice = (gint (*) (ConfigurationFacade *)) configuration_facade_real_get_last_crop_menu_choice;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_last_crop_menu_choice = (void (*)(ConfigurationFacade*, gint)) configuration_facade_real_set_last_crop_menu_choice;
+ ((ConfigurationFacadeClass *) klass)->set_last_crop_menu_choice = (void (*) (ConfigurationFacade *, gint)) configuration_facade_real_set_last_crop_menu_choice;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_last_crop_width = (gint (*)(ConfigurationFacade*)) configuration_facade_real_get_last_crop_width;
+ ((ConfigurationFacadeClass *) klass)->get_last_crop_width = (gint (*) (ConfigurationFacade *)) configuration_facade_real_get_last_crop_width;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_last_crop_width = (void (*)(ConfigurationFacade*, gint)) configuration_facade_real_set_last_crop_width;
+ ((ConfigurationFacadeClass *) klass)->set_last_crop_width = (void (*) (ConfigurationFacade *, gint)) configuration_facade_real_set_last_crop_width;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_last_used_service = (gchar* (*)(ConfigurationFacade*)) configuration_facade_real_get_last_used_service;
+ ((ConfigurationFacadeClass *) klass)->get_last_used_service = (gchar* (*) (ConfigurationFacade *)) configuration_facade_real_get_last_used_service;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_last_used_service = (void (*)(ConfigurationFacade*, const gchar*)) configuration_facade_real_set_last_used_service;
+ ((ConfigurationFacadeClass *) klass)->set_last_used_service = (void (*) (ConfigurationFacade *, const gchar*)) configuration_facade_real_set_last_used_service;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_last_used_dataimports_service = (gchar* (*)(ConfigurationFacade*)) configuration_facade_real_get_last_used_dataimports_service;
+ ((ConfigurationFacadeClass *) klass)->get_last_used_dataimports_service = (gchar* (*) (ConfigurationFacade *)) configuration_facade_real_get_last_used_dataimports_service;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_last_used_dataimports_service = (void (*)(ConfigurationFacade*, const gchar*)) configuration_facade_real_set_last_used_dataimports_service;
+ ((ConfigurationFacadeClass *) klass)->set_last_used_dataimports_service = (void (*) (ConfigurationFacade *, const gchar*)) configuration_facade_real_set_last_used_dataimports_service;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_library_photos_sort = (void (*)(ConfigurationFacade*, gboolean*, gint*)) configuration_facade_real_get_library_photos_sort;
+ ((ConfigurationFacadeClass *) klass)->get_library_photos_sort = (void (*) (ConfigurationFacade *, gboolean*, gint*)) configuration_facade_real_get_library_photos_sort;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_library_photos_sort = (void (*)(ConfigurationFacade*, gboolean, gint)) configuration_facade_real_set_library_photos_sort;
+ ((ConfigurationFacadeClass *) klass)->set_library_photos_sort = (void (*) (ConfigurationFacade *, gboolean, gint)) configuration_facade_real_set_library_photos_sort;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_library_window_state = (void (*)(ConfigurationFacade*, gboolean*, Dimensions*)) configuration_facade_real_get_library_window_state;
+ ((ConfigurationFacadeClass *) klass)->get_library_window_state = (void (*) (ConfigurationFacade *, gboolean*, Dimensions*)) configuration_facade_real_get_library_window_state;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_library_window_state = (void (*)(ConfigurationFacade*, gboolean, Dimensions*)) configuration_facade_real_set_library_window_state;
+ ((ConfigurationFacadeClass *) klass)->set_library_window_state = (void (*) (ConfigurationFacade *, gboolean, Dimensions*)) configuration_facade_real_set_library_window_state;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_modify_originals = (gboolean (*)(ConfigurationFacade*)) configuration_facade_real_get_modify_originals;
+ ((ConfigurationFacadeClass *) klass)->get_modify_originals = (gboolean (*) (ConfigurationFacade *)) configuration_facade_real_get_modify_originals;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_modify_originals = (void (*)(ConfigurationFacade*, gboolean)) configuration_facade_real_set_modify_originals;
+ ((ConfigurationFacadeClass *) klass)->set_modify_originals = (void (*) (ConfigurationFacade *, gboolean)) configuration_facade_real_set_modify_originals;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_photo_thumbnail_scale = (gint (*)(ConfigurationFacade*)) configuration_facade_real_get_photo_thumbnail_scale;
+ ((ConfigurationFacadeClass *) klass)->get_photo_thumbnail_scale = (gint (*) (ConfigurationFacade *)) configuration_facade_real_get_photo_thumbnail_scale;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_photo_thumbnail_scale = (void (*)(ConfigurationFacade*, gint)) configuration_facade_real_set_photo_thumbnail_scale;
+ ((ConfigurationFacadeClass *) klass)->set_photo_thumbnail_scale = (void (*) (ConfigurationFacade *, gint)) configuration_facade_real_set_photo_thumbnail_scale;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_printing_content_height = (gdouble (*)(ConfigurationFacade*)) configuration_facade_real_get_printing_content_height;
+ ((ConfigurationFacadeClass *) klass)->get_printing_content_height = (gdouble (*) (ConfigurationFacade *)) configuration_facade_real_get_printing_content_height;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_printing_content_height = (void (*)(ConfigurationFacade*, gdouble)) configuration_facade_real_set_printing_content_height;
+ ((ConfigurationFacadeClass *) klass)->set_printing_content_height = (void (*) (ConfigurationFacade *, gdouble)) configuration_facade_real_set_printing_content_height;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_printing_content_layout = (gint (*)(ConfigurationFacade*)) configuration_facade_real_get_printing_content_layout;
+ ((ConfigurationFacadeClass *) klass)->get_printing_content_layout = (gint (*) (ConfigurationFacade *)) configuration_facade_real_get_printing_content_layout;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_printing_content_layout = (void (*)(ConfigurationFacade*, gint)) configuration_facade_real_set_printing_content_layout;
+ ((ConfigurationFacadeClass *) klass)->set_printing_content_layout = (void (*) (ConfigurationFacade *, gint)) configuration_facade_real_set_printing_content_layout;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_printing_content_ppi = (gint (*)(ConfigurationFacade*)) configuration_facade_real_get_printing_content_ppi;
+ ((ConfigurationFacadeClass *) klass)->get_printing_content_ppi = (gint (*) (ConfigurationFacade *)) configuration_facade_real_get_printing_content_ppi;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_printing_content_ppi = (void (*)(ConfigurationFacade*, gint)) configuration_facade_real_set_printing_content_ppi;
+ ((ConfigurationFacadeClass *) klass)->set_printing_content_ppi = (void (*) (ConfigurationFacade *, gint)) configuration_facade_real_set_printing_content_ppi;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_printing_content_units = (gint (*)(ConfigurationFacade*)) configuration_facade_real_get_printing_content_units;
+ ((ConfigurationFacadeClass *) klass)->get_printing_content_units = (gint (*) (ConfigurationFacade *)) configuration_facade_real_get_printing_content_units;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_printing_content_units = (void (*)(ConfigurationFacade*, gint)) configuration_facade_real_set_printing_content_units;
+ ((ConfigurationFacadeClass *) klass)->set_printing_content_units = (void (*) (ConfigurationFacade *, gint)) configuration_facade_real_set_printing_content_units;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_printing_content_width = (gdouble (*)(ConfigurationFacade*)) configuration_facade_real_get_printing_content_width;
+ ((ConfigurationFacadeClass *) klass)->get_printing_content_width = (gdouble (*) (ConfigurationFacade *)) configuration_facade_real_get_printing_content_width;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_printing_content_width = (void (*)(ConfigurationFacade*, gdouble)) configuration_facade_real_set_printing_content_width;
+ ((ConfigurationFacadeClass *) klass)->set_printing_content_width = (void (*) (ConfigurationFacade *, gdouble)) configuration_facade_real_set_printing_content_width;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_printing_images_per_page = (gint (*)(ConfigurationFacade*)) configuration_facade_real_get_printing_images_per_page;
+ ((ConfigurationFacadeClass *) klass)->get_printing_images_per_page = (gint (*) (ConfigurationFacade *)) configuration_facade_real_get_printing_images_per_page;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_printing_images_per_page = (void (*)(ConfigurationFacade*, gint)) configuration_facade_real_set_printing_images_per_page;
+ ((ConfigurationFacadeClass *) klass)->set_printing_images_per_page = (void (*) (ConfigurationFacade *, gint)) configuration_facade_real_set_printing_images_per_page;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_printing_match_aspect_ratio = (gboolean (*)(ConfigurationFacade*)) configuration_facade_real_get_printing_match_aspect_ratio;
+ ((ConfigurationFacadeClass *) klass)->get_printing_match_aspect_ratio = (gboolean (*) (ConfigurationFacade *)) configuration_facade_real_get_printing_match_aspect_ratio;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_printing_match_aspect_ratio = (void (*)(ConfigurationFacade*, gboolean)) configuration_facade_real_set_printing_match_aspect_ratio;
+ ((ConfigurationFacadeClass *) klass)->set_printing_match_aspect_ratio = (void (*) (ConfigurationFacade *, gboolean)) configuration_facade_real_set_printing_match_aspect_ratio;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_printing_print_titles = (gboolean (*)(ConfigurationFacade*)) configuration_facade_real_get_printing_print_titles;
+ ((ConfigurationFacadeClass *) klass)->get_printing_print_titles = (gboolean (*) (ConfigurationFacade *)) configuration_facade_real_get_printing_print_titles;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_printing_print_titles = (void (*)(ConfigurationFacade*, gboolean)) configuration_facade_real_set_printing_print_titles;
+ ((ConfigurationFacadeClass *) klass)->set_printing_print_titles = (void (*) (ConfigurationFacade *, gboolean)) configuration_facade_real_set_printing_print_titles;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_printing_size_selection = (gint (*)(ConfigurationFacade*)) configuration_facade_real_get_printing_size_selection;
+ ((ConfigurationFacadeClass *) klass)->get_printing_size_selection = (gint (*) (ConfigurationFacade *)) configuration_facade_real_get_printing_size_selection;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_printing_size_selection = (void (*)(ConfigurationFacade*, gint)) configuration_facade_real_set_printing_size_selection;
+ ((ConfigurationFacadeClass *) klass)->set_printing_size_selection = (void (*) (ConfigurationFacade *, gint)) configuration_facade_real_set_printing_size_selection;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_printing_titles_font = (gchar* (*)(ConfigurationFacade*)) configuration_facade_real_get_printing_titles_font;
+ ((ConfigurationFacadeClass *) klass)->get_printing_titles_font = (gchar* (*) (ConfigurationFacade *)) configuration_facade_real_get_printing_titles_font;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_printing_titles_font = (void (*)(ConfigurationFacade*, const gchar*)) configuration_facade_real_set_printing_titles_font;
+ ((ConfigurationFacadeClass *) klass)->set_printing_titles_font = (void (*) (ConfigurationFacade *, const gchar*)) configuration_facade_real_set_printing_titles_font;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_show_welcome_dialog = (gboolean (*)(ConfigurationFacade*)) configuration_facade_real_get_show_welcome_dialog;
+ ((ConfigurationFacadeClass *) klass)->get_show_welcome_dialog = (gboolean (*) (ConfigurationFacade *)) configuration_facade_real_get_show_welcome_dialog;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_show_welcome_dialog = (void (*)(ConfigurationFacade*, gboolean)) configuration_facade_real_set_show_welcome_dialog;
+ ((ConfigurationFacadeClass *) klass)->set_show_welcome_dialog = (void (*) (ConfigurationFacade *, gboolean)) configuration_facade_real_set_show_welcome_dialog;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_sidebar_position = (gint (*)(ConfigurationFacade*)) configuration_facade_real_get_sidebar_position;
+ ((ConfigurationFacadeClass *) klass)->get_sidebar_position = (gint (*) (ConfigurationFacade *)) configuration_facade_real_get_sidebar_position;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_sidebar_position = (void (*)(ConfigurationFacade*, gint)) configuration_facade_real_set_sidebar_position;
+ ((ConfigurationFacadeClass *) klass)->set_sidebar_position = (void (*) (ConfigurationFacade *, gint)) configuration_facade_real_set_sidebar_position;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_slideshow_delay = (gdouble (*)(ConfigurationFacade*)) configuration_facade_real_get_slideshow_delay;
+ ((ConfigurationFacadeClass *) klass)->get_slideshow_delay = (gdouble (*) (ConfigurationFacade *)) configuration_facade_real_get_slideshow_delay;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_slideshow_delay = (void (*)(ConfigurationFacade*, gdouble)) configuration_facade_real_set_slideshow_delay;
+ ((ConfigurationFacadeClass *) klass)->set_slideshow_delay = (void (*) (ConfigurationFacade *, gdouble)) configuration_facade_real_set_slideshow_delay;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_slideshow_transition_delay = (gdouble (*)(ConfigurationFacade*)) configuration_facade_real_get_slideshow_transition_delay;
+ ((ConfigurationFacadeClass *) klass)->get_slideshow_transition_delay = (gdouble (*) (ConfigurationFacade *)) configuration_facade_real_get_slideshow_transition_delay;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_slideshow_transition_delay = (void (*)(ConfigurationFacade*, gdouble)) configuration_facade_real_set_slideshow_transition_delay;
+ ((ConfigurationFacadeClass *) klass)->set_slideshow_transition_delay = (void (*) (ConfigurationFacade *, gdouble)) configuration_facade_real_set_slideshow_transition_delay;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_slideshow_transition_effect_id = (gchar* (*)(ConfigurationFacade*)) configuration_facade_real_get_slideshow_transition_effect_id;
+ ((ConfigurationFacadeClass *) klass)->get_slideshow_transition_effect_id = (gchar* (*) (ConfigurationFacade *)) configuration_facade_real_get_slideshow_transition_effect_id;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_slideshow_transition_effect_id = (void (*)(ConfigurationFacade*, const gchar*)) configuration_facade_real_set_slideshow_transition_effect_id;
+ ((ConfigurationFacadeClass *) klass)->set_slideshow_transition_effect_id = (void (*) (ConfigurationFacade *, const gchar*)) configuration_facade_real_set_slideshow_transition_effect_id;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_slideshow_show_title = (gboolean (*)(ConfigurationFacade*)) configuration_facade_real_get_slideshow_show_title;
+ ((ConfigurationFacadeClass *) klass)->get_slideshow_show_title = (gboolean (*) (ConfigurationFacade *)) configuration_facade_real_get_slideshow_show_title;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_slideshow_show_title = (void (*)(ConfigurationFacade*, gboolean)) configuration_facade_real_set_slideshow_show_title;
+ ((ConfigurationFacadeClass *) klass)->set_slideshow_show_title = (void (*) (ConfigurationFacade *, gboolean)) configuration_facade_real_set_slideshow_show_title;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_use_24_hour_time = (gboolean (*)(ConfigurationFacade*)) configuration_facade_real_get_use_24_hour_time;
+ ((ConfigurationFacadeClass *) klass)->get_use_24_hour_time = (gboolean (*) (ConfigurationFacade *)) configuration_facade_real_get_use_24_hour_time;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_use_24_hour_time = (void (*)(ConfigurationFacade*, gboolean)) configuration_facade_real_set_use_24_hour_time;
+ ((ConfigurationFacadeClass *) klass)->set_use_24_hour_time = (void (*) (ConfigurationFacade *, gboolean)) configuration_facade_real_set_use_24_hour_time;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_use_lowercase_filenames = (gboolean (*)(ConfigurationFacade*)) configuration_facade_real_get_use_lowercase_filenames;
+ ((ConfigurationFacadeClass *) klass)->get_use_lowercase_filenames = (gboolean (*) (ConfigurationFacade *)) configuration_facade_real_get_use_lowercase_filenames;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_use_lowercase_filenames = (void (*)(ConfigurationFacade*, gboolean)) configuration_facade_real_set_use_lowercase_filenames;
+ ((ConfigurationFacadeClass *) klass)->set_use_lowercase_filenames = (void (*) (ConfigurationFacade *, gboolean)) configuration_facade_real_set_use_lowercase_filenames;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_video_interpreter_state_cookie = (gint (*)(ConfigurationFacade*)) configuration_facade_real_get_video_interpreter_state_cookie;
+ ((ConfigurationFacadeClass *) klass)->get_video_interpreter_state_cookie = (gint (*) (ConfigurationFacade *)) configuration_facade_real_get_video_interpreter_state_cookie;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_video_interpreter_state_cookie = (void (*)(ConfigurationFacade*, gint)) configuration_facade_real_set_video_interpreter_state_cookie;
+ ((ConfigurationFacadeClass *) klass)->set_video_interpreter_state_cookie = (void (*) (ConfigurationFacade *, gint)) configuration_facade_real_set_video_interpreter_state_cookie;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_plugin_bool = (gboolean (*)(ConfigurationFacade*, const gchar*, const gchar*, const gchar*, gboolean)) configuration_facade_real_get_plugin_bool;
+ ((ConfigurationFacadeClass *) klass)->get_plugin_bool = (gboolean (*) (ConfigurationFacade *, const gchar*, const gchar*, const gchar*, gboolean)) configuration_facade_real_get_plugin_bool;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_plugin_bool = (void (*)(ConfigurationFacade*, const gchar*, const gchar*, const gchar*, gboolean)) configuration_facade_real_set_plugin_bool;
+ ((ConfigurationFacadeClass *) klass)->set_plugin_bool = (void (*) (ConfigurationFacade *, const gchar*, const gchar*, const gchar*, gboolean)) configuration_facade_real_set_plugin_bool;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_plugin_double = (gdouble (*)(ConfigurationFacade*, const gchar*, const gchar*, const gchar*, gdouble)) configuration_facade_real_get_plugin_double;
+ ((ConfigurationFacadeClass *) klass)->get_plugin_double = (gdouble (*) (ConfigurationFacade *, const gchar*, const gchar*, const gchar*, gdouble)) configuration_facade_real_get_plugin_double;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_plugin_double = (void (*)(ConfigurationFacade*, const gchar*, const gchar*, const gchar*, gdouble)) configuration_facade_real_set_plugin_double;
+ ((ConfigurationFacadeClass *) klass)->set_plugin_double = (void (*) (ConfigurationFacade *, const gchar*, const gchar*, const gchar*, gdouble)) configuration_facade_real_set_plugin_double;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_plugin_int = (gint (*)(ConfigurationFacade*, const gchar*, const gchar*, const gchar*, gint)) configuration_facade_real_get_plugin_int;
+ ((ConfigurationFacadeClass *) klass)->get_plugin_int = (gint (*) (ConfigurationFacade *, const gchar*, const gchar*, const gchar*, gint)) configuration_facade_real_get_plugin_int;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_plugin_int = (void (*)(ConfigurationFacade*, const gchar*, const gchar*, const gchar*, gint)) configuration_facade_real_set_plugin_int;
+ ((ConfigurationFacadeClass *) klass)->set_plugin_int = (void (*) (ConfigurationFacade *, const gchar*, const gchar*, const gchar*, gint)) configuration_facade_real_set_plugin_int;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->get_plugin_string = (gchar* (*)(ConfigurationFacade*, const gchar*, const gchar*, const gchar*, const gchar*)) configuration_facade_real_get_plugin_string;
+ ((ConfigurationFacadeClass *) klass)->get_plugin_string = (gchar* (*) (ConfigurationFacade *, const gchar*, const gchar*, const gchar*, const gchar*)) configuration_facade_real_get_plugin_string;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_plugin_string = (void (*)(ConfigurationFacade*, const gchar*, const gchar*, const gchar*, const gchar*)) configuration_facade_real_set_plugin_string;
+ ((ConfigurationFacadeClass *) klass)->set_plugin_string = (void (*) (ConfigurationFacade *, const gchar*, const gchar*, const gchar*, const gchar*)) configuration_facade_real_set_plugin_string;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->unset_plugin_key = (void (*)(ConfigurationFacade*, const gchar*, const gchar*, const gchar*)) configuration_facade_real_unset_plugin_key;
+ ((ConfigurationFacadeClass *) klass)->unset_plugin_key = (void (*) (ConfigurationFacade *, const gchar*, const gchar*, const gchar*)) configuration_facade_real_unset_plugin_key;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->is_plugin_enabled = (FuzzyPropertyState (*)(ConfigurationFacade*, const gchar*)) configuration_facade_real_is_plugin_enabled;
+ ((ConfigurationFacadeClass *) klass)->is_plugin_enabled = (FuzzyPropertyState (*) (ConfigurationFacade *, const gchar*)) configuration_facade_real_is_plugin_enabled;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- ((ConfigurationFacadeClass *) klass)->set_plugin_enabled = (void (*)(ConfigurationFacade*, const gchar*, gboolean)) configuration_facade_real_set_plugin_enabled;
+ ((ConfigurationFacadeClass *) klass)->set_plugin_enabled = (void (*) (ConfigurationFacade *, const gchar*, gboolean)) configuration_facade_real_set_plugin_enabled;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
G_OBJECT_CLASS (klass)->finalize = configuration_facade_finalize;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- g_signal_new ("auto_import_from_library_changed", TYPE_CONFIGURATION_FACADE, G_SIGNAL_RUN_LAST, 0, NULL, NULL, g_cclosure_marshal_VOID__VOID, G_TYPE_NONE, 0);
+ configuration_facade_signals[CONFIGURATION_FACADE_AUTO_IMPORT_FROM_LIBRARY_CHANGED_SIGNAL] = g_signal_new ("auto-import-from-library-changed", TYPE_CONFIGURATION_FACADE, G_SIGNAL_RUN_LAST, 0, NULL, NULL, g_cclosure_marshal_VOID__VOID, G_TYPE_NONE, 0);
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- g_signal_new ("bg_color_name_changed", TYPE_CONFIGURATION_FACADE, G_SIGNAL_RUN_LAST, 0, NULL, NULL, g_cclosure_marshal_VOID__VOID, G_TYPE_NONE, 0);
+ configuration_facade_signals[CONFIGURATION_FACADE_BG_COLOR_NAME_CHANGED_SIGNAL] = g_signal_new ("bg-color-name-changed", TYPE_CONFIGURATION_FACADE, G_SIGNAL_RUN_LAST, 0, NULL, NULL, g_cclosure_marshal_VOID__VOID, G_TYPE_NONE, 0);
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- g_signal_new ("commit_metadata_to_masters_changed", TYPE_CONFIGURATION_FACADE, G_SIGNAL_RUN_LAST, 0, NULL, NULL, g_cclosure_marshal_VOID__VOID, G_TYPE_NONE, 0);
+ configuration_facade_signals[CONFIGURATION_FACADE_COMMIT_METADATA_TO_MASTERS_CHANGED_SIGNAL] = g_signal_new ("commit-metadata-to-masters-changed", TYPE_CONFIGURATION_FACADE, G_SIGNAL_RUN_LAST, 0, NULL, NULL, g_cclosure_marshal_VOID__VOID, G_TYPE_NONE, 0);
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- g_signal_new ("events_sort_ascending_changed", TYPE_CONFIGURATION_FACADE, G_SIGNAL_RUN_LAST, 0, NULL, NULL, g_cclosure_marshal_VOID__VOID, G_TYPE_NONE, 0);
+ configuration_facade_signals[CONFIGURATION_FACADE_EVENTS_SORT_ASCENDING_CHANGED_SIGNAL] = g_signal_new ("events-sort-ascending-changed", TYPE_CONFIGURATION_FACADE, G_SIGNAL_RUN_LAST, 0, NULL, NULL, g_cclosure_marshal_VOID__VOID, G_TYPE_NONE, 0);
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- g_signal_new ("external_app_changed", TYPE_CONFIGURATION_FACADE, G_SIGNAL_RUN_LAST, 0, NULL, NULL, g_cclosure_marshal_VOID__VOID, G_TYPE_NONE, 0);
+ configuration_facade_signals[CONFIGURATION_FACADE_EXTERNAL_APP_CHANGED_SIGNAL] = g_signal_new ("external-app-changed", TYPE_CONFIGURATION_FACADE, G_SIGNAL_RUN_LAST, 0, NULL, NULL, g_cclosure_marshal_VOID__VOID, G_TYPE_NONE, 0);
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
- g_signal_new ("import_directory_changed", TYPE_CONFIGURATION_FACADE, G_SIGNAL_RUN_LAST, 0, NULL, NULL, g_cclosure_marshal_VOID__VOID, G_TYPE_NONE, 0);
-#line 13296 "ConfigurationInterfaces.c"
+ configuration_facade_signals[CONFIGURATION_FACADE_IMPORT_DIRECTORY_CHANGED_SIGNAL] = g_signal_new ("import-directory-changed", TYPE_CONFIGURATION_FACADE, G_SIGNAL_RUN_LAST, 0, NULL, NULL, g_cclosure_marshal_VOID__VOID, G_TYPE_NONE, 0);
+#line 13311 "ConfigurationInterfaces.c"
}
static void configuration_facade_instance_init (ConfigurationFacade * self) {
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
self->priv = CONFIGURATION_FACADE_GET_PRIVATE (self);
-#line 13303 "ConfigurationInterfaces.c"
+#line 13318 "ConfigurationInterfaces.c"
}
-static void configuration_facade_finalize (GObject* obj) {
+static void configuration_facade_finalize (GObject * obj) {
ConfigurationFacade * self;
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (obj, TYPE_CONFIGURATION_FACADE, ConfigurationFacade);
@@ -13316,7 +13331,7 @@ static void configuration_facade_finalize (GObject* obj) {
_g_object_unref0 (self->priv->engine);
#line 345 "/home/jens/Source/shotwell/src/config/ConfigurationInterfaces.vala"
G_OBJECT_CLASS (configuration_facade_parent_class)->finalize (obj);
-#line 13315 "ConfigurationInterfaces.c"
+#line 13330 "ConfigurationInterfaces.c"
}
diff --git a/src/config/GSettingsEngine.c b/src/config/GSettingsEngine.c
index d70a944..c1d8730 100644
--- a/src/config/GSettingsEngine.c
+++ b/src/config/GSettingsEngine.c
@@ -1,4 +1,4 @@
-/* GSettingsEngine.c generated by valac 0.34.7, the Vala compiler
+/* GSettingsEngine.c generated by valac 0.36.6, the Vala compiler
* generated from GSettingsEngine.vala, do not modify */
/* Copyright 2016 Software Freedom Conservancy Inc.
@@ -175,7 +175,7 @@ struct _GSettingsConfigurationEnginePrivate {
static gpointer gsettings_configuration_engine_parent_class = NULL;
-static ConfigurationEngineIface* gsettings_configuration_engine_configuration_engine_parent_iface = NULL;
+static ConfigurationEngineIface * gsettings_configuration_engine_configuration_engine_parent_iface = NULL;
GType configurable_property_get_type (void) G_GNUC_CONST;
GQuark configuration_error_quark (void);
@@ -245,567 +245,567 @@ static FuzzyPropertyState gsettings_configuration_engine_real_is_plugin_enabled
static void gsettings_configuration_engine_real_set_plugin_enabled (ConfigurationEngine* base, const gchar* id, gboolean enabled);
void gsettings_configuration_engine_run_gsettings_migrator (void);
GFile* app_dirs_get_settings_migrator_bin (void);
-static void gsettings_configuration_engine_finalize (GObject* obj);
+static void gsettings_configuration_engine_finalize (GObject * obj);
static void _vala_array_destroy (gpointer array, gint array_length, GDestroyNotify destroy_func);
static void _vala_array_free (gpointer array, gint array_length, GDestroyNotify destroy_func);
GSettingsConfigurationEngine* gsettings_configuration_engine_construct (GType object_type) {
GSettingsConfigurationEngine * self = NULL;
- gchar** _tmp0_ = NULL;
- gchar** _tmp1_ = NULL;
- gint _tmp1__length1 = 0;
- gchar* _tmp2_ = NULL;
- gchar* _tmp3_ = NULL;
- gchar** _tmp4_ = NULL;
- gint _tmp4__length1 = 0;
- gchar* _tmp5_ = NULL;
- gchar* _tmp6_ = NULL;
- gchar** _tmp7_ = NULL;
- gint _tmp7__length1 = 0;
- gchar* _tmp8_ = NULL;
- gchar* _tmp9_ = NULL;
- gchar** _tmp10_ = NULL;
- gint _tmp10__length1 = 0;
- gchar* _tmp11_ = NULL;
- gchar* _tmp12_ = NULL;
- gchar** _tmp13_ = NULL;
- gint _tmp13__length1 = 0;
- gchar* _tmp14_ = NULL;
- gchar* _tmp15_ = NULL;
- gchar** _tmp16_ = NULL;
- gint _tmp16__length1 = 0;
- gchar* _tmp17_ = NULL;
- gchar* _tmp18_ = NULL;
- gchar** _tmp19_ = NULL;
- gint _tmp19__length1 = 0;
- gchar* _tmp20_ = NULL;
- gchar* _tmp21_ = NULL;
- gchar** _tmp22_ = NULL;
- gint _tmp22__length1 = 0;
- gchar* _tmp23_ = NULL;
- gchar* _tmp24_ = NULL;
- gchar** _tmp25_ = NULL;
- gint _tmp25__length1 = 0;
- gchar* _tmp26_ = NULL;
- gchar* _tmp27_ = NULL;
- gchar** _tmp28_ = NULL;
- gint _tmp28__length1 = 0;
- gchar* _tmp29_ = NULL;
- gchar* _tmp30_ = NULL;
- gchar** _tmp31_ = NULL;
- gint _tmp31__length1 = 0;
- gchar* _tmp32_ = NULL;
- gchar* _tmp33_ = NULL;
- gchar** _tmp34_ = NULL;
- gint _tmp34__length1 = 0;
- gchar* _tmp35_ = NULL;
- gchar* _tmp36_ = NULL;
- gchar** _tmp37_ = NULL;
- gint _tmp37__length1 = 0;
- gchar* _tmp38_ = NULL;
- gchar* _tmp39_ = NULL;
- gchar** _tmp40_ = NULL;
- gint _tmp40__length1 = 0;
- gchar* _tmp41_ = NULL;
- gchar* _tmp42_ = NULL;
- gchar** _tmp43_ = NULL;
- gint _tmp43__length1 = 0;
- gchar* _tmp44_ = NULL;
- gchar* _tmp45_ = NULL;
- gchar** _tmp46_ = NULL;
- gint _tmp46__length1 = 0;
- gchar* _tmp47_ = NULL;
- gchar* _tmp48_ = NULL;
- gchar** _tmp49_ = NULL;
- gint _tmp49__length1 = 0;
- gchar* _tmp50_ = NULL;
- gchar* _tmp51_ = NULL;
- gchar** _tmp52_ = NULL;
- gint _tmp52__length1 = 0;
- gchar* _tmp53_ = NULL;
- gchar* _tmp54_ = NULL;
- gchar** _tmp55_ = NULL;
- gint _tmp55__length1 = 0;
- gchar* _tmp56_ = NULL;
- gchar* _tmp57_ = NULL;
- gchar** _tmp58_ = NULL;
- gint _tmp58__length1 = 0;
- gchar* _tmp59_ = NULL;
- gchar* _tmp60_ = NULL;
- gchar** _tmp61_ = NULL;
- gint _tmp61__length1 = 0;
- gchar* _tmp62_ = NULL;
- gchar* _tmp63_ = NULL;
- gchar** _tmp64_ = NULL;
- gint _tmp64__length1 = 0;
- gchar* _tmp65_ = NULL;
- gchar* _tmp66_ = NULL;
- gchar** _tmp67_ = NULL;
- gint _tmp67__length1 = 0;
- gchar* _tmp68_ = NULL;
- gchar* _tmp69_ = NULL;
- gchar** _tmp70_ = NULL;
- gint _tmp70__length1 = 0;
- gchar* _tmp71_ = NULL;
- gchar* _tmp72_ = NULL;
- gchar** _tmp73_ = NULL;
- gint _tmp73__length1 = 0;
- gchar* _tmp74_ = NULL;
- gchar* _tmp75_ = NULL;
- gchar** _tmp76_ = NULL;
- gint _tmp76__length1 = 0;
- gchar* _tmp77_ = NULL;
- gchar* _tmp78_ = NULL;
- gchar** _tmp79_ = NULL;
- gint _tmp79__length1 = 0;
- gchar* _tmp80_ = NULL;
- gchar* _tmp81_ = NULL;
- gchar** _tmp82_ = NULL;
- gint _tmp82__length1 = 0;
- gchar* _tmp83_ = NULL;
- gchar* _tmp84_ = NULL;
- gchar** _tmp85_ = NULL;
- gint _tmp85__length1 = 0;
- gchar* _tmp86_ = NULL;
- gchar* _tmp87_ = NULL;
- gchar** _tmp88_ = NULL;
- gint _tmp88__length1 = 0;
- gchar* _tmp89_ = NULL;
- gchar* _tmp90_ = NULL;
- gchar** _tmp91_ = NULL;
- gint _tmp91__length1 = 0;
- gchar* _tmp92_ = NULL;
- gchar* _tmp93_ = NULL;
- gchar** _tmp94_ = NULL;
- gint _tmp94__length1 = 0;
- gchar* _tmp95_ = NULL;
- gchar* _tmp96_ = NULL;
- gchar** _tmp97_ = NULL;
- gint _tmp97__length1 = 0;
- gchar* _tmp98_ = NULL;
- gchar* _tmp99_ = NULL;
- gchar** _tmp100_ = NULL;
- gint _tmp100__length1 = 0;
- gchar* _tmp101_ = NULL;
- gchar* _tmp102_ = NULL;
- gchar** _tmp103_ = NULL;
- gint _tmp103__length1 = 0;
- gchar* _tmp104_ = NULL;
- gchar* _tmp105_ = NULL;
- gchar** _tmp106_ = NULL;
- gint _tmp106__length1 = 0;
- gchar* _tmp107_ = NULL;
- gchar* _tmp108_ = NULL;
- gchar** _tmp109_ = NULL;
- gint _tmp109__length1 = 0;
- gchar* _tmp110_ = NULL;
- gchar* _tmp111_ = NULL;
- gchar** _tmp112_ = NULL;
- gint _tmp112__length1 = 0;
- gchar* _tmp113_ = NULL;
- gchar* _tmp114_ = NULL;
- gchar** _tmp115_ = NULL;
- gint _tmp115__length1 = 0;
- gchar* _tmp116_ = NULL;
- gchar* _tmp117_ = NULL;
- gchar** _tmp118_ = NULL;
- gint _tmp118__length1 = 0;
- gchar* _tmp119_ = NULL;
- gchar* _tmp120_ = NULL;
- gchar** _tmp121_ = NULL;
- gint _tmp121__length1 = 0;
- gchar* _tmp122_ = NULL;
- gchar* _tmp123_ = NULL;
- gchar** _tmp124_ = NULL;
- gint _tmp124__length1 = 0;
- gchar* _tmp125_ = NULL;
- gchar* _tmp126_ = NULL;
- gchar** _tmp127_ = NULL;
- gint _tmp127__length1 = 0;
- gchar* _tmp128_ = NULL;
- gchar* _tmp129_ = NULL;
- gchar** _tmp130_ = NULL;
- gint _tmp130__length1 = 0;
- gchar* _tmp131_ = NULL;
- gchar* _tmp132_ = NULL;
- gchar** _tmp133_ = NULL;
- gint _tmp133__length1 = 0;
- gchar* _tmp134_ = NULL;
- gchar* _tmp135_ = NULL;
- gchar** _tmp136_ = NULL;
- gint _tmp136__length1 = 0;
- gchar* _tmp137_ = NULL;
- gchar* _tmp138_ = NULL;
- gchar** _tmp139_ = NULL;
- gint _tmp139__length1 = 0;
- gchar* _tmp140_ = NULL;
- gchar* _tmp141_ = NULL;
- gchar** _tmp142_ = NULL;
- gint _tmp142__length1 = 0;
- gchar* _tmp143_ = NULL;
- gchar* _tmp144_ = NULL;
- gchar** _tmp145_ = NULL;
- gint _tmp145__length1 = 0;
- gchar* _tmp146_ = NULL;
- gchar* _tmp147_ = NULL;
- gchar** _tmp148_ = NULL;
- gint _tmp148__length1 = 0;
- gchar* _tmp149_ = NULL;
- gchar* _tmp150_ = NULL;
- gchar** _tmp151_ = NULL;
- gint _tmp151__length1 = 0;
- gchar* _tmp152_ = NULL;
- gchar* _tmp153_ = NULL;
- gchar** _tmp154_ = NULL;
- gint _tmp154__length1 = 0;
- gchar* _tmp155_ = NULL;
- gchar* _tmp156_ = NULL;
- gchar** _tmp157_ = NULL;
- gint _tmp157__length1 = 0;
- gchar* _tmp158_ = NULL;
- gchar* _tmp159_ = NULL;
- gchar** _tmp160_ = NULL;
- gint _tmp160__length1 = 0;
- gchar* _tmp161_ = NULL;
- gchar* _tmp162_ = NULL;
- gchar** _tmp163_ = NULL;
- gint _tmp163__length1 = 0;
- gchar* _tmp164_ = NULL;
- gchar* _tmp165_ = NULL;
- gchar** _tmp166_ = NULL;
- gint _tmp166__length1 = 0;
- gchar* _tmp167_ = NULL;
- gchar* _tmp168_ = NULL;
- gchar** _tmp169_ = NULL;
- gint _tmp169__length1 = 0;
- gchar* _tmp170_ = NULL;
- gchar* _tmp171_ = NULL;
- gchar** _tmp172_ = NULL;
- gint _tmp172__length1 = 0;
- gchar* _tmp173_ = NULL;
- gchar* _tmp174_ = NULL;
- gchar** _tmp175_ = NULL;
- gint _tmp175__length1 = 0;
- gchar* _tmp176_ = NULL;
- gchar* _tmp177_ = NULL;
- gchar** _tmp178_ = NULL;
- gint _tmp178__length1 = 0;
- gchar* _tmp179_ = NULL;
- gchar* _tmp180_ = NULL;
- gchar** _tmp181_ = NULL;
- gint _tmp181__length1 = 0;
- gchar* _tmp182_ = NULL;
- gchar* _tmp183_ = NULL;
- gchar** _tmp184_ = NULL;
- gint _tmp184__length1 = 0;
- gchar* _tmp185_ = NULL;
- gchar* _tmp186_ = NULL;
- gchar** _tmp187_ = NULL;
- gint _tmp187__length1 = 0;
- gchar* _tmp188_ = NULL;
- gchar* _tmp189_ = NULL;
- gchar** _tmp190_ = NULL;
- gint _tmp190__length1 = 0;
- gchar* _tmp191_ = NULL;
- gchar* _tmp192_ = NULL;
- gchar** _tmp193_ = NULL;
- gint _tmp193__length1 = 0;
- gchar* _tmp194_ = NULL;
- gchar* _tmp195_ = NULL;
- gchar** _tmp196_ = NULL;
- gint _tmp196__length1 = 0;
- gchar* _tmp197_ = NULL;
- gchar* _tmp198_ = NULL;
- gchar** _tmp199_ = NULL;
- gint _tmp199__length1 = 0;
- gchar* _tmp200_ = NULL;
- gchar* _tmp201_ = NULL;
- gchar** _tmp202_ = NULL;
- gint _tmp202__length1 = 0;
- gchar* _tmp203_ = NULL;
- gchar* _tmp204_ = NULL;
- gchar** _tmp205_ = NULL;
- gint _tmp205__length1 = 0;
- gchar* _tmp206_ = NULL;
- gchar* _tmp207_ = NULL;
- gchar** _tmp208_ = NULL;
- gchar** _tmp209_ = NULL;
- gint _tmp209__length1 = 0;
- gchar* _tmp210_ = NULL;
- gchar* _tmp211_ = NULL;
- gchar** _tmp212_ = NULL;
- gint _tmp212__length1 = 0;
- gchar* _tmp213_ = NULL;
- gchar* _tmp214_ = NULL;
- gchar** _tmp215_ = NULL;
- gint _tmp215__length1 = 0;
- gchar* _tmp216_ = NULL;
- gchar* _tmp217_ = NULL;
- gchar** _tmp218_ = NULL;
- gint _tmp218__length1 = 0;
- gchar* _tmp219_ = NULL;
- gchar* _tmp220_ = NULL;
- gchar** _tmp221_ = NULL;
- gint _tmp221__length1 = 0;
- gchar* _tmp222_ = NULL;
- gchar* _tmp223_ = NULL;
- gchar** _tmp224_ = NULL;
- gint _tmp224__length1 = 0;
- gchar* _tmp225_ = NULL;
- gchar* _tmp226_ = NULL;
- gchar** _tmp227_ = NULL;
- gint _tmp227__length1 = 0;
- gchar* _tmp228_ = NULL;
- gchar* _tmp229_ = NULL;
- gchar** _tmp230_ = NULL;
- gint _tmp230__length1 = 0;
- gchar* _tmp231_ = NULL;
- gchar* _tmp232_ = NULL;
- gchar** _tmp233_ = NULL;
- gint _tmp233__length1 = 0;
- gchar* _tmp234_ = NULL;
- gchar* _tmp235_ = NULL;
- gchar** _tmp236_ = NULL;
- gint _tmp236__length1 = 0;
- gchar* _tmp237_ = NULL;
- gchar* _tmp238_ = NULL;
- gchar** _tmp239_ = NULL;
- gint _tmp239__length1 = 0;
- gchar* _tmp240_ = NULL;
- gchar* _tmp241_ = NULL;
- gchar** _tmp242_ = NULL;
- gint _tmp242__length1 = 0;
- gchar* _tmp243_ = NULL;
- gchar* _tmp244_ = NULL;
- gchar** _tmp245_ = NULL;
- gint _tmp245__length1 = 0;
- gchar* _tmp246_ = NULL;
- gchar* _tmp247_ = NULL;
- gchar** _tmp248_ = NULL;
- gint _tmp248__length1 = 0;
- gchar* _tmp249_ = NULL;
- gchar* _tmp250_ = NULL;
- gchar** _tmp251_ = NULL;
- gint _tmp251__length1 = 0;
- gchar* _tmp252_ = NULL;
- gchar* _tmp253_ = NULL;
- gchar** _tmp254_ = NULL;
- gint _tmp254__length1 = 0;
- gchar* _tmp255_ = NULL;
- gchar* _tmp256_ = NULL;
- gchar** _tmp257_ = NULL;
- gint _tmp257__length1 = 0;
- gchar* _tmp258_ = NULL;
- gchar* _tmp259_ = NULL;
- gchar** _tmp260_ = NULL;
- gint _tmp260__length1 = 0;
- gchar* _tmp261_ = NULL;
- gchar* _tmp262_ = NULL;
- gchar** _tmp263_ = NULL;
- gint _tmp263__length1 = 0;
- gchar* _tmp264_ = NULL;
- gchar* _tmp265_ = NULL;
- gchar** _tmp266_ = NULL;
- gint _tmp266__length1 = 0;
- gchar* _tmp267_ = NULL;
- gchar* _tmp268_ = NULL;
- gchar** _tmp269_ = NULL;
- gint _tmp269__length1 = 0;
- gchar* _tmp270_ = NULL;
- gchar* _tmp271_ = NULL;
- gchar** _tmp272_ = NULL;
- gint _tmp272__length1 = 0;
- gchar* _tmp273_ = NULL;
- gchar* _tmp274_ = NULL;
- gchar** _tmp275_ = NULL;
- gint _tmp275__length1 = 0;
- gchar* _tmp276_ = NULL;
- gchar* _tmp277_ = NULL;
- gchar** _tmp278_ = NULL;
- gint _tmp278__length1 = 0;
- gchar* _tmp279_ = NULL;
- gchar* _tmp280_ = NULL;
- gchar** _tmp281_ = NULL;
- gint _tmp281__length1 = 0;
- gchar* _tmp282_ = NULL;
- gchar* _tmp283_ = NULL;
- gchar** _tmp284_ = NULL;
- gint _tmp284__length1 = 0;
- gchar* _tmp285_ = NULL;
- gchar* _tmp286_ = NULL;
- gchar** _tmp287_ = NULL;
- gint _tmp287__length1 = 0;
- gchar* _tmp288_ = NULL;
- gchar* _tmp289_ = NULL;
- gchar** _tmp290_ = NULL;
- gint _tmp290__length1 = 0;
- gchar* _tmp291_ = NULL;
- gchar* _tmp292_ = NULL;
- gchar** _tmp293_ = NULL;
- gint _tmp293__length1 = 0;
- gchar* _tmp294_ = NULL;
- gchar* _tmp295_ = NULL;
- gchar** _tmp296_ = NULL;
- gint _tmp296__length1 = 0;
- gchar* _tmp297_ = NULL;
- gchar* _tmp298_ = NULL;
- gchar** _tmp299_ = NULL;
- gint _tmp299__length1 = 0;
- gchar* _tmp300_ = NULL;
- gchar* _tmp301_ = NULL;
- gchar** _tmp302_ = NULL;
- gint _tmp302__length1 = 0;
- gchar* _tmp303_ = NULL;
- gchar* _tmp304_ = NULL;
- gchar** _tmp305_ = NULL;
- gint _tmp305__length1 = 0;
- gchar* _tmp306_ = NULL;
- gchar* _tmp307_ = NULL;
- gchar** _tmp308_ = NULL;
- gint _tmp308__length1 = 0;
- gchar* _tmp309_ = NULL;
- gchar* _tmp310_ = NULL;
- gchar** _tmp311_ = NULL;
- gint _tmp311__length1 = 0;
- gchar* _tmp312_ = NULL;
- gchar* _tmp313_ = NULL;
- gchar** _tmp314_ = NULL;
- gint _tmp314__length1 = 0;
- gchar* _tmp315_ = NULL;
- gchar* _tmp316_ = NULL;
- gchar** _tmp317_ = NULL;
- gint _tmp317__length1 = 0;
- gchar* _tmp318_ = NULL;
- gchar* _tmp319_ = NULL;
- gchar** _tmp320_ = NULL;
- gint _tmp320__length1 = 0;
- gchar* _tmp321_ = NULL;
- gchar* _tmp322_ = NULL;
- gchar** _tmp323_ = NULL;
- gint _tmp323__length1 = 0;
- gchar* _tmp324_ = NULL;
- gchar* _tmp325_ = NULL;
- gchar** _tmp326_ = NULL;
- gint _tmp326__length1 = 0;
- gchar* _tmp327_ = NULL;
- gchar* _tmp328_ = NULL;
- gchar** _tmp329_ = NULL;
- gint _tmp329__length1 = 0;
- gchar* _tmp330_ = NULL;
- gchar* _tmp331_ = NULL;
- gchar** _tmp332_ = NULL;
- gint _tmp332__length1 = 0;
- gchar* _tmp333_ = NULL;
- gchar* _tmp334_ = NULL;
- gchar** _tmp335_ = NULL;
- gint _tmp335__length1 = 0;
- gchar* _tmp336_ = NULL;
- gchar* _tmp337_ = NULL;
- gchar** _tmp338_ = NULL;
- gint _tmp338__length1 = 0;
- gchar* _tmp339_ = NULL;
- gchar* _tmp340_ = NULL;
- gchar** _tmp341_ = NULL;
- gint _tmp341__length1 = 0;
- gchar* _tmp342_ = NULL;
- gchar* _tmp343_ = NULL;
- gchar** _tmp344_ = NULL;
- gint _tmp344__length1 = 0;
- gchar* _tmp345_ = NULL;
- gchar* _tmp346_ = NULL;
- gchar** _tmp347_ = NULL;
- gint _tmp347__length1 = 0;
- gchar* _tmp348_ = NULL;
- gchar* _tmp349_ = NULL;
- gchar** _tmp350_ = NULL;
- gint _tmp350__length1 = 0;
- gchar* _tmp351_ = NULL;
- gchar* _tmp352_ = NULL;
- gchar** _tmp353_ = NULL;
- gint _tmp353__length1 = 0;
- gchar* _tmp354_ = NULL;
- gchar* _tmp355_ = NULL;
- gchar** _tmp356_ = NULL;
- gint _tmp356__length1 = 0;
- gchar* _tmp357_ = NULL;
- gchar* _tmp358_ = NULL;
- gchar** _tmp359_ = NULL;
- gint _tmp359__length1 = 0;
- gchar* _tmp360_ = NULL;
- gchar* _tmp361_ = NULL;
- gchar** _tmp362_ = NULL;
- gint _tmp362__length1 = 0;
- gchar* _tmp363_ = NULL;
- gchar* _tmp364_ = NULL;
- gchar** _tmp365_ = NULL;
- gint _tmp365__length1 = 0;
- gchar* _tmp366_ = NULL;
- gchar* _tmp367_ = NULL;
- gchar** _tmp368_ = NULL;
- gint _tmp368__length1 = 0;
- gchar* _tmp369_ = NULL;
- gchar* _tmp370_ = NULL;
- gchar** _tmp371_ = NULL;
- gint _tmp371__length1 = 0;
- gchar* _tmp372_ = NULL;
- gchar* _tmp373_ = NULL;
- gchar** _tmp374_ = NULL;
- gint _tmp374__length1 = 0;
- gchar* _tmp375_ = NULL;
- gchar* _tmp376_ = NULL;
- gchar** _tmp377_ = NULL;
- gint _tmp377__length1 = 0;
- gchar* _tmp378_ = NULL;
- gchar* _tmp379_ = NULL;
- gchar** _tmp380_ = NULL;
- gint _tmp380__length1 = 0;
- gchar* _tmp381_ = NULL;
- gchar* _tmp382_ = NULL;
- gchar** _tmp383_ = NULL;
- gint _tmp383__length1 = 0;
- gchar* _tmp384_ = NULL;
- gchar* _tmp385_ = NULL;
- gchar** _tmp386_ = NULL;
- gint _tmp386__length1 = 0;
- gchar* _tmp387_ = NULL;
- gchar* _tmp388_ = NULL;
- gchar** _tmp389_ = NULL;
- gint _tmp389__length1 = 0;
- gchar* _tmp390_ = NULL;
- gchar* _tmp391_ = NULL;
- gchar** _tmp392_ = NULL;
- gint _tmp392__length1 = 0;
- gchar* _tmp393_ = NULL;
- gchar* _tmp394_ = NULL;
- gchar** _tmp395_ = NULL;
- gint _tmp395__length1 = 0;
- gchar* _tmp396_ = NULL;
- gchar* _tmp397_ = NULL;
- gchar** _tmp398_ = NULL;
- gint _tmp398__length1 = 0;
- gchar* _tmp399_ = NULL;
- gchar* _tmp400_ = NULL;
- gchar** _tmp401_ = NULL;
- gint _tmp401__length1 = 0;
- gchar* _tmp402_ = NULL;
- gchar* _tmp403_ = NULL;
- gchar** _tmp404_ = NULL;
- gint _tmp404__length1 = 0;
- gchar* _tmp405_ = NULL;
- gchar* _tmp406_ = NULL;
- gchar** _tmp407_ = NULL;
- gint _tmp407__length1 = 0;
- gchar* _tmp408_ = NULL;
- gchar* _tmp409_ = NULL;
- gchar** _tmp410_ = NULL;
- gint _tmp410__length1 = 0;
- gchar* _tmp411_ = NULL;
- gchar* _tmp412_ = NULL;
- gchar** _tmp413_ = NULL;
- gint _tmp413__length1 = 0;
- gchar* _tmp414_ = NULL;
- gchar* _tmp415_ = NULL;
+ gchar** _tmp0_;
+ gchar** _tmp1_;
+ gint _tmp1__length1;
+ gchar* _tmp2_;
+ gchar* _tmp3_;
+ gchar** _tmp4_;
+ gint _tmp4__length1;
+ gchar* _tmp5_;
+ gchar* _tmp6_;
+ gchar** _tmp7_;
+ gint _tmp7__length1;
+ gchar* _tmp8_;
+ gchar* _tmp9_;
+ gchar** _tmp10_;
+ gint _tmp10__length1;
+ gchar* _tmp11_;
+ gchar* _tmp12_;
+ gchar** _tmp13_;
+ gint _tmp13__length1;
+ gchar* _tmp14_;
+ gchar* _tmp15_;
+ gchar** _tmp16_;
+ gint _tmp16__length1;
+ gchar* _tmp17_;
+ gchar* _tmp18_;
+ gchar** _tmp19_;
+ gint _tmp19__length1;
+ gchar* _tmp20_;
+ gchar* _tmp21_;
+ gchar** _tmp22_;
+ gint _tmp22__length1;
+ gchar* _tmp23_;
+ gchar* _tmp24_;
+ gchar** _tmp25_;
+ gint _tmp25__length1;
+ gchar* _tmp26_;
+ gchar* _tmp27_;
+ gchar** _tmp28_;
+ gint _tmp28__length1;
+ gchar* _tmp29_;
+ gchar* _tmp30_;
+ gchar** _tmp31_;
+ gint _tmp31__length1;
+ gchar* _tmp32_;
+ gchar* _tmp33_;
+ gchar** _tmp34_;
+ gint _tmp34__length1;
+ gchar* _tmp35_;
+ gchar* _tmp36_;
+ gchar** _tmp37_;
+ gint _tmp37__length1;
+ gchar* _tmp38_;
+ gchar* _tmp39_;
+ gchar** _tmp40_;
+ gint _tmp40__length1;
+ gchar* _tmp41_;
+ gchar* _tmp42_;
+ gchar** _tmp43_;
+ gint _tmp43__length1;
+ gchar* _tmp44_;
+ gchar* _tmp45_;
+ gchar** _tmp46_;
+ gint _tmp46__length1;
+ gchar* _tmp47_;
+ gchar* _tmp48_;
+ gchar** _tmp49_;
+ gint _tmp49__length1;
+ gchar* _tmp50_;
+ gchar* _tmp51_;
+ gchar** _tmp52_;
+ gint _tmp52__length1;
+ gchar* _tmp53_;
+ gchar* _tmp54_;
+ gchar** _tmp55_;
+ gint _tmp55__length1;
+ gchar* _tmp56_;
+ gchar* _tmp57_;
+ gchar** _tmp58_;
+ gint _tmp58__length1;
+ gchar* _tmp59_;
+ gchar* _tmp60_;
+ gchar** _tmp61_;
+ gint _tmp61__length1;
+ gchar* _tmp62_;
+ gchar* _tmp63_;
+ gchar** _tmp64_;
+ gint _tmp64__length1;
+ gchar* _tmp65_;
+ gchar* _tmp66_;
+ gchar** _tmp67_;
+ gint _tmp67__length1;
+ gchar* _tmp68_;
+ gchar* _tmp69_;
+ gchar** _tmp70_;
+ gint _tmp70__length1;
+ gchar* _tmp71_;
+ gchar* _tmp72_;
+ gchar** _tmp73_;
+ gint _tmp73__length1;
+ gchar* _tmp74_;
+ gchar* _tmp75_;
+ gchar** _tmp76_;
+ gint _tmp76__length1;
+ gchar* _tmp77_;
+ gchar* _tmp78_;
+ gchar** _tmp79_;
+ gint _tmp79__length1;
+ gchar* _tmp80_;
+ gchar* _tmp81_;
+ gchar** _tmp82_;
+ gint _tmp82__length1;
+ gchar* _tmp83_;
+ gchar* _tmp84_;
+ gchar** _tmp85_;
+ gint _tmp85__length1;
+ gchar* _tmp86_;
+ gchar* _tmp87_;
+ gchar** _tmp88_;
+ gint _tmp88__length1;
+ gchar* _tmp89_;
+ gchar* _tmp90_;
+ gchar** _tmp91_;
+ gint _tmp91__length1;
+ gchar* _tmp92_;
+ gchar* _tmp93_;
+ gchar** _tmp94_;
+ gint _tmp94__length1;
+ gchar* _tmp95_;
+ gchar* _tmp96_;
+ gchar** _tmp97_;
+ gint _tmp97__length1;
+ gchar* _tmp98_;
+ gchar* _tmp99_;
+ gchar** _tmp100_;
+ gint _tmp100__length1;
+ gchar* _tmp101_;
+ gchar* _tmp102_;
+ gchar** _tmp103_;
+ gint _tmp103__length1;
+ gchar* _tmp104_;
+ gchar* _tmp105_;
+ gchar** _tmp106_;
+ gint _tmp106__length1;
+ gchar* _tmp107_;
+ gchar* _tmp108_;
+ gchar** _tmp109_;
+ gint _tmp109__length1;
+ gchar* _tmp110_;
+ gchar* _tmp111_;
+ gchar** _tmp112_;
+ gint _tmp112__length1;
+ gchar* _tmp113_;
+ gchar* _tmp114_;
+ gchar** _tmp115_;
+ gint _tmp115__length1;
+ gchar* _tmp116_;
+ gchar* _tmp117_;
+ gchar** _tmp118_;
+ gint _tmp118__length1;
+ gchar* _tmp119_;
+ gchar* _tmp120_;
+ gchar** _tmp121_;
+ gint _tmp121__length1;
+ gchar* _tmp122_;
+ gchar* _tmp123_;
+ gchar** _tmp124_;
+ gint _tmp124__length1;
+ gchar* _tmp125_;
+ gchar* _tmp126_;
+ gchar** _tmp127_;
+ gint _tmp127__length1;
+ gchar* _tmp128_;
+ gchar* _tmp129_;
+ gchar** _tmp130_;
+ gint _tmp130__length1;
+ gchar* _tmp131_;
+ gchar* _tmp132_;
+ gchar** _tmp133_;
+ gint _tmp133__length1;
+ gchar* _tmp134_;
+ gchar* _tmp135_;
+ gchar** _tmp136_;
+ gint _tmp136__length1;
+ gchar* _tmp137_;
+ gchar* _tmp138_;
+ gchar** _tmp139_;
+ gint _tmp139__length1;
+ gchar* _tmp140_;
+ gchar* _tmp141_;
+ gchar** _tmp142_;
+ gint _tmp142__length1;
+ gchar* _tmp143_;
+ gchar* _tmp144_;
+ gchar** _tmp145_;
+ gint _tmp145__length1;
+ gchar* _tmp146_;
+ gchar* _tmp147_;
+ gchar** _tmp148_;
+ gint _tmp148__length1;
+ gchar* _tmp149_;
+ gchar* _tmp150_;
+ gchar** _tmp151_;
+ gint _tmp151__length1;
+ gchar* _tmp152_;
+ gchar* _tmp153_;
+ gchar** _tmp154_;
+ gint _tmp154__length1;
+ gchar* _tmp155_;
+ gchar* _tmp156_;
+ gchar** _tmp157_;
+ gint _tmp157__length1;
+ gchar* _tmp158_;
+ gchar* _tmp159_;
+ gchar** _tmp160_;
+ gint _tmp160__length1;
+ gchar* _tmp161_;
+ gchar* _tmp162_;
+ gchar** _tmp163_;
+ gint _tmp163__length1;
+ gchar* _tmp164_;
+ gchar* _tmp165_;
+ gchar** _tmp166_;
+ gint _tmp166__length1;
+ gchar* _tmp167_;
+ gchar* _tmp168_;
+ gchar** _tmp169_;
+ gint _tmp169__length1;
+ gchar* _tmp170_;
+ gchar* _tmp171_;
+ gchar** _tmp172_;
+ gint _tmp172__length1;
+ gchar* _tmp173_;
+ gchar* _tmp174_;
+ gchar** _tmp175_;
+ gint _tmp175__length1;
+ gchar* _tmp176_;
+ gchar* _tmp177_;
+ gchar** _tmp178_;
+ gint _tmp178__length1;
+ gchar* _tmp179_;
+ gchar* _tmp180_;
+ gchar** _tmp181_;
+ gint _tmp181__length1;
+ gchar* _tmp182_;
+ gchar* _tmp183_;
+ gchar** _tmp184_;
+ gint _tmp184__length1;
+ gchar* _tmp185_;
+ gchar* _tmp186_;
+ gchar** _tmp187_;
+ gint _tmp187__length1;
+ gchar* _tmp188_;
+ gchar* _tmp189_;
+ gchar** _tmp190_;
+ gint _tmp190__length1;
+ gchar* _tmp191_;
+ gchar* _tmp192_;
+ gchar** _tmp193_;
+ gint _tmp193__length1;
+ gchar* _tmp194_;
+ gchar* _tmp195_;
+ gchar** _tmp196_;
+ gint _tmp196__length1;
+ gchar* _tmp197_;
+ gchar* _tmp198_;
+ gchar** _tmp199_;
+ gint _tmp199__length1;
+ gchar* _tmp200_;
+ gchar* _tmp201_;
+ gchar** _tmp202_;
+ gint _tmp202__length1;
+ gchar* _tmp203_;
+ gchar* _tmp204_;
+ gchar** _tmp205_;
+ gint _tmp205__length1;
+ gchar* _tmp206_;
+ gchar* _tmp207_;
+ gchar** _tmp208_;
+ gchar** _tmp209_;
+ gint _tmp209__length1;
+ gchar* _tmp210_;
+ gchar* _tmp211_;
+ gchar** _tmp212_;
+ gint _tmp212__length1;
+ gchar* _tmp213_;
+ gchar* _tmp214_;
+ gchar** _tmp215_;
+ gint _tmp215__length1;
+ gchar* _tmp216_;
+ gchar* _tmp217_;
+ gchar** _tmp218_;
+ gint _tmp218__length1;
+ gchar* _tmp219_;
+ gchar* _tmp220_;
+ gchar** _tmp221_;
+ gint _tmp221__length1;
+ gchar* _tmp222_;
+ gchar* _tmp223_;
+ gchar** _tmp224_;
+ gint _tmp224__length1;
+ gchar* _tmp225_;
+ gchar* _tmp226_;
+ gchar** _tmp227_;
+ gint _tmp227__length1;
+ gchar* _tmp228_;
+ gchar* _tmp229_;
+ gchar** _tmp230_;
+ gint _tmp230__length1;
+ gchar* _tmp231_;
+ gchar* _tmp232_;
+ gchar** _tmp233_;
+ gint _tmp233__length1;
+ gchar* _tmp234_;
+ gchar* _tmp235_;
+ gchar** _tmp236_;
+ gint _tmp236__length1;
+ gchar* _tmp237_;
+ gchar* _tmp238_;
+ gchar** _tmp239_;
+ gint _tmp239__length1;
+ gchar* _tmp240_;
+ gchar* _tmp241_;
+ gchar** _tmp242_;
+ gint _tmp242__length1;
+ gchar* _tmp243_;
+ gchar* _tmp244_;
+ gchar** _tmp245_;
+ gint _tmp245__length1;
+ gchar* _tmp246_;
+ gchar* _tmp247_;
+ gchar** _tmp248_;
+ gint _tmp248__length1;
+ gchar* _tmp249_;
+ gchar* _tmp250_;
+ gchar** _tmp251_;
+ gint _tmp251__length1;
+ gchar* _tmp252_;
+ gchar* _tmp253_;
+ gchar** _tmp254_;
+ gint _tmp254__length1;
+ gchar* _tmp255_;
+ gchar* _tmp256_;
+ gchar** _tmp257_;
+ gint _tmp257__length1;
+ gchar* _tmp258_;
+ gchar* _tmp259_;
+ gchar** _tmp260_;
+ gint _tmp260__length1;
+ gchar* _tmp261_;
+ gchar* _tmp262_;
+ gchar** _tmp263_;
+ gint _tmp263__length1;
+ gchar* _tmp264_;
+ gchar* _tmp265_;
+ gchar** _tmp266_;
+ gint _tmp266__length1;
+ gchar* _tmp267_;
+ gchar* _tmp268_;
+ gchar** _tmp269_;
+ gint _tmp269__length1;
+ gchar* _tmp270_;
+ gchar* _tmp271_;
+ gchar** _tmp272_;
+ gint _tmp272__length1;
+ gchar* _tmp273_;
+ gchar* _tmp274_;
+ gchar** _tmp275_;
+ gint _tmp275__length1;
+ gchar* _tmp276_;
+ gchar* _tmp277_;
+ gchar** _tmp278_;
+ gint _tmp278__length1;
+ gchar* _tmp279_;
+ gchar* _tmp280_;
+ gchar** _tmp281_;
+ gint _tmp281__length1;
+ gchar* _tmp282_;
+ gchar* _tmp283_;
+ gchar** _tmp284_;
+ gint _tmp284__length1;
+ gchar* _tmp285_;
+ gchar* _tmp286_;
+ gchar** _tmp287_;
+ gint _tmp287__length1;
+ gchar* _tmp288_;
+ gchar* _tmp289_;
+ gchar** _tmp290_;
+ gint _tmp290__length1;
+ gchar* _tmp291_;
+ gchar* _tmp292_;
+ gchar** _tmp293_;
+ gint _tmp293__length1;
+ gchar* _tmp294_;
+ gchar* _tmp295_;
+ gchar** _tmp296_;
+ gint _tmp296__length1;
+ gchar* _tmp297_;
+ gchar* _tmp298_;
+ gchar** _tmp299_;
+ gint _tmp299__length1;
+ gchar* _tmp300_;
+ gchar* _tmp301_;
+ gchar** _tmp302_;
+ gint _tmp302__length1;
+ gchar* _tmp303_;
+ gchar* _tmp304_;
+ gchar** _tmp305_;
+ gint _tmp305__length1;
+ gchar* _tmp306_;
+ gchar* _tmp307_;
+ gchar** _tmp308_;
+ gint _tmp308__length1;
+ gchar* _tmp309_;
+ gchar* _tmp310_;
+ gchar** _tmp311_;
+ gint _tmp311__length1;
+ gchar* _tmp312_;
+ gchar* _tmp313_;
+ gchar** _tmp314_;
+ gint _tmp314__length1;
+ gchar* _tmp315_;
+ gchar* _tmp316_;
+ gchar** _tmp317_;
+ gint _tmp317__length1;
+ gchar* _tmp318_;
+ gchar* _tmp319_;
+ gchar** _tmp320_;
+ gint _tmp320__length1;
+ gchar* _tmp321_;
+ gchar* _tmp322_;
+ gchar** _tmp323_;
+ gint _tmp323__length1;
+ gchar* _tmp324_;
+ gchar* _tmp325_;
+ gchar** _tmp326_;
+ gint _tmp326__length1;
+ gchar* _tmp327_;
+ gchar* _tmp328_;
+ gchar** _tmp329_;
+ gint _tmp329__length1;
+ gchar* _tmp330_;
+ gchar* _tmp331_;
+ gchar** _tmp332_;
+ gint _tmp332__length1;
+ gchar* _tmp333_;
+ gchar* _tmp334_;
+ gchar** _tmp335_;
+ gint _tmp335__length1;
+ gchar* _tmp336_;
+ gchar* _tmp337_;
+ gchar** _tmp338_;
+ gint _tmp338__length1;
+ gchar* _tmp339_;
+ gchar* _tmp340_;
+ gchar** _tmp341_;
+ gint _tmp341__length1;
+ gchar* _tmp342_;
+ gchar* _tmp343_;
+ gchar** _tmp344_;
+ gint _tmp344__length1;
+ gchar* _tmp345_;
+ gchar* _tmp346_;
+ gchar** _tmp347_;
+ gint _tmp347__length1;
+ gchar* _tmp348_;
+ gchar* _tmp349_;
+ gchar** _tmp350_;
+ gint _tmp350__length1;
+ gchar* _tmp351_;
+ gchar* _tmp352_;
+ gchar** _tmp353_;
+ gint _tmp353__length1;
+ gchar* _tmp354_;
+ gchar* _tmp355_;
+ gchar** _tmp356_;
+ gint _tmp356__length1;
+ gchar* _tmp357_;
+ gchar* _tmp358_;
+ gchar** _tmp359_;
+ gint _tmp359__length1;
+ gchar* _tmp360_;
+ gchar* _tmp361_;
+ gchar** _tmp362_;
+ gint _tmp362__length1;
+ gchar* _tmp363_;
+ gchar* _tmp364_;
+ gchar** _tmp365_;
+ gint _tmp365__length1;
+ gchar* _tmp366_;
+ gchar* _tmp367_;
+ gchar** _tmp368_;
+ gint _tmp368__length1;
+ gchar* _tmp369_;
+ gchar* _tmp370_;
+ gchar** _tmp371_;
+ gint _tmp371__length1;
+ gchar* _tmp372_;
+ gchar* _tmp373_;
+ gchar** _tmp374_;
+ gint _tmp374__length1;
+ gchar* _tmp375_;
+ gchar* _tmp376_;
+ gchar** _tmp377_;
+ gint _tmp377__length1;
+ gchar* _tmp378_;
+ gchar* _tmp379_;
+ gchar** _tmp380_;
+ gint _tmp380__length1;
+ gchar* _tmp381_;
+ gchar* _tmp382_;
+ gchar** _tmp383_;
+ gint _tmp383__length1;
+ gchar* _tmp384_;
+ gchar* _tmp385_;
+ gchar** _tmp386_;
+ gint _tmp386__length1;
+ gchar* _tmp387_;
+ gchar* _tmp388_;
+ gchar** _tmp389_;
+ gint _tmp389__length1;
+ gchar* _tmp390_;
+ gchar* _tmp391_;
+ gchar** _tmp392_;
+ gint _tmp392__length1;
+ gchar* _tmp393_;
+ gchar* _tmp394_;
+ gchar** _tmp395_;
+ gint _tmp395__length1;
+ gchar* _tmp396_;
+ gchar* _tmp397_;
+ gchar** _tmp398_;
+ gint _tmp398__length1;
+ gchar* _tmp399_;
+ gchar* _tmp400_;
+ gchar** _tmp401_;
+ gint _tmp401__length1;
+ gchar* _tmp402_;
+ gchar* _tmp403_;
+ gchar** _tmp404_;
+ gint _tmp404__length1;
+ gchar* _tmp405_;
+ gchar* _tmp406_;
+ gchar** _tmp407_;
+ gint _tmp407__length1;
+ gchar* _tmp408_;
+ gchar* _tmp409_;
+ gchar** _tmp410_;
+ gint _tmp410__length1;
+ gchar* _tmp411_;
+ gchar* _tmp412_;
+ gchar** _tmp413_;
+ gint _tmp413__length1;
+ gchar* _tmp414_;
+ gchar* _tmp415_;
#line 29 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
self = (GSettingsConfigurationEngine*) g_object_new (object_type, NULL);
#line 30 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
@@ -2506,16 +2506,16 @@ static gpointer _g_settings_schema_source_ref0 (gpointer self) {
static void gsettings_configuration_engine_check_key_valid (GSettingsConfigurationEngine* self, const gchar* schema, const gchar* key, GError** error) {
GSettingsSchemaSource* schema_source = NULL;
- GSettingsSchemaSource* _tmp0_ = NULL;
- GSettingsSchemaSource* _tmp1_ = NULL;
+ GSettingsSchemaSource* _tmp0_;
+ GSettingsSchemaSource* _tmp1_;
GSettingsSchema* settings_scheme = NULL;
- GSettingsSchemaSource* _tmp2_ = NULL;
- const gchar* _tmp3_ = NULL;
- GSettingsSchema* _tmp4_ = NULL;
- GSettingsSchema* _tmp5_ = NULL;
- GSettingsSchema* _tmp11_ = NULL;
- const gchar* _tmp12_ = NULL;
- gboolean _tmp13_ = FALSE;
+ GSettingsSchemaSource* _tmp2_;
+ const gchar* _tmp3_;
+ GSettingsSchema* _tmp4_;
+ GSettingsSchema* _tmp5_;
+ GSettingsSchema* _tmp11_;
+ const gchar* _tmp12_;
+ gboolean _tmp13_;
GError * _inner_error_ = NULL;
#line 175 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
g_return_if_fail (IS_GSETTINGS_CONFIGURATION_ENGINE (self));
@@ -2542,11 +2542,11 @@ static void gsettings_configuration_engine_check_key_valid (GSettingsConfigurati
#line 178 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
if (_tmp5_ == NULL) {
#line 2545 "GSettingsEngine.c"
- const gchar* _tmp6_ = NULL;
- gchar* _tmp7_ = NULL;
- gchar* _tmp8_ = NULL;
- GError* _tmp9_ = NULL;
- GError* _tmp10_ = NULL;
+ const gchar* _tmp6_;
+ gchar* _tmp7_;
+ gchar* _tmp8_;
+ GError* _tmp9_;
+ GError* _tmp10_;
#line 179 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_tmp6_ = schema;
#line 179 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
@@ -2595,12 +2595,12 @@ static void gsettings_configuration_engine_check_key_valid (GSettingsConfigurati
#line 182 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
if (!_tmp13_) {
#line 2598 "GSettingsEngine.c"
- const gchar* _tmp14_ = NULL;
- const gchar* _tmp15_ = NULL;
- gchar* _tmp16_ = NULL;
- gchar* _tmp17_ = NULL;
- GError* _tmp18_ = NULL;
- GError* _tmp19_ = NULL;
+ const gchar* _tmp14_;
+ const gchar* _tmp15_;
+ gchar* _tmp16_;
+ gchar* _tmp17_;
+ GError* _tmp18_;
+ GError* _tmp19_;
#line 183 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_tmp14_ = schema;
#line 183 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
@@ -2652,14 +2652,14 @@ static void gsettings_configuration_engine_check_key_valid (GSettingsConfigurati
static gboolean gsettings_configuration_engine_get_gs_bool (GSettingsConfigurationEngine* self, const gchar* schema, const gchar* key, GError** error) {
gboolean result = FALSE;
- const gchar* _tmp0_ = NULL;
- const gchar* _tmp1_ = NULL;
+ const gchar* _tmp0_;
+ const gchar* _tmp1_;
GSettings* schema_object = NULL;
- const gchar* _tmp4_ = NULL;
- GSettings* _tmp5_ = NULL;
- GSettings* _tmp6_ = NULL;
- const gchar* _tmp7_ = NULL;
- gboolean _tmp8_ = FALSE;
+ const gchar* _tmp4_;
+ GSettings* _tmp5_;
+ GSettings* _tmp6_;
+ const gchar* _tmp7_;
+ gboolean _tmp8_;
GError * _inner_error_ = NULL;
#line 187 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
g_return_val_if_fail (IS_GSETTINGS_CONFIGURATION_ENGINE (self), FALSE);
@@ -2718,14 +2718,14 @@ static gboolean gsettings_configuration_engine_get_gs_bool (GSettingsConfigurati
static void gsettings_configuration_engine_set_gs_bool (GSettingsConfigurationEngine* self, const gchar* schema, const gchar* key, gboolean value, GError** error) {
- const gchar* _tmp0_ = NULL;
- const gchar* _tmp1_ = NULL;
+ const gchar* _tmp0_;
+ const gchar* _tmp1_;
GSettings* schema_object = NULL;
- const gchar* _tmp2_ = NULL;
- GSettings* _tmp3_ = NULL;
- GSettings* _tmp4_ = NULL;
- const gchar* _tmp5_ = NULL;
- gboolean _tmp6_ = FALSE;
+ const gchar* _tmp2_;
+ GSettings* _tmp3_;
+ GSettings* _tmp4_;
+ const gchar* _tmp5_;
+ gboolean _tmp6_;
GError * _inner_error_ = NULL;
#line 195 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
g_return_if_fail (IS_GSETTINGS_CONFIGURATION_ENGINE (self));
@@ -2779,14 +2779,14 @@ static void gsettings_configuration_engine_set_gs_bool (GSettingsConfigurationEn
static void gsettings_configuration_engine_set_gs_enum (GSettingsConfigurationEngine* self, const gchar* schema, const gchar* key, gint value, GError** error) {
- const gchar* _tmp0_ = NULL;
- const gchar* _tmp1_ = NULL;
+ const gchar* _tmp0_;
+ const gchar* _tmp1_;
GSettings* schema_object = NULL;
- const gchar* _tmp2_ = NULL;
- GSettings* _tmp3_ = NULL;
- GSettings* _tmp4_ = NULL;
- const gchar* _tmp5_ = NULL;
- gint _tmp6_ = 0;
+ const gchar* _tmp2_;
+ GSettings* _tmp3_;
+ GSettings* _tmp4_;
+ const gchar* _tmp5_;
+ gint _tmp6_;
GError * _inner_error_ = NULL;
#line 203 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
g_return_if_fail (IS_GSETTINGS_CONFIGURATION_ENGINE (self));
@@ -2841,14 +2841,14 @@ static void gsettings_configuration_engine_set_gs_enum (GSettingsConfigurationEn
static gint gsettings_configuration_engine_get_gs_enum (GSettingsConfigurationEngine* self, const gchar* schema, const gchar* key, GError** error) {
gint result = 0;
- const gchar* _tmp0_ = NULL;
- const gchar* _tmp1_ = NULL;
+ const gchar* _tmp0_;
+ const gchar* _tmp1_;
GSettings* schema_object = NULL;
- const gchar* _tmp4_ = NULL;
- GSettings* _tmp5_ = NULL;
- GSettings* _tmp6_ = NULL;
- const gchar* _tmp7_ = NULL;
- gint _tmp8_ = 0;
+ const gchar* _tmp4_;
+ GSettings* _tmp5_;
+ GSettings* _tmp6_;
+ const gchar* _tmp7_;
+ gint _tmp8_;
GError * _inner_error_ = NULL;
#line 210 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
g_return_val_if_fail (IS_GSETTINGS_CONFIGURATION_ENGINE (self), 0);
@@ -2908,14 +2908,14 @@ static gint gsettings_configuration_engine_get_gs_enum (GSettingsConfigurationEn
static gint gsettings_configuration_engine_get_gs_int (GSettingsConfigurationEngine* self, const gchar* schema, const gchar* key, GError** error) {
gint result = 0;
- const gchar* _tmp0_ = NULL;
- const gchar* _tmp1_ = NULL;
+ const gchar* _tmp0_;
+ const gchar* _tmp1_;
GSettings* schema_object = NULL;
- const gchar* _tmp4_ = NULL;
- GSettings* _tmp5_ = NULL;
- GSettings* _tmp6_ = NULL;
- const gchar* _tmp7_ = NULL;
- gint _tmp8_ = 0;
+ const gchar* _tmp4_;
+ GSettings* _tmp5_;
+ GSettings* _tmp6_;
+ const gchar* _tmp7_;
+ gint _tmp8_;
GError * _inner_error_ = NULL;
#line 217 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
g_return_val_if_fail (IS_GSETTINGS_CONFIGURATION_ENGINE (self), 0);
@@ -2974,14 +2974,14 @@ static gint gsettings_configuration_engine_get_gs_int (GSettingsConfigurationEng
static void gsettings_configuration_engine_set_gs_int (GSettingsConfigurationEngine* self, const gchar* schema, const gchar* key, gint value, GError** error) {
- const gchar* _tmp0_ = NULL;
- const gchar* _tmp1_ = NULL;
+ const gchar* _tmp0_;
+ const gchar* _tmp1_;
GSettings* schema_object = NULL;
- const gchar* _tmp2_ = NULL;
- GSettings* _tmp3_ = NULL;
- GSettings* _tmp4_ = NULL;
- const gchar* _tmp5_ = NULL;
- gint _tmp6_ = 0;
+ const gchar* _tmp2_;
+ GSettings* _tmp3_;
+ GSettings* _tmp4_;
+ const gchar* _tmp5_;
+ gint _tmp6_;
GError * _inner_error_ = NULL;
#line 225 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
g_return_if_fail (IS_GSETTINGS_CONFIGURATION_ENGINE (self));
@@ -3036,14 +3036,14 @@ static void gsettings_configuration_engine_set_gs_int (GSettingsConfigurationEng
static gdouble gsettings_configuration_engine_get_gs_double (GSettingsConfigurationEngine* self, const gchar* schema, const gchar* key, GError** error) {
gdouble result = 0.0;
- const gchar* _tmp0_ = NULL;
- const gchar* _tmp1_ = NULL;
+ const gchar* _tmp0_;
+ const gchar* _tmp1_;
GSettings* schema_object = NULL;
- const gchar* _tmp4_ = NULL;
- GSettings* _tmp5_ = NULL;
- GSettings* _tmp6_ = NULL;
- const gchar* _tmp7_ = NULL;
- gdouble _tmp8_ = 0.0;
+ const gchar* _tmp4_;
+ GSettings* _tmp5_;
+ GSettings* _tmp6_;
+ const gchar* _tmp7_;
+ gdouble _tmp8_;
GError * _inner_error_ = NULL;
#line 233 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
g_return_val_if_fail (IS_GSETTINGS_CONFIGURATION_ENGINE (self), 0.0);
@@ -3102,14 +3102,14 @@ static gdouble gsettings_configuration_engine_get_gs_double (GSettingsConfigurat
static void gsettings_configuration_engine_set_gs_double (GSettingsConfigurationEngine* self, const gchar* schema, const gchar* key, gdouble value, GError** error) {
- const gchar* _tmp0_ = NULL;
- const gchar* _tmp1_ = NULL;
+ const gchar* _tmp0_;
+ const gchar* _tmp1_;
GSettings* schema_object = NULL;
- const gchar* _tmp2_ = NULL;
- GSettings* _tmp3_ = NULL;
- GSettings* _tmp4_ = NULL;
- const gchar* _tmp5_ = NULL;
- gdouble _tmp6_ = 0.0;
+ const gchar* _tmp2_;
+ GSettings* _tmp3_;
+ GSettings* _tmp4_;
+ const gchar* _tmp5_;
+ gdouble _tmp6_;
GError * _inner_error_ = NULL;
#line 241 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
g_return_if_fail (IS_GSETTINGS_CONFIGURATION_ENGINE (self));
@@ -3164,14 +3164,14 @@ static void gsettings_configuration_engine_set_gs_double (GSettingsConfiguration
static gchar* gsettings_configuration_engine_get_gs_string (GSettingsConfigurationEngine* self, const gchar* schema, const gchar* key, GError** error) {
gchar* result = NULL;
- const gchar* _tmp0_ = NULL;
- const gchar* _tmp1_ = NULL;
+ const gchar* _tmp0_;
+ const gchar* _tmp1_;
GSettings* schema_object = NULL;
- const gchar* _tmp2_ = NULL;
- GSettings* _tmp3_ = NULL;
- GSettings* _tmp4_ = NULL;
- const gchar* _tmp5_ = NULL;
- gchar* _tmp6_ = NULL;
+ const gchar* _tmp2_;
+ GSettings* _tmp3_;
+ GSettings* _tmp4_;
+ const gchar* _tmp5_;
+ gchar* _tmp6_;
GError * _inner_error_ = NULL;
#line 249 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
g_return_val_if_fail (IS_GSETTINGS_CONFIGURATION_ENGINE (self), NULL);
@@ -3227,14 +3227,14 @@ static gchar* gsettings_configuration_engine_get_gs_string (GSettingsConfigurati
static void gsettings_configuration_engine_set_gs_string (GSettingsConfigurationEngine* self, const gchar* schema, const gchar* key, const gchar* value, GError** error) {
- const gchar* _tmp0_ = NULL;
- const gchar* _tmp1_ = NULL;
+ const gchar* _tmp0_;
+ const gchar* _tmp1_;
GSettings* schema_object = NULL;
- const gchar* _tmp2_ = NULL;
- GSettings* _tmp3_ = NULL;
- GSettings* _tmp4_ = NULL;
- const gchar* _tmp5_ = NULL;
- const gchar* _tmp6_ = NULL;
+ const gchar* _tmp2_;
+ GSettings* _tmp3_;
+ GSettings* _tmp4_;
+ const gchar* _tmp5_;
+ const gchar* _tmp6_;
GError * _inner_error_ = NULL;
#line 257 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
g_return_if_fail (IS_GSETTINGS_CONFIGURATION_ENGINE (self));
@@ -3290,13 +3290,13 @@ static void gsettings_configuration_engine_set_gs_string (GSettingsConfiguration
static void gsettings_configuration_engine_reset_gs_to_default (GSettingsConfigurationEngine* self, const gchar* schema, const gchar* key, GError** error) {
- const gchar* _tmp0_ = NULL;
- const gchar* _tmp1_ = NULL;
+ const gchar* _tmp0_;
+ const gchar* _tmp1_;
GSettings* schema_object = NULL;
- const gchar* _tmp2_ = NULL;
- GSettings* _tmp3_ = NULL;
- GSettings* _tmp4_ = NULL;
- const gchar* _tmp5_ = NULL;
+ const gchar* _tmp2_;
+ GSettings* _tmp3_;
+ GSettings* _tmp4_;
+ const gchar* _tmp5_;
GError * _inner_error_ = NULL;
#line 265 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
g_return_if_fail (IS_GSETTINGS_CONFIGURATION_ENGINE (self));
@@ -3349,120 +3349,162 @@ static void gsettings_configuration_engine_reset_gs_to_default (GSettingsConfigu
static gchar* string_replace (const gchar* self, const gchar* old, const gchar* replacement) {
gchar* result = NULL;
+ gboolean _tmp0_ = FALSE;
+ gboolean _tmp1_ = FALSE;
GError * _inner_error_ = NULL;
-#line 1380 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1407 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
g_return_val_if_fail (self != NULL, NULL);
-#line 1380 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1407 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
g_return_val_if_fail (old != NULL, NULL);
-#line 1380 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1407 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
g_return_val_if_fail (replacement != NULL, NULL);
-#line 3360 "GSettingsEngine.c"
+#line 1408 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
+ if ((*((gchar*) self)) == '\0') {
+#line 1408 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
+ _tmp1_ = TRUE;
+#line 3366 "GSettingsEngine.c"
+ } else {
+ const gchar* _tmp2_;
+#line 1408 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
+ _tmp2_ = old;
+#line 1408 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
+ _tmp1_ = (*((gchar*) _tmp2_)) == '\0';
+#line 3373 "GSettingsEngine.c"
+ }
+#line 1408 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
+ if (_tmp1_) {
+#line 1408 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
+ _tmp0_ = TRUE;
+#line 3379 "GSettingsEngine.c"
+ } else {
+ const gchar* _tmp3_;
+ const gchar* _tmp4_;
+#line 1408 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
+ _tmp3_ = old;
+#line 1408 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
+ _tmp4_ = replacement;
+#line 1408 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
+ _tmp0_ = g_strcmp0 (_tmp3_, _tmp4_) == 0;
+#line 3389 "GSettingsEngine.c"
+ }
+#line 1408 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
+ if (_tmp0_) {
+#line 3393 "GSettingsEngine.c"
+ gchar* _tmp5_;
+#line 1409 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
+ _tmp5_ = g_strdup (self);
+#line 1409 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
+ result = _tmp5_;
+#line 1409 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
+ return result;
+#line 3401 "GSettingsEngine.c"
+ }
{
GRegex* regex = NULL;
- const gchar* _tmp0_ = NULL;
- gchar* _tmp1_ = NULL;
- gchar* _tmp2_ = NULL;
- GRegex* _tmp3_ = NULL;
- GRegex* _tmp4_ = NULL;
- gchar* _tmp5_ = NULL;
- GRegex* _tmp6_ = NULL;
- const gchar* _tmp7_ = NULL;
- gchar* _tmp8_ = NULL;
- gchar* _tmp9_ = NULL;
-#line 1382 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
- _tmp0_ = old;
-#line 1382 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
- _tmp1_ = g_regex_escape_string (_tmp0_, -1);
-#line 1382 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
- _tmp2_ = _tmp1_;
-#line 1382 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
- _tmp3_ = g_regex_new (_tmp2_, 0, 0, &_inner_error_);
-#line 1382 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
- _tmp4_ = _tmp3_;
-#line 1382 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
- _g_free0 (_tmp2_);
-#line 1382 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
- regex = _tmp4_;
-#line 1382 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+ const gchar* _tmp6_;
+ gchar* _tmp7_;
+ gchar* _tmp8_;
+ GRegex* _tmp9_;
+ GRegex* _tmp10_;
+ gchar* _tmp11_ = NULL;
+ GRegex* _tmp12_;
+ const gchar* _tmp13_;
+ gchar* _tmp14_;
+ gchar* _tmp15_;
+#line 1412 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
+ _tmp6_ = old;
+#line 1412 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
+ _tmp7_ = g_regex_escape_string (_tmp6_, -1);
+#line 1412 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
+ _tmp8_ = _tmp7_;
+#line 1412 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
+ _tmp9_ = g_regex_new (_tmp8_, 0, 0, &_inner_error_);
+#line 1412 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
+ _tmp10_ = _tmp9_;
+#line 1412 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
+ _g_free0 (_tmp8_);
+#line 1412 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
+ regex = _tmp10_;
+#line 1412 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
if (G_UNLIKELY (_inner_error_ != NULL)) {
-#line 1382 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1412 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
if (_inner_error_->domain == G_REGEX_ERROR) {
-#line 3391 "GSettingsEngine.c"
- goto __catch204_g_regex_error;
+#line 3433 "GSettingsEngine.c"
+ goto __catch205_g_regex_error;
}
-#line 1382 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1412 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
-#line 1382 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1412 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
g_clear_error (&_inner_error_);
-#line 1382 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1412 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
return NULL;
-#line 3400 "GSettingsEngine.c"
+#line 3442 "GSettingsEngine.c"
}
-#line 1383 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
- _tmp6_ = regex;
-#line 1383 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
- _tmp7_ = replacement;
-#line 1383 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
- _tmp8_ = g_regex_replace_literal (_tmp6_, self, (gssize) -1, 0, _tmp7_, 0, &_inner_error_);
-#line 1383 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
- _tmp5_ = _tmp8_;
-#line 1383 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1413 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
+ _tmp12_ = regex;
+#line 1413 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
+ _tmp13_ = replacement;
+#line 1413 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
+ _tmp14_ = g_regex_replace_literal (_tmp12_, self, (gssize) -1, 0, _tmp13_, 0, &_inner_error_);
+#line 1413 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
+ _tmp11_ = _tmp14_;
+#line 1413 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
if (G_UNLIKELY (_inner_error_ != NULL)) {
-#line 1383 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1413 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
_g_regex_unref0 (regex);
-#line 1383 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1413 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
if (_inner_error_->domain == G_REGEX_ERROR) {
-#line 3416 "GSettingsEngine.c"
- goto __catch204_g_regex_error;
+#line 3458 "GSettingsEngine.c"
+ goto __catch205_g_regex_error;
}
-#line 1383 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1413 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
_g_regex_unref0 (regex);
-#line 1383 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1413 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
-#line 1383 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1413 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
g_clear_error (&_inner_error_);
-#line 1383 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1413 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
return NULL;
-#line 3427 "GSettingsEngine.c"
+#line 3469 "GSettingsEngine.c"
}
-#line 1383 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
- _tmp9_ = _tmp5_;
-#line 1383 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
- _tmp5_ = NULL;
-#line 1383 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
- result = _tmp9_;
-#line 1383 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
- _g_free0 (_tmp5_);
-#line 1383 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1413 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
+ _tmp15_ = _tmp11_;
+#line 1413 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
+ _tmp11_ = NULL;
+#line 1413 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
+ result = _tmp15_;
+#line 1413 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
+ _g_free0 (_tmp11_);
+#line 1413 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
_g_regex_unref0 (regex);
-#line 1383 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1413 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
return result;
-#line 3441 "GSettingsEngine.c"
+#line 3483 "GSettingsEngine.c"
}
- goto __finally204;
- __catch204_g_regex_error:
+ goto __finally205;
+ __catch205_g_regex_error:
{
GError* e = NULL;
-#line 1381 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1411 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
e = _inner_error_;
-#line 1381 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1411 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
_inner_error_ = NULL;
-#line 1385 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1415 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
g_assert_not_reached ();
-#line 1381 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1411 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
_g_error_free0 (e);
-#line 3455 "GSettingsEngine.c"
+#line 3497 "GSettingsEngine.c"
}
- __finally204:
-#line 1381 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+ __finally205:
+#line 1411 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
if (G_UNLIKELY (_inner_error_ != NULL)) {
-#line 1381 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1411 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
-#line 1381 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1411 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
g_clear_error (&_inner_error_);
-#line 1381 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1411 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
return NULL;
-#line 3466 "GSettingsEngine.c"
+#line 3508 "GSettingsEngine.c"
}
}
@@ -3470,37 +3512,37 @@ static gchar* string_replace (const gchar* self, const gchar* old, const gchar*
static gchar* string_strip (const gchar* self) {
gchar* result = NULL;
gchar* _result_ = NULL;
- gchar* _tmp0_ = NULL;
- const gchar* _tmp1_ = NULL;
-#line 1207 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+ gchar* _tmp0_;
+ const gchar* _tmp1_;
+#line 1234 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
g_return_val_if_fail (self != NULL, NULL);
-#line 1208 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1235 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
_tmp0_ = g_strdup (self);
-#line 1208 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1235 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
_result_ = _tmp0_;
-#line 1209 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1236 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
_tmp1_ = _result_;
-#line 1209 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1236 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
g_strstrip (_tmp1_);
-#line 1210 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1237 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
result = _result_;
-#line 1210 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1237 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
return result;
-#line 3490 "GSettingsEngine.c"
+#line 3532 "GSettingsEngine.c"
}
static gchar* gsettings_configuration_engine_clean_plugin_id (const gchar* id) {
gchar* result = NULL;
gchar* cleaned = NULL;
- const gchar* _tmp0_ = NULL;
- gchar* _tmp1_ = NULL;
- const gchar* _tmp2_ = NULL;
- gchar* _tmp3_ = NULL;
+ const gchar* _tmp0_;
+ gchar* _tmp1_;
+ const gchar* _tmp2_;
+ gchar* _tmp3_;
const gchar* _tmp4_ = NULL;
- const gchar* _tmp5_ = NULL;
- gboolean _tmp6_ = FALSE;
- gchar* _tmp8_ = NULL;
+ const gchar* _tmp5_;
+ gboolean _tmp6_;
+ gchar* _tmp8_;
#line 273 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
g_return_val_if_fail (id != NULL, NULL);
#line 274 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
@@ -3523,17 +3565,17 @@ static gchar* gsettings_configuration_engine_clean_plugin_id (const gchar* id) {
_tmp6_ = is_string_empty (_tmp5_);
#line 277 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
if (!_tmp6_) {
-#line 3527 "GSettingsEngine.c"
- const gchar* _tmp7_ = NULL;
+#line 3569 "GSettingsEngine.c"
+ const gchar* _tmp7_;
#line 277 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_tmp7_ = cleaned;
#line 277 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_tmp4_ = _tmp7_;
-#line 3533 "GSettingsEngine.c"
+#line 3575 "GSettingsEngine.c"
} else {
#line 277 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_tmp4_ = NULL;
-#line 3537 "GSettingsEngine.c"
+#line 3579 "GSettingsEngine.c"
}
#line 277 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_tmp8_ = g_strdup (_tmp4_);
@@ -3543,20 +3585,20 @@ static gchar* gsettings_configuration_engine_clean_plugin_id (const gchar* id) {
_g_free0 (cleaned);
#line 277 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return result;
-#line 3547 "GSettingsEngine.c"
+#line 3589 "GSettingsEngine.c"
}
static gchar* gsettings_configuration_engine_get_plugin_enable_disable_name (const gchar* id) {
gchar* result = NULL;
gchar* cleaned_id = NULL;
- const gchar* _tmp0_ = NULL;
- gchar* _tmp1_ = NULL;
- const gchar* _tmp2_ = NULL;
- const gchar* _tmp4_ = NULL;
- gchar* _tmp5_ = NULL;
- const gchar* _tmp6_ = NULL;
- gchar* _tmp7_ = NULL;
+ const gchar* _tmp0_;
+ gchar* _tmp1_;
+ const gchar* _tmp2_;
+ const gchar* _tmp4_;
+ gchar* _tmp5_;
+ const gchar* _tmp6_;
+ gchar* _tmp7_;
#line 280 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
g_return_val_if_fail (id != NULL, NULL);
#line 281 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
@@ -3569,15 +3611,15 @@ static gchar* gsettings_configuration_engine_get_plugin_enable_disable_name (con
_tmp2_ = cleaned_id;
#line 282 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
if (_tmp2_ == NULL) {
-#line 3573 "GSettingsEngine.c"
- gchar* _tmp3_ = NULL;
+#line 3615 "GSettingsEngine.c"
+ gchar* _tmp3_;
#line 283 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_tmp3_ = g_strdup ("default");
#line 283 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_g_free0 (cleaned_id);
#line 283 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
cleaned_id = _tmp3_;
-#line 3581 "GSettingsEngine.c"
+#line 3623 "GSettingsEngine.c"
}
#line 285 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_tmp4_ = cleaned_id;
@@ -3599,21 +3641,21 @@ static gchar* gsettings_configuration_engine_get_plugin_enable_disable_name (con
result = cleaned_id;
#line 288 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return result;
-#line 3603 "GSettingsEngine.c"
+#line 3645 "GSettingsEngine.c"
}
static gchar* gsettings_configuration_engine_make_plugin_schema_name (const gchar* domain, const gchar* id) {
gchar* result = NULL;
gchar* cleaned_id = NULL;
- const gchar* _tmp0_ = NULL;
- gchar* _tmp1_ = NULL;
- const gchar* _tmp2_ = NULL;
- const gchar* _tmp4_ = NULL;
- gchar* _tmp5_ = NULL;
- const gchar* _tmp6_ = NULL;
- const gchar* _tmp7_ = NULL;
- gchar* _tmp8_ = NULL;
+ const gchar* _tmp0_;
+ gchar* _tmp1_;
+ const gchar* _tmp2_;
+ const gchar* _tmp4_;
+ gchar* _tmp5_;
+ const gchar* _tmp6_;
+ const gchar* _tmp7_;
+ gchar* _tmp8_;
#line 291 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
g_return_val_if_fail (domain != NULL, NULL);
#line 291 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
@@ -3628,15 +3670,15 @@ static gchar* gsettings_configuration_engine_make_plugin_schema_name (const gcha
_tmp2_ = cleaned_id;
#line 293 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
if (_tmp2_ == NULL) {
-#line 3632 "GSettingsEngine.c"
- gchar* _tmp3_ = NULL;
+#line 3674 "GSettingsEngine.c"
+ gchar* _tmp3_;
#line 294 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_tmp3_ = g_strdup ("default");
#line 294 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_g_free0 (cleaned_id);
#line 294 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
cleaned_id = _tmp3_;
-#line 3640 "GSettingsEngine.c"
+#line 3682 "GSettingsEngine.c"
}
#line 295 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_tmp4_ = cleaned_id;
@@ -3658,14 +3700,14 @@ static gchar* gsettings_configuration_engine_make_plugin_schema_name (const gcha
_g_free0 (cleaned_id);
#line 297 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return result;
-#line 3662 "GSettingsEngine.c"
+#line 3704 "GSettingsEngine.c"
}
static gchar* gsettings_configuration_engine_make_gsettings_key (const gchar* gconf_key) {
gchar* result = NULL;
- const gchar* _tmp0_ = NULL;
- gchar* _tmp1_ = NULL;
+ const gchar* _tmp0_;
+ gchar* _tmp1_;
#line 300 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
g_return_val_if_fail (gconf_key != NULL, NULL);
#line 301 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
@@ -3676,14 +3718,14 @@ static gchar* gsettings_configuration_engine_make_gsettings_key (const gchar* gc
result = _tmp1_;
#line 301 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return result;
-#line 3680 "GSettingsEngine.c"
+#line 3722 "GSettingsEngine.c"
}
static gchar* gsettings_configuration_engine_real_get_name (ConfigurationEngine* base) {
GSettingsConfigurationEngine * self;
gchar* result = NULL;
- gchar* _tmp0_ = NULL;
+ gchar* _tmp0_;
#line 304 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_GSETTINGS_CONFIGURATION_ENGINE, GSettingsConfigurationEngine);
#line 305 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
@@ -3692,7 +3734,7 @@ static gchar* gsettings_configuration_engine_real_get_name (ConfigurationEngine*
result = _tmp0_;
#line 305 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return result;
-#line 3696 "GSettingsEngine.c"
+#line 3738 "GSettingsEngine.c"
}
@@ -3700,15 +3742,15 @@ static gint gsettings_configuration_engine_real_get_enum_property (Configuration
GSettingsConfigurationEngine * self;
gint result = 0;
gint _tmp0_ = 0;
- gchar** _tmp1_ = NULL;
- gint _tmp1__length1 = 0;
- ConfigurableProperty _tmp2_ = 0;
- const gchar* _tmp3_ = NULL;
- gchar** _tmp4_ = NULL;
- gint _tmp4__length1 = 0;
- ConfigurableProperty _tmp5_ = 0;
- const gchar* _tmp6_ = NULL;
- gint _tmp7_ = 0;
+ gchar** _tmp1_;
+ gint _tmp1__length1;
+ ConfigurableProperty _tmp2_;
+ const gchar* _tmp3_;
+ gchar** _tmp4_;
+ gint _tmp4__length1;
+ ConfigurableProperty _tmp5_;
+ const gchar* _tmp6_;
+ gint _tmp7_;
GError * _inner_error_ = NULL;
#line 308 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_GSETTINGS_CONFIGURATION_ENGINE, GSettingsConfigurationEngine);
@@ -3736,13 +3778,13 @@ static gint gsettings_configuration_engine_real_get_enum_property (Configuration
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 309 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 3740 "GSettingsEngine.c"
+#line 3782 "GSettingsEngine.c"
gint _tmp8_ = 0;
#line 309 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
g_propagate_error (error, _inner_error_);
#line 309 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return _tmp8_;
-#line 3746 "GSettingsEngine.c"
+#line 3788 "GSettingsEngine.c"
} else {
gint _tmp9_ = 0;
#line 309 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
@@ -3751,29 +3793,29 @@ static gint gsettings_configuration_engine_real_get_enum_property (Configuration
g_clear_error (&_inner_error_);
#line 309 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return _tmp9_;
-#line 3755 "GSettingsEngine.c"
+#line 3797 "GSettingsEngine.c"
}
}
#line 309 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
result = _tmp0_;
#line 309 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return result;
-#line 3762 "GSettingsEngine.c"
+#line 3804 "GSettingsEngine.c"
}
static void gsettings_configuration_engine_real_set_enum_property (ConfigurationEngine* base, ConfigurableProperty p, gint val, GError** error) {
GSettingsConfigurationEngine * self;
- gchar** _tmp0_ = NULL;
- gint _tmp0__length1 = 0;
- ConfigurableProperty _tmp1_ = 0;
- const gchar* _tmp2_ = NULL;
- gchar** _tmp3_ = NULL;
- gint _tmp3__length1 = 0;
- ConfigurableProperty _tmp4_ = 0;
- const gchar* _tmp5_ = NULL;
- gint _tmp6_ = 0;
- ConfigurableProperty _tmp7_ = 0;
+ gchar** _tmp0_;
+ gint _tmp0__length1;
+ ConfigurableProperty _tmp1_;
+ const gchar* _tmp2_;
+ gchar** _tmp3_;
+ gint _tmp3__length1;
+ ConfigurableProperty _tmp4_;
+ const gchar* _tmp5_;
+ gint _tmp6_;
+ ConfigurableProperty _tmp7_;
GError * _inner_error_ = NULL;
#line 312 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_GSETTINGS_CONFIGURATION_ENGINE, GSettingsConfigurationEngine);
@@ -3805,7 +3847,7 @@ static void gsettings_configuration_engine_real_set_enum_property (Configuration
g_propagate_error (error, _inner_error_);
#line 313 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return;
-#line 3809 "GSettingsEngine.c"
+#line 3851 "GSettingsEngine.c"
} else {
#line 313 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -3813,14 +3855,14 @@ static void gsettings_configuration_engine_real_set_enum_property (Configuration
g_clear_error (&_inner_error_);
#line 313 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return;
-#line 3817 "GSettingsEngine.c"
+#line 3859 "GSettingsEngine.c"
}
}
#line 314 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_tmp7_ = p;
#line 314 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
g_signal_emit_by_name (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_CONFIGURATION_ENGINE, ConfigurationEngine), "property-changed", _tmp7_);
-#line 3824 "GSettingsEngine.c"
+#line 3866 "GSettingsEngine.c"
}
@@ -3828,15 +3870,15 @@ static gint gsettings_configuration_engine_real_get_int_property (ConfigurationE
GSettingsConfigurationEngine * self;
gint result = 0;
gint _tmp0_ = 0;
- gchar** _tmp1_ = NULL;
- gint _tmp1__length1 = 0;
- ConfigurableProperty _tmp2_ = 0;
- const gchar* _tmp3_ = NULL;
- gchar** _tmp4_ = NULL;
- gint _tmp4__length1 = 0;
- ConfigurableProperty _tmp5_ = 0;
- const gchar* _tmp6_ = NULL;
- gint _tmp7_ = 0;
+ gchar** _tmp1_;
+ gint _tmp1__length1;
+ ConfigurableProperty _tmp2_;
+ const gchar* _tmp3_;
+ gchar** _tmp4_;
+ gint _tmp4__length1;
+ ConfigurableProperty _tmp5_;
+ const gchar* _tmp6_;
+ gint _tmp7_;
GError * _inner_error_ = NULL;
#line 317 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_GSETTINGS_CONFIGURATION_ENGINE, GSettingsConfigurationEngine);
@@ -3864,13 +3906,13 @@ static gint gsettings_configuration_engine_real_get_int_property (ConfigurationE
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 318 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 3868 "GSettingsEngine.c"
+#line 3910 "GSettingsEngine.c"
gint _tmp8_ = 0;
#line 318 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
g_propagate_error (error, _inner_error_);
#line 318 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return _tmp8_;
-#line 3874 "GSettingsEngine.c"
+#line 3916 "GSettingsEngine.c"
} else {
gint _tmp9_ = 0;
#line 318 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
@@ -3879,29 +3921,29 @@ static gint gsettings_configuration_engine_real_get_int_property (ConfigurationE
g_clear_error (&_inner_error_);
#line 318 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return _tmp9_;
-#line 3883 "GSettingsEngine.c"
+#line 3925 "GSettingsEngine.c"
}
}
#line 318 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
result = _tmp0_;
#line 318 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return result;
-#line 3890 "GSettingsEngine.c"
+#line 3932 "GSettingsEngine.c"
}
static void gsettings_configuration_engine_real_set_int_property (ConfigurationEngine* base, ConfigurableProperty p, gint val, GError** error) {
GSettingsConfigurationEngine * self;
- gchar** _tmp0_ = NULL;
- gint _tmp0__length1 = 0;
- ConfigurableProperty _tmp1_ = 0;
- const gchar* _tmp2_ = NULL;
- gchar** _tmp3_ = NULL;
- gint _tmp3__length1 = 0;
- ConfigurableProperty _tmp4_ = 0;
- const gchar* _tmp5_ = NULL;
- gint _tmp6_ = 0;
- ConfigurableProperty _tmp7_ = 0;
+ gchar** _tmp0_;
+ gint _tmp0__length1;
+ ConfigurableProperty _tmp1_;
+ const gchar* _tmp2_;
+ gchar** _tmp3_;
+ gint _tmp3__length1;
+ ConfigurableProperty _tmp4_;
+ const gchar* _tmp5_;
+ gint _tmp6_;
+ ConfigurableProperty _tmp7_;
GError * _inner_error_ = NULL;
#line 321 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_GSETTINGS_CONFIGURATION_ENGINE, GSettingsConfigurationEngine);
@@ -3933,7 +3975,7 @@ static void gsettings_configuration_engine_real_set_int_property (ConfigurationE
g_propagate_error (error, _inner_error_);
#line 322 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return;
-#line 3937 "GSettingsEngine.c"
+#line 3979 "GSettingsEngine.c"
} else {
#line 322 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -3941,57 +3983,57 @@ static void gsettings_configuration_engine_real_set_int_property (ConfigurationE
g_clear_error (&_inner_error_);
#line 322 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return;
-#line 3945 "GSettingsEngine.c"
+#line 3987 "GSettingsEngine.c"
}
}
#line 323 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_tmp7_ = p;
#line 323 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
g_signal_emit_by_name (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_CONFIGURATION_ENGINE, ConfigurationEngine), "property-changed", _tmp7_);
-#line 3952 "GSettingsEngine.c"
+#line 3994 "GSettingsEngine.c"
}
static glong string_strnlen (gchar* str, glong maxlen) {
glong result = 0L;
gchar* end = NULL;
- gchar* _tmp0_ = NULL;
- glong _tmp1_ = 0L;
- gchar* _tmp2_ = NULL;
- gchar* _tmp3_ = NULL;
-#line 1295 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+ gchar* _tmp0_;
+ glong _tmp1_;
+ gchar* _tmp2_;
+ gchar* _tmp3_;
+#line 1322 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
_tmp0_ = str;
-#line 1295 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1322 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
_tmp1_ = maxlen;
-#line 1295 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1322 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
_tmp2_ = memchr (_tmp0_, 0, (gsize) _tmp1_);
-#line 1295 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1322 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
end = _tmp2_;
-#line 1296 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1323 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
_tmp3_ = end;
-#line 1296 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1323 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
if (_tmp3_ == NULL) {
-#line 3975 "GSettingsEngine.c"
- glong _tmp4_ = 0L;
-#line 1297 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 4017 "GSettingsEngine.c"
+ glong _tmp4_;
+#line 1324 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
_tmp4_ = maxlen;
-#line 1297 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1324 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
result = _tmp4_;
-#line 1297 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1324 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
return result;
-#line 3983 "GSettingsEngine.c"
+#line 4025 "GSettingsEngine.c"
} else {
- gchar* _tmp5_ = NULL;
- gchar* _tmp6_ = NULL;
-#line 1299 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+ gchar* _tmp5_;
+ gchar* _tmp6_;
+#line 1326 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
_tmp5_ = end;
-#line 1299 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1326 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
_tmp6_ = str;
-#line 1299 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1326 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
result = (glong) (_tmp5_ - _tmp6_);
-#line 1299 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1326 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
return result;
-#line 3995 "GSettingsEngine.c"
+#line 4037 "GSettingsEngine.c"
}
}
@@ -4000,123 +4042,123 @@ static gchar* string_substring (const gchar* self, glong offset, glong len) {
gchar* result = NULL;
glong string_length = 0L;
gboolean _tmp0_ = FALSE;
- glong _tmp1_ = 0L;
- glong _tmp8_ = 0L;
- glong _tmp14_ = 0L;
- glong _tmp17_ = 0L;
- glong _tmp18_ = 0L;
- glong _tmp19_ = 0L;
- glong _tmp20_ = 0L;
- glong _tmp21_ = 0L;
- gchar* _tmp22_ = NULL;
-#line 1306 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+ glong _tmp1_;
+ glong _tmp8_;
+ glong _tmp14_;
+ glong _tmp17_;
+ glong _tmp18_;
+ glong _tmp19_;
+ glong _tmp20_;
+ glong _tmp21_;
+ gchar* _tmp22_;
+#line 1333 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
g_return_val_if_fail (self != NULL, NULL);
-#line 1308 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1335 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
_tmp1_ = offset;
-#line 1308 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1335 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
if (_tmp1_ >= ((glong) 0)) {
-#line 4019 "GSettingsEngine.c"
- glong _tmp2_ = 0L;
-#line 1308 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 4061 "GSettingsEngine.c"
+ glong _tmp2_;
+#line 1335 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
_tmp2_ = len;
-#line 1308 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1335 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
_tmp0_ = _tmp2_ >= ((glong) 0);
-#line 4025 "GSettingsEngine.c"
+#line 4067 "GSettingsEngine.c"
} else {
-#line 1308 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1335 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
_tmp0_ = FALSE;
-#line 4029 "GSettingsEngine.c"
+#line 4071 "GSettingsEngine.c"
}
-#line 1308 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1335 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
if (_tmp0_) {
-#line 4033 "GSettingsEngine.c"
- glong _tmp3_ = 0L;
- glong _tmp4_ = 0L;
- glong _tmp5_ = 0L;
-#line 1310 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 4075 "GSettingsEngine.c"
+ glong _tmp3_;
+ glong _tmp4_;
+ glong _tmp5_;
+#line 1337 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
_tmp3_ = offset;
-#line 1310 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1337 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
_tmp4_ = len;
-#line 1310 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1337 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
_tmp5_ = string_strnlen ((gchar*) self, _tmp3_ + _tmp4_);
-#line 1310 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1337 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
string_length = _tmp5_;
-#line 4045 "GSettingsEngine.c"
+#line 4087 "GSettingsEngine.c"
} else {
- gint _tmp6_ = 0;
- gint _tmp7_ = 0;
-#line 1312 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+ gint _tmp6_;
+ gint _tmp7_;
+#line 1339 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
_tmp6_ = strlen (self);
-#line 1312 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1339 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
_tmp7_ = _tmp6_;
-#line 1312 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1339 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
string_length = (glong) _tmp7_;
-#line 4055 "GSettingsEngine.c"
+#line 4097 "GSettingsEngine.c"
}
-#line 1315 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1342 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
_tmp8_ = offset;
-#line 1315 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1342 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
if (_tmp8_ < ((glong) 0)) {
-#line 4061 "GSettingsEngine.c"
- glong _tmp9_ = 0L;
- glong _tmp10_ = 0L;
- glong _tmp11_ = 0L;
-#line 1316 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 4103 "GSettingsEngine.c"
+ glong _tmp9_;
+ glong _tmp10_;
+ glong _tmp11_;
+#line 1343 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
_tmp9_ = string_length;
-#line 1316 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1343 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
_tmp10_ = offset;
-#line 1316 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1343 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
offset = _tmp9_ + _tmp10_;
-#line 1317 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1344 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
_tmp11_ = offset;
-#line 1317 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1344 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
g_return_val_if_fail (_tmp11_ >= ((glong) 0), NULL);
-#line 4075 "GSettingsEngine.c"
+#line 4117 "GSettingsEngine.c"
} else {
- glong _tmp12_ = 0L;
- glong _tmp13_ = 0L;
-#line 1319 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+ glong _tmp12_;
+ glong _tmp13_;
+#line 1346 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
_tmp12_ = offset;
-#line 1319 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1346 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
_tmp13_ = string_length;
-#line 1319 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1346 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
g_return_val_if_fail (_tmp12_ <= _tmp13_, NULL);
-#line 4085 "GSettingsEngine.c"
+#line 4127 "GSettingsEngine.c"
}
-#line 1321 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1348 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
_tmp14_ = len;
-#line 1321 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1348 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
if (_tmp14_ < ((glong) 0)) {
-#line 4091 "GSettingsEngine.c"
- glong _tmp15_ = 0L;
- glong _tmp16_ = 0L;
-#line 1322 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 4133 "GSettingsEngine.c"
+ glong _tmp15_;
+ glong _tmp16_;
+#line 1349 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
_tmp15_ = string_length;
-#line 1322 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1349 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
_tmp16_ = offset;
-#line 1322 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1349 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
len = _tmp15_ - _tmp16_;
-#line 4100 "GSettingsEngine.c"
+#line 4142 "GSettingsEngine.c"
}
-#line 1324 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1351 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
_tmp17_ = offset;
-#line 1324 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1351 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
_tmp18_ = len;
-#line 1324 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1351 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
_tmp19_ = string_length;
-#line 1324 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1351 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
g_return_val_if_fail ((_tmp17_ + _tmp18_) <= _tmp19_, NULL);
-#line 1325 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1352 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
_tmp20_ = offset;
-#line 1325 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1352 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
_tmp21_ = len;
-#line 1325 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1352 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
_tmp22_ = g_strndup (((gchar*) self) + _tmp20_, (gsize) _tmp21_);
-#line 1325 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1352 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
result = _tmp22_;
-#line 1325 "/usr/share/vala-0.34/vapi/glib-2.0.vapi"
+#line 1352 "/usr/share/vala-0.36/vapi/glib-2.0.vapi"
return result;
-#line 4120 "GSettingsEngine.c"
+#line 4162 "GSettingsEngine.c"
}
@@ -4124,18 +4166,18 @@ static gchar* gsettings_configuration_engine_real_get_string_property (Configura
GSettingsConfigurationEngine * self;
gchar* result = NULL;
gchar* gs_result = NULL;
- gchar** _tmp0_ = NULL;
- gint _tmp0__length1 = 0;
- ConfigurableProperty _tmp1_ = 0;
- const gchar* _tmp2_ = NULL;
- gchar** _tmp3_ = NULL;
- gint _tmp3__length1 = 0;
- ConfigurableProperty _tmp4_ = 0;
- const gchar* _tmp5_ = NULL;
- gchar* _tmp6_ = NULL;
+ gchar** _tmp0_;
+ gint _tmp0__length1;
+ ConfigurableProperty _tmp1_;
+ const gchar* _tmp2_;
+ gchar** _tmp3_;
+ gint _tmp3__length1;
+ ConfigurableProperty _tmp4_;
+ const gchar* _tmp5_;
+ gchar* _tmp6_;
gchar* _result_ = NULL;
- gchar* _tmp7_ = NULL;
- ConfigurableProperty _tmp8_ = 0;
+ gchar* _tmp7_;
+ ConfigurableProperty _tmp8_;
GError * _inner_error_ = NULL;
#line 326 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_GSETTINGS_CONFIGURATION_ENGINE, GSettingsConfigurationEngine);
@@ -4167,7 +4209,7 @@ static gchar* gsettings_configuration_engine_real_get_string_property (Configura
g_propagate_error (error, _inner_error_);
#line 327 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return NULL;
-#line 4171 "GSettingsEngine.c"
+#line 4213 "GSettingsEngine.c"
} else {
#line 327 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -4175,7 +4217,7 @@ static gchar* gsettings_configuration_engine_real_get_string_property (Configura
g_clear_error (&_inner_error_);
#line 327 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return NULL;
-#line 4179 "GSettingsEngine.c"
+#line 4221 "GSettingsEngine.c"
}
}
#line 331 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
@@ -4186,15 +4228,15 @@ static gchar* gsettings_configuration_engine_real_get_string_property (Configura
_tmp8_ = p;
#line 332 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
if (_tmp8_ == CONFIGURABLE_PROPERTY_DESKTOP_BACKGROUND_FILE) {
-#line 4190 "GSettingsEngine.c"
- gchar* _tmp9_ = NULL;
+#line 4232 "GSettingsEngine.c"
+ gchar* _tmp9_;
#line 333 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_tmp9_ = string_substring (gs_result, (glong) 7, (glong) -1);
#line 333 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_g_free0 (_result_);
#line 333 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_result_ = _tmp9_;
-#line 4198 "GSettingsEngine.c"
+#line 4240 "GSettingsEngine.c"
}
#line 336 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
result = _result_;
@@ -4202,27 +4244,27 @@ static gchar* gsettings_configuration_engine_real_get_string_property (Configura
_g_free0 (gs_result);
#line 336 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return result;
-#line 4206 "GSettingsEngine.c"
+#line 4248 "GSettingsEngine.c"
}
static void gsettings_configuration_engine_real_set_string_property (ConfigurationEngine* base, ConfigurableProperty p, const gchar* val, GError** error) {
GSettingsConfigurationEngine * self;
gchar* converted_val = NULL;
- const gchar* _tmp0_ = NULL;
- gchar* _tmp1_ = NULL;
+ const gchar* _tmp0_;
+ gchar* _tmp1_;
gboolean _tmp2_ = FALSE;
- ConfigurableProperty _tmp3_ = 0;
- gchar** _tmp7_ = NULL;
- gint _tmp7__length1 = 0;
- ConfigurableProperty _tmp8_ = 0;
- const gchar* _tmp9_ = NULL;
- gchar** _tmp10_ = NULL;
- gint _tmp10__length1 = 0;
- ConfigurableProperty _tmp11_ = 0;
- const gchar* _tmp12_ = NULL;
- const gchar* _tmp13_ = NULL;
- ConfigurableProperty _tmp14_ = 0;
+ ConfigurableProperty _tmp3_;
+ gchar** _tmp7_;
+ gint _tmp7__length1;
+ ConfigurableProperty _tmp8_;
+ const gchar* _tmp9_;
+ gchar** _tmp10_;
+ gint _tmp10__length1;
+ ConfigurableProperty _tmp11_;
+ const gchar* _tmp12_;
+ const gchar* _tmp13_;
+ ConfigurableProperty _tmp14_;
GError * _inner_error_ = NULL;
#line 339 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_GSETTINGS_CONFIGURATION_ENGINE, GSettingsConfigurationEngine);
@@ -4240,20 +4282,20 @@ static void gsettings_configuration_engine_real_set_string_property (Configurati
if (_tmp3_ == CONFIGURABLE_PROPERTY_DESKTOP_BACKGROUND_FILE) {
#line 342 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_tmp2_ = TRUE;
-#line 4244 "GSettingsEngine.c"
+#line 4286 "GSettingsEngine.c"
} else {
- ConfigurableProperty _tmp4_ = 0;
+ ConfigurableProperty _tmp4_;
#line 343 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_tmp4_ = p;
#line 343 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_tmp2_ = _tmp4_ == CONFIGURABLE_PROPERTY_SCREENSAVER_FILE;
-#line 4251 "GSettingsEngine.c"
+#line 4293 "GSettingsEngine.c"
}
#line 342 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
if (_tmp2_) {
-#line 4255 "GSettingsEngine.c"
- const gchar* _tmp5_ = NULL;
- gchar* _tmp6_ = NULL;
+#line 4297 "GSettingsEngine.c"
+ const gchar* _tmp5_;
+ gchar* _tmp6_;
#line 344 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_tmp5_ = val;
#line 344 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
@@ -4262,7 +4304,7 @@ static void gsettings_configuration_engine_real_set_string_property (Configurati
_g_free0 (converted_val);
#line 344 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
converted_val = _tmp6_;
-#line 4266 "GSettingsEngine.c"
+#line 4308 "GSettingsEngine.c"
}
#line 347 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_tmp7_ = self->priv->schema_names;
@@ -4294,7 +4336,7 @@ static void gsettings_configuration_engine_real_set_string_property (Configurati
_g_free0 (converted_val);
#line 347 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return;
-#line 4298 "GSettingsEngine.c"
+#line 4340 "GSettingsEngine.c"
} else {
#line 347 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_g_free0 (converted_val);
@@ -4304,7 +4346,7 @@ static void gsettings_configuration_engine_real_set_string_property (Configurati
g_clear_error (&_inner_error_);
#line 347 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return;
-#line 4308 "GSettingsEngine.c"
+#line 4350 "GSettingsEngine.c"
}
}
#line 348 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
@@ -4313,7 +4355,7 @@ static void gsettings_configuration_engine_real_set_string_property (Configurati
g_signal_emit_by_name (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_CONFIGURATION_ENGINE, ConfigurationEngine), "property-changed", _tmp14_);
#line 339 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_g_free0 (converted_val);
-#line 4317 "GSettingsEngine.c"
+#line 4359 "GSettingsEngine.c"
}
@@ -4321,15 +4363,15 @@ static gboolean gsettings_configuration_engine_real_get_bool_property (Configura
GSettingsConfigurationEngine * self;
gboolean result = FALSE;
gboolean _tmp0_ = FALSE;
- gchar** _tmp1_ = NULL;
- gint _tmp1__length1 = 0;
- ConfigurableProperty _tmp2_ = 0;
- const gchar* _tmp3_ = NULL;
- gchar** _tmp4_ = NULL;
- gint _tmp4__length1 = 0;
- ConfigurableProperty _tmp5_ = 0;
- const gchar* _tmp6_ = NULL;
- gboolean _tmp7_ = FALSE;
+ gchar** _tmp1_;
+ gint _tmp1__length1;
+ ConfigurableProperty _tmp2_;
+ const gchar* _tmp3_;
+ gchar** _tmp4_;
+ gint _tmp4__length1;
+ ConfigurableProperty _tmp5_;
+ const gchar* _tmp6_;
+ gboolean _tmp7_;
GError * _inner_error_ = NULL;
#line 351 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_GSETTINGS_CONFIGURATION_ENGINE, GSettingsConfigurationEngine);
@@ -4357,13 +4399,13 @@ static gboolean gsettings_configuration_engine_real_get_bool_property (Configura
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 352 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 4361 "GSettingsEngine.c"
+#line 4403 "GSettingsEngine.c"
gboolean _tmp8_ = FALSE;
#line 352 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
g_propagate_error (error, _inner_error_);
#line 352 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return _tmp8_;
-#line 4367 "GSettingsEngine.c"
+#line 4409 "GSettingsEngine.c"
} else {
gboolean _tmp9_ = FALSE;
#line 352 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
@@ -4372,29 +4414,29 @@ static gboolean gsettings_configuration_engine_real_get_bool_property (Configura
g_clear_error (&_inner_error_);
#line 352 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return _tmp9_;
-#line 4376 "GSettingsEngine.c"
+#line 4418 "GSettingsEngine.c"
}
}
#line 352 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
result = _tmp0_;
#line 352 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return result;
-#line 4383 "GSettingsEngine.c"
+#line 4425 "GSettingsEngine.c"
}
static void gsettings_configuration_engine_real_set_bool_property (ConfigurationEngine* base, ConfigurableProperty p, gboolean val, GError** error) {
GSettingsConfigurationEngine * self;
- gchar** _tmp0_ = NULL;
- gint _tmp0__length1 = 0;
- ConfigurableProperty _tmp1_ = 0;
- const gchar* _tmp2_ = NULL;
- gchar** _tmp3_ = NULL;
- gint _tmp3__length1 = 0;
- ConfigurableProperty _tmp4_ = 0;
- const gchar* _tmp5_ = NULL;
- gboolean _tmp6_ = FALSE;
- ConfigurableProperty _tmp7_ = 0;
+ gchar** _tmp0_;
+ gint _tmp0__length1;
+ ConfigurableProperty _tmp1_;
+ const gchar* _tmp2_;
+ gchar** _tmp3_;
+ gint _tmp3__length1;
+ ConfigurableProperty _tmp4_;
+ const gchar* _tmp5_;
+ gboolean _tmp6_;
+ ConfigurableProperty _tmp7_;
GError * _inner_error_ = NULL;
#line 355 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_GSETTINGS_CONFIGURATION_ENGINE, GSettingsConfigurationEngine);
@@ -4426,7 +4468,7 @@ static void gsettings_configuration_engine_real_set_bool_property (Configuration
g_propagate_error (error, _inner_error_);
#line 356 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return;
-#line 4430 "GSettingsEngine.c"
+#line 4472 "GSettingsEngine.c"
} else {
#line 356 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -4434,14 +4476,14 @@ static void gsettings_configuration_engine_real_set_bool_property (Configuration
g_clear_error (&_inner_error_);
#line 356 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return;
-#line 4438 "GSettingsEngine.c"
+#line 4480 "GSettingsEngine.c"
}
}
#line 357 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_tmp7_ = p;
#line 357 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
g_signal_emit_by_name (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_CONFIGURATION_ENGINE, ConfigurationEngine), "property-changed", _tmp7_);
-#line 4445 "GSettingsEngine.c"
+#line 4487 "GSettingsEngine.c"
}
@@ -4449,15 +4491,15 @@ static gdouble gsettings_configuration_engine_real_get_double_property (Configur
GSettingsConfigurationEngine * self;
gdouble result = 0.0;
gdouble _tmp0_ = 0.0;
- gchar** _tmp1_ = NULL;
- gint _tmp1__length1 = 0;
- ConfigurableProperty _tmp2_ = 0;
- const gchar* _tmp3_ = NULL;
- gchar** _tmp4_ = NULL;
- gint _tmp4__length1 = 0;
- ConfigurableProperty _tmp5_ = 0;
- const gchar* _tmp6_ = NULL;
- gdouble _tmp7_ = 0.0;
+ gchar** _tmp1_;
+ gint _tmp1__length1;
+ ConfigurableProperty _tmp2_;
+ const gchar* _tmp3_;
+ gchar** _tmp4_;
+ gint _tmp4__length1;
+ ConfigurableProperty _tmp5_;
+ const gchar* _tmp6_;
+ gdouble _tmp7_;
GError * _inner_error_ = NULL;
#line 360 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_GSETTINGS_CONFIGURATION_ENGINE, GSettingsConfigurationEngine);
@@ -4485,13 +4527,13 @@ static gdouble gsettings_configuration_engine_real_get_double_property (Configur
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 361 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 4489 "GSettingsEngine.c"
+#line 4531 "GSettingsEngine.c"
gdouble _tmp8_ = 0.0;
#line 361 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
g_propagate_error (error, _inner_error_);
#line 361 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return _tmp8_;
-#line 4495 "GSettingsEngine.c"
+#line 4537 "GSettingsEngine.c"
} else {
gdouble _tmp9_ = 0.0;
#line 361 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
@@ -4500,29 +4542,29 @@ static gdouble gsettings_configuration_engine_real_get_double_property (Configur
g_clear_error (&_inner_error_);
#line 361 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return _tmp9_;
-#line 4504 "GSettingsEngine.c"
+#line 4546 "GSettingsEngine.c"
}
}
#line 361 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
result = _tmp0_;
#line 361 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return result;
-#line 4511 "GSettingsEngine.c"
+#line 4553 "GSettingsEngine.c"
}
static void gsettings_configuration_engine_real_set_double_property (ConfigurationEngine* base, ConfigurableProperty p, gdouble val, GError** error) {
GSettingsConfigurationEngine * self;
- gchar** _tmp0_ = NULL;
- gint _tmp0__length1 = 0;
- ConfigurableProperty _tmp1_ = 0;
- const gchar* _tmp2_ = NULL;
- gchar** _tmp3_ = NULL;
- gint _tmp3__length1 = 0;
- ConfigurableProperty _tmp4_ = 0;
- const gchar* _tmp5_ = NULL;
- gdouble _tmp6_ = 0.0;
- ConfigurableProperty _tmp7_ = 0;
+ gchar** _tmp0_;
+ gint _tmp0__length1;
+ ConfigurableProperty _tmp1_;
+ const gchar* _tmp2_;
+ gchar** _tmp3_;
+ gint _tmp3__length1;
+ ConfigurableProperty _tmp4_;
+ const gchar* _tmp5_;
+ gdouble _tmp6_;
+ ConfigurableProperty _tmp7_;
GError * _inner_error_ = NULL;
#line 364 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_GSETTINGS_CONFIGURATION_ENGINE, GSettingsConfigurationEngine);
@@ -4554,7 +4596,7 @@ static void gsettings_configuration_engine_real_set_double_property (Configurati
g_propagate_error (error, _inner_error_);
#line 365 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return;
-#line 4558 "GSettingsEngine.c"
+#line 4600 "GSettingsEngine.c"
} else {
#line 365 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
@@ -4562,14 +4604,14 @@ static void gsettings_configuration_engine_real_set_double_property (Configurati
g_clear_error (&_inner_error_);
#line 365 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return;
-#line 4566 "GSettingsEngine.c"
+#line 4608 "GSettingsEngine.c"
}
}
#line 366 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_tmp7_ = p;
#line 366 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
g_signal_emit_by_name (G_TYPE_CHECK_INSTANCE_CAST (self, TYPE_CONFIGURATION_ENGINE, ConfigurationEngine), "property-changed", _tmp7_);
-#line 4573 "GSettingsEngine.c"
+#line 4615 "GSettingsEngine.c"
}
@@ -4577,9 +4619,9 @@ static gboolean gsettings_configuration_engine_real_get_plugin_bool (Configurati
GSettingsConfigurationEngine * self;
gboolean result = FALSE;
gchar* schema_name = NULL;
- const gchar* _tmp0_ = NULL;
- const gchar* _tmp1_ = NULL;
- gchar* _tmp2_ = NULL;
+ const gchar* _tmp0_;
+ const gchar* _tmp1_;
+ gchar* _tmp2_;
gboolean _tmp13_ = FALSE;
GError * _inner_error_ = NULL;
#line 369 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
@@ -4598,14 +4640,14 @@ static gboolean gsettings_configuration_engine_real_get_plugin_bool (Configurati
_tmp2_ = gsettings_configuration_engine_make_plugin_schema_name (_tmp0_, _tmp1_);
#line 370 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
schema_name = _tmp2_;
-#line 4602 "GSettingsEngine.c"
+#line 4644 "GSettingsEngine.c"
{
gboolean _tmp3_ = FALSE;
- const gchar* _tmp4_ = NULL;
- gchar* _tmp5_ = NULL;
- gchar* _tmp6_ = NULL;
- gboolean _tmp7_ = FALSE;
- gboolean _tmp8_ = FALSE;
+ const gchar* _tmp4_;
+ gchar* _tmp5_;
+ gchar* _tmp6_;
+ gboolean _tmp7_;
+ gboolean _tmp8_;
#line 373 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_tmp4_ = key;
#line 373 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
@@ -4622,12 +4664,12 @@ static gboolean gsettings_configuration_engine_real_get_plugin_bool (Configurati
_tmp3_ = _tmp8_;
#line 373 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
-#line 4626 "GSettingsEngine.c"
+#line 4668 "GSettingsEngine.c"
gboolean _tmp9_ = FALSE;
#line 373 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 4630 "GSettingsEngine.c"
- goto __catch205_configuration_error;
+#line 4672 "GSettingsEngine.c"
+ goto __catch206_configuration_error;
}
#line 373 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_g_free0 (schema_name);
@@ -4637,7 +4679,7 @@ static gboolean gsettings_configuration_engine_real_get_plugin_bool (Configurati
g_clear_error (&_inner_error_);
#line 373 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return _tmp9_;
-#line 4641 "GSettingsEngine.c"
+#line 4683 "GSettingsEngine.c"
}
#line 373 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
result = _tmp3_;
@@ -4645,15 +4687,15 @@ static gboolean gsettings_configuration_engine_real_get_plugin_bool (Configurati
_g_free0 (schema_name);
#line 373 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return result;
-#line 4649 "GSettingsEngine.c"
+#line 4691 "GSettingsEngine.c"
}
- goto __finally205;
- __catch205_configuration_error:
+ goto __finally206;
+ __catch206_configuration_error:
{
GError* err = NULL;
- GError* _tmp10_ = NULL;
- const gchar* _tmp11_ = NULL;
- gboolean _tmp12_ = FALSE;
+ GError* _tmp10_;
+ const gchar* _tmp11_;
+ gboolean _tmp12_;
#line 372 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
err = _inner_error_;
#line 372 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
@@ -4674,9 +4716,9 @@ static gboolean gsettings_configuration_engine_real_get_plugin_bool (Configurati
_g_free0 (schema_name);
#line 376 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return result;
-#line 4678 "GSettingsEngine.c"
+#line 4720 "GSettingsEngine.c"
}
- __finally205:
+ __finally206:
#line 372 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_g_free0 (schema_name);
#line 372 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
@@ -4685,16 +4727,16 @@ static gboolean gsettings_configuration_engine_real_get_plugin_bool (Configurati
g_clear_error (&_inner_error_);
#line 372 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return _tmp13_;
-#line 4689 "GSettingsEngine.c"
+#line 4731 "GSettingsEngine.c"
}
static void gsettings_configuration_engine_real_set_plugin_bool (ConfigurationEngine* base, const gchar* domain, const gchar* id, const gchar* key, gboolean val) {
GSettingsConfigurationEngine * self;
gchar* schema_name = NULL;
- const gchar* _tmp0_ = NULL;
- const gchar* _tmp1_ = NULL;
- gchar* _tmp2_ = NULL;
+ const gchar* _tmp0_;
+ const gchar* _tmp1_;
+ gchar* _tmp2_;
GError * _inner_error_ = NULL;
#line 380 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_GSETTINGS_CONFIGURATION_ENGINE, GSettingsConfigurationEngine);
@@ -4712,12 +4754,12 @@ static void gsettings_configuration_engine_real_set_plugin_bool (ConfigurationEn
_tmp2_ = gsettings_configuration_engine_make_plugin_schema_name (_tmp0_, _tmp1_);
#line 381 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
schema_name = _tmp2_;
-#line 4716 "GSettingsEngine.c"
+#line 4758 "GSettingsEngine.c"
{
- const gchar* _tmp3_ = NULL;
- gchar* _tmp4_ = NULL;
- gchar* _tmp5_ = NULL;
- gboolean _tmp6_ = FALSE;
+ const gchar* _tmp3_;
+ gchar* _tmp4_;
+ gchar* _tmp5_;
+ gboolean _tmp6_;
#line 384 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_tmp3_ = key;
#line 384 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
@@ -4734,8 +4776,8 @@ static void gsettings_configuration_engine_real_set_plugin_bool (ConfigurationEn
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 384 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 4738 "GSettingsEngine.c"
- goto __catch206_configuration_error;
+#line 4780 "GSettingsEngine.c"
+ goto __catch207_configuration_error;
}
#line 384 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_g_free0 (schema_name);
@@ -4745,15 +4787,15 @@ static void gsettings_configuration_engine_real_set_plugin_bool (ConfigurationEn
g_clear_error (&_inner_error_);
#line 384 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return;
-#line 4749 "GSettingsEngine.c"
+#line 4791 "GSettingsEngine.c"
}
}
- goto __finally206;
- __catch206_configuration_error:
+ goto __finally207;
+ __catch207_configuration_error:
{
GError* err = NULL;
- GError* _tmp7_ = NULL;
- const gchar* _tmp8_ = NULL;
+ GError* _tmp7_;
+ const gchar* _tmp8_;
#line 383 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
err = _inner_error_;
#line 383 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
@@ -4766,9 +4808,9 @@ static void gsettings_configuration_engine_real_set_plugin_bool (ConfigurationEn
g_critical ("GSettingsEngine.vala:386: GSettingsConfigurationEngine: error: %s", _tmp8_);
#line 383 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_g_error_free0 (err);
-#line 4770 "GSettingsEngine.c"
+#line 4812 "GSettingsEngine.c"
}
- __finally206:
+ __finally207:
#line 383 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 383 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
@@ -4779,11 +4821,11 @@ static void gsettings_configuration_engine_real_set_plugin_bool (ConfigurationEn
g_clear_error (&_inner_error_);
#line 383 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return;
-#line 4783 "GSettingsEngine.c"
+#line 4825 "GSettingsEngine.c"
}
#line 380 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_g_free0 (schema_name);
-#line 4787 "GSettingsEngine.c"
+#line 4829 "GSettingsEngine.c"
}
@@ -4791,9 +4833,9 @@ static gdouble gsettings_configuration_engine_real_get_plugin_double (Configurat
GSettingsConfigurationEngine * self;
gdouble result = 0.0;
gchar* schema_name = NULL;
- const gchar* _tmp0_ = NULL;
- const gchar* _tmp1_ = NULL;
- gchar* _tmp2_ = NULL;
+ const gchar* _tmp0_;
+ const gchar* _tmp1_;
+ gchar* _tmp2_;
gdouble _tmp13_ = 0.0;
GError * _inner_error_ = NULL;
#line 390 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
@@ -4812,14 +4854,14 @@ static gdouble gsettings_configuration_engine_real_get_plugin_double (Configurat
_tmp2_ = gsettings_configuration_engine_make_plugin_schema_name (_tmp0_, _tmp1_);
#line 391 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
schema_name = _tmp2_;
-#line 4816 "GSettingsEngine.c"
+#line 4858 "GSettingsEngine.c"
{
gdouble _tmp3_ = 0.0;
- const gchar* _tmp4_ = NULL;
- gchar* _tmp5_ = NULL;
- gchar* _tmp6_ = NULL;
- gdouble _tmp7_ = 0.0;
- gdouble _tmp8_ = 0.0;
+ const gchar* _tmp4_;
+ gchar* _tmp5_;
+ gchar* _tmp6_;
+ gdouble _tmp7_;
+ gdouble _tmp8_;
#line 394 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_tmp4_ = key;
#line 394 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
@@ -4836,12 +4878,12 @@ static gdouble gsettings_configuration_engine_real_get_plugin_double (Configurat
_tmp3_ = _tmp8_;
#line 394 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
-#line 4840 "GSettingsEngine.c"
+#line 4882 "GSettingsEngine.c"
gdouble _tmp9_ = 0.0;
#line 394 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 4844 "GSettingsEngine.c"
- goto __catch207_configuration_error;
+#line 4886 "GSettingsEngine.c"
+ goto __catch208_configuration_error;
}
#line 394 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_g_free0 (schema_name);
@@ -4851,7 +4893,7 @@ static gdouble gsettings_configuration_engine_real_get_plugin_double (Configurat
g_clear_error (&_inner_error_);
#line 394 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return _tmp9_;
-#line 4855 "GSettingsEngine.c"
+#line 4897 "GSettingsEngine.c"
}
#line 394 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
result = _tmp3_;
@@ -4859,15 +4901,15 @@ static gdouble gsettings_configuration_engine_real_get_plugin_double (Configurat
_g_free0 (schema_name);
#line 394 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return result;
-#line 4863 "GSettingsEngine.c"
+#line 4905 "GSettingsEngine.c"
}
- goto __finally207;
- __catch207_configuration_error:
+ goto __finally208;
+ __catch208_configuration_error:
{
GError* err = NULL;
- GError* _tmp10_ = NULL;
- const gchar* _tmp11_ = NULL;
- gdouble _tmp12_ = 0.0;
+ GError* _tmp10_;
+ const gchar* _tmp11_;
+ gdouble _tmp12_;
#line 393 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
err = _inner_error_;
#line 393 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
@@ -4888,9 +4930,9 @@ static gdouble gsettings_configuration_engine_real_get_plugin_double (Configurat
_g_free0 (schema_name);
#line 397 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return result;
-#line 4892 "GSettingsEngine.c"
+#line 4934 "GSettingsEngine.c"
}
- __finally207:
+ __finally208:
#line 393 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_g_free0 (schema_name);
#line 393 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
@@ -4899,16 +4941,16 @@ static gdouble gsettings_configuration_engine_real_get_plugin_double (Configurat
g_clear_error (&_inner_error_);
#line 393 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return _tmp13_;
-#line 4903 "GSettingsEngine.c"
+#line 4945 "GSettingsEngine.c"
}
static void gsettings_configuration_engine_real_set_plugin_double (ConfigurationEngine* base, const gchar* domain, const gchar* id, const gchar* key, gdouble val) {
GSettingsConfigurationEngine * self;
gchar* schema_name = NULL;
- const gchar* _tmp0_ = NULL;
- const gchar* _tmp1_ = NULL;
- gchar* _tmp2_ = NULL;
+ const gchar* _tmp0_;
+ const gchar* _tmp1_;
+ gchar* _tmp2_;
GError * _inner_error_ = NULL;
#line 401 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_GSETTINGS_CONFIGURATION_ENGINE, GSettingsConfigurationEngine);
@@ -4926,12 +4968,12 @@ static void gsettings_configuration_engine_real_set_plugin_double (Configuration
_tmp2_ = gsettings_configuration_engine_make_plugin_schema_name (_tmp0_, _tmp1_);
#line 402 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
schema_name = _tmp2_;
-#line 4930 "GSettingsEngine.c"
+#line 4972 "GSettingsEngine.c"
{
- const gchar* _tmp3_ = NULL;
- gchar* _tmp4_ = NULL;
- gchar* _tmp5_ = NULL;
- gdouble _tmp6_ = 0.0;
+ const gchar* _tmp3_;
+ gchar* _tmp4_;
+ gchar* _tmp5_;
+ gdouble _tmp6_;
#line 405 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_tmp3_ = key;
#line 405 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
@@ -4948,8 +4990,8 @@ static void gsettings_configuration_engine_real_set_plugin_double (Configuration
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 405 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 4952 "GSettingsEngine.c"
- goto __catch208_configuration_error;
+#line 4994 "GSettingsEngine.c"
+ goto __catch209_configuration_error;
}
#line 405 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_g_free0 (schema_name);
@@ -4959,15 +5001,15 @@ static void gsettings_configuration_engine_real_set_plugin_double (Configuration
g_clear_error (&_inner_error_);
#line 405 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return;
-#line 4963 "GSettingsEngine.c"
+#line 5005 "GSettingsEngine.c"
}
}
- goto __finally208;
- __catch208_configuration_error:
+ goto __finally209;
+ __catch209_configuration_error:
{
GError* err = NULL;
- GError* _tmp7_ = NULL;
- const gchar* _tmp8_ = NULL;
+ GError* _tmp7_;
+ const gchar* _tmp8_;
#line 404 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
err = _inner_error_;
#line 404 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
@@ -4980,9 +5022,9 @@ static void gsettings_configuration_engine_real_set_plugin_double (Configuration
g_critical ("GSettingsEngine.vala:407: GSettingsConfigurationEngine: error: %s", _tmp8_);
#line 404 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_g_error_free0 (err);
-#line 4984 "GSettingsEngine.c"
+#line 5026 "GSettingsEngine.c"
}
- __finally208:
+ __finally209:
#line 404 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 404 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
@@ -4993,11 +5035,11 @@ static void gsettings_configuration_engine_real_set_plugin_double (Configuration
g_clear_error (&_inner_error_);
#line 404 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return;
-#line 4997 "GSettingsEngine.c"
+#line 5039 "GSettingsEngine.c"
}
#line 401 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_g_free0 (schema_name);
-#line 5001 "GSettingsEngine.c"
+#line 5043 "GSettingsEngine.c"
}
@@ -5005,9 +5047,9 @@ static gint gsettings_configuration_engine_real_get_plugin_int (ConfigurationEng
GSettingsConfigurationEngine * self;
gint result = 0;
gchar* schema_name = NULL;
- const gchar* _tmp0_ = NULL;
- const gchar* _tmp1_ = NULL;
- gchar* _tmp2_ = NULL;
+ const gchar* _tmp0_;
+ const gchar* _tmp1_;
+ gchar* _tmp2_;
gint _tmp13_ = 0;
GError * _inner_error_ = NULL;
#line 411 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
@@ -5026,14 +5068,14 @@ static gint gsettings_configuration_engine_real_get_plugin_int (ConfigurationEng
_tmp2_ = gsettings_configuration_engine_make_plugin_schema_name (_tmp0_, _tmp1_);
#line 412 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
schema_name = _tmp2_;
-#line 5030 "GSettingsEngine.c"
+#line 5072 "GSettingsEngine.c"
{
gint _tmp3_ = 0;
- const gchar* _tmp4_ = NULL;
- gchar* _tmp5_ = NULL;
- gchar* _tmp6_ = NULL;
- gint _tmp7_ = 0;
- gint _tmp8_ = 0;
+ const gchar* _tmp4_;
+ gchar* _tmp5_;
+ gchar* _tmp6_;
+ gint _tmp7_;
+ gint _tmp8_;
#line 415 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_tmp4_ = key;
#line 415 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
@@ -5050,12 +5092,12 @@ static gint gsettings_configuration_engine_real_get_plugin_int (ConfigurationEng
_tmp3_ = _tmp8_;
#line 415 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
-#line 5054 "GSettingsEngine.c"
+#line 5096 "GSettingsEngine.c"
gint _tmp9_ = 0;
#line 415 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 5058 "GSettingsEngine.c"
- goto __catch209_configuration_error;
+#line 5100 "GSettingsEngine.c"
+ goto __catch210_configuration_error;
}
#line 415 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_g_free0 (schema_name);
@@ -5065,7 +5107,7 @@ static gint gsettings_configuration_engine_real_get_plugin_int (ConfigurationEng
g_clear_error (&_inner_error_);
#line 415 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return _tmp9_;
-#line 5069 "GSettingsEngine.c"
+#line 5111 "GSettingsEngine.c"
}
#line 415 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
result = _tmp3_;
@@ -5073,15 +5115,15 @@ static gint gsettings_configuration_engine_real_get_plugin_int (ConfigurationEng
_g_free0 (schema_name);
#line 415 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return result;
-#line 5077 "GSettingsEngine.c"
+#line 5119 "GSettingsEngine.c"
}
- goto __finally209;
- __catch209_configuration_error:
+ goto __finally210;
+ __catch210_configuration_error:
{
GError* err = NULL;
- GError* _tmp10_ = NULL;
- const gchar* _tmp11_ = NULL;
- gint _tmp12_ = 0;
+ GError* _tmp10_;
+ const gchar* _tmp11_;
+ gint _tmp12_;
#line 414 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
err = _inner_error_;
#line 414 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
@@ -5102,9 +5144,9 @@ static gint gsettings_configuration_engine_real_get_plugin_int (ConfigurationEng
_g_free0 (schema_name);
#line 418 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return result;
-#line 5106 "GSettingsEngine.c"
+#line 5148 "GSettingsEngine.c"
}
- __finally209:
+ __finally210:
#line 414 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_g_free0 (schema_name);
#line 414 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
@@ -5113,16 +5155,16 @@ static gint gsettings_configuration_engine_real_get_plugin_int (ConfigurationEng
g_clear_error (&_inner_error_);
#line 414 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return _tmp13_;
-#line 5117 "GSettingsEngine.c"
+#line 5159 "GSettingsEngine.c"
}
static void gsettings_configuration_engine_real_set_plugin_int (ConfigurationEngine* base, const gchar* domain, const gchar* id, const gchar* key, gint val) {
GSettingsConfigurationEngine * self;
gchar* schema_name = NULL;
- const gchar* _tmp0_ = NULL;
- const gchar* _tmp1_ = NULL;
- gchar* _tmp2_ = NULL;
+ const gchar* _tmp0_;
+ const gchar* _tmp1_;
+ gchar* _tmp2_;
GError * _inner_error_ = NULL;
#line 422 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_GSETTINGS_CONFIGURATION_ENGINE, GSettingsConfigurationEngine);
@@ -5140,12 +5182,12 @@ static void gsettings_configuration_engine_real_set_plugin_int (ConfigurationEng
_tmp2_ = gsettings_configuration_engine_make_plugin_schema_name (_tmp0_, _tmp1_);
#line 423 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
schema_name = _tmp2_;
-#line 5144 "GSettingsEngine.c"
+#line 5186 "GSettingsEngine.c"
{
- const gchar* _tmp3_ = NULL;
- gchar* _tmp4_ = NULL;
- gchar* _tmp5_ = NULL;
- gint _tmp6_ = 0;
+ const gchar* _tmp3_;
+ gchar* _tmp4_;
+ gchar* _tmp5_;
+ gint _tmp6_;
#line 426 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_tmp3_ = key;
#line 426 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
@@ -5162,8 +5204,8 @@ static void gsettings_configuration_engine_real_set_plugin_int (ConfigurationEng
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 426 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 5166 "GSettingsEngine.c"
- goto __catch210_configuration_error;
+#line 5208 "GSettingsEngine.c"
+ goto __catch211_configuration_error;
}
#line 426 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_g_free0 (schema_name);
@@ -5173,15 +5215,15 @@ static void gsettings_configuration_engine_real_set_plugin_int (ConfigurationEng
g_clear_error (&_inner_error_);
#line 426 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return;
-#line 5177 "GSettingsEngine.c"
+#line 5219 "GSettingsEngine.c"
}
}
- goto __finally210;
- __catch210_configuration_error:
+ goto __finally211;
+ __catch211_configuration_error:
{
GError* err = NULL;
- GError* _tmp7_ = NULL;
- const gchar* _tmp8_ = NULL;
+ GError* _tmp7_;
+ const gchar* _tmp8_;
#line 425 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
err = _inner_error_;
#line 425 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
@@ -5194,9 +5236,9 @@ static void gsettings_configuration_engine_real_set_plugin_int (ConfigurationEng
g_critical ("GSettingsEngine.vala:428: GSettingsConfigurationEngine: error: %s", _tmp8_);
#line 425 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_g_error_free0 (err);
-#line 5198 "GSettingsEngine.c"
+#line 5240 "GSettingsEngine.c"
}
- __finally210:
+ __finally211:
#line 425 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 425 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
@@ -5207,11 +5249,11 @@ static void gsettings_configuration_engine_real_set_plugin_int (ConfigurationEng
g_clear_error (&_inner_error_);
#line 425 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return;
-#line 5211 "GSettingsEngine.c"
+#line 5253 "GSettingsEngine.c"
}
#line 422 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_g_free0 (schema_name);
-#line 5215 "GSettingsEngine.c"
+#line 5257 "GSettingsEngine.c"
}
@@ -5219,9 +5261,9 @@ static gchar* gsettings_configuration_engine_real_get_plugin_string (Configurati
GSettingsConfigurationEngine * self;
gchar* result = NULL;
gchar* schema_name = NULL;
- const gchar* _tmp0_ = NULL;
- const gchar* _tmp1_ = NULL;
- gchar* _tmp2_ = NULL;
+ const gchar* _tmp0_;
+ const gchar* _tmp1_;
+ gchar* _tmp2_;
GError * _inner_error_ = NULL;
#line 432 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_GSETTINGS_CONFIGURATION_ENGINE, GSettingsConfigurationEngine);
@@ -5239,15 +5281,15 @@ static gchar* gsettings_configuration_engine_real_get_plugin_string (Configurati
_tmp2_ = gsettings_configuration_engine_make_plugin_schema_name (_tmp0_, _tmp1_);
#line 433 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
schema_name = _tmp2_;
-#line 5243 "GSettingsEngine.c"
+#line 5285 "GSettingsEngine.c"
{
gchar* _tmp3_ = NULL;
- const gchar* _tmp4_ = NULL;
- gchar* _tmp5_ = NULL;
- gchar* _tmp6_ = NULL;
- gchar* _tmp7_ = NULL;
- gchar* _tmp8_ = NULL;
- gchar* _tmp9_ = NULL;
+ const gchar* _tmp4_;
+ gchar* _tmp5_;
+ gchar* _tmp6_;
+ gchar* _tmp7_;
+ gchar* _tmp8_;
+ gchar* _tmp9_;
#line 436 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_tmp4_ = key;
#line 436 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
@@ -5266,8 +5308,8 @@ static gchar* gsettings_configuration_engine_real_get_plugin_string (Configurati
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 436 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 5270 "GSettingsEngine.c"
- goto __catch211_configuration_error;
+#line 5312 "GSettingsEngine.c"
+ goto __catch212_configuration_error;
}
#line 436 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_g_free0 (schema_name);
@@ -5277,7 +5319,7 @@ static gchar* gsettings_configuration_engine_real_get_plugin_string (Configurati
g_clear_error (&_inner_error_);
#line 436 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return NULL;
-#line 5281 "GSettingsEngine.c"
+#line 5323 "GSettingsEngine.c"
}
#line 436 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_tmp9_ = _tmp3_;
@@ -5291,16 +5333,16 @@ static gchar* gsettings_configuration_engine_real_get_plugin_string (Configurati
_g_free0 (schema_name);
#line 436 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return result;
-#line 5295 "GSettingsEngine.c"
+#line 5337 "GSettingsEngine.c"
}
- goto __finally211;
- __catch211_configuration_error:
+ goto __finally212;
+ __catch212_configuration_error:
{
GError* err = NULL;
- GError* _tmp10_ = NULL;
- const gchar* _tmp11_ = NULL;
- const gchar* _tmp12_ = NULL;
- gchar* _tmp13_ = NULL;
+ GError* _tmp10_;
+ const gchar* _tmp11_;
+ const gchar* _tmp12_;
+ gchar* _tmp13_;
#line 435 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
err = _inner_error_;
#line 435 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
@@ -5323,9 +5365,9 @@ static gchar* gsettings_configuration_engine_real_get_plugin_string (Configurati
_g_free0 (schema_name);
#line 439 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return result;
-#line 5327 "GSettingsEngine.c"
+#line 5369 "GSettingsEngine.c"
}
- __finally211:
+ __finally212:
#line 435 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_g_free0 (schema_name);
#line 435 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
@@ -5334,16 +5376,16 @@ static gchar* gsettings_configuration_engine_real_get_plugin_string (Configurati
g_clear_error (&_inner_error_);
#line 435 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return NULL;
-#line 5338 "GSettingsEngine.c"
+#line 5380 "GSettingsEngine.c"
}
static void gsettings_configuration_engine_real_set_plugin_string (ConfigurationEngine* base, const gchar* domain, const gchar* id, const gchar* key, const gchar* val) {
GSettingsConfigurationEngine * self;
gchar* schema_name = NULL;
- const gchar* _tmp0_ = NULL;
- const gchar* _tmp1_ = NULL;
- gchar* _tmp2_ = NULL;
+ const gchar* _tmp0_;
+ const gchar* _tmp1_;
+ gchar* _tmp2_;
GError * _inner_error_ = NULL;
#line 443 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_GSETTINGS_CONFIGURATION_ENGINE, GSettingsConfigurationEngine);
@@ -5361,12 +5403,12 @@ static void gsettings_configuration_engine_real_set_plugin_string (Configuration
_tmp2_ = gsettings_configuration_engine_make_plugin_schema_name (_tmp0_, _tmp1_);
#line 444 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
schema_name = _tmp2_;
-#line 5365 "GSettingsEngine.c"
+#line 5407 "GSettingsEngine.c"
{
- const gchar* _tmp3_ = NULL;
- gchar* _tmp4_ = NULL;
- gchar* _tmp5_ = NULL;
- const gchar* _tmp6_ = NULL;
+ const gchar* _tmp3_;
+ gchar* _tmp4_;
+ gchar* _tmp5_;
+ const gchar* _tmp6_;
#line 447 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_tmp3_ = key;
#line 447 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
@@ -5383,8 +5425,8 @@ static void gsettings_configuration_engine_real_set_plugin_string (Configuration
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 447 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 5387 "GSettingsEngine.c"
- goto __catch212_configuration_error;
+#line 5429 "GSettingsEngine.c"
+ goto __catch213_configuration_error;
}
#line 447 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_g_free0 (schema_name);
@@ -5394,15 +5436,15 @@ static void gsettings_configuration_engine_real_set_plugin_string (Configuration
g_clear_error (&_inner_error_);
#line 447 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return;
-#line 5398 "GSettingsEngine.c"
+#line 5440 "GSettingsEngine.c"
}
}
- goto __finally212;
- __catch212_configuration_error:
+ goto __finally213;
+ __catch213_configuration_error:
{
GError* err = NULL;
- GError* _tmp7_ = NULL;
- const gchar* _tmp8_ = NULL;
+ GError* _tmp7_;
+ const gchar* _tmp8_;
#line 446 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
err = _inner_error_;
#line 446 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
@@ -5415,9 +5457,9 @@ static void gsettings_configuration_engine_real_set_plugin_string (Configuration
g_critical ("GSettingsEngine.vala:449: GSettingsConfigurationEngine: error: %s", _tmp8_);
#line 446 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_g_error_free0 (err);
-#line 5419 "GSettingsEngine.c"
+#line 5461 "GSettingsEngine.c"
}
- __finally212:
+ __finally213:
#line 446 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 446 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
@@ -5428,20 +5470,20 @@ static void gsettings_configuration_engine_real_set_plugin_string (Configuration
g_clear_error (&_inner_error_);
#line 446 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return;
-#line 5432 "GSettingsEngine.c"
+#line 5474 "GSettingsEngine.c"
}
#line 443 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_g_free0 (schema_name);
-#line 5436 "GSettingsEngine.c"
+#line 5478 "GSettingsEngine.c"
}
static void gsettings_configuration_engine_real_unset_plugin_key (ConfigurationEngine* base, const gchar* domain, const gchar* id, const gchar* key) {
GSettingsConfigurationEngine * self;
gchar* schema_name = NULL;
- const gchar* _tmp0_ = NULL;
- const gchar* _tmp1_ = NULL;
- gchar* _tmp2_ = NULL;
+ const gchar* _tmp0_;
+ const gchar* _tmp1_;
+ gchar* _tmp2_;
GError * _inner_error_ = NULL;
#line 453 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_GSETTINGS_CONFIGURATION_ENGINE, GSettingsConfigurationEngine);
@@ -5459,11 +5501,11 @@ static void gsettings_configuration_engine_real_unset_plugin_key (ConfigurationE
_tmp2_ = gsettings_configuration_engine_make_plugin_schema_name (_tmp0_, _tmp1_);
#line 454 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
schema_name = _tmp2_;
-#line 5463 "GSettingsEngine.c"
+#line 5505 "GSettingsEngine.c"
{
- const gchar* _tmp3_ = NULL;
- gchar* _tmp4_ = NULL;
- gchar* _tmp5_ = NULL;
+ const gchar* _tmp3_;
+ gchar* _tmp4_;
+ gchar* _tmp5_;
#line 457 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_tmp3_ = key;
#line 457 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
@@ -5478,8 +5520,8 @@ static void gsettings_configuration_engine_real_unset_plugin_key (ConfigurationE
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 457 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 5482 "GSettingsEngine.c"
- goto __catch213_configuration_error;
+#line 5524 "GSettingsEngine.c"
+ goto __catch214_configuration_error;
}
#line 457 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_g_free0 (schema_name);
@@ -5489,15 +5531,15 @@ static void gsettings_configuration_engine_real_unset_plugin_key (ConfigurationE
g_clear_error (&_inner_error_);
#line 457 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return;
-#line 5493 "GSettingsEngine.c"
+#line 5535 "GSettingsEngine.c"
}
}
- goto __finally213;
- __catch213_configuration_error:
+ goto __finally214;
+ __catch214_configuration_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
- const gchar* _tmp7_ = NULL;
+ GError* _tmp6_;
+ const gchar* _tmp7_;
#line 456 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
err = _inner_error_;
#line 456 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
@@ -5510,9 +5552,9 @@ static void gsettings_configuration_engine_real_unset_plugin_key (ConfigurationE
g_critical ("GSettingsEngine.vala:459: GSettingsConfigurationEngine: error: %s", _tmp7_);
#line 456 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_g_error_free0 (err);
-#line 5514 "GSettingsEngine.c"
+#line 5556 "GSettingsEngine.c"
}
- __finally213:
+ __finally214:
#line 456 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 456 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
@@ -5523,11 +5565,11 @@ static void gsettings_configuration_engine_real_unset_plugin_key (ConfigurationE
g_clear_error (&_inner_error_);
#line 456 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return;
-#line 5527 "GSettingsEngine.c"
+#line 5569 "GSettingsEngine.c"
}
#line 453 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_g_free0 (schema_name);
-#line 5531 "GSettingsEngine.c"
+#line 5573 "GSettingsEngine.c"
}
@@ -5535,8 +5577,8 @@ static FuzzyPropertyState gsettings_configuration_engine_real_is_plugin_enabled
GSettingsConfigurationEngine * self;
FuzzyPropertyState result = 0;
gchar* enable_disable_name = NULL;
- const gchar* _tmp0_ = NULL;
- gchar* _tmp1_ = NULL;
+ const gchar* _tmp0_;
+ gchar* _tmp1_;
GError * _inner_error_ = NULL;
#line 463 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_GSETTINGS_CONFIGURATION_ENGINE, GSettingsConfigurationEngine);
@@ -5548,11 +5590,11 @@ static FuzzyPropertyState gsettings_configuration_engine_real_is_plugin_enabled
_tmp1_ = gsettings_configuration_engine_get_plugin_enable_disable_name (_tmp0_);
#line 464 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
enable_disable_name = _tmp1_;
-#line 5552 "GSettingsEngine.c"
+#line 5594 "GSettingsEngine.c"
{
FuzzyPropertyState _tmp2_ = 0;
gboolean _tmp3_ = FALSE;
- gboolean _tmp4_ = FALSE;
+ gboolean _tmp4_;
#line 467 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_tmp4_ = gsettings_configuration_engine_get_gs_bool (self, GSETTINGS_CONFIGURATION_ENGINE_PLUGINS_ENABLE_DISABLE_SCHEMA_NAME, enable_disable_name, &_inner_error_);
#line 467 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
@@ -5561,8 +5603,8 @@ static FuzzyPropertyState gsettings_configuration_engine_real_is_plugin_enabled
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 467 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 5565 "GSettingsEngine.c"
- goto __catch214_configuration_error;
+#line 5607 "GSettingsEngine.c"
+ goto __catch215_configuration_error;
}
#line 467 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_g_free0 (enable_disable_name);
@@ -5572,17 +5614,17 @@ static FuzzyPropertyState gsettings_configuration_engine_real_is_plugin_enabled
g_clear_error (&_inner_error_);
#line 467 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return 0;
-#line 5576 "GSettingsEngine.c"
+#line 5618 "GSettingsEngine.c"
}
#line 467 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
if (_tmp3_) {
#line 468 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_tmp2_ = FUZZY_PROPERTY_STATE_ENABLED;
-#line 5582 "GSettingsEngine.c"
+#line 5624 "GSettingsEngine.c"
} else {
#line 468 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_tmp2_ = FUZZY_PROPERTY_STATE_DISABLED;
-#line 5586 "GSettingsEngine.c"
+#line 5628 "GSettingsEngine.c"
}
#line 467 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
result = _tmp2_;
@@ -5590,14 +5632,14 @@ static FuzzyPropertyState gsettings_configuration_engine_real_is_plugin_enabled
_g_free0 (enable_disable_name);
#line 467 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return result;
-#line 5594 "GSettingsEngine.c"
+#line 5636 "GSettingsEngine.c"
}
- goto __finally214;
- __catch214_configuration_error:
+ goto __finally215;
+ __catch215_configuration_error:
{
GError* err = NULL;
- GError* _tmp5_ = NULL;
- const gchar* _tmp6_ = NULL;
+ GError* _tmp5_;
+ const gchar* _tmp6_;
#line 466 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
err = _inner_error_;
#line 466 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
@@ -5616,9 +5658,9 @@ static FuzzyPropertyState gsettings_configuration_engine_real_is_plugin_enabled
_g_free0 (enable_disable_name);
#line 471 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return result;
-#line 5620 "GSettingsEngine.c"
+#line 5662 "GSettingsEngine.c"
}
- __finally214:
+ __finally215:
#line 466 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_g_free0 (enable_disable_name);
#line 466 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
@@ -5627,15 +5669,15 @@ static FuzzyPropertyState gsettings_configuration_engine_real_is_plugin_enabled
g_clear_error (&_inner_error_);
#line 466 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return 0;
-#line 5631 "GSettingsEngine.c"
+#line 5673 "GSettingsEngine.c"
}
static void gsettings_configuration_engine_real_set_plugin_enabled (ConfigurationEngine* base, const gchar* id, gboolean enabled) {
GSettingsConfigurationEngine * self;
gchar* enable_disable_name = NULL;
- const gchar* _tmp0_ = NULL;
- gchar* _tmp1_ = NULL;
+ const gchar* _tmp0_;
+ gchar* _tmp1_;
GError * _inner_error_ = NULL;
#line 475 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_GSETTINGS_CONFIGURATION_ENGINE, GSettingsConfigurationEngine);
@@ -5647,9 +5689,9 @@ static void gsettings_configuration_engine_real_set_plugin_enabled (Configuratio
_tmp1_ = gsettings_configuration_engine_get_plugin_enable_disable_name (_tmp0_);
#line 476 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
enable_disable_name = _tmp1_;
-#line 5651 "GSettingsEngine.c"
+#line 5693 "GSettingsEngine.c"
{
- gboolean _tmp2_ = FALSE;
+ gboolean _tmp2_;
#line 479 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_tmp2_ = enabled;
#line 479 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
@@ -5658,8 +5700,8 @@ static void gsettings_configuration_engine_real_set_plugin_enabled (Configuratio
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 479 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
if (_inner_error_->domain == CONFIGURATION_ERROR) {
-#line 5662 "GSettingsEngine.c"
- goto __catch215_configuration_error;
+#line 5704 "GSettingsEngine.c"
+ goto __catch216_configuration_error;
}
#line 479 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_g_free0 (enable_disable_name);
@@ -5669,15 +5711,15 @@ static void gsettings_configuration_engine_real_set_plugin_enabled (Configuratio
g_clear_error (&_inner_error_);
#line 479 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return;
-#line 5673 "GSettingsEngine.c"
+#line 5715 "GSettingsEngine.c"
}
}
- goto __finally215;
- __catch215_configuration_error:
+ goto __finally216;
+ __catch216_configuration_error:
{
GError* err = NULL;
- GError* _tmp3_ = NULL;
- const gchar* _tmp4_ = NULL;
+ GError* _tmp3_;
+ const gchar* _tmp4_;
#line 478 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
err = _inner_error_;
#line 478 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
@@ -5690,9 +5732,9 @@ static void gsettings_configuration_engine_real_set_plugin_enabled (Configuratio
g_critical ("GSettingsEngine.vala:481: GSettingsConfigurationEngine: error: %s", _tmp4_);
#line 478 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_g_error_free0 (err);
-#line 5694 "GSettingsEngine.c"
+#line 5736 "GSettingsEngine.c"
}
- __finally215:
+ __finally216:
#line 478 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 478 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
@@ -5703,22 +5745,22 @@ static void gsettings_configuration_engine_real_set_plugin_enabled (Configuratio
g_clear_error (&_inner_error_);
#line 478 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return;
-#line 5707 "GSettingsEngine.c"
+#line 5749 "GSettingsEngine.c"
}
#line 475 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_g_free0 (enable_disable_name);
-#line 5711 "GSettingsEngine.c"
+#line 5753 "GSettingsEngine.c"
}
void gsettings_configuration_engine_run_gsettings_migrator (void) {
gchar* cmd_line = NULL;
- GFile* _tmp0_ = NULL;
- GFile* _tmp1_ = NULL;
- gchar* _tmp2_ = NULL;
- gchar* _tmp3_ = NULL;
- gchar* _tmp4_ = NULL;
- gchar* _tmp5_ = NULL;
+ GFile* _tmp0_;
+ GFile* _tmp1_;
+ gchar* _tmp2_;
+ gchar* _tmp3_;
+ gchar* _tmp4_;
+ gchar* _tmp5_;
GError * _inner_error_ = NULL;
#line 490 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_tmp0_ = app_dirs_get_settings_migrator_bin ();
@@ -5738,22 +5780,22 @@ void gsettings_configuration_engine_run_gsettings_migrator (void) {
_g_object_unref0 (_tmp1_);
#line 490 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
cmd_line = _tmp5_;
-#line 5742 "GSettingsEngine.c"
+#line 5784 "GSettingsEngine.c"
{
#line 493 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
g_spawn_command_line_sync (cmd_line, NULL, NULL, NULL, &_inner_error_);
#line 493 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
-#line 5748 "GSettingsEngine.c"
- goto __catch216_g_error;
+#line 5790 "GSettingsEngine.c"
+ goto __catch217_g_error;
}
}
- goto __finally216;
- __catch216_g_error:
+ goto __finally217;
+ __catch217_g_error:
{
GError* err = NULL;
- GError* _tmp6_ = NULL;
- const gchar* _tmp7_ = NULL;
+ GError* _tmp6_;
+ const gchar* _tmp7_;
#line 492 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
err = _inner_error_;
#line 492 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
@@ -5766,9 +5808,9 @@ void gsettings_configuration_engine_run_gsettings_migrator (void) {
g_message ("GSettingsEngine.vala:495: Error running shotwell-settings-migrator: %s", _tmp7_);
#line 492 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_g_error_free0 (err);
-#line 5770 "GSettingsEngine.c"
+#line 5812 "GSettingsEngine.c"
}
- __finally216:
+ __finally217:
#line 492 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
if (G_UNLIKELY (_inner_error_ != NULL)) {
#line 492 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
@@ -5779,11 +5821,11 @@ void gsettings_configuration_engine_run_gsettings_migrator (void) {
g_clear_error (&_inner_error_);
#line 492 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
return;
-#line 5783 "GSettingsEngine.c"
+#line 5825 "GSettingsEngine.c"
}
#line 489 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
_g_free0 (cmd_line);
-#line 5787 "GSettingsEngine.c"
+#line 5829 "GSettingsEngine.c"
}
@@ -5794,7 +5836,7 @@ static void gsettings_configuration_engine_class_init (GSettingsConfigurationEng
g_type_class_add_private (klass, sizeof (GSettingsConfigurationEnginePrivate));
#line 7 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
G_OBJECT_CLASS (klass)->finalize = gsettings_configuration_engine_finalize;
-#line 5798 "GSettingsEngine.c"
+#line 5840 "GSettingsEngine.c"
}
@@ -5802,61 +5844,61 @@ static void gsettings_configuration_engine_configuration_engine_interface_init (
#line 7 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
gsettings_configuration_engine_configuration_engine_parent_iface = g_type_interface_peek_parent (iface);
#line 7 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
- iface->get_name = (gchar* (*)(ConfigurationEngine*)) gsettings_configuration_engine_real_get_name;
+ iface->get_name = (gchar* (*) (ConfigurationEngine *)) gsettings_configuration_engine_real_get_name;
#line 7 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
- iface->get_enum_property = (gint (*)(ConfigurationEngine*, ConfigurableProperty, GError**)) gsettings_configuration_engine_real_get_enum_property;
+ iface->get_enum_property = (gint (*) (ConfigurationEngine *, ConfigurableProperty, GError**)) gsettings_configuration_engine_real_get_enum_property;
#line 7 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
- iface->set_enum_property = (void (*)(ConfigurationEngine*, ConfigurableProperty, gint, GError**)) gsettings_configuration_engine_real_set_enum_property;
+ iface->set_enum_property = (void (*) (ConfigurationEngine *, ConfigurableProperty, gint, GError**)) gsettings_configuration_engine_real_set_enum_property;
#line 7 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
- iface->get_int_property = (gint (*)(ConfigurationEngine*, ConfigurableProperty, GError**)) gsettings_configuration_engine_real_get_int_property;
+ iface->get_int_property = (gint (*) (ConfigurationEngine *, ConfigurableProperty, GError**)) gsettings_configuration_engine_real_get_int_property;
#line 7 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
- iface->set_int_property = (void (*)(ConfigurationEngine*, ConfigurableProperty, gint, GError**)) gsettings_configuration_engine_real_set_int_property;
+ iface->set_int_property = (void (*) (ConfigurationEngine *, ConfigurableProperty, gint, GError**)) gsettings_configuration_engine_real_set_int_property;
#line 7 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
- iface->get_string_property = (gchar* (*)(ConfigurationEngine*, ConfigurableProperty, GError**)) gsettings_configuration_engine_real_get_string_property;
+ iface->get_string_property = (gchar* (*) (ConfigurationEngine *, ConfigurableProperty, GError**)) gsettings_configuration_engine_real_get_string_property;
#line 7 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
- iface->set_string_property = (void (*)(ConfigurationEngine*, ConfigurableProperty, const gchar*, GError**)) gsettings_configuration_engine_real_set_string_property;
+ iface->set_string_property = (void (*) (ConfigurationEngine *, ConfigurableProperty, const gchar*, GError**)) gsettings_configuration_engine_real_set_string_property;
#line 7 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
- iface->get_bool_property = (gboolean (*)(ConfigurationEngine*, ConfigurableProperty, GError**)) gsettings_configuration_engine_real_get_bool_property;
+ iface->get_bool_property = (gboolean (*) (ConfigurationEngine *, ConfigurableProperty, GError**)) gsettings_configuration_engine_real_get_bool_property;
#line 7 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
- iface->set_bool_property = (void (*)(ConfigurationEngine*, ConfigurableProperty, gboolean, GError**)) gsettings_configuration_engine_real_set_bool_property;
+ iface->set_bool_property = (void (*) (ConfigurationEngine *, ConfigurableProperty, gboolean, GError**)) gsettings_configuration_engine_real_set_bool_property;
#line 7 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
- iface->get_double_property = (gdouble (*)(ConfigurationEngine*, ConfigurableProperty, GError**)) gsettings_configuration_engine_real_get_double_property;
+ iface->get_double_property = (gdouble (*) (ConfigurationEngine *, ConfigurableProperty, GError**)) gsettings_configuration_engine_real_get_double_property;
#line 7 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
- iface->set_double_property = (void (*)(ConfigurationEngine*, ConfigurableProperty, gdouble, GError**)) gsettings_configuration_engine_real_set_double_property;
+ iface->set_double_property = (void (*) (ConfigurationEngine *, ConfigurableProperty, gdouble, GError**)) gsettings_configuration_engine_real_set_double_property;
#line 7 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
- iface->get_plugin_bool = (gboolean (*)(ConfigurationEngine*, const gchar*, const gchar*, const gchar*, gboolean)) gsettings_configuration_engine_real_get_plugin_bool;
+ iface->get_plugin_bool = (gboolean (*) (ConfigurationEngine *, const gchar*, const gchar*, const gchar*, gboolean)) gsettings_configuration_engine_real_get_plugin_bool;
#line 7 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
- iface->set_plugin_bool = (void (*)(ConfigurationEngine*, const gchar*, const gchar*, const gchar*, gboolean)) gsettings_configuration_engine_real_set_plugin_bool;
+ iface->set_plugin_bool = (void (*) (ConfigurationEngine *, const gchar*, const gchar*, const gchar*, gboolean)) gsettings_configuration_engine_real_set_plugin_bool;
#line 7 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
- iface->get_plugin_double = (gdouble (*)(ConfigurationEngine*, const gchar*, const gchar*, const gchar*, gdouble)) gsettings_configuration_engine_real_get_plugin_double;
+ iface->get_plugin_double = (gdouble (*) (ConfigurationEngine *, const gchar*, const gchar*, const gchar*, gdouble)) gsettings_configuration_engine_real_get_plugin_double;
#line 7 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
- iface->set_plugin_double = (void (*)(ConfigurationEngine*, const gchar*, const gchar*, const gchar*, gdouble)) gsettings_configuration_engine_real_set_plugin_double;
+ iface->set_plugin_double = (void (*) (ConfigurationEngine *, const gchar*, const gchar*, const gchar*, gdouble)) gsettings_configuration_engine_real_set_plugin_double;
#line 7 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
- iface->get_plugin_int = (gint (*)(ConfigurationEngine*, const gchar*, const gchar*, const gchar*, gint)) gsettings_configuration_engine_real_get_plugin_int;
+ iface->get_plugin_int = (gint (*) (ConfigurationEngine *, const gchar*, const gchar*, const gchar*, gint)) gsettings_configuration_engine_real_get_plugin_int;
#line 7 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
- iface->set_plugin_int = (void (*)(ConfigurationEngine*, const gchar*, const gchar*, const gchar*, gint)) gsettings_configuration_engine_real_set_plugin_int;
+ iface->set_plugin_int = (void (*) (ConfigurationEngine *, const gchar*, const gchar*, const gchar*, gint)) gsettings_configuration_engine_real_set_plugin_int;
#line 7 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
- iface->get_plugin_string = (gchar* (*)(ConfigurationEngine*, const gchar*, const gchar*, const gchar*, const gchar*)) gsettings_configuration_engine_real_get_plugin_string;
+ iface->get_plugin_string = (gchar* (*) (ConfigurationEngine *, const gchar*, const gchar*, const gchar*, const gchar*)) gsettings_configuration_engine_real_get_plugin_string;
#line 7 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
- iface->set_plugin_string = (void (*)(ConfigurationEngine*, const gchar*, const gchar*, const gchar*, const gchar*)) gsettings_configuration_engine_real_set_plugin_string;
+ iface->set_plugin_string = (void (*) (ConfigurationEngine *, const gchar*, const gchar*, const gchar*, const gchar*)) gsettings_configuration_engine_real_set_plugin_string;
#line 7 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
- iface->unset_plugin_key = (void (*)(ConfigurationEngine*, const gchar*, const gchar*, const gchar*)) gsettings_configuration_engine_real_unset_plugin_key;
+ iface->unset_plugin_key = (void (*) (ConfigurationEngine *, const gchar*, const gchar*, const gchar*)) gsettings_configuration_engine_real_unset_plugin_key;
#line 7 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
- iface->is_plugin_enabled = (FuzzyPropertyState (*)(ConfigurationEngine*, const gchar*)) gsettings_configuration_engine_real_is_plugin_enabled;
+ iface->is_plugin_enabled = (FuzzyPropertyState (*) (ConfigurationEngine *, const gchar*)) gsettings_configuration_engine_real_is_plugin_enabled;
#line 7 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
- iface->set_plugin_enabled = (void (*)(ConfigurationEngine*, const gchar*, gboolean)) gsettings_configuration_engine_real_set_plugin_enabled;
-#line 5849 "GSettingsEngine.c"
+ iface->set_plugin_enabled = (void (*) (ConfigurationEngine *, const gchar*, gboolean)) gsettings_configuration_engine_real_set_plugin_enabled;
+#line 5891 "GSettingsEngine.c"
}
static void gsettings_configuration_engine_instance_init (GSettingsConfigurationEngine * self) {
#line 7 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
self->priv = GSETTINGS_CONFIGURATION_ENGINE_GET_PRIVATE (self);
-#line 5856 "GSettingsEngine.c"
+#line 5898 "GSettingsEngine.c"
}
-static void gsettings_configuration_engine_finalize (GObject* obj) {
+static void gsettings_configuration_engine_finalize (GObject * obj) {
GSettingsConfigurationEngine * self;
#line 7 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
self = G_TYPE_CHECK_INSTANCE_CAST (obj, TYPE_GSETTINGS_CONFIGURATION_ENGINE, GSettingsConfigurationEngine);
@@ -5866,7 +5908,7 @@ static void gsettings_configuration_engine_finalize (GObject* obj) {
self->priv->key_names = (_vala_array_free (self->priv->key_names, self->priv->key_names_length1, (GDestroyNotify) g_free), NULL);
#line 7 "/home/jens/Source/shotwell/src/config/GSettingsEngine.vala"
G_OBJECT_CLASS (gsettings_configuration_engine_parent_class)->finalize (obj);
-#line 5870 "GSettingsEngine.c"
+#line 5912 "GSettingsEngine.c"
}