From 72e3d4c55a6569d966059f762824c38d06055871 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 29 Oct 2016 23:24:31 +0200 Subject: New upstream version 0.25.0 --- plugins/common/WebAuthenticationPane.c | 575 +++++++++++++++++++++++++++++++++ 1 file changed, 575 insertions(+) create mode 100644 plugins/common/WebAuthenticationPane.c (limited to 'plugins/common/WebAuthenticationPane.c') diff --git a/plugins/common/WebAuthenticationPane.c b/plugins/common/WebAuthenticationPane.c new file mode 100644 index 0000000..e430441 --- /dev/null +++ b/plugins/common/WebAuthenticationPane.c @@ -0,0 +1,575 @@ +/* WebAuthenticationPane.c generated by valac 0.34.1, the Vala compiler + * generated from WebAuthenticationPane.vala, do not modify */ + +/* Copyright 2016 Jens Georg + * + * This software is licensed under the GNU LGPL (version 2.1 or later). + * See the COPYING file in this distribution. + */ + +#include +#include +#include "shotwell-plugin-dev-1.0.h" +#include +#include +#include +#include +#include + + +#define SHOTWELL_PLUGINS_COMMON_TYPE_WEB_AUTHENTICATION_PANE (shotwell_plugins_common_web_authentication_pane_get_type ()) +#define SHOTWELL_PLUGINS_COMMON_WEB_AUTHENTICATION_PANE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), SHOTWELL_PLUGINS_COMMON_TYPE_WEB_AUTHENTICATION_PANE, ShotwellPluginsCommonWebAuthenticationPane)) +#define SHOTWELL_PLUGINS_COMMON_WEB_AUTHENTICATION_PANE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), SHOTWELL_PLUGINS_COMMON_TYPE_WEB_AUTHENTICATION_PANE, ShotwellPluginsCommonWebAuthenticationPaneClass)) +#define SHOTWELL_PLUGINS_COMMON_IS_WEB_AUTHENTICATION_PANE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), SHOTWELL_PLUGINS_COMMON_TYPE_WEB_AUTHENTICATION_PANE)) +#define SHOTWELL_PLUGINS_COMMON_IS_WEB_AUTHENTICATION_PANE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), SHOTWELL_PLUGINS_COMMON_TYPE_WEB_AUTHENTICATION_PANE)) +#define SHOTWELL_PLUGINS_COMMON_WEB_AUTHENTICATION_PANE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), SHOTWELL_PLUGINS_COMMON_TYPE_WEB_AUTHENTICATION_PANE, ShotwellPluginsCommonWebAuthenticationPaneClass)) + +typedef struct _ShotwellPluginsCommonWebAuthenticationPane ShotwellPluginsCommonWebAuthenticationPane; +typedef struct _ShotwellPluginsCommonWebAuthenticationPaneClass ShotwellPluginsCommonWebAuthenticationPaneClass; +typedef struct _ShotwellPluginsCommonWebAuthenticationPanePrivate ShotwellPluginsCommonWebAuthenticationPanePrivate; +#define _g_free0(var) (var = (g_free (var), NULL)) +#define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL))) + +struct _ShotwellPluginsCommonWebAuthenticationPane { + GObject parent_instance; + ShotwellPluginsCommonWebAuthenticationPanePrivate * priv; +}; + +struct _ShotwellPluginsCommonWebAuthenticationPaneClass { + GObjectClass parent_class; + void (*on_page_load) (ShotwellPluginsCommonWebAuthenticationPane* self); +}; + +struct _ShotwellPluginsCommonWebAuthenticationPanePrivate { + SpitPublishingDialogPaneGeometryOptions _preferred_geometry; + gchar* _login_uri; + WebKitWebView* webview; + GtkBox* pane_widget; +}; + + +static gpointer shotwell_plugins_common_web_authentication_pane_parent_class = NULL; +static SpitPublishingDialogPaneIface* shotwell_plugins_common_web_authentication_pane_spit_publishing_dialog_pane_parent_iface = NULL; + +GType shotwell_plugins_common_web_authentication_pane_get_type (void) G_GNUC_CONST; +#define SHOTWELL_PLUGINS_COMMON_WEB_AUTHENTICATION_PANE_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), SHOTWELL_PLUGINS_COMMON_TYPE_WEB_AUTHENTICATION_PANE, ShotwellPluginsCommonWebAuthenticationPanePrivate)) +enum { + SHOTWELL_PLUGINS_COMMON_WEB_AUTHENTICATION_PANE_DUMMY_PROPERTY, + SHOTWELL_PLUGINS_COMMON_WEB_AUTHENTICATION_PANE_PREFERRED_GEOMETRY, + SHOTWELL_PLUGINS_COMMON_WEB_AUTHENTICATION_PANE_LOGIN_URI +}; +static void shotwell_plugins_common_web_authentication_pane_real_constructed (GObject* base); +static void shotwell_plugins_common_web_authentication_pane_on_page_load_changed (ShotwellPluginsCommonWebAuthenticationPane* self, WebKitLoadEvent load_event); +static void _shotwell_plugins_common_web_authentication_pane_on_page_load_changed_webkit_web_view_load_changed (WebKitWebView* _sender, WebKitLoadEvent load_event, gpointer self); +static gboolean __lambda4_ (ShotwellPluginsCommonWebAuthenticationPane* self); +static gboolean ___lambda4__webkit_web_view_context_menu (WebKitWebView* _sender, WebKitContextMenu* context_menu, GdkEvent* event, WebKitHitTestResult* hit_test_result, gpointer self); +void shotwell_plugins_common_web_authentication_pane_on_page_load (ShotwellPluginsCommonWebAuthenticationPane* self); +static void shotwell_plugins_common_web_authentication_pane_real_on_page_load (ShotwellPluginsCommonWebAuthenticationPane* self); +void shotwell_plugins_common_web_authentication_pane_set_cursor (ShotwellPluginsCommonWebAuthenticationPane* self, GdkCursorType type); +WebKitWebView* shotwell_plugins_common_web_authentication_pane_get_view (ShotwellPluginsCommonWebAuthenticationPane* self); +static SpitPublishingDialogPaneGeometryOptions shotwell_plugins_common_web_authentication_pane_real_get_preferred_geometry (SpitPublishingDialogPane* base); +SpitPublishingDialogPaneGeometryOptions shotwell_plugins_common_web_authentication_pane_get_preferred_geometry (ShotwellPluginsCommonWebAuthenticationPane* self); +static GtkWidget* shotwell_plugins_common_web_authentication_pane_real_get_widget (SpitPublishingDialogPane* base); +static void shotwell_plugins_common_web_authentication_pane_real_on_pane_installed (SpitPublishingDialogPane* base); +gchar* shotwell_plugins_common_web_authentication_pane_get_login_uri (ShotwellPluginsCommonWebAuthenticationPane* self); +static void shotwell_plugins_common_web_authentication_pane_real_on_pane_uninstalled (SpitPublishingDialogPane* base); +ShotwellPluginsCommonWebAuthenticationPane* shotwell_plugins_common_web_authentication_pane_construct (GType object_type); +static void shotwell_plugins_common_web_authentication_pane_set_preferred_geometry (ShotwellPluginsCommonWebAuthenticationPane* self, SpitPublishingDialogPaneGeometryOptions value); +static void shotwell_plugins_common_web_authentication_pane_set_login_uri (ShotwellPluginsCommonWebAuthenticationPane* self, const gchar* value); +static void shotwell_plugins_common_web_authentication_pane_finalize (GObject* obj); +static void _vala_shotwell_plugins_common_web_authentication_pane_get_property (GObject * object, guint property_id, GValue * value, GParamSpec * pspec); +static void _vala_shotwell_plugins_common_web_authentication_pane_set_property (GObject * object, guint property_id, const GValue * value, GParamSpec * pspec); + + +static void _shotwell_plugins_common_web_authentication_pane_on_page_load_changed_webkit_web_view_load_changed (WebKitWebView* _sender, WebKitLoadEvent load_event, gpointer self) { +#line 25 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + shotwell_plugins_common_web_authentication_pane_on_page_load_changed ((ShotwellPluginsCommonWebAuthenticationPane*) self, load_event); +#line 88 "WebAuthenticationPane.c" +} + + +static gboolean __lambda4_ (ShotwellPluginsCommonWebAuthenticationPane* self) { + gboolean result = FALSE; +#line 26 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + result = FALSE; +#line 26 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + return result; +#line 98 "WebAuthenticationPane.c" +} + + +static gboolean ___lambda4__webkit_web_view_context_menu (WebKitWebView* _sender, WebKitContextMenu* context_menu, GdkEvent* event, WebKitHitTestResult* hit_test_result, gpointer self) { + gboolean result; + result = __lambda4_ ((ShotwellPluginsCommonWebAuthenticationPane*) self); +#line 26 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + return result; +#line 107 "WebAuthenticationPane.c" +} + + +static void shotwell_plugins_common_web_authentication_pane_real_constructed (GObject* base) { + ShotwellPluginsCommonWebAuthenticationPane * self; + WebKitWebView* _tmp0_ = NULL; + WebKitWebView* _tmp1_ = NULL; + WebKitSettings* _tmp2_ = NULL; + WebKitWebView* _tmp3_ = NULL; + WebKitWebView* _tmp4_ = NULL; + GtkBox* _tmp5_ = NULL; + GtkBox* _tmp6_ = NULL; + WebKitWebView* _tmp7_ = NULL; +#line 19 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + self = G_TYPE_CHECK_INSTANCE_CAST (base, SHOTWELL_PLUGINS_COMMON_TYPE_WEB_AUTHENTICATION_PANE, ShotwellPluginsCommonWebAuthenticationPane); +#line 20 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + G_OBJECT_CLASS (shotwell_plugins_common_web_authentication_pane_parent_class)->constructed (G_TYPE_CHECK_INSTANCE_CAST (self, G_TYPE_OBJECT, GObject)); +#line 22 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + _tmp0_ = (WebKitWebView*) webkit_web_view_new (); +#line 22 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + g_object_ref_sink (_tmp0_); +#line 22 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + _g_object_unref0 (self->priv->webview); +#line 22 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + self->priv->webview = _tmp0_; +#line 23 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + _tmp1_ = self->priv->webview; +#line 23 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + _tmp2_ = webkit_web_view_get_settings (_tmp1_); +#line 23 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + webkit_settings_set_enable_plugins (_tmp2_, FALSE); +#line 25 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + _tmp3_ = self->priv->webview; +#line 25 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + g_signal_connect_object (_tmp3_, "load-changed", (GCallback) _shotwell_plugins_common_web_authentication_pane_on_page_load_changed_webkit_web_view_load_changed, self, 0); +#line 26 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + _tmp4_ = self->priv->webview; +#line 26 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + g_signal_connect_object (_tmp4_, "context-menu", (GCallback) ___lambda4__webkit_web_view_context_menu, self, 0); +#line 28 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + _tmp5_ = (GtkBox*) gtk_box_new (GTK_ORIENTATION_VERTICAL, 0); +#line 28 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + g_object_ref_sink (_tmp5_); +#line 28 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + _g_object_unref0 (self->priv->pane_widget); +#line 28 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + self->priv->pane_widget = _tmp5_; +#line 29 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + _tmp6_ = self->priv->pane_widget; +#line 29 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + _tmp7_ = self->priv->webview; +#line 29 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + gtk_box_pack_start (_tmp6_, G_TYPE_CHECK_INSTANCE_CAST (_tmp7_, gtk_widget_get_type (), GtkWidget), TRUE, TRUE, (guint) 0); +#line 161 "WebAuthenticationPane.c" +} + + +static void shotwell_plugins_common_web_authentication_pane_real_on_page_load (ShotwellPluginsCommonWebAuthenticationPane* self) { +#line 32 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + g_critical ("Type `%s' does not implement abstract method `shotwell_plugins_common_web_authentication_pane_on_page_load'", g_type_name (G_TYPE_FROM_INSTANCE (self))); +#line 32 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + return; +#line 170 "WebAuthenticationPane.c" +} + + +void shotwell_plugins_common_web_authentication_pane_on_page_load (ShotwellPluginsCommonWebAuthenticationPane* self) { +#line 32 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + g_return_if_fail (SHOTWELL_PLUGINS_COMMON_IS_WEB_AUTHENTICATION_PANE (self)); +#line 32 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + SHOTWELL_PLUGINS_COMMON_WEB_AUTHENTICATION_PANE_GET_CLASS (self)->on_page_load (self); +#line 179 "WebAuthenticationPane.c" +} + + +static gpointer _g_object_ref0 (gpointer self) { +#line 35 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + return self ? g_object_ref (self) : NULL; +#line 186 "WebAuthenticationPane.c" +} + + +void shotwell_plugins_common_web_authentication_pane_set_cursor (ShotwellPluginsCommonWebAuthenticationPane* self, GdkCursorType type) { + GdkWindow* window = NULL; + GtkBox* _tmp0_ = NULL; + GdkWindow* _tmp1_ = NULL; + GdkWindow* _tmp2_ = NULL; + GdkDisplay* display = NULL; + GdkDisplay* _tmp3_ = NULL; + GdkDisplay* _tmp4_ = NULL; + GdkCursor* cursor = NULL; + GdkCursorType _tmp5_ = 0; + GdkCursor* _tmp6_ = NULL; +#line 34 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + g_return_if_fail (SHOTWELL_PLUGINS_COMMON_IS_WEB_AUTHENTICATION_PANE (self)); +#line 35 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + _tmp0_ = self->priv->pane_widget; +#line 35 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + _tmp1_ = gtk_widget_get_window (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, gtk_widget_get_type (), GtkWidget)); +#line 35 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + _tmp2_ = _g_object_ref0 (_tmp1_); +#line 35 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + window = _tmp2_; +#line 36 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + _tmp3_ = gdk_window_get_display (window); +#line 36 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + _tmp4_ = _g_object_ref0 (_tmp3_); +#line 36 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + display = _tmp4_; +#line 37 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + _tmp5_ = type; +#line 37 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + _tmp6_ = gdk_cursor_new_for_display (display, _tmp5_); +#line 37 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + cursor = _tmp6_; +#line 38 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + gdk_window_set_cursor (window, cursor); +#line 34 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + _g_object_unref0 (cursor); +#line 34 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + _g_object_unref0 (display); +#line 34 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + _g_object_unref0 (window); +#line 231 "WebAuthenticationPane.c" +} + + +static void shotwell_plugins_common_web_authentication_pane_on_page_load_changed (ShotwellPluginsCommonWebAuthenticationPane* self, WebKitLoadEvent load_event) { + WebKitLoadEvent _tmp0_ = 0; +#line 41 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + g_return_if_fail (SHOTWELL_PLUGINS_COMMON_IS_WEB_AUTHENTICATION_PANE (self)); +#line 42 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + _tmp0_ = load_event; +#line 42 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + switch (_tmp0_) { +#line 42 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + case WEBKIT_LOAD_STARTED: +#line 42 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + case WEBKIT_LOAD_REDIRECTED: +#line 247 "WebAuthenticationPane.c" + { +#line 45 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + shotwell_plugins_common_web_authentication_pane_set_cursor (self, GDK_WATCH); +#line 46 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + break; +#line 253 "WebAuthenticationPane.c" + } +#line 42 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + case WEBKIT_LOAD_FINISHED: +#line 257 "WebAuthenticationPane.c" + { +#line 48 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + shotwell_plugins_common_web_authentication_pane_set_cursor (self, GDK_LEFT_PTR); +#line 49 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + shotwell_plugins_common_web_authentication_pane_on_page_load (self); +#line 50 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + break; +#line 265 "WebAuthenticationPane.c" + } + default: + { +#line 52 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + break; +#line 271 "WebAuthenticationPane.c" + } + } +} + + +WebKitWebView* shotwell_plugins_common_web_authentication_pane_get_view (ShotwellPluginsCommonWebAuthenticationPane* self) { + WebKitWebView* result = NULL; + WebKitWebView* _tmp0_ = NULL; + WebKitWebView* _tmp1_ = NULL; +#line 56 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + g_return_val_if_fail (SHOTWELL_PLUGINS_COMMON_IS_WEB_AUTHENTICATION_PANE (self), NULL); +#line 57 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + _tmp0_ = self->priv->webview; +#line 57 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + _tmp1_ = _g_object_ref0 (_tmp0_); +#line 57 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + result = _tmp1_; +#line 57 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + return result; +#line 291 "WebAuthenticationPane.c" +} + + +static SpitPublishingDialogPaneGeometryOptions shotwell_plugins_common_web_authentication_pane_real_get_preferred_geometry (SpitPublishingDialogPane* base) { + ShotwellPluginsCommonWebAuthenticationPane * self; + SpitPublishingDialogPaneGeometryOptions result = 0; + SpitPublishingDialogPaneGeometryOptions _tmp0_ = 0; +#line 60 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + self = G_TYPE_CHECK_INSTANCE_CAST (base, SHOTWELL_PLUGINS_COMMON_TYPE_WEB_AUTHENTICATION_PANE, ShotwellPluginsCommonWebAuthenticationPane); +#line 61 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + _tmp0_ = self->priv->_preferred_geometry; +#line 61 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + result = _tmp0_; +#line 61 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + return result; +#line 307 "WebAuthenticationPane.c" +} + + +static GtkWidget* shotwell_plugins_common_web_authentication_pane_real_get_widget (SpitPublishingDialogPane* base) { + ShotwellPluginsCommonWebAuthenticationPane * self; + GtkWidget* result = NULL; + GtkBox* _tmp0_ = NULL; + GtkWidget* _tmp1_ = NULL; +#line 64 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + self = G_TYPE_CHECK_INSTANCE_CAST (base, SHOTWELL_PLUGINS_COMMON_TYPE_WEB_AUTHENTICATION_PANE, ShotwellPluginsCommonWebAuthenticationPane); +#line 65 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + _tmp0_ = self->priv->pane_widget; +#line 65 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + _tmp1_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, gtk_widget_get_type (), GtkWidget)); +#line 65 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + result = _tmp1_; +#line 65 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + return result; +#line 326 "WebAuthenticationPane.c" +} + + +static void shotwell_plugins_common_web_authentication_pane_real_on_pane_installed (SpitPublishingDialogPane* base) { + ShotwellPluginsCommonWebAuthenticationPane * self; + WebKitWebView* _tmp0_ = NULL; + WebKitWebView* _tmp1_ = NULL; + gchar* _tmp2_ = NULL; + gchar* _tmp3_ = NULL; + gchar* _tmp4_ = NULL; +#line 68 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + self = G_TYPE_CHECK_INSTANCE_CAST (base, SHOTWELL_PLUGINS_COMMON_TYPE_WEB_AUTHENTICATION_PANE, ShotwellPluginsCommonWebAuthenticationPane); +#line 69 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + _tmp0_ = shotwell_plugins_common_web_authentication_pane_get_view (self); +#line 69 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + _tmp1_ = _tmp0_; +#line 69 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + _tmp2_ = shotwell_plugins_common_web_authentication_pane_get_login_uri (self); +#line 69 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + _tmp3_ = _tmp2_; +#line 69 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + _tmp4_ = _tmp3_; +#line 69 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + webkit_web_view_load_uri (_tmp1_, _tmp4_); +#line 69 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + _g_free0 (_tmp4_); +#line 69 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + _g_object_unref0 (_tmp1_); +#line 355 "WebAuthenticationPane.c" +} + + +static void shotwell_plugins_common_web_authentication_pane_real_on_pane_uninstalled (SpitPublishingDialogPane* base) { + ShotwellPluginsCommonWebAuthenticationPane * self; +#line 72 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + self = G_TYPE_CHECK_INSTANCE_CAST (base, SHOTWELL_PLUGINS_COMMON_TYPE_WEB_AUTHENTICATION_PANE, ShotwellPluginsCommonWebAuthenticationPane); +#line 363 "WebAuthenticationPane.c" +} + + +ShotwellPluginsCommonWebAuthenticationPane* shotwell_plugins_common_web_authentication_pane_construct (GType object_type) { + ShotwellPluginsCommonWebAuthenticationPane * self = NULL; +#line 9 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + self = (ShotwellPluginsCommonWebAuthenticationPane*) g_object_new (object_type, NULL); +#line 9 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + return self; +#line 373 "WebAuthenticationPane.c" +} + + +SpitPublishingDialogPaneGeometryOptions shotwell_plugins_common_web_authentication_pane_get_preferred_geometry (ShotwellPluginsCommonWebAuthenticationPane* self) { + SpitPublishingDialogPaneGeometryOptions result; + SpitPublishingDialogPaneGeometryOptions _tmp0_ = 0; +#line 11 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + g_return_val_if_fail (SHOTWELL_PLUGINS_COMMON_IS_WEB_AUTHENTICATION_PANE (self), 0); +#line 11 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + _tmp0_ = self->priv->_preferred_geometry; +#line 11 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + result = _tmp0_; +#line 11 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + return result; +#line 388 "WebAuthenticationPane.c" +} + + +static void shotwell_plugins_common_web_authentication_pane_set_preferred_geometry (ShotwellPluginsCommonWebAuthenticationPane* self, SpitPublishingDialogPaneGeometryOptions value) { + SpitPublishingDialogPaneGeometryOptions _tmp0_ = 0; +#line 11 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + g_return_if_fail (SHOTWELL_PLUGINS_COMMON_IS_WEB_AUTHENTICATION_PANE (self)); +#line 11 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + _tmp0_ = value; +#line 11 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + self->priv->_preferred_geometry = _tmp0_; +#line 11 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + g_object_notify ((GObject *) self, "preferred-geometry"); +#line 402 "WebAuthenticationPane.c" +} + + +gchar* shotwell_plugins_common_web_authentication_pane_get_login_uri (ShotwellPluginsCommonWebAuthenticationPane* self) { + gchar* result; + const gchar* _tmp0_ = NULL; + gchar* _tmp1_ = NULL; +#line 14 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + g_return_val_if_fail (SHOTWELL_PLUGINS_COMMON_IS_WEB_AUTHENTICATION_PANE (self), NULL); +#line 14 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + _tmp0_ = self->priv->_login_uri; +#line 14 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + _tmp1_ = g_strdup (_tmp0_); +#line 14 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + result = _tmp1_; +#line 14 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + return result; +#line 420 "WebAuthenticationPane.c" +} + + +static void shotwell_plugins_common_web_authentication_pane_set_login_uri (ShotwellPluginsCommonWebAuthenticationPane* self, const gchar* value) { + const gchar* _tmp0_ = NULL; + gchar* _tmp1_ = NULL; +#line 14 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + g_return_if_fail (SHOTWELL_PLUGINS_COMMON_IS_WEB_AUTHENTICATION_PANE (self)); +#line 14 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + _tmp0_ = value; +#line 14 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + _tmp1_ = g_strdup (_tmp0_); +#line 14 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + _g_free0 (self->priv->_login_uri); +#line 14 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + self->priv->_login_uri = _tmp1_; +#line 14 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + g_object_notify ((GObject *) self, "login-uri"); +#line 439 "WebAuthenticationPane.c" +} + + +static void shotwell_plugins_common_web_authentication_pane_class_init (ShotwellPluginsCommonWebAuthenticationPaneClass * klass) { +#line 9 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + shotwell_plugins_common_web_authentication_pane_parent_class = g_type_class_peek_parent (klass); +#line 9 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + g_type_class_add_private (klass, sizeof (ShotwellPluginsCommonWebAuthenticationPanePrivate)); +#line 9 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + ((GObjectClass *) klass)->constructed = shotwell_plugins_common_web_authentication_pane_real_constructed; +#line 9 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + ((ShotwellPluginsCommonWebAuthenticationPaneClass *) klass)->on_page_load = shotwell_plugins_common_web_authentication_pane_real_on_page_load; +#line 9 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + G_OBJECT_CLASS (klass)->get_property = _vala_shotwell_plugins_common_web_authentication_pane_get_property; +#line 9 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + G_OBJECT_CLASS (klass)->set_property = _vala_shotwell_plugins_common_web_authentication_pane_set_property; +#line 9 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + G_OBJECT_CLASS (klass)->finalize = shotwell_plugins_common_web_authentication_pane_finalize; +#line 9 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + g_object_class_install_property (G_OBJECT_CLASS (klass), SHOTWELL_PLUGINS_COMMON_WEB_AUTHENTICATION_PANE_PREFERRED_GEOMETRY, g_param_spec_enum ("preferred-geometry", "preferred-geometry", "preferred-geometry", SPIT_PUBLISHING_DIALOG_PANE_TYPE_GEOMETRY_OPTIONS, SPIT_PUBLISHING_DIALOG_PANE_GEOMETRY_OPTIONS_NONE, G_PARAM_STATIC_NAME | G_PARAM_STATIC_NICK | G_PARAM_STATIC_BLURB | G_PARAM_READABLE | G_PARAM_WRITABLE | G_PARAM_CONSTRUCT_ONLY)); +#line 9 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + g_object_class_install_property (G_OBJECT_CLASS (klass), SHOTWELL_PLUGINS_COMMON_WEB_AUTHENTICATION_PANE_LOGIN_URI, g_param_spec_string ("login-uri", "login-uri", "login-uri", NULL, G_PARAM_STATIC_NAME | G_PARAM_STATIC_NICK | G_PARAM_STATIC_BLURB | G_PARAM_READABLE | G_PARAM_WRITABLE | G_PARAM_CONSTRUCT_ONLY)); +#line 462 "WebAuthenticationPane.c" +} + + +static void shotwell_plugins_common_web_authentication_pane_spit_publishing_dialog_pane_interface_init (SpitPublishingDialogPaneIface * iface) { +#line 9 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + shotwell_plugins_common_web_authentication_pane_spit_publishing_dialog_pane_parent_iface = g_type_interface_peek_parent (iface); +#line 9 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + iface->get_preferred_geometry = (SpitPublishingDialogPaneGeometryOptions (*)(SpitPublishingDialogPane*)) shotwell_plugins_common_web_authentication_pane_real_get_preferred_geometry; +#line 9 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + iface->get_widget = (GtkWidget* (*)(SpitPublishingDialogPane*)) shotwell_plugins_common_web_authentication_pane_real_get_widget; +#line 9 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + iface->on_pane_installed = (void (*)(SpitPublishingDialogPane*)) shotwell_plugins_common_web_authentication_pane_real_on_pane_installed; +#line 9 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + iface->on_pane_uninstalled = (void (*)(SpitPublishingDialogPane*)) shotwell_plugins_common_web_authentication_pane_real_on_pane_uninstalled; +#line 477 "WebAuthenticationPane.c" +} + + +static void shotwell_plugins_common_web_authentication_pane_instance_init (ShotwellPluginsCommonWebAuthenticationPane * self) { +#line 9 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + self->priv = SHOTWELL_PLUGINS_COMMON_WEB_AUTHENTICATION_PANE_GET_PRIVATE (self); +#line 10 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + self->priv->_preferred_geometry = SPIT_PUBLISHING_DIALOG_PANE_GEOMETRY_OPTIONS_NONE; +#line 486 "WebAuthenticationPane.c" +} + + +static void shotwell_plugins_common_web_authentication_pane_finalize (GObject* obj) { + ShotwellPluginsCommonWebAuthenticationPane * self; +#line 9 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + self = G_TYPE_CHECK_INSTANCE_CAST (obj, SHOTWELL_PLUGINS_COMMON_TYPE_WEB_AUTHENTICATION_PANE, ShotwellPluginsCommonWebAuthenticationPane); +#line 14 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + _g_free0 (self->priv->_login_uri); +#line 16 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + _g_object_unref0 (self->priv->webview); +#line 17 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + _g_object_unref0 (self->priv->pane_widget); +#line 9 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + G_OBJECT_CLASS (shotwell_plugins_common_web_authentication_pane_parent_class)->finalize (obj); +#line 502 "WebAuthenticationPane.c" +} + + +GType shotwell_plugins_common_web_authentication_pane_get_type (void) { + static volatile gsize shotwell_plugins_common_web_authentication_pane_type_id__volatile = 0; + if (g_once_init_enter (&shotwell_plugins_common_web_authentication_pane_type_id__volatile)) { + static const GTypeInfo g_define_type_info = { sizeof (ShotwellPluginsCommonWebAuthenticationPaneClass), (GBaseInitFunc) NULL, (GBaseFinalizeFunc) NULL, (GClassInitFunc) shotwell_plugins_common_web_authentication_pane_class_init, (GClassFinalizeFunc) NULL, NULL, sizeof (ShotwellPluginsCommonWebAuthenticationPane), 0, (GInstanceInitFunc) shotwell_plugins_common_web_authentication_pane_instance_init, NULL }; + static const GInterfaceInfo spit_publishing_dialog_pane_info = { (GInterfaceInitFunc) shotwell_plugins_common_web_authentication_pane_spit_publishing_dialog_pane_interface_init, (GInterfaceFinalizeFunc) NULL, NULL}; + GType shotwell_plugins_common_web_authentication_pane_type_id; + shotwell_plugins_common_web_authentication_pane_type_id = g_type_register_static (G_TYPE_OBJECT, "ShotwellPluginsCommonWebAuthenticationPane", &g_define_type_info, G_TYPE_FLAG_ABSTRACT); + g_type_add_interface_static (shotwell_plugins_common_web_authentication_pane_type_id, SPIT_PUBLISHING_TYPE_DIALOG_PANE, &spit_publishing_dialog_pane_info); + g_once_init_leave (&shotwell_plugins_common_web_authentication_pane_type_id__volatile, shotwell_plugins_common_web_authentication_pane_type_id); + } + return shotwell_plugins_common_web_authentication_pane_type_id__volatile; +} + + +static void _vala_shotwell_plugins_common_web_authentication_pane_get_property (GObject * object, guint property_id, GValue * value, GParamSpec * pspec) { + ShotwellPluginsCommonWebAuthenticationPane * self; + self = G_TYPE_CHECK_INSTANCE_CAST (object, SHOTWELL_PLUGINS_COMMON_TYPE_WEB_AUTHENTICATION_PANE, ShotwellPluginsCommonWebAuthenticationPane); +#line 9 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + switch (property_id) { +#line 9 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + case SHOTWELL_PLUGINS_COMMON_WEB_AUTHENTICATION_PANE_PREFERRED_GEOMETRY: +#line 9 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + g_value_set_enum (value, shotwell_plugins_common_web_authentication_pane_get_preferred_geometry (self)); +#line 9 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + break; +#line 9 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + case SHOTWELL_PLUGINS_COMMON_WEB_AUTHENTICATION_PANE_LOGIN_URI: +#line 9 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + g_value_take_string (value, shotwell_plugins_common_web_authentication_pane_get_login_uri (self)); +#line 9 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + break; +#line 537 "WebAuthenticationPane.c" + default: +#line 9 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec); +#line 9 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + break; +#line 543 "WebAuthenticationPane.c" + } +} + + +static void _vala_shotwell_plugins_common_web_authentication_pane_set_property (GObject * object, guint property_id, const GValue * value, GParamSpec * pspec) { + ShotwellPluginsCommonWebAuthenticationPane * self; + self = G_TYPE_CHECK_INSTANCE_CAST (object, SHOTWELL_PLUGINS_COMMON_TYPE_WEB_AUTHENTICATION_PANE, ShotwellPluginsCommonWebAuthenticationPane); +#line 9 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + switch (property_id) { +#line 9 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + case SHOTWELL_PLUGINS_COMMON_WEB_AUTHENTICATION_PANE_PREFERRED_GEOMETRY: +#line 9 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + shotwell_plugins_common_web_authentication_pane_set_preferred_geometry (self, g_value_get_enum (value)); +#line 9 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + break; +#line 9 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + case SHOTWELL_PLUGINS_COMMON_WEB_AUTHENTICATION_PANE_LOGIN_URI: +#line 9 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + shotwell_plugins_common_web_authentication_pane_set_login_uri (self, g_value_get_string (value)); +#line 9 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + break; +#line 565 "WebAuthenticationPane.c" + default: +#line 9 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec); +#line 9 "/home/jens/Source/shotwell/plugins/common/WebAuthenticationPane.vala" + break; +#line 571 "WebAuthenticationPane.c" + } +} + + + -- cgit v1.2.3