From 5e9f4eea451a77ba3b93db3747841ed2bd969e9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 30 Sep 2018 14:09:20 +0200 Subject: New upstream version 0.30.1 --- src/publishing/PublishingUI.c | 3669 ----------------------------------------- 1 file changed, 3669 deletions(-) delete mode 100644 src/publishing/PublishingUI.c (limited to 'src/publishing/PublishingUI.c') diff --git a/src/publishing/PublishingUI.c b/src/publishing/PublishingUI.c deleted file mode 100644 index 218b1ff..0000000 --- a/src/publishing/PublishingUI.c +++ /dev/null @@ -1,3669 +0,0 @@ -/* PublishingUI.c generated by valac 0.40.4, the Vala compiler - * generated from PublishingUI.vala, do not modify */ - -/* Copyright 2016 Software Freedom Conservancy Inc. - * - * This software is licensed under the GNU Lesser General Public License - * (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 -#include -#include -#include -#include - - -#define PUBLISHING_UI_TYPE_CONCRETE_DIALOG_PANE (publishing_ui_concrete_dialog_pane_get_type ()) -#define PUBLISHING_UI_CONCRETE_DIALOG_PANE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), PUBLISHING_UI_TYPE_CONCRETE_DIALOG_PANE, PublishingUIConcreteDialogPane)) -#define PUBLISHING_UI_CONCRETE_DIALOG_PANE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), PUBLISHING_UI_TYPE_CONCRETE_DIALOG_PANE, PublishingUIConcreteDialogPaneClass)) -#define PUBLISHING_UI_IS_CONCRETE_DIALOG_PANE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), PUBLISHING_UI_TYPE_CONCRETE_DIALOG_PANE)) -#define PUBLISHING_UI_IS_CONCRETE_DIALOG_PANE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), PUBLISHING_UI_TYPE_CONCRETE_DIALOG_PANE)) -#define PUBLISHING_UI_CONCRETE_DIALOG_PANE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), PUBLISHING_UI_TYPE_CONCRETE_DIALOG_PANE, PublishingUIConcreteDialogPaneClass)) - -typedef struct _PublishingUIConcreteDialogPane PublishingUIConcreteDialogPane; -typedef struct _PublishingUIConcreteDialogPaneClass PublishingUIConcreteDialogPaneClass; -typedef struct _PublishingUIConcreteDialogPanePrivate PublishingUIConcreteDialogPanePrivate; -enum { - PUBLISHING_UI_CONCRETE_DIALOG_PANE_0_PROPERTY, - PUBLISHING_UI_CONCRETE_DIALOG_PANE_NUM_PROPERTIES -}; -static GParamSpec* publishing_ui_concrete_dialog_pane_properties[PUBLISHING_UI_CONCRETE_DIALOG_PANE_NUM_PROPERTIES]; -#define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL))) - -#define PUBLISHING_UI_TYPE_STATIC_MESSAGE_PANE (publishing_ui_static_message_pane_get_type ()) -#define PUBLISHING_UI_STATIC_MESSAGE_PANE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), PUBLISHING_UI_TYPE_STATIC_MESSAGE_PANE, PublishingUIStaticMessagePane)) -#define PUBLISHING_UI_STATIC_MESSAGE_PANE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), PUBLISHING_UI_TYPE_STATIC_MESSAGE_PANE, PublishingUIStaticMessagePaneClass)) -#define PUBLISHING_UI_IS_STATIC_MESSAGE_PANE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), PUBLISHING_UI_TYPE_STATIC_MESSAGE_PANE)) -#define PUBLISHING_UI_IS_STATIC_MESSAGE_PANE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), PUBLISHING_UI_TYPE_STATIC_MESSAGE_PANE)) -#define PUBLISHING_UI_STATIC_MESSAGE_PANE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), PUBLISHING_UI_TYPE_STATIC_MESSAGE_PANE, PublishingUIStaticMessagePaneClass)) - -typedef struct _PublishingUIStaticMessagePane PublishingUIStaticMessagePane; -typedef struct _PublishingUIStaticMessagePaneClass PublishingUIStaticMessagePaneClass; -typedef struct _PublishingUIStaticMessagePanePrivate PublishingUIStaticMessagePanePrivate; -enum { - PUBLISHING_UI_STATIC_MESSAGE_PANE_0_PROPERTY, - PUBLISHING_UI_STATIC_MESSAGE_PANE_NUM_PROPERTIES -}; -static GParamSpec* publishing_ui_static_message_pane_properties[PUBLISHING_UI_STATIC_MESSAGE_PANE_NUM_PROPERTIES]; - -#define PUBLISHING_UI_TYPE_LOGIN_WELCOME_PANE (publishing_ui_login_welcome_pane_get_type ()) -#define PUBLISHING_UI_LOGIN_WELCOME_PANE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), PUBLISHING_UI_TYPE_LOGIN_WELCOME_PANE, PublishingUILoginWelcomePane)) -#define PUBLISHING_UI_LOGIN_WELCOME_PANE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), PUBLISHING_UI_TYPE_LOGIN_WELCOME_PANE, PublishingUILoginWelcomePaneClass)) -#define PUBLISHING_UI_IS_LOGIN_WELCOME_PANE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), PUBLISHING_UI_TYPE_LOGIN_WELCOME_PANE)) -#define PUBLISHING_UI_IS_LOGIN_WELCOME_PANE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), PUBLISHING_UI_TYPE_LOGIN_WELCOME_PANE)) -#define PUBLISHING_UI_LOGIN_WELCOME_PANE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), PUBLISHING_UI_TYPE_LOGIN_WELCOME_PANE, PublishingUILoginWelcomePaneClass)) - -typedef struct _PublishingUILoginWelcomePane PublishingUILoginWelcomePane; -typedef struct _PublishingUILoginWelcomePaneClass PublishingUILoginWelcomePaneClass; -typedef struct _PublishingUILoginWelcomePanePrivate PublishingUILoginWelcomePanePrivate; -enum { - PUBLISHING_UI_LOGIN_WELCOME_PANE_0_PROPERTY, - PUBLISHING_UI_LOGIN_WELCOME_PANE_NUM_PROPERTIES -}; -static GParamSpec* publishing_ui_login_welcome_pane_properties[PUBLISHING_UI_LOGIN_WELCOME_PANE_NUM_PROPERTIES]; -enum { - PUBLISHING_UI_LOGIN_WELCOME_PANE_LOGIN_REQUESTED_SIGNAL, - PUBLISHING_UI_LOGIN_WELCOME_PANE_NUM_SIGNALS -}; -static guint publishing_ui_login_welcome_pane_signals[PUBLISHING_UI_LOGIN_WELCOME_PANE_NUM_SIGNALS] = {0}; - -#define PUBLISHING_UI_TYPE_PROGRESS_PANE (publishing_ui_progress_pane_get_type ()) -#define PUBLISHING_UI_PROGRESS_PANE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), PUBLISHING_UI_TYPE_PROGRESS_PANE, PublishingUIProgressPane)) -#define PUBLISHING_UI_PROGRESS_PANE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), PUBLISHING_UI_TYPE_PROGRESS_PANE, PublishingUIProgressPaneClass)) -#define PUBLISHING_UI_IS_PROGRESS_PANE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), PUBLISHING_UI_TYPE_PROGRESS_PANE)) -#define PUBLISHING_UI_IS_PROGRESS_PANE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), PUBLISHING_UI_TYPE_PROGRESS_PANE)) -#define PUBLISHING_UI_PROGRESS_PANE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), PUBLISHING_UI_TYPE_PROGRESS_PANE, PublishingUIProgressPaneClass)) - -typedef struct _PublishingUIProgressPane PublishingUIProgressPane; -typedef struct _PublishingUIProgressPaneClass PublishingUIProgressPaneClass; -typedef struct _PublishingUIProgressPanePrivate PublishingUIProgressPanePrivate; -enum { - PUBLISHING_UI_PROGRESS_PANE_0_PROPERTY, - PUBLISHING_UI_PROGRESS_PANE_NUM_PROPERTIES -}; -static GParamSpec* publishing_ui_progress_pane_properties[PUBLISHING_UI_PROGRESS_PANE_NUM_PROPERTIES]; - -#define PUBLISHING_UI_TYPE_SUCCESS_PANE (publishing_ui_success_pane_get_type ()) -#define PUBLISHING_UI_SUCCESS_PANE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), PUBLISHING_UI_TYPE_SUCCESS_PANE, PublishingUISuccessPane)) -#define PUBLISHING_UI_SUCCESS_PANE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), PUBLISHING_UI_TYPE_SUCCESS_PANE, PublishingUISuccessPaneClass)) -#define PUBLISHING_UI_IS_SUCCESS_PANE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), PUBLISHING_UI_TYPE_SUCCESS_PANE)) -#define PUBLISHING_UI_IS_SUCCESS_PANE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), PUBLISHING_UI_TYPE_SUCCESS_PANE)) -#define PUBLISHING_UI_SUCCESS_PANE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), PUBLISHING_UI_TYPE_SUCCESS_PANE, PublishingUISuccessPaneClass)) - -typedef struct _PublishingUISuccessPane PublishingUISuccessPane; -typedef struct _PublishingUISuccessPaneClass PublishingUISuccessPaneClass; -typedef struct _PublishingUISuccessPanePrivate PublishingUISuccessPanePrivate; -enum { - PUBLISHING_UI_SUCCESS_PANE_0_PROPERTY, - PUBLISHING_UI_SUCCESS_PANE_NUM_PROPERTIES -}; -static GParamSpec* publishing_ui_success_pane_properties[PUBLISHING_UI_SUCCESS_PANE_NUM_PROPERTIES]; -#define _g_free0(var) (var = (g_free (var), NULL)) - -#define PUBLISHING_UI_TYPE_ACCOUNT_FETCH_WAIT_PANE (publishing_ui_account_fetch_wait_pane_get_type ()) -#define PUBLISHING_UI_ACCOUNT_FETCH_WAIT_PANE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), PUBLISHING_UI_TYPE_ACCOUNT_FETCH_WAIT_PANE, PublishingUIAccountFetchWaitPane)) -#define PUBLISHING_UI_ACCOUNT_FETCH_WAIT_PANE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), PUBLISHING_UI_TYPE_ACCOUNT_FETCH_WAIT_PANE, PublishingUIAccountFetchWaitPaneClass)) -#define PUBLISHING_UI_IS_ACCOUNT_FETCH_WAIT_PANE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), PUBLISHING_UI_TYPE_ACCOUNT_FETCH_WAIT_PANE)) -#define PUBLISHING_UI_IS_ACCOUNT_FETCH_WAIT_PANE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), PUBLISHING_UI_TYPE_ACCOUNT_FETCH_WAIT_PANE)) -#define PUBLISHING_UI_ACCOUNT_FETCH_WAIT_PANE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), PUBLISHING_UI_TYPE_ACCOUNT_FETCH_WAIT_PANE, PublishingUIAccountFetchWaitPaneClass)) - -typedef struct _PublishingUIAccountFetchWaitPane PublishingUIAccountFetchWaitPane; -typedef struct _PublishingUIAccountFetchWaitPaneClass PublishingUIAccountFetchWaitPaneClass; -typedef struct _PublishingUIAccountFetchWaitPanePrivate PublishingUIAccountFetchWaitPanePrivate; -enum { - PUBLISHING_UI_ACCOUNT_FETCH_WAIT_PANE_0_PROPERTY, - PUBLISHING_UI_ACCOUNT_FETCH_WAIT_PANE_NUM_PROPERTIES -}; -static GParamSpec* publishing_ui_account_fetch_wait_pane_properties[PUBLISHING_UI_ACCOUNT_FETCH_WAIT_PANE_NUM_PROPERTIES]; - -#define PUBLISHING_UI_TYPE_LOGIN_WAIT_PANE (publishing_ui_login_wait_pane_get_type ()) -#define PUBLISHING_UI_LOGIN_WAIT_PANE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), PUBLISHING_UI_TYPE_LOGIN_WAIT_PANE, PublishingUILoginWaitPane)) -#define PUBLISHING_UI_LOGIN_WAIT_PANE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), PUBLISHING_UI_TYPE_LOGIN_WAIT_PANE, PublishingUILoginWaitPaneClass)) -#define PUBLISHING_UI_IS_LOGIN_WAIT_PANE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), PUBLISHING_UI_TYPE_LOGIN_WAIT_PANE)) -#define PUBLISHING_UI_IS_LOGIN_WAIT_PANE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), PUBLISHING_UI_TYPE_LOGIN_WAIT_PANE)) -#define PUBLISHING_UI_LOGIN_WAIT_PANE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), PUBLISHING_UI_TYPE_LOGIN_WAIT_PANE, PublishingUILoginWaitPaneClass)) - -typedef struct _PublishingUILoginWaitPane PublishingUILoginWaitPane; -typedef struct _PublishingUILoginWaitPaneClass PublishingUILoginWaitPaneClass; -typedef struct _PublishingUILoginWaitPanePrivate PublishingUILoginWaitPanePrivate; -enum { - PUBLISHING_UI_LOGIN_WAIT_PANE_0_PROPERTY, - PUBLISHING_UI_LOGIN_WAIT_PANE_NUM_PROPERTIES -}; -static GParamSpec* publishing_ui_login_wait_pane_properties[PUBLISHING_UI_LOGIN_WAIT_PANE_NUM_PROPERTIES]; - -#define PUBLISHING_UI_TYPE_PUBLISHING_DIALOG (publishing_ui_publishing_dialog_get_type ()) -#define PUBLISHING_UI_PUBLISHING_DIALOG(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), PUBLISHING_UI_TYPE_PUBLISHING_DIALOG, PublishingUIPublishingDialog)) -#define PUBLISHING_UI_PUBLISHING_DIALOG_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), PUBLISHING_UI_TYPE_PUBLISHING_DIALOG, PublishingUIPublishingDialogClass)) -#define PUBLISHING_UI_IS_PUBLISHING_DIALOG(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), PUBLISHING_UI_TYPE_PUBLISHING_DIALOG)) -#define PUBLISHING_UI_IS_PUBLISHING_DIALOG_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), PUBLISHING_UI_TYPE_PUBLISHING_DIALOG)) -#define PUBLISHING_UI_PUBLISHING_DIALOG_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), PUBLISHING_UI_TYPE_PUBLISHING_DIALOG, PublishingUIPublishingDialogClass)) - -typedef struct _PublishingUIPublishingDialog PublishingUIPublishingDialog; -typedef struct _PublishingUIPublishingDialogClass PublishingUIPublishingDialogClass; -typedef struct _PublishingUIPublishingDialogPrivate PublishingUIPublishingDialogPrivate; - -#define PLUGINS_TYPE_STANDARD_HOST_INTERFACE (plugins_standard_host_interface_get_type ()) -#define PLUGINS_STANDARD_HOST_INTERFACE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), PLUGINS_TYPE_STANDARD_HOST_INTERFACE, PluginsStandardHostInterface)) -#define PLUGINS_STANDARD_HOST_INTERFACE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), PLUGINS_TYPE_STANDARD_HOST_INTERFACE, PluginsStandardHostInterfaceClass)) -#define PLUGINS_IS_STANDARD_HOST_INTERFACE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), PLUGINS_TYPE_STANDARD_HOST_INTERFACE)) -#define PLUGINS_IS_STANDARD_HOST_INTERFACE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), PLUGINS_TYPE_STANDARD_HOST_INTERFACE)) -#define PLUGINS_STANDARD_HOST_INTERFACE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), PLUGINS_TYPE_STANDARD_HOST_INTERFACE, PluginsStandardHostInterfaceClass)) - -typedef struct _PluginsStandardHostInterface PluginsStandardHostInterface; -typedef struct _PluginsStandardHostInterfaceClass PluginsStandardHostInterfaceClass; - -#define SPIT_PUBLISHING_TYPE_CONCRETE_PUBLISHING_HOST (spit_publishing_concrete_publishing_host_get_type ()) -#define SPIT_PUBLISHING_CONCRETE_PUBLISHING_HOST(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), SPIT_PUBLISHING_TYPE_CONCRETE_PUBLISHING_HOST, SpitPublishingConcretePublishingHost)) -#define SPIT_PUBLISHING_CONCRETE_PUBLISHING_HOST_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), SPIT_PUBLISHING_TYPE_CONCRETE_PUBLISHING_HOST, SpitPublishingConcretePublishingHostClass)) -#define SPIT_PUBLISHING_IS_CONCRETE_PUBLISHING_HOST(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), SPIT_PUBLISHING_TYPE_CONCRETE_PUBLISHING_HOST)) -#define SPIT_PUBLISHING_IS_CONCRETE_PUBLISHING_HOST_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), SPIT_PUBLISHING_TYPE_CONCRETE_PUBLISHING_HOST)) -#define SPIT_PUBLISHING_CONCRETE_PUBLISHING_HOST_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), SPIT_PUBLISHING_TYPE_CONCRETE_PUBLISHING_HOST, SpitPublishingConcretePublishingHostClass)) - -typedef struct _SpitPublishingConcretePublishingHost SpitPublishingConcretePublishingHost; -typedef struct _SpitPublishingConcretePublishingHostClass SpitPublishingConcretePublishingHostClass; -enum { - PUBLISHING_UI_PUBLISHING_DIALOG_0_PROPERTY, - PUBLISHING_UI_PUBLISHING_DIALOG_NUM_PROPERTIES -}; -static GParamSpec* publishing_ui_publishing_dialog_properties[PUBLISHING_UI_PUBLISHING_DIALOG_NUM_PROPERTIES]; - -#define TYPE_DATA_OBJECT (data_object_get_type ()) -#define DATA_OBJECT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_DATA_OBJECT, DataObject)) -#define DATA_OBJECT_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), TYPE_DATA_OBJECT, DataObjectClass)) -#define IS_DATA_OBJECT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_DATA_OBJECT)) -#define IS_DATA_OBJECT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_DATA_OBJECT)) -#define DATA_OBJECT_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_DATA_OBJECT, DataObjectClass)) - -typedef struct _DataObject DataObject; -typedef struct _DataObjectClass DataObjectClass; - -#define TYPE_DATA_SOURCE (data_source_get_type ()) -#define DATA_SOURCE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_DATA_SOURCE, DataSource)) -#define DATA_SOURCE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), TYPE_DATA_SOURCE, DataSourceClass)) -#define IS_DATA_SOURCE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_DATA_SOURCE)) -#define IS_DATA_SOURCE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_DATA_SOURCE)) -#define DATA_SOURCE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_DATA_SOURCE, DataSourceClass)) - -typedef struct _DataSource DataSource; -typedef struct _DataSourceClass DataSourceClass; - -#define TYPE_THUMBNAIL_SOURCE (thumbnail_source_get_type ()) -#define THUMBNAIL_SOURCE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_THUMBNAIL_SOURCE, ThumbnailSource)) -#define THUMBNAIL_SOURCE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), TYPE_THUMBNAIL_SOURCE, ThumbnailSourceClass)) -#define IS_THUMBNAIL_SOURCE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_THUMBNAIL_SOURCE)) -#define IS_THUMBNAIL_SOURCE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_THUMBNAIL_SOURCE)) -#define THUMBNAIL_SOURCE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_THUMBNAIL_SOURCE, ThumbnailSourceClass)) - -typedef struct _ThumbnailSource ThumbnailSource; -typedef struct _ThumbnailSourceClass ThumbnailSourceClass; - -#define TYPE_MEDIA_SOURCE (media_source_get_type ()) -#define MEDIA_SOURCE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_MEDIA_SOURCE, MediaSource)) -#define MEDIA_SOURCE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), TYPE_MEDIA_SOURCE, MediaSourceClass)) -#define IS_MEDIA_SOURCE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_MEDIA_SOURCE)) -#define IS_MEDIA_SOURCE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_MEDIA_SOURCE)) -#define MEDIA_SOURCE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_MEDIA_SOURCE, MediaSourceClass)) - -typedef struct _MediaSource MediaSource; -typedef struct _MediaSourceClass MediaSourceClass; - -#define TYPE_PAGE_WINDOW (page_window_get_type ()) -#define PAGE_WINDOW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_PAGE_WINDOW, PageWindow)) -#define PAGE_WINDOW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), TYPE_PAGE_WINDOW, PageWindowClass)) -#define IS_PAGE_WINDOW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_PAGE_WINDOW)) -#define IS_PAGE_WINDOW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_PAGE_WINDOW)) -#define PAGE_WINDOW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_PAGE_WINDOW, PageWindowClass)) - -typedef struct _PageWindow PageWindow; -typedef struct _PageWindowClass PageWindowClass; - -#define TYPE_APP_WINDOW (app_window_get_type ()) -#define APP_WINDOW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_APP_WINDOW, AppWindow)) -#define APP_WINDOW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), TYPE_APP_WINDOW, AppWindowClass)) -#define IS_APP_WINDOW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_APP_WINDOW)) -#define IS_APP_WINDOW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_APP_WINDOW)) -#define APP_WINDOW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_APP_WINDOW, AppWindowClass)) - -typedef struct _AppWindow AppWindow; -typedef struct _AppWindowClass AppWindowClass; - -#define PUBLISHING_GLUE_TYPE_MEDIA_SOURCE_PUBLISHABLE_WRAPPER (publishing_glue_media_source_publishable_wrapper_get_type ()) -#define PUBLISHING_GLUE_MEDIA_SOURCE_PUBLISHABLE_WRAPPER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), PUBLISHING_GLUE_TYPE_MEDIA_SOURCE_PUBLISHABLE_WRAPPER, PublishingGlueMediaSourcePublishableWrapper)) -#define PUBLISHING_GLUE_MEDIA_SOURCE_PUBLISHABLE_WRAPPER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), PUBLISHING_GLUE_TYPE_MEDIA_SOURCE_PUBLISHABLE_WRAPPER, PublishingGlueMediaSourcePublishableWrapperClass)) -#define PUBLISHING_GLUE_IS_MEDIA_SOURCE_PUBLISHABLE_WRAPPER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), PUBLISHING_GLUE_TYPE_MEDIA_SOURCE_PUBLISHABLE_WRAPPER)) -#define PUBLISHING_GLUE_IS_MEDIA_SOURCE_PUBLISHABLE_WRAPPER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), PUBLISHING_GLUE_TYPE_MEDIA_SOURCE_PUBLISHABLE_WRAPPER)) -#define PUBLISHING_GLUE_MEDIA_SOURCE_PUBLISHABLE_WRAPPER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), PUBLISHING_GLUE_TYPE_MEDIA_SOURCE_PUBLISHABLE_WRAPPER, PublishingGlueMediaSourcePublishableWrapperClass)) - -typedef struct _PublishingGlueMediaSourcePublishableWrapper PublishingGlueMediaSourcePublishableWrapper; -typedef struct _PublishingGlueMediaSourcePublishableWrapperClass PublishingGlueMediaSourcePublishableWrapperClass; - -#define TYPE_CONFIGURATION_FACADE (configuration_facade_get_type ()) -#define CONFIGURATION_FACADE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_CONFIGURATION_FACADE, ConfigurationFacade)) -#define CONFIGURATION_FACADE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), TYPE_CONFIGURATION_FACADE, ConfigurationFacadeClass)) -#define IS_CONFIGURATION_FACADE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_CONFIGURATION_FACADE)) -#define IS_CONFIGURATION_FACADE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_CONFIGURATION_FACADE)) -#define CONFIGURATION_FACADE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_CONFIGURATION_FACADE, ConfigurationFacadeClass)) - -typedef struct _ConfigurationFacade ConfigurationFacade; -typedef struct _ConfigurationFacadeClass ConfigurationFacadeClass; - -#define CONFIG_TYPE_FACADE (config_facade_get_type ()) -#define CONFIG_FACADE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), CONFIG_TYPE_FACADE, ConfigFacade)) -#define CONFIG_FACADE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), CONFIG_TYPE_FACADE, ConfigFacadeClass)) -#define CONFIG_IS_FACADE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), CONFIG_TYPE_FACADE)) -#define CONFIG_IS_FACADE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), CONFIG_TYPE_FACADE)) -#define CONFIG_FACADE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), CONFIG_TYPE_FACADE, ConfigFacadeClass)) - -typedef struct _ConfigFacade ConfigFacade; -typedef struct _ConfigFacadeClass ConfigFacadeClass; -#define _g_timer_destroy0(var) ((var == NULL) ? NULL : (var = (g_timer_destroy (var), NULL))) - -#define TYPE_PHOTO_SOURCE (photo_source_get_type ()) -#define PHOTO_SOURCE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_PHOTO_SOURCE, PhotoSource)) -#define PHOTO_SOURCE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), TYPE_PHOTO_SOURCE, PhotoSourceClass)) -#define IS_PHOTO_SOURCE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_PHOTO_SOURCE)) -#define IS_PHOTO_SOURCE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_PHOTO_SOURCE)) -#define PHOTO_SOURCE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_PHOTO_SOURCE, PhotoSourceClass)) - -typedef struct _PhotoSource PhotoSource; -typedef struct _PhotoSourceClass PhotoSourceClass; - -#define TYPE_PHOTO (photo_get_type ()) -#define PHOTO(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_PHOTO, Photo)) -#define PHOTO_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), TYPE_PHOTO, PhotoClass)) -#define IS_PHOTO(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_PHOTO)) -#define IS_PHOTO_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_PHOTO)) -#define PHOTO_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_PHOTO, PhotoClass)) - -typedef struct _Photo Photo; -typedef struct _PhotoClass PhotoClass; - -#define TYPE_LIBRARY_PHOTO (library_photo_get_type ()) -#define LIBRARY_PHOTO(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_LIBRARY_PHOTO, LibraryPhoto)) -#define LIBRARY_PHOTO_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), TYPE_LIBRARY_PHOTO, LibraryPhotoClass)) -#define IS_LIBRARY_PHOTO(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_LIBRARY_PHOTO)) -#define IS_LIBRARY_PHOTO_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_LIBRARY_PHOTO)) -#define LIBRARY_PHOTO_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_LIBRARY_PHOTO, LibraryPhotoClass)) - -typedef struct _LibraryPhoto LibraryPhoto; -typedef struct _LibraryPhotoClass LibraryPhotoClass; - -#define TYPE_VIDEO_SOURCE (video_source_get_type ()) -#define VIDEO_SOURCE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_VIDEO_SOURCE, VideoSource)) -#define VIDEO_SOURCE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), TYPE_VIDEO_SOURCE, VideoSourceClass)) -#define IS_VIDEO_SOURCE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_VIDEO_SOURCE)) -#define IS_VIDEO_SOURCE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_VIDEO_SOURCE)) -#define VIDEO_SOURCE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_VIDEO_SOURCE, VideoSourceClass)) - -typedef struct _VideoSource VideoSource; -typedef struct _VideoSourceClass VideoSourceClass; - -#define TYPE_VIDEO (video_get_type ()) -#define VIDEO(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_VIDEO, Video)) -#define VIDEO_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), TYPE_VIDEO, VideoClass)) -#define IS_VIDEO(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_VIDEO)) -#define IS_VIDEO_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_VIDEO)) -#define VIDEO_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_VIDEO, VideoClass)) - -typedef struct _Video Video; -typedef struct _VideoClass VideoClass; -#define _vala_assert(expr, msg) if G_LIKELY (expr) ; else g_assertion_message_expr (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, msg); -#define _vala_return_if_fail(expr, msg) if G_LIKELY (expr) ; else { g_return_if_fail_warning (G_LOG_DOMAIN, G_STRFUNC, msg); return; } -#define _vala_return_val_if_fail(expr, msg, val) if G_LIKELY (expr) ; else { g_return_if_fail_warning (G_LOG_DOMAIN, G_STRFUNC, msg); return val; } -#define _vala_warn_if_fail(expr, msg) if G_LIKELY (expr) ; else g_warn_message (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, msg); - -struct _PublishingUIConcreteDialogPane { - GObject parent_instance; - PublishingUIConcreteDialogPanePrivate * priv; - GtkBox* pane_widget; - GtkBuilder* builder; -}; - -struct _PublishingUIConcreteDialogPaneClass { - GObjectClass parent_class; -}; - -struct _PublishingUIStaticMessagePane { - PublishingUIConcreteDialogPane parent_instance; - PublishingUIStaticMessagePanePrivate * priv; -}; - -struct _PublishingUIStaticMessagePaneClass { - PublishingUIConcreteDialogPaneClass parent_class; -}; - -struct _PublishingUIStaticMessagePanePrivate { - GtkLabel* msg_label; -}; - -struct _PublishingUILoginWelcomePane { - PublishingUIConcreteDialogPane parent_instance; - PublishingUILoginWelcomePanePrivate * priv; -}; - -struct _PublishingUILoginWelcomePaneClass { - PublishingUIConcreteDialogPaneClass parent_class; -}; - -struct _PublishingUILoginWelcomePanePrivate { - GtkButton* login_button; - GtkLabel* not_logged_in_label; -}; - -struct _PublishingUIProgressPane { - PublishingUIConcreteDialogPane parent_instance; - PublishingUIProgressPanePrivate * priv; -}; - -struct _PublishingUIProgressPaneClass { - PublishingUIConcreteDialogPaneClass parent_class; -}; - -struct _PublishingUIProgressPanePrivate { - GtkProgressBar* progress_bar; -}; - -struct _PublishingUISuccessPane { - PublishingUIStaticMessagePane parent_instance; - PublishingUISuccessPanePrivate * priv; -}; - -struct _PublishingUISuccessPaneClass { - PublishingUIStaticMessagePaneClass parent_class; -}; - -struct _PublishingUIAccountFetchWaitPane { - PublishingUIStaticMessagePane parent_instance; - PublishingUIAccountFetchWaitPanePrivate * priv; -}; - -struct _PublishingUIAccountFetchWaitPaneClass { - PublishingUIStaticMessagePaneClass parent_class; -}; - -struct _PublishingUILoginWaitPane { - PublishingUIStaticMessagePane parent_instance; - PublishingUILoginWaitPanePrivate * priv; -}; - -struct _PublishingUILoginWaitPaneClass { - PublishingUIStaticMessagePaneClass parent_class; -}; - -struct _PublishingUIPublishingDialog { - GtkDialog parent_instance; - PublishingUIPublishingDialogPrivate * priv; -}; - -struct _PublishingUIPublishingDialogClass { - GtkDialogClass parent_class; -}; - -struct _PublishingUIPublishingDialogPrivate { - GtkListStore* service_selector_box_model; - GtkComboBox* service_selector_box; - GtkBox* central_area_layouter; - GtkButton* close_cancel_button; - SpitPublishingDialogPane* active_pane; - SpitPublishingPublishable** publishables; - gint publishables_length1; - gint _publishables_size_; - SpitPublishingConcretePublishingHost* host; - SpitPluggableInfo info; -}; - - -static gpointer publishing_ui_concrete_dialog_pane_parent_class = NULL; -static SpitPublishingDialogPaneIface * publishing_ui_concrete_dialog_pane_spit_publishing_dialog_pane_parent_iface = NULL; -static gpointer publishing_ui_static_message_pane_parent_class = NULL; -static gpointer publishing_ui_login_welcome_pane_parent_class = NULL; -static gpointer publishing_ui_progress_pane_parent_class = NULL; -static gpointer publishing_ui_success_pane_parent_class = NULL; -static gpointer publishing_ui_account_fetch_wait_pane_parent_class = NULL; -static gpointer publishing_ui_login_wait_pane_parent_class = NULL; -static gpointer publishing_ui_publishing_dialog_parent_class = NULL; -static PublishingUIPublishingDialog* publishing_ui_publishing_dialog_active_instance; -static PublishingUIPublishingDialog* publishing_ui_publishing_dialog_active_instance = NULL; -static GTimer* publishing_ui_publishing_dialog_since_last_start; -static GTimer* publishing_ui_publishing_dialog_since_last_start = NULL; -static gboolean publishing_ui_publishing_dialog_elapsed_is_valid; -static gboolean publishing_ui_publishing_dialog_elapsed_is_valid = FALSE; - -GType publishing_ui_concrete_dialog_pane_get_type (void) G_GNUC_CONST; -PublishingUIConcreteDialogPane* publishing_ui_concrete_dialog_pane_new (void); -PublishingUIConcreteDialogPane* publishing_ui_concrete_dialog_pane_construct (GType object_type); -GtkBuilder* app_window_create_builder (const gchar* glade_filename, - void* user); -static GtkWidget* publishing_ui_concrete_dialog_pane_real_get_widget (SpitPublishingDialogPane* base); -static SpitPublishingDialogPaneGeometryOptions publishing_ui_concrete_dialog_pane_real_get_preferred_geometry (SpitPublishingDialogPane* base); -static void publishing_ui_concrete_dialog_pane_real_on_pane_installed (SpitPublishingDialogPane* base); -static void publishing_ui_concrete_dialog_pane_real_on_pane_uninstalled (SpitPublishingDialogPane* base); -static void publishing_ui_concrete_dialog_pane_finalize (GObject * obj); -GType publishing_ui_static_message_pane_get_type (void) G_GNUC_CONST; -#define PUBLISHING_UI_STATIC_MESSAGE_PANE_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), PUBLISHING_UI_TYPE_STATIC_MESSAGE_PANE, PublishingUIStaticMessagePanePrivate)) -PublishingUIStaticMessagePane* publishing_ui_static_message_pane_new (const gchar* message_string, - gboolean enable_markup); -PublishingUIStaticMessagePane* publishing_ui_static_message_pane_construct (GType object_type, - const gchar* message_string, - gboolean enable_markup); -static void publishing_ui_static_message_pane_finalize (GObject * obj); -GType publishing_ui_login_welcome_pane_get_type (void) G_GNUC_CONST; -#define PUBLISHING_UI_LOGIN_WELCOME_PANE_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), PUBLISHING_UI_TYPE_LOGIN_WELCOME_PANE, PublishingUILoginWelcomePanePrivate)) -PublishingUILoginWelcomePane* publishing_ui_login_welcome_pane_new (const gchar* service_welcome_message); -PublishingUILoginWelcomePane* publishing_ui_login_welcome_pane_construct (GType object_type, - const gchar* service_welcome_message); -static void publishing_ui_login_welcome_pane_on_login_clicked (PublishingUILoginWelcomePane* self); -static void _publishing_ui_login_welcome_pane_on_login_clicked_gtk_button_clicked (GtkButton* _sender, - gpointer self); -static void publishing_ui_login_welcome_pane_finalize (GObject * obj); -GType publishing_ui_progress_pane_get_type (void) G_GNUC_CONST; -#define PUBLISHING_UI_PROGRESS_PANE_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), PUBLISHING_UI_TYPE_PROGRESS_PANE, PublishingUIProgressPanePrivate)) -PublishingUIProgressPane* publishing_ui_progress_pane_new (void); -PublishingUIProgressPane* publishing_ui_progress_pane_construct (GType object_type); -void publishing_ui_progress_pane_set_text (PublishingUIProgressPane* self, - const gchar* text); -void publishing_ui_progress_pane_set_progress (PublishingUIProgressPane* self, - gdouble progress); -void publishing_ui_progress_pane_set_status (PublishingUIProgressPane* self, - const gchar* status_text, - gdouble progress); -static void publishing_ui_progress_pane_finalize (GObject * obj); -GType publishing_ui_success_pane_get_type (void) G_GNUC_CONST; -PublishingUISuccessPane* publishing_ui_success_pane_new (SpitPublishingPublisherMediaType published_media, - gint num_uploaded); -PublishingUISuccessPane* publishing_ui_success_pane_construct (GType object_type, - SpitPublishingPublisherMediaType published_media, - gint num_uploaded); -GType publishing_ui_account_fetch_wait_pane_get_type (void) G_GNUC_CONST; -PublishingUIAccountFetchWaitPane* publishing_ui_account_fetch_wait_pane_new (void); -PublishingUIAccountFetchWaitPane* publishing_ui_account_fetch_wait_pane_construct (GType object_type); -GType publishing_ui_login_wait_pane_get_type (void) G_GNUC_CONST; -PublishingUILoginWaitPane* publishing_ui_login_wait_pane_new (void); -PublishingUILoginWaitPane* publishing_ui_login_wait_pane_construct (GType object_type); -GType publishing_ui_publishing_dialog_get_type (void) G_GNUC_CONST; -GType plugins_standard_host_interface_get_type (void) G_GNUC_CONST; -GType spit_publishing_concrete_publishing_host_get_type (void) G_GNUC_CONST; -#define PUBLISHING_UI_PUBLISHING_DIALOG_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), PUBLISHING_UI_TYPE_PUBLISHING_DIALOG, PublishingUIPublishingDialogPrivate)) -#define PUBLISHING_UI_PUBLISHING_DIALOG_LARGE_WINDOW_WIDTH 860 -#define PUBLISHING_UI_PUBLISHING_DIALOG_LARGE_WINDOW_HEIGHT 688 -#define PUBLISHING_UI_PUBLISHING_DIALOG_COLOSSAL_WINDOW_WIDTH 1024 -#define PUBLISHING_UI_PUBLISHING_DIALOG_COLOSSAL_WINDOW_HEIGHT 688 -#define PUBLISHING_UI_PUBLISHING_DIALOG_STANDARD_WINDOW_WIDTH 632 -#define PUBLISHING_UI_PUBLISHING_DIALOG_STANDARD_WINDOW_HEIGHT 540 -#define PUBLISHING_UI_PUBLISHING_DIALOG_BORDER_REGION_WIDTH 16 -#define PUBLISHING_UI_PUBLISHING_DIALOG_BORDER_REGION_HEIGHT 100 -#define PUBLISHING_UI_PUBLISHING_DIALOG_STANDARD_CONTENT_LABEL_WIDTH 500 -#define PUBLISHING_UI_PUBLISHING_DIALOG_STANDARD_ACTION_BUTTON_WIDTH 128 -GType data_object_get_type (void) G_GNUC_CONST; -GType data_source_get_type (void) G_GNUC_CONST; -GType thumbnail_source_get_type (void) G_GNUC_CONST; -GType media_source_get_type (void) G_GNUC_CONST; -PublishingUIPublishingDialog* publishing_ui_publishing_dialog_new (GeeCollection* to_publish); -PublishingUIPublishingDialog* publishing_ui_publishing_dialog_construct (GType object_type, - GeeCollection* to_publish); -gint resources_use_header_bar (void); -GType page_window_get_type (void) G_GNUC_CONST; -GType app_window_get_type (void) G_GNUC_CONST; -AppWindow* app_window_get_instance (void); -static gboolean publishing_ui_publishing_dialog_on_window_close (PublishingUIPublishingDialog* self, - GdkEventAny* evt); -static gboolean _publishing_ui_publishing_dialog_on_window_close_gtk_widget_delete_event (GtkWidget* _sender, - GdkEventAny* event, - gpointer self); -PublishingGlueMediaSourcePublishableWrapper* publishing_glue_media_source_publishable_wrapper_new (MediaSource* to_wrap); -PublishingGlueMediaSourcePublishableWrapper* publishing_glue_media_source_publishable_wrapper_construct (GType object_type, - MediaSource* to_wrap); -GType publishing_glue_media_source_publishable_wrapper_get_type (void) G_GNUC_CONST; -static void _vala_array_add58 (SpitPublishingPublishable** * array, - int* length, - int* size, - SpitPublishingPublishable* value); -GType configuration_facade_get_type (void) G_GNUC_CONST; -GType config_facade_get_type (void) G_GNUC_CONST; -ConfigFacade* config_facade_get_instance (void); -gchar* configuration_facade_get_last_used_service (ConfigurationFacade* self); -static SpitPublishingService** publishing_ui_publishing_dialog_load_services (gboolean has_photos, - gboolean has_videos, - int* result_length1); -GdkPixbuf* resources_get_icon (const gchar* name, - gint scale); -#define RESOURCES_ICON_GENERIC_PLUGIN "generic-plugin.png" -#define RESOURCES_DEFAULT_ICON_SCALE 24 -static void publishing_ui_publishing_dialog_on_service_changed (PublishingUIPublishingDialog* self); -static void _publishing_ui_publishing_dialog_on_service_changed_gtk_combo_box_changed (GtkComboBox* _sender, - gpointer self); -static void publishing_ui_publishing_dialog_on_close_cancel_clicked (PublishingUIPublishingDialog* self); -static void _publishing_ui_publishing_dialog_on_close_cancel_clicked_gtk_button_clicked (GtkButton* _sender, - gpointer self); -static void publishing_ui_publishing_dialog_set_standard_window_mode (PublishingUIPublishingDialog* self); -static SpitPublishingService** publishing_ui_publishing_dialog_load_all_services (int* result_length1); -GeeCollection* plugins_get_pluggables_for_type (GType type, - GCompareDataFunc compare_func, - void* compare_func_target, - GDestroyNotify compare_func_target_destroy_notify, - gboolean include_disabled); -gchar* plugins_get_pluggable_module_id (SpitPluggable* needle); -static void _vala_array_add59 (SpitPublishingService** * array, - int* length, - int* size, - SpitPublishingService* value); -static gint __lambda16_ (void* a, - void* b); -gint utf8_cs_compare (void* a, - void* b); -static gint ___lambda16____compar_fn_t (void* key1, - void* key2); -static void _vala_array_add60 (SpitPublishingService** * array, - int* length, - int* size, - SpitPublishingService* value); -static void _vala_array_add61 (SpitPublishingService** * array, - int* length, - int* size, - SpitPublishingService* value); -static void _vala_array_add62 (SpitPublishingService** * array, - int* length, - int* size, - SpitPublishingService* value); -void publishing_ui_publishing_dialog_go (GeeCollection* to_publish); -GType photo_source_get_type (void) G_GNUC_CONST; -GType photo_get_type (void) G_GNUC_CONST; -GType library_photo_get_type (void) G_GNUC_CONST; -GType video_source_get_type (void) G_GNUC_CONST; -GType video_get_type (void) G_GNUC_CONST; -void media_source_collection_filter_media (GeeCollection* media, - GeeCollection* photos, - GeeCollection* videos); -void app_window_error_message_with_title (const gchar* title, - const gchar* message, - GtkWindow* parent, - gboolean should_escape); -gint publishing_ui_publishing_dialog_run (PublishingUIPublishingDialog* self); -void configuration_facade_set_last_used_service (ConfigurationFacade* self, - const gchar* service_name); -SpitPublishingConcretePublishingHost* spit_publishing_concrete_publishing_host_new (SpitPublishingService* service, - PublishingUIPublishingDialog* dialog, - SpitPublishingPublishable** publishables, - int publishables_length1); -SpitPublishingConcretePublishingHost* spit_publishing_concrete_publishing_host_construct (GType object_type, - SpitPublishingService* service, - PublishingUIPublishingDialog* dialog, - SpitPublishingPublishable** publishables, - int publishables_length1); -void spit_publishing_concrete_publishing_host_start_publishing (SpitPublishingConcretePublishingHost* self); -static void publishing_ui_publishing_dialog_set_large_window_mode (PublishingUIPublishingDialog* self); -static void publishing_ui_publishing_dialog_set_colossal_window_mode (PublishingUIPublishingDialog* self); -static void publishing_ui_publishing_dialog_set_free_sizable_window_mode (PublishingUIPublishingDialog* self); -static void publishing_ui_publishing_dialog_clear_free_sizable_window_mode (PublishingUIPublishingDialog* self); -SpitPublishingDialogPane* publishing_ui_publishing_dialog_get_active_pane (PublishingUIPublishingDialog* self); -void publishing_ui_publishing_dialog_set_close_button_mode (PublishingUIPublishingDialog* self); -void publishing_ui_publishing_dialog_set_cancel_button_mode (PublishingUIPublishingDialog* self); -void publishing_ui_publishing_dialog_lock_service (PublishingUIPublishingDialog* self); -void publishing_ui_publishing_dialog_unlock_service (PublishingUIPublishingDialog* self); -void publishing_ui_publishing_dialog_install_pane (PublishingUIPublishingDialog* self, - SpitPublishingDialogPane* pane); -static void publishing_ui_publishing_dialog_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); - - -PublishingUIConcreteDialogPane* -publishing_ui_concrete_dialog_pane_construct (GType object_type) -{ - PublishingUIConcreteDialogPane * self = NULL; - GtkBuilder* _tmp0_; -#line 13 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - self = (PublishingUIConcreteDialogPane*) g_object_new (object_type, NULL); -#line 14 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp0_ = app_window_create_builder ("shotwell.ui", NULL); -#line 14 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (self->builder); -#line 14 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - self->builder = _tmp0_; -#line 13 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - return self; -#line 640 "PublishingUI.c" -} - - -PublishingUIConcreteDialogPane* -publishing_ui_concrete_dialog_pane_new (void) -{ -#line 13 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - return publishing_ui_concrete_dialog_pane_construct (PUBLISHING_UI_TYPE_CONCRETE_DIALOG_PANE); -#line 649 "PublishingUI.c" -} - - -static gpointer -_g_object_ref0 (gpointer self) -{ -#line 18 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - return self ? g_object_ref (self) : NULL; -#line 658 "PublishingUI.c" -} - - -static GtkWidget* -publishing_ui_concrete_dialog_pane_real_get_widget (SpitPublishingDialogPane* base) -{ - PublishingUIConcreteDialogPane * self; - GtkWidget* result = NULL; - GtkBox* _tmp0_; - GtkWidget* _tmp1_; -#line 17 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - self = G_TYPE_CHECK_INSTANCE_CAST (base, PUBLISHING_UI_TYPE_CONCRETE_DIALOG_PANE, PublishingUIConcreteDialogPane); -#line 18 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp0_ = self->pane_widget; -#line 18 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp1_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, gtk_widget_get_type (), GtkWidget)); -#line 18 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - result = _tmp1_; -#line 18 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - return result; -#line 679 "PublishingUI.c" -} - - -static SpitPublishingDialogPaneGeometryOptions -publishing_ui_concrete_dialog_pane_real_get_preferred_geometry (SpitPublishingDialogPane* base) -{ - PublishingUIConcreteDialogPane * self; - SpitPublishingDialogPaneGeometryOptions result = 0; -#line 21 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - self = G_TYPE_CHECK_INSTANCE_CAST (base, PUBLISHING_UI_TYPE_CONCRETE_DIALOG_PANE, PublishingUIConcreteDialogPane); -#line 22 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - result = SPIT_PUBLISHING_DIALOG_PANE_GEOMETRY_OPTIONS_NONE; -#line 22 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - return result; -#line 694 "PublishingUI.c" -} - - -static void -publishing_ui_concrete_dialog_pane_real_on_pane_installed (SpitPublishingDialogPane* base) -{ - PublishingUIConcreteDialogPane * self; -#line 25 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - self = G_TYPE_CHECK_INSTANCE_CAST (base, PUBLISHING_UI_TYPE_CONCRETE_DIALOG_PANE, PublishingUIConcreteDialogPane); -#line 704 "PublishingUI.c" -} - - -static void -publishing_ui_concrete_dialog_pane_real_on_pane_uninstalled (SpitPublishingDialogPane* base) -{ - PublishingUIConcreteDialogPane * self; -#line 28 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - self = G_TYPE_CHECK_INSTANCE_CAST (base, PUBLISHING_UI_TYPE_CONCRETE_DIALOG_PANE, PublishingUIConcreteDialogPane); -#line 714 "PublishingUI.c" -} - - -static void -publishing_ui_concrete_dialog_pane_class_init (PublishingUIConcreteDialogPaneClass * klass) -{ -#line 9 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - publishing_ui_concrete_dialog_pane_parent_class = g_type_class_peek_parent (klass); -#line 9 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - G_OBJECT_CLASS (klass)->finalize = publishing_ui_concrete_dialog_pane_finalize; -#line 725 "PublishingUI.c" -} - - -static void -publishing_ui_concrete_dialog_pane_spit_publishing_dialog_pane_interface_init (SpitPublishingDialogPaneIface * iface) -{ -#line 9 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - publishing_ui_concrete_dialog_pane_spit_publishing_dialog_pane_parent_iface = g_type_interface_peek_parent (iface); -#line 9 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - iface->get_widget = (GtkWidget* (*) (SpitPublishingDialogPane *)) publishing_ui_concrete_dialog_pane_real_get_widget; -#line 9 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - iface->get_preferred_geometry = (SpitPublishingDialogPaneGeometryOptions (*) (SpitPublishingDialogPane *)) publishing_ui_concrete_dialog_pane_real_get_preferred_geometry; -#line 9 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - iface->on_pane_installed = (void (*) (SpitPublishingDialogPane *)) publishing_ui_concrete_dialog_pane_real_on_pane_installed; -#line 9 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - iface->on_pane_uninstalled = (void (*) (SpitPublishingDialogPane *)) publishing_ui_concrete_dialog_pane_real_on_pane_uninstalled; -#line 742 "PublishingUI.c" -} - - -static void -publishing_ui_concrete_dialog_pane_instance_init (PublishingUIConcreteDialogPane * self) -{ -#line 10 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - self->pane_widget = NULL; -#line 11 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - self->builder = NULL; -#line 753 "PublishingUI.c" -} - - -static void -publishing_ui_concrete_dialog_pane_finalize (GObject * obj) -{ - PublishingUIConcreteDialogPane * self; -#line 9 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - self = G_TYPE_CHECK_INSTANCE_CAST (obj, PUBLISHING_UI_TYPE_CONCRETE_DIALOG_PANE, PublishingUIConcreteDialogPane); -#line 10 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (self->pane_widget); -#line 11 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (self->builder); -#line 9 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - G_OBJECT_CLASS (publishing_ui_concrete_dialog_pane_parent_class)->finalize (obj); -#line 769 "PublishingUI.c" -} - - -GType -publishing_ui_concrete_dialog_pane_get_type (void) -{ - static volatile gsize publishing_ui_concrete_dialog_pane_type_id__volatile = 0; - if (g_once_init_enter (&publishing_ui_concrete_dialog_pane_type_id__volatile)) { - static const GTypeInfo g_define_type_info = { sizeof (PublishingUIConcreteDialogPaneClass), (GBaseInitFunc) NULL, (GBaseFinalizeFunc) NULL, (GClassInitFunc) publishing_ui_concrete_dialog_pane_class_init, (GClassFinalizeFunc) NULL, NULL, sizeof (PublishingUIConcreteDialogPane), 0, (GInstanceInitFunc) publishing_ui_concrete_dialog_pane_instance_init, NULL }; - static const GInterfaceInfo spit_publishing_dialog_pane_info = { (GInterfaceInitFunc) publishing_ui_concrete_dialog_pane_spit_publishing_dialog_pane_interface_init, (GInterfaceFinalizeFunc) NULL, NULL}; - GType publishing_ui_concrete_dialog_pane_type_id; - publishing_ui_concrete_dialog_pane_type_id = g_type_register_static (G_TYPE_OBJECT, "PublishingUIConcreteDialogPane", &g_define_type_info, 0); - g_type_add_interface_static (publishing_ui_concrete_dialog_pane_type_id, SPIT_PUBLISHING_TYPE_DIALOG_PANE, &spit_publishing_dialog_pane_info); - g_once_init_leave (&publishing_ui_concrete_dialog_pane_type_id__volatile, publishing_ui_concrete_dialog_pane_type_id); - } - return publishing_ui_concrete_dialog_pane_type_id__volatile; -} - - -PublishingUIStaticMessagePane* -publishing_ui_static_message_pane_construct (GType object_type, - const gchar* message_string, - gboolean enable_markup) -{ - PublishingUIStaticMessagePane * self = NULL; - GtkBuilder* _tmp0_; - GObject* _tmp1_; - GtkLabel* _tmp2_; - GtkBuilder* _tmp3_; - GObject* _tmp4_; - GtkBox* _tmp5_; -#line 35 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_return_val_if_fail (message_string != NULL, NULL); -#line 36 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - self = (PublishingUIStaticMessagePane*) publishing_ui_concrete_dialog_pane_construct (object_type); -#line 37 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp0_ = G_TYPE_CHECK_INSTANCE_CAST (self, PUBLISHING_UI_TYPE_CONCRETE_DIALOG_PANE, PublishingUIConcreteDialogPane)->builder; -#line 37 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp1_ = gtk_builder_get_object (_tmp0_, "static_msg_label"); -#line 37 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp2_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_TYPE (_tmp1_, gtk_label_get_type ()) ? ((GtkLabel*) _tmp1_) : NULL); -#line 37 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (self->priv->msg_label); -#line 37 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - self->priv->msg_label = _tmp2_; -#line 38 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp3_ = G_TYPE_CHECK_INSTANCE_CAST (self, PUBLISHING_UI_TYPE_CONCRETE_DIALOG_PANE, PublishingUIConcreteDialogPane)->builder; -#line 38 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp4_ = gtk_builder_get_object (_tmp3_, "static_msg_pane_widget"); -#line 38 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp5_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_TYPE (_tmp4_, gtk_box_get_type ()) ? ((GtkBox*) _tmp4_) : NULL); -#line 38 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (G_TYPE_CHECK_INSTANCE_CAST (self, PUBLISHING_UI_TYPE_CONCRETE_DIALOG_PANE, PublishingUIConcreteDialogPane)->pane_widget); -#line 38 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - G_TYPE_CHECK_INSTANCE_CAST (self, PUBLISHING_UI_TYPE_CONCRETE_DIALOG_PANE, PublishingUIConcreteDialogPane)->pane_widget = _tmp5_; -#line 40 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - if (enable_markup) { -#line 827 "PublishingUI.c" - GtkLabel* _tmp6_; - GtkLabel* _tmp7_; - GtkLabel* _tmp8_; -#line 41 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp6_ = self->priv->msg_label; -#line 41 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_label_set_markup (_tmp6_, message_string); -#line 42 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp7_ = self->priv->msg_label; -#line 42 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_label_set_line_wrap (_tmp7_, TRUE); -#line 43 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp8_ = self->priv->msg_label; -#line 43 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_label_set_use_markup (_tmp8_, TRUE); -#line 843 "PublishingUI.c" - } else { - GtkLabel* _tmp9_; -#line 45 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp9_ = self->priv->msg_label; -#line 45 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_label_set_label (_tmp9_, message_string); -#line 850 "PublishingUI.c" - } -#line 35 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - return self; -#line 854 "PublishingUI.c" -} - - -PublishingUIStaticMessagePane* -publishing_ui_static_message_pane_new (const gchar* message_string, - gboolean enable_markup) -{ -#line 35 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - return publishing_ui_static_message_pane_construct (PUBLISHING_UI_TYPE_STATIC_MESSAGE_PANE, message_string, enable_markup); -#line 864 "PublishingUI.c" -} - - -static void -publishing_ui_static_message_pane_class_init (PublishingUIStaticMessagePaneClass * klass) -{ -#line 32 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - publishing_ui_static_message_pane_parent_class = g_type_class_peek_parent (klass); -#line 32 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_type_class_add_private (klass, sizeof (PublishingUIStaticMessagePanePrivate)); -#line 32 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - G_OBJECT_CLASS (klass)->finalize = publishing_ui_static_message_pane_finalize; -#line 877 "PublishingUI.c" -} - - -static void -publishing_ui_static_message_pane_instance_init (PublishingUIStaticMessagePane * self) -{ -#line 32 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - self->priv = PUBLISHING_UI_STATIC_MESSAGE_PANE_GET_PRIVATE (self); -#line 33 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - self->priv->msg_label = NULL; -#line 888 "PublishingUI.c" -} - - -static void -publishing_ui_static_message_pane_finalize (GObject * obj) -{ - PublishingUIStaticMessagePane * self; -#line 32 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - self = G_TYPE_CHECK_INSTANCE_CAST (obj, PUBLISHING_UI_TYPE_STATIC_MESSAGE_PANE, PublishingUIStaticMessagePane); -#line 33 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (self->priv->msg_label); -#line 32 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - G_OBJECT_CLASS (publishing_ui_static_message_pane_parent_class)->finalize (obj); -#line 902 "PublishingUI.c" -} - - -GType -publishing_ui_static_message_pane_get_type (void) -{ - static volatile gsize publishing_ui_static_message_pane_type_id__volatile = 0; - if (g_once_init_enter (&publishing_ui_static_message_pane_type_id__volatile)) { - static const GTypeInfo g_define_type_info = { sizeof (PublishingUIStaticMessagePaneClass), (GBaseInitFunc) NULL, (GBaseFinalizeFunc) NULL, (GClassInitFunc) publishing_ui_static_message_pane_class_init, (GClassFinalizeFunc) NULL, NULL, sizeof (PublishingUIStaticMessagePane), 0, (GInstanceInitFunc) publishing_ui_static_message_pane_instance_init, NULL }; - GType publishing_ui_static_message_pane_type_id; - publishing_ui_static_message_pane_type_id = g_type_register_static (PUBLISHING_UI_TYPE_CONCRETE_DIALOG_PANE, "PublishingUIStaticMessagePane", &g_define_type_info, 0); - g_once_init_leave (&publishing_ui_static_message_pane_type_id__volatile, publishing_ui_static_message_pane_type_id); - } - return publishing_ui_static_message_pane_type_id__volatile; -} - - -static void -_publishing_ui_login_welcome_pane_on_login_clicked_gtk_button_clicked (GtkButton* _sender, - gpointer self) -{ -#line 62 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - publishing_ui_login_welcome_pane_on_login_clicked ((PublishingUILoginWelcomePane*) self); -#line 926 "PublishingUI.c" -} - - -PublishingUILoginWelcomePane* -publishing_ui_login_welcome_pane_construct (GType object_type, - const gchar* service_welcome_message) -{ - PublishingUILoginWelcomePane * self = NULL; - GtkBuilder* _tmp0_; - GObject* _tmp1_; - GtkBox* _tmp2_; - GtkBuilder* _tmp3_; - GObject* _tmp4_; - GtkButton* _tmp5_; - GtkBuilder* _tmp6_; - GObject* _tmp7_; - GtkLabel* _tmp8_; - GtkButton* _tmp9_; - GtkLabel* _tmp10_; - GtkLabel* _tmp11_; -#line 56 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_return_val_if_fail (service_welcome_message != NULL, NULL); -#line 57 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - self = (PublishingUILoginWelcomePane*) publishing_ui_concrete_dialog_pane_construct (object_type); -#line 58 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp0_ = G_TYPE_CHECK_INSTANCE_CAST (self, PUBLISHING_UI_TYPE_CONCRETE_DIALOG_PANE, PublishingUIConcreteDialogPane)->builder; -#line 58 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp1_ = gtk_builder_get_object (_tmp0_, "welcome_pane_widget"); -#line 58 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp2_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_TYPE (_tmp1_, gtk_box_get_type ()) ? ((GtkBox*) _tmp1_) : NULL); -#line 58 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (G_TYPE_CHECK_INSTANCE_CAST (self, PUBLISHING_UI_TYPE_CONCRETE_DIALOG_PANE, PublishingUIConcreteDialogPane)->pane_widget); -#line 58 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - G_TYPE_CHECK_INSTANCE_CAST (self, PUBLISHING_UI_TYPE_CONCRETE_DIALOG_PANE, PublishingUIConcreteDialogPane)->pane_widget = _tmp2_; -#line 59 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp3_ = G_TYPE_CHECK_INSTANCE_CAST (self, PUBLISHING_UI_TYPE_CONCRETE_DIALOG_PANE, PublishingUIConcreteDialogPane)->builder; -#line 59 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp4_ = gtk_builder_get_object (_tmp3_, "login_button"); -#line 59 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp5_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_TYPE (_tmp4_, gtk_button_get_type ()) ? ((GtkButton*) _tmp4_) : NULL); -#line 59 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (self->priv->login_button); -#line 59 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - self->priv->login_button = _tmp5_; -#line 60 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp6_ = G_TYPE_CHECK_INSTANCE_CAST (self, PUBLISHING_UI_TYPE_CONCRETE_DIALOG_PANE, PublishingUIConcreteDialogPane)->builder; -#line 60 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp7_ = gtk_builder_get_object (_tmp6_, "not_logged_in_label"); -#line 60 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp8_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_TYPE (_tmp7_, gtk_label_get_type ()) ? ((GtkLabel*) _tmp7_) : NULL); -#line 60 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (self->priv->not_logged_in_label); -#line 60 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - self->priv->not_logged_in_label = _tmp8_; -#line 62 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp9_ = self->priv->login_button; -#line 62 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_signal_connect_object (_tmp9_, "clicked", (GCallback) _publishing_ui_login_welcome_pane_on_login_clicked_gtk_button_clicked, self, 0); -#line 63 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp10_ = self->priv->not_logged_in_label; -#line 63 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_label_set_use_markup (_tmp10_, TRUE); -#line 64 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp11_ = self->priv->not_logged_in_label; -#line 64 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_label_set_markup (_tmp11_, service_welcome_message); -#line 56 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - return self; -#line 995 "PublishingUI.c" -} - - -PublishingUILoginWelcomePane* -publishing_ui_login_welcome_pane_new (const gchar* service_welcome_message) -{ -#line 56 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - return publishing_ui_login_welcome_pane_construct (PUBLISHING_UI_TYPE_LOGIN_WELCOME_PANE, service_welcome_message); -#line 1004 "PublishingUI.c" -} - - -static void -publishing_ui_login_welcome_pane_on_login_clicked (PublishingUILoginWelcomePane* self) -{ -#line 67 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_return_if_fail (PUBLISHING_UI_IS_LOGIN_WELCOME_PANE (self)); -#line 68 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_signal_emit (self, publishing_ui_login_welcome_pane_signals[PUBLISHING_UI_LOGIN_WELCOME_PANE_LOGIN_REQUESTED_SIGNAL], 0); -#line 1015 "PublishingUI.c" -} - - -static void -publishing_ui_login_welcome_pane_class_init (PublishingUILoginWelcomePaneClass * klass) -{ -#line 50 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - publishing_ui_login_welcome_pane_parent_class = g_type_class_peek_parent (klass); -#line 50 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_type_class_add_private (klass, sizeof (PublishingUILoginWelcomePanePrivate)); -#line 50 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - G_OBJECT_CLASS (klass)->finalize = publishing_ui_login_welcome_pane_finalize; -#line 50 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - publishing_ui_login_welcome_pane_signals[PUBLISHING_UI_LOGIN_WELCOME_PANE_LOGIN_REQUESTED_SIGNAL] = g_signal_new ("login-requested", PUBLISHING_UI_TYPE_LOGIN_WELCOME_PANE, G_SIGNAL_RUN_LAST, 0, NULL, NULL, g_cclosure_marshal_VOID__VOID, G_TYPE_NONE, 0); -#line 1030 "PublishingUI.c" -} - - -static void -publishing_ui_login_welcome_pane_instance_init (PublishingUILoginWelcomePane * self) -{ -#line 50 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - self->priv = PUBLISHING_UI_LOGIN_WELCOME_PANE_GET_PRIVATE (self); -#line 51 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - self->priv->login_button = NULL; -#line 52 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - self->priv->not_logged_in_label = NULL; -#line 1043 "PublishingUI.c" -} - - -static void -publishing_ui_login_welcome_pane_finalize (GObject * obj) -{ - PublishingUILoginWelcomePane * self; -#line 50 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - self = G_TYPE_CHECK_INSTANCE_CAST (obj, PUBLISHING_UI_TYPE_LOGIN_WELCOME_PANE, PublishingUILoginWelcomePane); -#line 51 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (self->priv->login_button); -#line 52 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (self->priv->not_logged_in_label); -#line 50 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - G_OBJECT_CLASS (publishing_ui_login_welcome_pane_parent_class)->finalize (obj); -#line 1059 "PublishingUI.c" -} - - -GType -publishing_ui_login_welcome_pane_get_type (void) -{ - static volatile gsize publishing_ui_login_welcome_pane_type_id__volatile = 0; - if (g_once_init_enter (&publishing_ui_login_welcome_pane_type_id__volatile)) { - static const GTypeInfo g_define_type_info = { sizeof (PublishingUILoginWelcomePaneClass), (GBaseInitFunc) NULL, (GBaseFinalizeFunc) NULL, (GClassInitFunc) publishing_ui_login_welcome_pane_class_init, (GClassFinalizeFunc) NULL, NULL, sizeof (PublishingUILoginWelcomePane), 0, (GInstanceInitFunc) publishing_ui_login_welcome_pane_instance_init, NULL }; - GType publishing_ui_login_welcome_pane_type_id; - publishing_ui_login_welcome_pane_type_id = g_type_register_static (PUBLISHING_UI_TYPE_CONCRETE_DIALOG_PANE, "PublishingUILoginWelcomePane", &g_define_type_info, 0); - g_once_init_leave (&publishing_ui_login_welcome_pane_type_id__volatile, publishing_ui_login_welcome_pane_type_id); - } - return publishing_ui_login_welcome_pane_type_id__volatile; -} - - -PublishingUIProgressPane* -publishing_ui_progress_pane_construct (GType object_type) -{ - PublishingUIProgressPane * self = NULL; - GtkBuilder* _tmp0_; - GObject* _tmp1_; - GtkBox* _tmp2_; - GtkBuilder* _tmp3_; - GObject* _tmp4_; - GtkProgressBar* _tmp5_; -#line 76 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - self = (PublishingUIProgressPane*) publishing_ui_concrete_dialog_pane_construct (object_type); -#line 77 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp0_ = G_TYPE_CHECK_INSTANCE_CAST (self, PUBLISHING_UI_TYPE_CONCRETE_DIALOG_PANE, PublishingUIConcreteDialogPane)->builder; -#line 77 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp1_ = gtk_builder_get_object (_tmp0_, "progress_pane_widget"); -#line 77 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp2_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_CAST (_tmp1_, gtk_box_get_type (), GtkBox)); -#line 77 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (G_TYPE_CHECK_INSTANCE_CAST (self, PUBLISHING_UI_TYPE_CONCRETE_DIALOG_PANE, PublishingUIConcreteDialogPane)->pane_widget); -#line 77 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - G_TYPE_CHECK_INSTANCE_CAST (self, PUBLISHING_UI_TYPE_CONCRETE_DIALOG_PANE, PublishingUIConcreteDialogPane)->pane_widget = _tmp2_; -#line 78 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp3_ = G_TYPE_CHECK_INSTANCE_CAST (self, PUBLISHING_UI_TYPE_CONCRETE_DIALOG_PANE, PublishingUIConcreteDialogPane)->builder; -#line 78 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp4_ = gtk_builder_get_object (_tmp3_, "publishing_progress_bar"); -#line 78 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp5_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_CAST (_tmp4_, gtk_progress_bar_get_type (), GtkProgressBar)); -#line 78 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (self->priv->progress_bar); -#line 78 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - self->priv->progress_bar = _tmp5_; -#line 75 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - return self; -#line 1111 "PublishingUI.c" -} - - -PublishingUIProgressPane* -publishing_ui_progress_pane_new (void) -{ -#line 75 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - return publishing_ui_progress_pane_construct (PUBLISHING_UI_TYPE_PROGRESS_PANE); -#line 1120 "PublishingUI.c" -} - - -void -publishing_ui_progress_pane_set_text (PublishingUIProgressPane* self, - const gchar* text) -{ - GtkProgressBar* _tmp0_; -#line 81 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_return_if_fail (PUBLISHING_UI_IS_PROGRESS_PANE (self)); -#line 81 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_return_if_fail (text != NULL); -#line 82 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp0_ = self->priv->progress_bar; -#line 82 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_progress_bar_set_text (_tmp0_, text); -#line 1137 "PublishingUI.c" -} - - -void -publishing_ui_progress_pane_set_progress (PublishingUIProgressPane* self, - gdouble progress) -{ - GtkProgressBar* _tmp0_; -#line 85 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_return_if_fail (PUBLISHING_UI_IS_PROGRESS_PANE (self)); -#line 86 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp0_ = self->priv->progress_bar; -#line 86 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_progress_bar_set_fraction (_tmp0_, progress); -#line 1152 "PublishingUI.c" -} - - -void -publishing_ui_progress_pane_set_status (PublishingUIProgressPane* self, - const gchar* status_text, - gdouble progress) -{ - GtkProgressBar* _tmp0_; - const gchar* _tmp1_; -#line 89 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_return_if_fail (PUBLISHING_UI_IS_PROGRESS_PANE (self)); -#line 89 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_return_if_fail (status_text != NULL); -#line 90 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp0_ = self->priv->progress_bar; -#line 90 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp1_ = gtk_progress_bar_get_text (_tmp0_); -#line 90 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - if (g_strcmp0 (status_text, _tmp1_) != 0) { -#line 1173 "PublishingUI.c" - GtkProgressBar* _tmp2_; -#line 91 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp2_ = self->priv->progress_bar; -#line 91 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_progress_bar_set_text (_tmp2_, status_text); -#line 1179 "PublishingUI.c" - } -#line 93 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - publishing_ui_progress_pane_set_progress (self, progress); -#line 1183 "PublishingUI.c" -} - - -static void -publishing_ui_progress_pane_class_init (PublishingUIProgressPaneClass * klass) -{ -#line 72 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - publishing_ui_progress_pane_parent_class = g_type_class_peek_parent (klass); -#line 72 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_type_class_add_private (klass, sizeof (PublishingUIProgressPanePrivate)); -#line 72 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - G_OBJECT_CLASS (klass)->finalize = publishing_ui_progress_pane_finalize; -#line 1196 "PublishingUI.c" -} - - -static void -publishing_ui_progress_pane_instance_init (PublishingUIProgressPane * self) -{ -#line 72 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - self->priv = PUBLISHING_UI_PROGRESS_PANE_GET_PRIVATE (self); -#line 73 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - self->priv->progress_bar = NULL; -#line 1207 "PublishingUI.c" -} - - -static void -publishing_ui_progress_pane_finalize (GObject * obj) -{ - PublishingUIProgressPane * self; -#line 72 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - self = G_TYPE_CHECK_INSTANCE_CAST (obj, PUBLISHING_UI_TYPE_PROGRESS_PANE, PublishingUIProgressPane); -#line 73 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (self->priv->progress_bar); -#line 72 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - G_OBJECT_CLASS (publishing_ui_progress_pane_parent_class)->finalize (obj); -#line 1221 "PublishingUI.c" -} - - -GType -publishing_ui_progress_pane_get_type (void) -{ - static volatile gsize publishing_ui_progress_pane_type_id__volatile = 0; - if (g_once_init_enter (&publishing_ui_progress_pane_type_id__volatile)) { - static const GTypeInfo g_define_type_info = { sizeof (PublishingUIProgressPaneClass), (GBaseInitFunc) NULL, (GBaseFinalizeFunc) NULL, (GClassInitFunc) publishing_ui_progress_pane_class_init, (GClassFinalizeFunc) NULL, NULL, sizeof (PublishingUIProgressPane), 0, (GInstanceInitFunc) publishing_ui_progress_pane_instance_init, NULL }; - GType publishing_ui_progress_pane_type_id; - publishing_ui_progress_pane_type_id = g_type_register_static (PUBLISHING_UI_TYPE_CONCRETE_DIALOG_PANE, "PublishingUIProgressPane", &g_define_type_info, 0); - g_once_init_leave (&publishing_ui_progress_pane_type_id__volatile, publishing_ui_progress_pane_type_id); - } - return publishing_ui_progress_pane_type_id__volatile; -} - - -PublishingUISuccessPane* -publishing_ui_success_pane_construct (GType object_type, - SpitPublishingPublisherMediaType published_media, - gint num_uploaded) -{ - PublishingUISuccessPane * self = NULL; - gchar* message_string = NULL; - const gchar* _tmp3_; -#line 99 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - message_string = NULL; -#line 103 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - if (published_media == SPIT_PUBLISHING_PUBLISHER_MEDIA_TYPE_VIDEO) { -#line 1251 "PublishingUI.c" - gchar* _tmp0_; -#line 104 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp0_ = g_strdup (ngettext ("The selected video was successfully published.", "The selected videos were successfully published.", (gulong) num_uploaded)); -#line 104 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_free0 (message_string); -#line 104 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - message_string = _tmp0_; -#line 1259 "PublishingUI.c" - } else { -#line 108 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - if (published_media == SPIT_PUBLISHING_PUBLISHER_MEDIA_TYPE_PHOTO) { -#line 1263 "PublishingUI.c" - gchar* _tmp1_; -#line 109 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp1_ = g_strdup (ngettext ("The selected photo was successfully published.", "The selected photos were successfully published.", (gulong) num_uploaded)); -#line 109 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_free0 (message_string); -#line 109 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - message_string = _tmp1_; -#line 1271 "PublishingUI.c" - } else { -#line 113 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - if (published_media == (SPIT_PUBLISHING_PUBLISHER_MEDIA_TYPE_PHOTO | SPIT_PUBLISHING_PUBLISHER_MEDIA_TYPE_VIDEO)) { -#line 1275 "PublishingUI.c" - gchar* _tmp2_; -#line 115 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp2_ = g_strdup (_ ("The selected photos/videos were successfully published.")); -#line 115 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_free0 (message_string); -#line 115 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - message_string = _tmp2_; -#line 1283 "PublishingUI.c" - } else { -#line 118 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_assert_not_reached (); -#line 1287 "PublishingUI.c" - } - } - } -#line 121 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp3_ = message_string; -#line 121 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - self = (PublishingUISuccessPane*) publishing_ui_static_message_pane_construct (object_type, _tmp3_, FALSE); -#line 98 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_free0 (message_string); -#line 98 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - return self; -#line 1299 "PublishingUI.c" -} - - -PublishingUISuccessPane* -publishing_ui_success_pane_new (SpitPublishingPublisherMediaType published_media, - gint num_uploaded) -{ -#line 98 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - return publishing_ui_success_pane_construct (PUBLISHING_UI_TYPE_SUCCESS_PANE, published_media, num_uploaded); -#line 1309 "PublishingUI.c" -} - - -static void -publishing_ui_success_pane_class_init (PublishingUISuccessPaneClass * klass) -{ -#line 97 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - publishing_ui_success_pane_parent_class = g_type_class_peek_parent (klass); -#line 1318 "PublishingUI.c" -} - - -static void -publishing_ui_success_pane_instance_init (PublishingUISuccessPane * self) -{ -} - - -GType -publishing_ui_success_pane_get_type (void) -{ - static volatile gsize publishing_ui_success_pane_type_id__volatile = 0; - if (g_once_init_enter (&publishing_ui_success_pane_type_id__volatile)) { - static const GTypeInfo g_define_type_info = { sizeof (PublishingUISuccessPaneClass), (GBaseInitFunc) NULL, (GBaseFinalizeFunc) NULL, (GClassInitFunc) publishing_ui_success_pane_class_init, (GClassFinalizeFunc) NULL, NULL, sizeof (PublishingUISuccessPane), 0, (GInstanceInitFunc) publishing_ui_success_pane_instance_init, NULL }; - GType publishing_ui_success_pane_type_id; - publishing_ui_success_pane_type_id = g_type_register_static (PUBLISHING_UI_TYPE_STATIC_MESSAGE_PANE, "PublishingUISuccessPane", &g_define_type_info, 0); - g_once_init_leave (&publishing_ui_success_pane_type_id__volatile, publishing_ui_success_pane_type_id); - } - return publishing_ui_success_pane_type_id__volatile; -} - - -PublishingUIAccountFetchWaitPane* -publishing_ui_account_fetch_wait_pane_construct (GType object_type) -{ - PublishingUIAccountFetchWaitPane * self = NULL; -#line 127 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - self = (PublishingUIAccountFetchWaitPane*) publishing_ui_static_message_pane_construct (object_type, _ ("Fetching account information…"), FALSE); -#line 126 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - return self; -#line 1350 "PublishingUI.c" -} - - -PublishingUIAccountFetchWaitPane* -publishing_ui_account_fetch_wait_pane_new (void) -{ -#line 126 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - return publishing_ui_account_fetch_wait_pane_construct (PUBLISHING_UI_TYPE_ACCOUNT_FETCH_WAIT_PANE); -#line 1359 "PublishingUI.c" -} - - -static void -publishing_ui_account_fetch_wait_pane_class_init (PublishingUIAccountFetchWaitPaneClass * klass) -{ -#line 125 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - publishing_ui_account_fetch_wait_pane_parent_class = g_type_class_peek_parent (klass); -#line 1368 "PublishingUI.c" -} - - -static void -publishing_ui_account_fetch_wait_pane_instance_init (PublishingUIAccountFetchWaitPane * self) -{ -} - - -GType -publishing_ui_account_fetch_wait_pane_get_type (void) -{ - static volatile gsize publishing_ui_account_fetch_wait_pane_type_id__volatile = 0; - if (g_once_init_enter (&publishing_ui_account_fetch_wait_pane_type_id__volatile)) { - static const GTypeInfo g_define_type_info = { sizeof (PublishingUIAccountFetchWaitPaneClass), (GBaseInitFunc) NULL, (GBaseFinalizeFunc) NULL, (GClassInitFunc) publishing_ui_account_fetch_wait_pane_class_init, (GClassFinalizeFunc) NULL, NULL, sizeof (PublishingUIAccountFetchWaitPane), 0, (GInstanceInitFunc) publishing_ui_account_fetch_wait_pane_instance_init, NULL }; - GType publishing_ui_account_fetch_wait_pane_type_id; - publishing_ui_account_fetch_wait_pane_type_id = g_type_register_static (PUBLISHING_UI_TYPE_STATIC_MESSAGE_PANE, "PublishingUIAccountFetchWaitPane", &g_define_type_info, 0); - g_once_init_leave (&publishing_ui_account_fetch_wait_pane_type_id__volatile, publishing_ui_account_fetch_wait_pane_type_id); - } - return publishing_ui_account_fetch_wait_pane_type_id__volatile; -} - - -PublishingUILoginWaitPane* -publishing_ui_login_wait_pane_construct (GType object_type) -{ - PublishingUILoginWaitPane * self = NULL; -#line 133 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - self = (PublishingUILoginWaitPane*) publishing_ui_static_message_pane_construct (object_type, _ ("Logging in…"), FALSE); -#line 132 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - return self; -#line 1400 "PublishingUI.c" -} - - -PublishingUILoginWaitPane* -publishing_ui_login_wait_pane_new (void) -{ -#line 132 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - return publishing_ui_login_wait_pane_construct (PUBLISHING_UI_TYPE_LOGIN_WAIT_PANE); -#line 1409 "PublishingUI.c" -} - - -static void -publishing_ui_login_wait_pane_class_init (PublishingUILoginWaitPaneClass * klass) -{ -#line 131 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - publishing_ui_login_wait_pane_parent_class = g_type_class_peek_parent (klass); -#line 1418 "PublishingUI.c" -} - - -static void -publishing_ui_login_wait_pane_instance_init (PublishingUILoginWaitPane * self) -{ -} - - -GType -publishing_ui_login_wait_pane_get_type (void) -{ - static volatile gsize publishing_ui_login_wait_pane_type_id__volatile = 0; - if (g_once_init_enter (&publishing_ui_login_wait_pane_type_id__volatile)) { - static const GTypeInfo g_define_type_info = { sizeof (PublishingUILoginWaitPaneClass), (GBaseInitFunc) NULL, (GBaseFinalizeFunc) NULL, (GClassInitFunc) publishing_ui_login_wait_pane_class_init, (GClassFinalizeFunc) NULL, NULL, sizeof (PublishingUILoginWaitPane), 0, (GInstanceInitFunc) publishing_ui_login_wait_pane_instance_init, NULL }; - GType publishing_ui_login_wait_pane_type_id; - publishing_ui_login_wait_pane_type_id = g_type_register_static (PUBLISHING_UI_TYPE_STATIC_MESSAGE_PANE, "PublishingUILoginWaitPane", &g_define_type_info, 0); - g_once_init_leave (&publishing_ui_login_wait_pane_type_id__volatile, publishing_ui_login_wait_pane_type_id); - } - return publishing_ui_login_wait_pane_type_id__volatile; -} - - -static gboolean -_publishing_ui_publishing_dialog_on_window_close_gtk_widget_delete_event (GtkWidget* _sender, - GdkEventAny* event, - gpointer self) -{ - gboolean result; - result = publishing_ui_publishing_dialog_on_window_close ((PublishingUIPublishingDialog*) self, event); -#line 175 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - return result; -#line 1451 "PublishingUI.c" -} - - -static void -_vala_array_add58 (SpitPublishingPublishable** * array, - int* length, - int* size, - SpitPublishingPublishable* value) -{ -#line 190 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - if ((*length) == (*size)) { -#line 190 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - *size = (*size) ? (2 * (*size)) : 4; -#line 190 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - *array = g_renew (SpitPublishingPublishable*, *array, (*size) + 1); -#line 1467 "PublishingUI.c" - } -#line 190 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - (*array)[(*length)++] = value; -#line 190 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - (*array)[*length] = NULL; -#line 1473 "PublishingUI.c" -} - - -static void -_publishing_ui_publishing_dialog_on_service_changed_gtk_combo_box_changed (GtkComboBox* _sender, - gpointer self) -{ -#line 256 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - publishing_ui_publishing_dialog_on_service_changed ((PublishingUIPublishingDialog*) self); -#line 1483 "PublishingUI.c" -} - - -static void -_publishing_ui_publishing_dialog_on_close_cancel_clicked_gtk_button_clicked (GtkButton* _sender, - gpointer self) -{ -#line 308 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - publishing_ui_publishing_dialog_on_close_cancel_clicked ((PublishingUIPublishingDialog*) self); -#line 1493 "PublishingUI.c" -} - - -PublishingUIPublishingDialog* -publishing_ui_publishing_dialog_construct (GType object_type, - GeeCollection* to_publish) -{ - PublishingUIPublishingDialog * self = NULL; - gint _tmp0_; - gint _tmp1_; - gboolean use_header = FALSE; - gboolean _tmp2_; - AppWindow* _tmp5_; - AppWindow* _tmp6_; - SpitPublishingPublishable** _tmp7_; - gboolean has_photos = FALSE; - gboolean has_videos = FALSE; - gchar* title = NULL; - gchar* label = NULL; - gboolean _tmp19_ = FALSE; - gboolean _tmp20_; - const gchar* _tmp31_; - GtkListStore* _tmp32_; - GtkListStore* _tmp33_; - GtkComboBox* _tmp34_; - GtkCellRendererPixbuf* renderer_pix = NULL; - GtkCellRendererPixbuf* _tmp35_; - GtkComboBox* _tmp36_; - GtkCellRendererPixbuf* _tmp37_; - GtkComboBox* _tmp38_; - GtkCellRendererPixbuf* _tmp39_; - GtkCellRendererText* renderer_text = NULL; - GtkCellRendererText* _tmp40_; - GtkComboBox* _tmp41_; - GtkCellRendererText* _tmp42_; - GtkComboBox* _tmp43_; - GtkCellRendererText* _tmp44_; - GtkComboBox* _tmp45_; - gchar* last_used_service = NULL; - ConfigFacade* _tmp46_; - ConfigFacade* _tmp47_; - gchar* _tmp48_; - gchar* _tmp49_; - SpitPublishingService** loaded_services = NULL; - gboolean _tmp50_; - gboolean _tmp51_; - gint _tmp52_; - SpitPublishingService** _tmp53_; - gint loaded_services_length1; - gint _loaded_services_size_; - GtkTreeIter iter = {0}; - SpitPublishingService** _tmp54_; - gint _tmp54__length1; - GtkComboBox* _tmp92_; - gboolean _tmp93_; - GtkBox* _tmp123_; - GtkBox* _tmp124_; - GtkBox* _tmp125_; - gboolean _tmp126_; - GtkButton* _tmp135_; -#line 161 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_return_val_if_fail (GEE_IS_COLLECTION (to_publish), NULL); -#line 162 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp0_ = gee_collection_get_size (to_publish); -#line 162 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp1_ = _tmp0_; -#line 162 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _vala_assert (_tmp1_ > 0, "to_publish.size > 0"); -#line 164 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - use_header = resources_use_header_bar () == 1; -#line 165 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - self = (PublishingUIPublishingDialog*) g_object_new (object_type, "use-header-bar", resources_use_header_bar (), NULL); -#line 166 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp2_ = use_header; -#line 166 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - if (_tmp2_) { -#line 1570 "PublishingUI.c" - GtkWidget* _tmp3_; -#line 167 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp3_ = gtk_dialog_get_header_bar (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_dialog_get_type (), GtkDialog)); -#line 167 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_header_bar_set_show_close_button (G_TYPE_CHECK_INSTANCE_CAST (_tmp3_, gtk_header_bar_get_type (), GtkHeaderBar), FALSE); -#line 1576 "PublishingUI.c" - } else { - GtkBox* _tmp4_; -#line 169 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp4_ = gtk_dialog_get_content_area (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_dialog_get_type (), GtkDialog)); -#line 169 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_box_set_spacing (_tmp4_, 6); -#line 1583 "PublishingUI.c" - } -#line 172 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_window_set_resizable (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_window_get_type (), GtkWindow), FALSE); -#line 173 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_window_set_modal (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_window_get_type (), GtkWindow), TRUE); -#line 174 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp5_ = app_window_get_instance (); -#line 174 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp6_ = _tmp5_; -#line 174 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_window_set_transient_for (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_window_get_type (), GtkWindow), G_TYPE_CHECK_INSTANCE_CAST (_tmp6_, gtk_window_get_type (), GtkWindow)); -#line 174 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (_tmp6_); -#line 175 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_signal_connect_object (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_widget_get_type (), GtkWidget), "delete-event", (GCallback) _publishing_ui_publishing_dialog_on_window_close_gtk_widget_delete_event, self, 0); -#line 177 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp7_ = g_new0 (SpitPublishingPublishable*, 0 + 1); -#line 177 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - self->priv->publishables = (_vala_array_free (self->priv->publishables, self->priv->publishables_length1, (GDestroyNotify) g_object_unref), NULL); -#line 177 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - self->priv->publishables = _tmp7_; -#line 177 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - self->priv->publishables_length1 = 0; -#line 177 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - self->priv->_publishables_size_ = self->priv->publishables_length1; -#line 178 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - has_photos = FALSE; -#line 179 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - has_videos = FALSE; -#line 1613 "PublishingUI.c" - { - GeeIterator* _media_it = NULL; - GeeIterator* _tmp8_; -#line 180 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp8_ = gee_iterable_iterator (G_TYPE_CHECK_INSTANCE_CAST (to_publish, GEE_TYPE_ITERABLE, GeeIterable)); -#line 180 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _media_it = _tmp8_; -#line 180 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - while (TRUE) { -#line 1623 "PublishingUI.c" - GeeIterator* _tmp9_; - MediaSource* media = NULL; - GeeIterator* _tmp10_; - gpointer _tmp11_; - SpitPublishingPublishable* publishable = NULL; - MediaSource* _tmp12_; - PublishingGlueMediaSourcePublishableWrapper* _tmp13_; - SpitPublishingPublishable* _tmp14_; - SpitPublishingPublishable** _tmp16_; - gint _tmp16__length1; - SpitPublishingPublishable* _tmp17_; - SpitPublishingPublishable* _tmp18_; -#line 180 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp9_ = _media_it; -#line 180 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - if (!gee_iterator_next (_tmp9_)) { -#line 180 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - break; -#line 1642 "PublishingUI.c" - } -#line 180 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp10_ = _media_it; -#line 180 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp11_ = gee_iterator_get (_tmp10_); -#line 180 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - media = (MediaSource*) _tmp11_; -#line 181 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp12_ = media; -#line 181 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp13_ = publishing_glue_media_source_publishable_wrapper_new (_tmp12_); -#line 181 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - publishable = G_TYPE_CHECK_INSTANCE_CAST (_tmp13_, SPIT_PUBLISHING_TYPE_PUBLISHABLE, SpitPublishingPublishable); -#line 183 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp14_ = publishable; -#line 183 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - if (spit_publishing_publishable_get_media_type (_tmp14_) == SPIT_PUBLISHING_PUBLISHER_MEDIA_TYPE_PHOTO) { -#line 184 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - has_photos = TRUE; -#line 1662 "PublishingUI.c" - } else { - SpitPublishingPublishable* _tmp15_; -#line 185 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp15_ = publishable; -#line 185 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - if (spit_publishing_publishable_get_media_type (_tmp15_) == SPIT_PUBLISHING_PUBLISHER_MEDIA_TYPE_VIDEO) { -#line 186 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - has_videos = TRUE; -#line 1671 "PublishingUI.c" - } else { -#line 188 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_assert_not_reached (); -#line 1675 "PublishingUI.c" - } - } -#line 190 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp16_ = self->priv->publishables; -#line 190 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp16__length1 = self->priv->publishables_length1; -#line 190 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp17_ = publishable; -#line 190 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp18_ = _g_object_ref0 (_tmp17_); -#line 190 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _vala_array_add58 (&self->priv->publishables, &self->priv->publishables_length1, &self->priv->_publishables_size_, _tmp18_); -#line 180 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (publishable); -#line 180 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (media); -#line 1692 "PublishingUI.c" - } -#line 180 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (_media_it); -#line 1696 "PublishingUI.c" - } -#line 193 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - title = NULL; -#line 194 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - label = NULL; -#line 196 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp20_ = has_photos; -#line 196 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - if (_tmp20_) { -#line 1706 "PublishingUI.c" - gboolean _tmp21_; -#line 196 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp21_ = has_videos; -#line 196 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp19_ = !_tmp21_; -#line 1712 "PublishingUI.c" - } else { -#line 196 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp19_ = FALSE; -#line 1716 "PublishingUI.c" - } -#line 196 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - if (_tmp19_) { -#line 1720 "PublishingUI.c" - gchar* _tmp22_; - gchar* _tmp23_; -#line 197 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp22_ = g_strdup (_ ("Publish Photos")); -#line 197 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_free0 (title); -#line 197 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - title = _tmp22_; -#line 198 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp23_ = g_strdup (_ ("Publish photos _to:")); -#line 198 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_free0 (label); -#line 198 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - label = _tmp23_; -#line 1735 "PublishingUI.c" - } else { - gboolean _tmp24_ = FALSE; - gboolean _tmp25_; -#line 199 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp25_ = has_photos; -#line 199 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - if (!_tmp25_) { -#line 1743 "PublishingUI.c" - gboolean _tmp26_; -#line 199 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp26_ = has_videos; -#line 199 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp24_ = _tmp26_; -#line 1749 "PublishingUI.c" - } else { -#line 199 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp24_ = FALSE; -#line 1753 "PublishingUI.c" - } -#line 199 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - if (_tmp24_) { -#line 1757 "PublishingUI.c" - gchar* _tmp27_; - gchar* _tmp28_; -#line 200 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp27_ = g_strdup (_ ("Publish Videos")); -#line 200 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_free0 (title); -#line 200 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - title = _tmp27_; -#line 201 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp28_ = g_strdup (_ ("Publish videos _to")); -#line 201 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_free0 (label); -#line 201 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - label = _tmp28_; -#line 1772 "PublishingUI.c" - } else { - gchar* _tmp29_; - gchar* _tmp30_; -#line 203 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp29_ = g_strdup (_ ("Publish Photos and Videos")); -#line 203 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_free0 (title); -#line 203 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - title = _tmp29_; -#line 204 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp30_ = g_strdup (_ ("Publish photos and videos _to")); -#line 204 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_free0 (label); -#line 204 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - label = _tmp30_; -#line 1788 "PublishingUI.c" - } - } -#line 206 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp31_ = title; -#line 206 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_window_set_title (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_window_get_type (), GtkWindow), _tmp31_); -#line 208 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp32_ = gtk_list_store_new (2, gdk_pixbuf_get_type (), G_TYPE_STRING, -1); -#line 208 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (self->priv->service_selector_box_model); -#line 208 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - self->priv->service_selector_box_model = _tmp32_; -#line 209 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp33_ = self->priv->service_selector_box_model; -#line 209 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp34_ = (GtkComboBox*) gtk_combo_box_new_with_model (G_TYPE_CHECK_INSTANCE_CAST (_tmp33_, gtk_tree_model_get_type (), GtkTreeModel)); -#line 209 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_object_ref_sink (_tmp34_); -#line 209 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (self->priv->service_selector_box); -#line 209 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - self->priv->service_selector_box = _tmp34_; -#line 211 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp35_ = (GtkCellRendererPixbuf*) gtk_cell_renderer_pixbuf_new (); -#line 211 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_object_ref_sink (_tmp35_); -#line 211 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - renderer_pix = _tmp35_; -#line 212 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp36_ = self->priv->service_selector_box; -#line 212 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp37_ = renderer_pix; -#line 212 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_cell_layout_pack_start (G_TYPE_CHECK_INSTANCE_CAST (_tmp36_, gtk_cell_layout_get_type (), GtkCellLayout), G_TYPE_CHECK_INSTANCE_CAST (_tmp37_, gtk_cell_renderer_get_type (), GtkCellRenderer), TRUE); -#line 213 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp38_ = self->priv->service_selector_box; -#line 213 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp39_ = renderer_pix; -#line 213 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_cell_layout_add_attribute (G_TYPE_CHECK_INSTANCE_CAST (_tmp38_, gtk_cell_layout_get_type (), GtkCellLayout), G_TYPE_CHECK_INSTANCE_CAST (_tmp39_, gtk_cell_renderer_get_type (), GtkCellRenderer), "pixbuf", 0); -#line 215 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp40_ = (GtkCellRendererText*) gtk_cell_renderer_text_new (); -#line 215 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_object_ref_sink (_tmp40_); -#line 215 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - renderer_text = _tmp40_; -#line 216 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp41_ = self->priv->service_selector_box; -#line 216 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp42_ = renderer_text; -#line 216 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_cell_layout_pack_start (G_TYPE_CHECK_INSTANCE_CAST (_tmp41_, gtk_cell_layout_get_type (), GtkCellLayout), G_TYPE_CHECK_INSTANCE_CAST (_tmp42_, gtk_cell_renderer_get_type (), GtkCellRenderer), TRUE); -#line 217 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp43_ = self->priv->service_selector_box; -#line 217 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp44_ = renderer_text; -#line 217 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_cell_layout_add_attribute (G_TYPE_CHECK_INSTANCE_CAST (_tmp43_, gtk_cell_layout_get_type (), GtkCellLayout), G_TYPE_CHECK_INSTANCE_CAST (_tmp44_, gtk_cell_renderer_get_type (), GtkCellRenderer), "text", 1); -#line 219 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp45_ = self->priv->service_selector_box; -#line 219 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_combo_box_set_active (_tmp45_, 0); -#line 222 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp46_ = config_facade_get_instance (); -#line 222 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp47_ = _tmp46_; -#line 222 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp48_ = configuration_facade_get_last_used_service (G_TYPE_CHECK_INSTANCE_CAST (_tmp47_, TYPE_CONFIGURATION_FACADE, ConfigurationFacade)); -#line 222 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp49_ = _tmp48_; -#line 222 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (_tmp47_); -#line 222 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - last_used_service = _tmp49_; -#line 224 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp50_ = has_photos; -#line 224 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp51_ = has_videos; -#line 224 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp53_ = publishing_ui_publishing_dialog_load_services (_tmp50_, _tmp51_, &_tmp52_); -#line 224 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - loaded_services = _tmp53_; -#line 224 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - loaded_services_length1 = _tmp52_; -#line 224 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _loaded_services_size_ = loaded_services_length1; -#line 228 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp54_ = loaded_services; -#line 228 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp54__length1 = loaded_services_length1; -#line 1879 "PublishingUI.c" - { - SpitPublishingService** service_collection = NULL; - gint service_collection_length1 = 0; - gint _service_collection_size_ = 0; - gint service_it = 0; -#line 228 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - service_collection = _tmp54_; -#line 228 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - service_collection_length1 = _tmp54__length1; -#line 228 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - for (service_it = 0; service_it < _tmp54__length1; service_it = service_it + 1) { -#line 1891 "PublishingUI.c" - SpitPublishingService* _tmp55_; - SpitPublishingService* service = NULL; -#line 228 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp55_ = _g_object_ref0 (service_collection[service_it]); -#line 228 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - service = _tmp55_; -#line 1898 "PublishingUI.c" - { - GtkListStore* _tmp56_; - GtkTreeIter _tmp57_ = {0}; - gchar* curr_service_id = NULL; - SpitPublishingService* _tmp58_; - const gchar* _tmp59_; - gchar* _tmp60_; - SpitPublishingService* _tmp61_; - gboolean _tmp62_ = FALSE; - SpitPluggableInfo _tmp63_; - GdkPixbuf** _tmp64_; - gint _tmp64__length1; - const gchar* _tmp82_; -#line 229 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp56_ = self->priv->service_selector_box_model; -#line 229 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_list_store_append (_tmp56_, &_tmp57_); -#line 229 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - iter = _tmp57_; -#line 231 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp58_ = service; -#line 231 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp59_ = spit_pluggable_get_id (G_TYPE_CHECK_INSTANCE_CAST (_tmp58_, SPIT_TYPE_PLUGGABLE, SpitPluggable)); -#line 231 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp60_ = g_strdup (_tmp59_); -#line 231 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - curr_service_id = _tmp60_; -#line 233 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp61_ = service; -#line 233 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - spit_pluggable_get_info (G_TYPE_CHECK_INSTANCE_CAST (_tmp61_, SPIT_TYPE_PLUGGABLE, SpitPluggable), &self->priv->info); -#line 235 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp63_ = self->priv->info; -#line 235 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp64_ = _tmp63_.icons; -#line 235 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp64__length1 = _tmp63_.icons_length1; -#line 235 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - if (NULL != _tmp64_) { -#line 1938 "PublishingUI.c" - SpitPluggableInfo _tmp65_; - GdkPixbuf** _tmp66_; - gint _tmp66__length1; -#line 235 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp65_ = self->priv->info; -#line 235 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp66_ = _tmp65_.icons; -#line 235 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp66__length1 = _tmp65_.icons_length1; -#line 235 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp62_ = 0 < _tmp66__length1; -#line 1950 "PublishingUI.c" - } else { -#line 235 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp62_ = FALSE; -#line 1954 "PublishingUI.c" - } -#line 235 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - if (_tmp62_) { -#line 1958 "PublishingUI.c" - GtkListStore* _tmp67_; - GtkTreeIter _tmp68_; - SpitPluggableInfo _tmp69_; - GdkPixbuf** _tmp70_; - gint _tmp70__length1; - GdkPixbuf* _tmp71_; - SpitPublishingService* _tmp72_; - const gchar* _tmp73_; - GdkPixbuf* _tmp74_; - GdkPixbuf* _tmp75_; -#line 237 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp67_ = self->priv->service_selector_box_model; -#line 237 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp68_ = iter; -#line 237 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp69_ = self->priv->info; -#line 237 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp70_ = _tmp69_.icons; -#line 237 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp70__length1 = _tmp69_.icons_length1; -#line 237 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp71_ = _tmp70_[0]; -#line 237 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp72_ = service; -#line 237 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp73_ = spit_pluggable_get_pluggable_name (G_TYPE_CHECK_INSTANCE_CAST (_tmp72_, SPIT_TYPE_PLUGGABLE, SpitPluggable)); -#line 237 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_list_store_set (_tmp67_, &_tmp68_, 0, _tmp71_, 1, _tmp73_, -1); -#line 241 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp74_ = resources_get_icon (RESOURCES_ICON_GENERIC_PLUGIN, RESOURCES_DEFAULT_ICON_SCALE); -#line 241 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (self->priv->info.icons[0]); -#line 241 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - self->priv->info.icons[0] = _tmp74_; -#line 241 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp75_ = self->priv->info.icons[0]; -#line 1995 "PublishingUI.c" - } else { - GtkListStore* _tmp76_; - GtkTreeIter _tmp77_; - GdkPixbuf* _tmp78_; - GdkPixbuf* _tmp79_; - SpitPublishingService* _tmp80_; - const gchar* _tmp81_; -#line 244 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp76_ = self->priv->service_selector_box_model; -#line 244 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp77_ = iter; -#line 244 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp78_ = resources_get_icon (RESOURCES_ICON_GENERIC_PLUGIN, RESOURCES_DEFAULT_ICON_SCALE); -#line 244 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp79_ = _tmp78_; -#line 244 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp80_ = service; -#line 244 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp81_ = spit_pluggable_get_pluggable_name (G_TYPE_CHECK_INSTANCE_CAST (_tmp80_, SPIT_TYPE_PLUGGABLE, SpitPluggable)); -#line 244 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_list_store_set (_tmp76_, &_tmp77_, 0, _tmp79_, 1, _tmp81_, -1); -#line 244 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (_tmp79_); -#line 2019 "PublishingUI.c" - } -#line 248 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp82_ = last_used_service; -#line 248 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - if (_tmp82_ == NULL) { -#line 2025 "PublishingUI.c" - GtkComboBox* _tmp83_; - GtkTreeIter _tmp84_; - SpitPublishingService* _tmp85_; - const gchar* _tmp86_; - gchar* _tmp87_; -#line 249 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp83_ = self->priv->service_selector_box; -#line 249 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp84_ = iter; -#line 249 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_combo_box_set_active_iter (_tmp83_, &_tmp84_); -#line 250 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp85_ = service; -#line 250 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp86_ = spit_pluggable_get_id (G_TYPE_CHECK_INSTANCE_CAST (_tmp85_, SPIT_TYPE_PLUGGABLE, SpitPluggable)); -#line 250 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp87_ = g_strdup (_tmp86_); -#line 250 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_free0 (last_used_service); -#line 250 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - last_used_service = _tmp87_; -#line 2047 "PublishingUI.c" - } else { - const gchar* _tmp88_; - const gchar* _tmp89_; -#line 251 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp88_ = last_used_service; -#line 251 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp89_ = curr_service_id; -#line 251 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - if (g_strcmp0 (_tmp88_, _tmp89_) == 0) { -#line 2057 "PublishingUI.c" - GtkComboBox* _tmp90_; - GtkTreeIter _tmp91_; -#line 252 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp90_ = self->priv->service_selector_box; -#line 252 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp91_ = iter; -#line 252 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_combo_box_set_active_iter (_tmp90_, &_tmp91_); -#line 2066 "PublishingUI.c" - } - } -#line 228 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_free0 (curr_service_id); -#line 228 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (service); -#line 2073 "PublishingUI.c" - } - } - } -#line 256 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp92_ = self->priv->service_selector_box; -#line 256 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_signal_connect_object (_tmp92_, "changed", (GCallback) _publishing_ui_publishing_dialog_on_service_changed_gtk_combo_box_changed, self, 0); -#line 258 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp93_ = use_header; -#line 258 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - if (!_tmp93_) { -#line 2085 "PublishingUI.c" - GtkLabel* service_selector_box_label = NULL; - const gchar* _tmp94_; - GtkLabel* _tmp95_; - GtkLabel* _tmp96_; - GtkComboBox* _tmp97_; - GtkLabel* _tmp98_; - GtkLabel* _tmp99_; - GtkComboBox* _tmp100_; - GtkComboBox* _tmp101_; - GtkComboBox* _tmp102_; - GtkComboBox* _tmp103_; - GtkBox* service_selector_layouter = NULL; - GtkBox* _tmp104_; - GtkBox* _tmp105_; - GtkBox* _tmp106_; - GtkBox* _tmp107_; - GtkLabel* _tmp108_; - GtkBox* _tmp109_; - GtkComboBox* _tmp110_; - GtkBox* service_area_layouter = NULL; - GtkBox* _tmp111_; - GtkBox* _tmp112_; - GtkBox* _tmp113_; - GtkBox* _tmp114_; - GtkSeparator* _tmp115_; - GtkSeparator* _tmp116_; - GtkBox* _tmp117_; - GtkBox* _tmp118_; - GtkBox* _tmp119_; - GtkBox* _tmp120_; - GtkBox* _tmp121_; - GtkBox* _tmp122_; -#line 260 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp94_ = label; -#line 260 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp95_ = (GtkLabel*) gtk_label_new_with_mnemonic (_tmp94_); -#line 260 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_object_ref_sink (_tmp95_); -#line 260 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - service_selector_box_label = _tmp95_; -#line 261 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp96_ = service_selector_box_label; -#line 261 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp97_ = self->priv->service_selector_box; -#line 261 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_label_set_mnemonic_widget (_tmp96_, G_TYPE_CHECK_INSTANCE_CAST (_tmp97_, gtk_widget_get_type (), GtkWidget)); -#line 262 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp98_ = service_selector_box_label; -#line 262 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_widget_set_halign (G_TYPE_CHECK_INSTANCE_CAST (_tmp98_, gtk_widget_get_type (), GtkWidget), GTK_ALIGN_START); -#line 263 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp99_ = service_selector_box_label; -#line 263 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_widget_set_valign (G_TYPE_CHECK_INSTANCE_CAST (_tmp99_, gtk_widget_get_type (), GtkWidget), GTK_ALIGN_CENTER); -#line 269 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp100_ = self->priv->service_selector_box; -#line 269 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_widget_set_halign (G_TYPE_CHECK_INSTANCE_CAST (_tmp100_, gtk_widget_get_type (), GtkWidget), GTK_ALIGN_END); -#line 270 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp101_ = self->priv->service_selector_box; -#line 270 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_widget_set_valign (G_TYPE_CHECK_INSTANCE_CAST (_tmp101_, gtk_widget_get_type (), GtkWidget), GTK_ALIGN_CENTER); -#line 271 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp102_ = self->priv->service_selector_box; -#line 271 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_widget_set_hexpand (G_TYPE_CHECK_INSTANCE_CAST (_tmp102_, gtk_widget_get_type (), GtkWidget), FALSE); -#line 272 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp103_ = self->priv->service_selector_box; -#line 272 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_widget_set_vexpand (G_TYPE_CHECK_INSTANCE_CAST (_tmp103_, gtk_widget_get_type (), GtkWidget), FALSE); -#line 274 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp104_ = (GtkBox*) gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 8); -#line 274 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_object_ref_sink (_tmp104_); -#line 274 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - service_selector_layouter = _tmp104_; -#line 275 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp105_ = service_selector_layouter; -#line 275 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_container_set_border_width (G_TYPE_CHECK_INSTANCE_CAST (_tmp105_, gtk_container_get_type (), GtkContainer), (guint) 12); -#line 276 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp106_ = service_selector_layouter; -#line 276 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_widget_set_hexpand (G_TYPE_CHECK_INSTANCE_CAST (_tmp106_, gtk_widget_get_type (), GtkWidget), TRUE); -#line 277 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp107_ = service_selector_layouter; -#line 277 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp108_ = service_selector_box_label; -#line 277 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_container_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp107_, gtk_container_get_type (), GtkContainer), G_TYPE_CHECK_INSTANCE_CAST (_tmp108_, gtk_widget_get_type (), GtkWidget)); -#line 278 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp109_ = service_selector_layouter; -#line 278 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp110_ = self->priv->service_selector_box; -#line 278 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_box_pack_start (_tmp109_, G_TYPE_CHECK_INSTANCE_CAST (_tmp110_, gtk_widget_get_type (), GtkWidget), TRUE, TRUE, (guint) 0); -#line 282 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp111_ = (GtkBox*) gtk_box_new (GTK_ORIENTATION_VERTICAL, 0); -#line 282 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_object_ref_sink (_tmp111_); -#line 282 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - service_area_layouter = _tmp111_; -#line 283 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp112_ = service_area_layouter; -#line 283 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp113_ = service_selector_layouter; -#line 283 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_container_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp112_, gtk_container_get_type (), GtkContainer), G_TYPE_CHECK_INSTANCE_CAST (_tmp113_, gtk_widget_get_type (), GtkWidget)); -#line 284 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp114_ = service_area_layouter; -#line 284 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp115_ = (GtkSeparator*) gtk_separator_new (GTK_ORIENTATION_HORIZONTAL); -#line 284 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_object_ref_sink (_tmp115_); -#line 284 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp116_ = _tmp115_; -#line 284 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_container_add (G_TYPE_CHECK_INSTANCE_CAST (_tmp114_, gtk_container_get_type (), GtkContainer), G_TYPE_CHECK_INSTANCE_CAST (_tmp116_, gtk_widget_get_type (), GtkWidget)); -#line 284 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (_tmp116_); -#line 285 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp117_ = service_area_layouter; -#line 285 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_widget_set_halign (G_TYPE_CHECK_INSTANCE_CAST (_tmp117_, gtk_widget_get_type (), GtkWidget), GTK_ALIGN_FILL); -#line 286 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp118_ = service_area_layouter; -#line 286 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_widget_set_valign (G_TYPE_CHECK_INSTANCE_CAST (_tmp118_, gtk_widget_get_type (), GtkWidget), GTK_ALIGN_START); -#line 287 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp119_ = service_area_layouter; -#line 287 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_widget_set_hexpand (G_TYPE_CHECK_INSTANCE_CAST (_tmp119_, gtk_widget_get_type (), GtkWidget), TRUE); -#line 288 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp120_ = service_area_layouter; -#line 288 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_widget_set_vexpand (G_TYPE_CHECK_INSTANCE_CAST (_tmp120_, gtk_widget_get_type (), GtkWidget), FALSE); -#line 290 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp121_ = gtk_dialog_get_content_area (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_dialog_get_type (), GtkDialog)); -#line 290 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp122_ = service_area_layouter; -#line 290 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_box_pack_start (_tmp121_, G_TYPE_CHECK_INSTANCE_CAST (_tmp122_, gtk_widget_get_type (), GtkWidget), FALSE, FALSE, (guint) 0); -#line 258 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (service_area_layouter); -#line 258 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (service_selector_layouter); -#line 258 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (service_selector_box_label); -#line 2234 "PublishingUI.c" - } -#line 293 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp123_ = (GtkBox*) gtk_box_new (GTK_ORIENTATION_VERTICAL, 0); -#line 293 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_object_ref_sink (_tmp123_); -#line 293 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (self->priv->central_area_layouter); -#line 293 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - self->priv->central_area_layouter = _tmp123_; -#line 295 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp124_ = gtk_dialog_get_content_area (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_dialog_get_type (), GtkDialog)); -#line 295 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp125_ = self->priv->central_area_layouter; -#line 295 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_box_pack_start (_tmp124_, G_TYPE_CHECK_INSTANCE_CAST (_tmp125_, gtk_widget_get_type (), GtkWidget), TRUE, TRUE, (guint) 0); -#line 297 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp126_ = use_header; -#line 297 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - if (_tmp126_) { -#line 2254 "PublishingUI.c" - GtkButton* _tmp127_; - GtkButton* _tmp128_; - GtkWidget* _tmp129_; - GtkButton* _tmp130_; - GtkWidget* _tmp131_; - GtkComboBox* _tmp132_; -#line 298 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp127_ = (GtkButton*) gtk_button_new_with_mnemonic ("_Cancel"); -#line 298 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_object_ref_sink (_tmp127_); -#line 298 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (self->priv->close_cancel_button); -#line 298 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - self->priv->close_cancel_button = _tmp127_; -#line 299 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp128_ = self->priv->close_cancel_button; -#line 299 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_widget_set_can_default (G_TYPE_CHECK_INSTANCE_CAST (_tmp128_, gtk_widget_get_type (), GtkWidget), TRUE); -#line 301 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp129_ = gtk_dialog_get_header_bar (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_dialog_get_type (), GtkDialog)); -#line 301 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp130_ = self->priv->close_cancel_button; -#line 301 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_header_bar_pack_start (G_TYPE_CHECK_INSTANCE_CAST (_tmp129_, gtk_header_bar_get_type (), GtkHeaderBar), G_TYPE_CHECK_INSTANCE_CAST (_tmp130_, gtk_widget_get_type (), GtkWidget)); -#line 302 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp131_ = gtk_dialog_get_header_bar (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_dialog_get_type (), GtkDialog)); -#line 302 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp132_ = self->priv->service_selector_box; -#line 302 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_header_bar_pack_end (G_TYPE_CHECK_INSTANCE_CAST (_tmp131_, gtk_header_bar_get_type (), GtkHeaderBar), G_TYPE_CHECK_INSTANCE_CAST (_tmp132_, gtk_widget_get_type (), GtkWidget)); -#line 2285 "PublishingUI.c" - } else { - GtkWidget* _tmp133_; - GtkButton* _tmp134_; -#line 305 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_dialog_add_button (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_dialog_get_type (), GtkDialog), _ ("_Cancel"), (gint) GTK_RESPONSE_CANCEL); -#line 306 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp133_ = gtk_dialog_get_widget_for_response (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_dialog_get_type (), GtkDialog), (gint) GTK_RESPONSE_CANCEL); -#line 306 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp134_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_TYPE (_tmp133_, gtk_button_get_type ()) ? ((GtkButton*) _tmp133_) : NULL); -#line 306 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (self->priv->close_cancel_button); -#line 306 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - self->priv->close_cancel_button = _tmp134_; -#line 2299 "PublishingUI.c" - } -#line 308 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp135_ = self->priv->close_cancel_button; -#line 308 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_signal_connect_object (_tmp135_, "clicked", (GCallback) _publishing_ui_publishing_dialog_on_close_cancel_clicked_gtk_button_clicked, self, 0); -#line 310 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - publishing_ui_publishing_dialog_set_standard_window_mode (self); -#line 312 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_widget_show_all (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_widget_get_type (), GtkWidget)); -#line 161 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - loaded_services = (_vala_array_free (loaded_services, loaded_services_length1, (GDestroyNotify) g_object_unref), NULL); -#line 161 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_free0 (last_used_service); -#line 161 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (renderer_text); -#line 161 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (renderer_pix); -#line 161 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_free0 (label); -#line 161 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_free0 (title); -#line 161 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - return self; -#line 2323 "PublishingUI.c" -} - - -PublishingUIPublishingDialog* -publishing_ui_publishing_dialog_new (GeeCollection* to_publish) -{ -#line 161 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - return publishing_ui_publishing_dialog_construct (PUBLISHING_UI_TYPE_PUBLISHING_DIALOG, to_publish); -#line 2332 "PublishingUI.c" -} - - -static void -_vala_array_add59 (SpitPublishingService** * array, - int* length, - int* size, - SpitPublishingService* value) -{ -#line 340 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - if ((*length) == (*size)) { -#line 340 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - *size = (*size) ? (2 * (*size)) : 4; -#line 340 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - *array = g_renew (SpitPublishingService*, *array, (*size) + 1); -#line 2348 "PublishingUI.c" - } -#line 340 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - (*array)[(*length)++] = value; -#line 340 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - (*array)[*length] = NULL; -#line 2354 "PublishingUI.c" -} - - -static gint -__lambda16_ (void* a, - void* b) -{ - gint result = 0; - const gchar* _tmp0_; - const gchar* _tmp1_; -#line 345 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp0_ = spit_pluggable_get_pluggable_name (G_TYPE_CHECK_INSTANCE_CAST (*((SpitPublishingService**) a), SPIT_TYPE_PLUGGABLE, SpitPluggable)); -#line 345 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp1_ = spit_pluggable_get_pluggable_name (G_TYPE_CHECK_INSTANCE_CAST (*((SpitPublishingService**) b), SPIT_TYPE_PLUGGABLE, SpitPluggable)); -#line 345 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - result = utf8_cs_compare (_tmp0_, _tmp1_); -#line 345 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - return result; -#line 2373 "PublishingUI.c" -} - - -static gint -___lambda16____compar_fn_t (void* key1, - void* key2) -{ - gint result; - result = __lambda16_ (key1, key2); -#line 344 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - return result; -#line 2385 "PublishingUI.c" -} - - -static SpitPublishingService** -publishing_ui_publishing_dialog_load_all_services (int* result_length1) -{ - SpitPublishingService** result = NULL; - SpitPublishingService** loaded_services = NULL; - SpitPublishingService** _tmp0_; - gint loaded_services_length1; - gint _loaded_services_size_; - GeeCollection* pluggables = NULL; - GeeCollection* _tmp1_; - GeeCollection* _tmp2_; - gint _tmp3_; - gint _tmp4_; - SpitPublishingService** _tmp23_; - gint _tmp23__length1; - SpitPublishingService** _tmp24_; - gint _tmp24__length1; - SpitPublishingService** _tmp25_; - gint _tmp25__length1; -#line 316 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp0_ = g_new0 (SpitPublishingService*, 0 + 1); -#line 316 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - loaded_services = _tmp0_; -#line 316 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - loaded_services_length1 = 0; -#line 316 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _loaded_services_size_ = loaded_services_length1; -#line 319 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp1_ = plugins_get_pluggables_for_type (SPIT_PUBLISHING_TYPE_SERVICE, NULL, NULL, NULL, FALSE); -#line 319 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - pluggables = _tmp1_; -#line 322 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp2_ = pluggables; -#line 322 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp3_ = gee_collection_get_size (_tmp2_); -#line 322 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp4_ = _tmp3_; -#line 322 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_debug ("PublishingUI.vala:322: PublisingDialog: discovered %d pluggable publis" \ -"hing services.", _tmp4_); -#line 2428 "PublishingUI.c" - { - GeeIterator* _pluggable_it = NULL; - GeeCollection* _tmp5_; - GeeIterator* _tmp6_; -#line 324 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp5_ = pluggables; -#line 324 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp6_ = gee_iterable_iterator (G_TYPE_CHECK_INSTANCE_CAST (_tmp5_, GEE_TYPE_ITERABLE, GeeIterable)); -#line 324 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _pluggable_it = _tmp6_; -#line 324 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - while (TRUE) { -#line 2441 "PublishingUI.c" - GeeIterator* _tmp7_; - SpitPluggable* pluggable = NULL; - GeeIterator* _tmp8_; - gpointer _tmp9_; - gint pluggable_interface = 0; - SpitPluggable* _tmp10_; - gint _tmp11_; - SpitPublishingService* service = NULL; - SpitPluggable* _tmp16_; - SpitPublishingService* _tmp17_; - SpitPublishingService* _tmp18_; - const gchar* _tmp19_; - SpitPublishingService** _tmp20_; - gint _tmp20__length1; - SpitPublishingService* _tmp21_; - SpitPublishingService* _tmp22_; -#line 324 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp7_ = _pluggable_it; -#line 324 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - if (!gee_iterator_next (_tmp7_)) { -#line 324 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - break; -#line 2464 "PublishingUI.c" - } -#line 324 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp8_ = _pluggable_it; -#line 324 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp9_ = gee_iterator_get (_tmp8_); -#line 324 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - pluggable = (SpitPluggable*) _tmp9_; -#line 325 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp10_ = pluggable; -#line 325 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - pluggable_interface = spit_pluggable_get_pluggable_interface (_tmp10_, SPIT_PUBLISHING_CURRENT_INTERFACE, SPIT_PUBLISHING_CURRENT_INTERFACE); -#line 327 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp11_ = pluggable_interface; -#line 327 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - if (_tmp11_ != SPIT_PUBLISHING_CURRENT_INTERFACE) { -#line 2480 "PublishingUI.c" - SpitPluggable* _tmp12_; - gchar* _tmp13_; - gchar* _tmp14_; - gint _tmp15_; -#line 328 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp12_ = pluggable; -#line 328 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp13_ = plugins_get_pluggable_module_id (_tmp12_); -#line 328 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp14_ = _tmp13_; -#line 328 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp15_ = pluggable_interface; -#line 328 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_warning ("PublishingUI.vala:328: Unable to load publisher %s: reported interface" \ -" %d.", _tmp14_, _tmp15_); -#line 328 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_free0 (_tmp14_); -#line 331 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (pluggable); -#line 331 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - continue; -#line 2501 "PublishingUI.c" - } -#line 334 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp16_ = pluggable; -#line 334 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp17_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_CAST (_tmp16_, SPIT_PUBLISHING_TYPE_SERVICE, SpitPublishingService)); -#line 334 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - service = _tmp17_; -#line 337 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp18_ = service; -#line 337 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp19_ = spit_pluggable_get_pluggable_name (G_TYPE_CHECK_INSTANCE_CAST (_tmp18_, SPIT_TYPE_PLUGGABLE, SpitPluggable)); -#line 337 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_debug ("PublishingUI.vala:337: PublishingDialog: discovered pluggable publishi" \ -"ng service '%s'.", _tmp19_); -#line 340 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp20_ = loaded_services; -#line 340 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp20__length1 = loaded_services_length1; -#line 340 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp21_ = service; -#line 340 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp22_ = _g_object_ref0 (_tmp21_); -#line 340 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _vala_array_add59 (&loaded_services, &loaded_services_length1, &_loaded_services_size_, _tmp22_); -#line 324 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (service); -#line 324 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (pluggable); -#line 2529 "PublishingUI.c" - } -#line 324 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (_pluggable_it); -#line 2533 "PublishingUI.c" - } -#line 344 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp23_ = loaded_services; -#line 344 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp23__length1 = loaded_services_length1; -#line 344 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp24_ = loaded_services; -#line 344 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp24__length1 = loaded_services_length1; -#line 344 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - qsort (_tmp23_, (gsize) _tmp24__length1, (gsize) sizeof (SpitPublishingService*), ___lambda16____compar_fn_t); -#line 349 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp25_ = loaded_services; -#line 349 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp25__length1 = loaded_services_length1; -#line 349 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - if (result_length1) { -#line 349 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - *result_length1 = _tmp25__length1; -#line 2553 "PublishingUI.c" - } -#line 349 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - result = _tmp25_; -#line 349 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (pluggables); -#line 349 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - return result; -#line 2561 "PublishingUI.c" -} - - -static void -_vala_array_add60 (SpitPublishingService** * array, - int* length, - int* size, - SpitPublishingService* value) -{ -#line 362 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - if ((*length) == (*size)) { -#line 362 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - *size = (*size) ? (2 * (*size)) : 4; -#line 362 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - *array = g_renew (SpitPublishingService*, *array, (*size) + 1); -#line 2577 "PublishingUI.c" - } -#line 362 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - (*array)[(*length)++] = value; -#line 362 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - (*array)[*length] = NULL; -#line 2583 "PublishingUI.c" -} - - -static void -_vala_array_add61 (SpitPublishingService** * array, - int* length, - int* size, - SpitPublishingService* value) -{ -#line 365 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - if ((*length) == (*size)) { -#line 365 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - *size = (*size) ? (2 * (*size)) : 4; -#line 365 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - *array = g_renew (SpitPublishingService*, *array, (*size) + 1); -#line 2599 "PublishingUI.c" - } -#line 365 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - (*array)[(*length)++] = value; -#line 365 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - (*array)[*length] = NULL; -#line 2605 "PublishingUI.c" -} - - -static void -_vala_array_add62 (SpitPublishingService** * array, - int* length, - int* size, - SpitPublishingService* value) -{ -#line 369 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - if ((*length) == (*size)) { -#line 369 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - *size = (*size) ? (2 * (*size)) : 4; -#line 369 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - *array = g_renew (SpitPublishingService*, *array, (*size) + 1); -#line 2621 "PublishingUI.c" - } -#line 369 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - (*array)[(*length)++] = value; -#line 369 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - (*array)[*length] = NULL; -#line 2627 "PublishingUI.c" -} - - -static SpitPublishingService** -publishing_ui_publishing_dialog_load_services (gboolean has_photos, - gboolean has_videos, - int* result_length1) -{ - SpitPublishingService** result = NULL; - gboolean _tmp0_ = FALSE; - SpitPublishingService** filtered_services = NULL; - SpitPublishingService** _tmp1_; - gint filtered_services_length1; - gint _filtered_services_size_; - SpitPublishingService** all_services = NULL; - gint _tmp2_; - SpitPublishingService** _tmp3_; - gint all_services_length1; - gint _all_services_size_; - SpitPublishingService** _tmp4_; - gint _tmp4__length1; - SpitPublishingService** _tmp22_; - gint _tmp22__length1; -#line 353 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - if (has_photos) { -#line 353 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp0_ = TRUE; -#line 2655 "PublishingUI.c" - } else { -#line 353 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp0_ = has_videos; -#line 2659 "PublishingUI.c" - } -#line 353 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _vala_assert (_tmp0_, "has_photos || has_videos"); -#line 355 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp1_ = g_new0 (SpitPublishingService*, 0 + 1); -#line 355 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - filtered_services = _tmp1_; -#line 355 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - filtered_services_length1 = 0; -#line 355 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _filtered_services_size_ = filtered_services_length1; -#line 356 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp3_ = publishing_ui_publishing_dialog_load_all_services (&_tmp2_); -#line 356 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - all_services = _tmp3_; -#line 356 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - all_services_length1 = _tmp2_; -#line 356 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _all_services_size_ = all_services_length1; -#line 358 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp4_ = all_services; -#line 358 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp4__length1 = all_services_length1; -#line 2683 "PublishingUI.c" - { - SpitPublishingService** service_collection = NULL; - gint service_collection_length1 = 0; - gint _service_collection_size_ = 0; - gint service_it = 0; -#line 358 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - service_collection = _tmp4_; -#line 358 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - service_collection_length1 = _tmp4__length1; -#line 358 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - for (service_it = 0; service_it < _tmp4__length1; service_it = service_it + 1) { -#line 2695 "PublishingUI.c" - SpitPublishingService* _tmp5_; - SpitPublishingService* service = NULL; -#line 358 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp5_ = _g_object_ref0 (service_collection[service_it]); -#line 358 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - service = _tmp5_; -#line 2702 "PublishingUI.c" - { - gboolean _tmp6_ = FALSE; -#line 360 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - if (has_photos) { -#line 360 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp6_ = !has_videos; -#line 2709 "PublishingUI.c" - } else { -#line 360 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp6_ = FALSE; -#line 2713 "PublishingUI.c" - } -#line 360 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - if (_tmp6_) { -#line 2717 "PublishingUI.c" - SpitPublishingService* _tmp7_; -#line 361 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp7_ = service; -#line 361 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - if ((spit_publishing_service_get_supported_media (_tmp7_) & SPIT_PUBLISHING_PUBLISHER_MEDIA_TYPE_PHOTO) != 0) { -#line 2723 "PublishingUI.c" - SpitPublishingService** _tmp8_; - gint _tmp8__length1; - SpitPublishingService* _tmp9_; - SpitPublishingService* _tmp10_; -#line 362 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp8_ = filtered_services; -#line 362 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp8__length1 = filtered_services_length1; -#line 362 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp9_ = service; -#line 362 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp10_ = _g_object_ref0 (_tmp9_); -#line 362 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _vala_array_add60 (&filtered_services, &filtered_services_length1, &_filtered_services_size_, _tmp10_); -#line 2738 "PublishingUI.c" - } - } else { - gboolean _tmp11_ = FALSE; -#line 363 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - if (!has_photos) { -#line 363 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp11_ = has_videos; -#line 2746 "PublishingUI.c" - } else { -#line 363 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp11_ = FALSE; -#line 2750 "PublishingUI.c" - } -#line 363 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - if (_tmp11_) { -#line 2754 "PublishingUI.c" - SpitPublishingService* _tmp12_; -#line 364 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp12_ = service; -#line 364 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - if ((spit_publishing_service_get_supported_media (_tmp12_) & SPIT_PUBLISHING_PUBLISHER_MEDIA_TYPE_VIDEO) != 0) { -#line 2760 "PublishingUI.c" - SpitPublishingService** _tmp13_; - gint _tmp13__length1; - SpitPublishingService* _tmp14_; - SpitPublishingService* _tmp15_; -#line 365 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp13_ = filtered_services; -#line 365 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp13__length1 = filtered_services_length1; -#line 365 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp14_ = service; -#line 365 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp15_ = _g_object_ref0 (_tmp14_); -#line 365 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _vala_array_add61 (&filtered_services, &filtered_services_length1, &_filtered_services_size_, _tmp15_); -#line 2775 "PublishingUI.c" - } - } else { - gboolean _tmp16_ = FALSE; - SpitPublishingService* _tmp17_; -#line 367 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp17_ = service; -#line 367 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - if ((spit_publishing_service_get_supported_media (_tmp17_) & SPIT_PUBLISHING_PUBLISHER_MEDIA_TYPE_PHOTO) != 0) { -#line 2784 "PublishingUI.c" - SpitPublishingService* _tmp18_; -#line 368 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp18_ = service; -#line 368 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp16_ = (spit_publishing_service_get_supported_media (_tmp18_) & SPIT_PUBLISHING_PUBLISHER_MEDIA_TYPE_VIDEO) != 0; -#line 2790 "PublishingUI.c" - } else { -#line 367 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp16_ = FALSE; -#line 2794 "PublishingUI.c" - } -#line 367 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - if (_tmp16_) { -#line 2798 "PublishingUI.c" - SpitPublishingService** _tmp19_; - gint _tmp19__length1; - SpitPublishingService* _tmp20_; - SpitPublishingService* _tmp21_; -#line 369 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp19_ = filtered_services; -#line 369 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp19__length1 = filtered_services_length1; -#line 369 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp20_ = service; -#line 369 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp21_ = _g_object_ref0 (_tmp20_); -#line 369 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _vala_array_add62 (&filtered_services, &filtered_services_length1, &_filtered_services_size_, _tmp21_); -#line 2813 "PublishingUI.c" - } - } - } -#line 358 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (service); -#line 2819 "PublishingUI.c" - } - } - } -#line 373 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp22_ = filtered_services; -#line 373 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp22__length1 = filtered_services_length1; -#line 373 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - if (result_length1) { -#line 373 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - *result_length1 = _tmp22__length1; -#line 2831 "PublishingUI.c" - } -#line 373 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - result = _tmp22_; -#line 373 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - all_services = (_vala_array_free (all_services, all_services_length1, (GDestroyNotify) g_object_unref), NULL); -#line 373 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - return result; -#line 2839 "PublishingUI.c" -} - - -void -publishing_ui_publishing_dialog_go (GeeCollection* to_publish) -{ - PublishingUIPublishingDialog* _tmp0_; - GTimer* _tmp1_; - GeeArrayList* photos = NULL; - GeeArrayList* _tmp10_; - GeeArrayList* videos = NULL; - GeeArrayList* _tmp11_; - GeeArrayList* _tmp12_; - GeeArrayList* _tmp13_; - SpitPublishingService** avail_services = NULL; - GeeArrayList* _tmp14_; - gint _tmp15_; - gint _tmp16_; - GeeArrayList* _tmp17_; - gint _tmp18_; - gint _tmp19_; - gint _tmp20_; - SpitPublishingService** _tmp21_; - gint avail_services_length1; - gint _avail_services_size_; - SpitPublishingService** _tmp22_; - gint _tmp22__length1; - PublishingUIPublishingDialog* _tmp25_; - PublishingUIPublishingDialog* _tmp26_; - GTimer* _tmp27_; -#line 387 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_return_if_fail (GEE_IS_COLLECTION (to_publish)); -#line 388 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp0_ = publishing_ui_publishing_dialog_active_instance; -#line 388 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - if (_tmp0_ != NULL) { -#line 389 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - return; -#line 2878 "PublishingUI.c" - } -#line 391 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp1_ = publishing_ui_publishing_dialog_since_last_start; -#line 391 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - if (_tmp1_ == NULL) { -#line 2884 "PublishingUI.c" - GTimer* _tmp2_; - GTimer* _tmp3_; - GTimer* _tmp4_; -#line 394 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp2_ = g_timer_new (); -#line 394 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_timer_destroy0 (publishing_ui_publishing_dialog_since_last_start); -#line 394 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - publishing_ui_publishing_dialog_since_last_start = _tmp2_; -#line 395 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp3_ = publishing_ui_publishing_dialog_since_last_start; -#line 395 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_timer_stop (_tmp3_); -#line 396 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp4_ = publishing_ui_publishing_dialog_since_last_start; -#line 396 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_timer_reset (_tmp4_); -#line 397 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - publishing_ui_publishing_dialog_elapsed_is_valid = FALSE; -#line 2904 "PublishingUI.c" - } else { - gdouble elapsed = 0.0; - GTimer* _tmp5_; - gdouble _tmp6_; - gboolean _tmp7_ = FALSE; - gdouble _tmp8_; -#line 399 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp5_ = publishing_ui_publishing_dialog_since_last_start; -#line 399 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp6_ = g_timer_elapsed (_tmp5_, NULL); -#line 399 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - elapsed = _tmp6_; -#line 400 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp8_ = elapsed; -#line 400 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - if (_tmp8_ < 0.05) { -#line 2921 "PublishingUI.c" - gboolean _tmp9_; -#line 400 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp9_ = publishing_ui_publishing_dialog_elapsed_is_valid; -#line 400 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp7_ = _tmp9_; -#line 2927 "PublishingUI.c" - } else { -#line 400 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp7_ = FALSE; -#line 2931 "PublishingUI.c" - } -#line 400 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - if (_tmp7_) { -#line 401 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - return; -#line 2937 "PublishingUI.c" - } - } -#line 404 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp10_ = gee_array_list_new (TYPE_LIBRARY_PHOTO, (GBoxedCopyFunc) g_object_ref, (GDestroyNotify) g_object_unref, NULL, NULL, NULL); -#line 404 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - photos = _tmp10_; -#line 405 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp11_ = gee_array_list_new (TYPE_VIDEO, (GBoxedCopyFunc) g_object_ref, (GDestroyNotify) g_object_unref, NULL, NULL, NULL); -#line 405 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - videos = _tmp11_; -#line 406 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp12_ = photos; -#line 406 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp13_ = videos; -#line 406 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - media_source_collection_filter_media (to_publish, G_TYPE_CHECK_INSTANCE_CAST (_tmp12_, GEE_TYPE_COLLECTION, GeeCollection), G_TYPE_CHECK_INSTANCE_CAST (_tmp13_, GEE_TYPE_COLLECTION, GeeCollection)); -#line 408 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp14_ = photos; -#line 408 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp15_ = gee_abstract_collection_get_size (G_TYPE_CHECK_INSTANCE_CAST (_tmp14_, GEE_TYPE_ABSTRACT_COLLECTION, GeeAbstractCollection)); -#line 408 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp16_ = _tmp15_; -#line 408 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp17_ = videos; -#line 408 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp18_ = gee_abstract_collection_get_size (G_TYPE_CHECK_INSTANCE_CAST (_tmp17_, GEE_TYPE_ABSTRACT_COLLECTION, GeeAbstractCollection)); -#line 408 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp19_ = _tmp18_; -#line 408 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp21_ = publishing_ui_publishing_dialog_load_services (_tmp16_ > 0, _tmp19_ > 0, &_tmp20_); -#line 408 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - avail_services = _tmp21_; -#line 408 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - avail_services_length1 = _tmp20_; -#line 408 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _avail_services_size_ = avail_services_length1; -#line 411 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp22_ = avail_services; -#line 411 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp22__length1 = avail_services_length1; -#line 411 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - if (_tmp22__length1 == 0) { -#line 2980 "PublishingUI.c" - gchar* _tmp23_; - gchar* _tmp24_; -#line 414 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp23_ = g_strdup_printf (_ ("Shotwell cannot publish the selected items because you do not have a c" \ -"ompatible publishing plugin enabled. To correct this, choose Edit %" \ -"s Preferences and enable one or more of the publishing plugins on " \ -"the Plugins tab."), "▸"); -#line 414 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp24_ = _tmp23_; -#line 414 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - app_window_error_message_with_title (_ ("Unable to publish"), _tmp24_, NULL, FALSE); -#line 414 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_free0 (_tmp24_); -#line 418 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - avail_services = (_vala_array_free (avail_services, avail_services_length1, (GDestroyNotify) g_object_unref), NULL); -#line 418 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (videos); -#line 418 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (photos); -#line 418 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - return; -#line 2999 "PublishingUI.c" - } -#line 424 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_debug ("PublishingUI.vala:424: PublishingDialog.go( )"); -#line 426 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp25_ = publishing_ui_publishing_dialog_new (to_publish); -#line 426 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_object_ref_sink (_tmp25_); -#line 426 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (publishing_ui_publishing_dialog_active_instance); -#line 426 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - publishing_ui_publishing_dialog_active_instance = _tmp25_; -#line 428 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp26_ = publishing_ui_publishing_dialog_active_instance; -#line 428 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - publishing_ui_publishing_dialog_run (_tmp26_); -#line 430 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (publishing_ui_publishing_dialog_active_instance); -#line 430 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - publishing_ui_publishing_dialog_active_instance = NULL; -#line 433 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp27_ = publishing_ui_publishing_dialog_since_last_start; -#line 433 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_timer_start (_tmp27_); -#line 434 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - publishing_ui_publishing_dialog_elapsed_is_valid = TRUE; -#line 387 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - avail_services = (_vala_array_free (avail_services, avail_services_length1, (GDestroyNotify) g_object_unref), NULL); -#line 387 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (videos); -#line 387 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (photos); -#line 3031 "PublishingUI.c" -} - - -static gboolean -publishing_ui_publishing_dialog_on_window_close (PublishingUIPublishingDialog* self, - GdkEventAny* evt) -{ - gboolean result = FALSE; - SpitPublishingConcretePublishingHost* _tmp0_; -#line 437 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_return_val_if_fail (PUBLISHING_UI_IS_PUBLISHING_DIALOG (self), FALSE); -#line 437 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_return_val_if_fail (evt != NULL, FALSE); -#line 438 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp0_ = self->priv->host; -#line 438 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - spit_publishing_plugin_host_stop_publishing (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, SPIT_PUBLISHING_TYPE_PLUGIN_HOST, SpitPublishingPluginHost)); -#line 439 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (self->priv->host); -#line 439 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - self->priv->host = NULL; -#line 440 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_widget_hide (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_widget_get_type (), GtkWidget)); -#line 441 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_widget_destroy (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_widget_get_type (), GtkWidget)); -#line 443 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - result = TRUE; -#line 443 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - return result; -#line 3061 "PublishingUI.c" -} - - -static void -publishing_ui_publishing_dialog_on_service_changed (PublishingUIPublishingDialog* self) -{ - GtkTreeIter iter = {0}; - gboolean have_active_iter = FALSE; - GtkComboBox* _tmp0_; - GtkTreeIter _tmp1_ = {0}; - gboolean _tmp2_; - gboolean _tmp3_; - GValue service_name_val = {0}; - GtkListStore* _tmp7_; - GtkTreeIter _tmp8_; - GValue _tmp9_ = {0}; - gchar* service_name = NULL; - GValue _tmp10_; - gchar* _tmp11_; - SpitPublishingService* selected_service = NULL; - SpitPublishingService** services = NULL; - gint _tmp12_; - SpitPublishingService** _tmp13_; - gint services_length1; - gint _services_size_; - SpitPublishingService** _tmp14_; - gint _tmp14__length1; - SpitPublishingService* _tmp21_; - ConfigFacade* _tmp22_; - ConfigFacade* _tmp23_; - SpitPublishingService* _tmp24_; - const gchar* _tmp25_; - SpitPublishingService* _tmp26_; - SpitPublishingPublishable** _tmp27_; - gint _tmp27__length1; - SpitPublishingConcretePublishingHost* _tmp28_; - SpitPublishingConcretePublishingHost* _tmp29_; -#line 446 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_return_if_fail (PUBLISHING_UI_IS_PUBLISHING_DIALOG (self)); -#line 448 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - have_active_iter = FALSE; -#line 449 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp0_ = self->priv->service_selector_box; -#line 449 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp2_ = gtk_combo_box_get_active_iter (_tmp0_, &_tmp1_); -#line 449 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - iter = _tmp1_; -#line 449 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - have_active_iter = _tmp2_; -#line 452 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp3_ = have_active_iter; -#line 452 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - if (!_tmp3_) { -#line 3115 "PublishingUI.c" - GtkComboBox* _tmp4_; - GtkComboBox* _tmp5_; - GtkTreeIter _tmp6_ = {0}; -#line 454 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp4_ = self->priv->service_selector_box; -#line 454 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_combo_box_set_active (_tmp4_, 0); -#line 457 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp5_ = self->priv->service_selector_box; -#line 457 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_combo_box_get_active_iter (_tmp5_, &_tmp6_); -#line 457 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - iter = _tmp6_; -#line 3129 "PublishingUI.c" - } -#line 461 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp7_ = self->priv->service_selector_box_model; -#line 461 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp8_ = iter; -#line 461 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_tree_model_get_value (G_TYPE_CHECK_INSTANCE_CAST (_tmp7_, gtk_tree_model_get_type (), GtkTreeModel), &_tmp8_, 1, &_tmp9_); -#line 461 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - G_IS_VALUE (&service_name_val) ? (g_value_unset (&service_name_val), NULL) : NULL; -#line 461 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - service_name_val = _tmp9_; -#line 463 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp10_ = service_name_val; -#line 463 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp11_ = g_strdup (g_value_get_string (&_tmp10_)); -#line 463 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - service_name = _tmp11_; -#line 465 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - selected_service = NULL; -#line 466 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp13_ = publishing_ui_publishing_dialog_load_all_services (&_tmp12_); -#line 466 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - services = _tmp13_; -#line 466 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - services_length1 = _tmp12_; -#line 466 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _services_size_ = services_length1; -#line 467 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp14_ = services; -#line 467 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp14__length1 = services_length1; -#line 3161 "PublishingUI.c" - { - SpitPublishingService** service_collection = NULL; - gint service_collection_length1 = 0; - gint _service_collection_size_ = 0; - gint service_it = 0; -#line 467 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - service_collection = _tmp14_; -#line 467 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - service_collection_length1 = _tmp14__length1; -#line 467 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - for (service_it = 0; service_it < _tmp14__length1; service_it = service_it + 1) { -#line 3173 "PublishingUI.c" - SpitPublishingService* _tmp15_; - SpitPublishingService* service = NULL; -#line 467 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp15_ = _g_object_ref0 (service_collection[service_it]); -#line 467 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - service = _tmp15_; -#line 3180 "PublishingUI.c" - { - SpitPublishingService* _tmp16_; - const gchar* _tmp17_; - const gchar* _tmp18_; -#line 468 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp16_ = service; -#line 468 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp17_ = spit_pluggable_get_pluggable_name (G_TYPE_CHECK_INSTANCE_CAST (_tmp16_, SPIT_TYPE_PLUGGABLE, SpitPluggable)); -#line 468 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp18_ = service_name; -#line 468 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - if (g_strcmp0 (_tmp17_, _tmp18_) == 0) { -#line 3193 "PublishingUI.c" - SpitPublishingService* _tmp19_; - SpitPublishingService* _tmp20_; -#line 469 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp19_ = service; -#line 469 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp20_ = _g_object_ref0 (_tmp19_); -#line 469 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (selected_service); -#line 469 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - selected_service = _tmp20_; -#line 470 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (service); -#line 470 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - break; -#line 3208 "PublishingUI.c" - } -#line 467 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (service); -#line 3212 "PublishingUI.c" - } - } - } -#line 473 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp21_ = selected_service; -#line 473 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _vala_assert (_tmp21_ != NULL, "selected_service != null"); -#line 475 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp22_ = config_facade_get_instance (); -#line 475 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp23_ = _tmp22_; -#line 475 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp24_ = selected_service; -#line 475 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp25_ = spit_pluggable_get_id (G_TYPE_CHECK_INSTANCE_CAST (_tmp24_, SPIT_TYPE_PLUGGABLE, SpitPluggable)); -#line 475 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - configuration_facade_set_last_used_service (G_TYPE_CHECK_INSTANCE_CAST (_tmp23_, TYPE_CONFIGURATION_FACADE, ConfigurationFacade), _tmp25_); -#line 475 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (_tmp23_); -#line 477 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp26_ = selected_service; -#line 477 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp27_ = self->priv->publishables; -#line 477 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp27__length1 = self->priv->publishables_length1; -#line 477 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp28_ = spit_publishing_concrete_publishing_host_new (_tmp26_, self, _tmp27_, _tmp27__length1); -#line 477 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (self->priv->host); -#line 477 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - self->priv->host = _tmp28_; -#line 478 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp29_ = self->priv->host; -#line 478 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - spit_publishing_concrete_publishing_host_start_publishing (_tmp29_); -#line 446 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - services = (_vala_array_free (services, services_length1, (GDestroyNotify) g_object_unref), NULL); -#line 446 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (selected_service); -#line 446 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_free0 (service_name); -#line 446 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - G_IS_VALUE (&service_name_val) ? (g_value_unset (&service_name_val), NULL) : NULL; -#line 3256 "PublishingUI.c" -} - - -static void -publishing_ui_publishing_dialog_on_close_cancel_clicked (PublishingUIPublishingDialog* self) -{ - SpitPublishingConcretePublishingHost* _tmp0_; -#line 481 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_return_if_fail (PUBLISHING_UI_IS_PUBLISHING_DIALOG (self)); -#line 482 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_debug ("PublishingUI.vala:482: PublishingDialog: on_close_cancel_clicked( ): i" \ -"nvoked."); -#line 484 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp0_ = self->priv->host; -#line 484 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - spit_publishing_plugin_host_stop_publishing (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, SPIT_PUBLISHING_TYPE_PLUGIN_HOST, SpitPublishingPluginHost)); -#line 485 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (self->priv->host); -#line 485 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - self->priv->host = NULL; -#line 486 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_widget_hide (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_widget_get_type (), GtkWidget)); -#line 487 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_widget_destroy (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_widget_get_type (), GtkWidget)); -#line 3280 "PublishingUI.c" -} - - -static void -publishing_ui_publishing_dialog_set_large_window_mode (PublishingUIPublishingDialog* self) -{ - GtkBox* _tmp0_; -#line 490 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_return_if_fail (PUBLISHING_UI_IS_PUBLISHING_DIALOG (self)); -#line 491 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_widget_set_size_request (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_widget_get_type (), GtkWidget), PUBLISHING_UI_PUBLISHING_DIALOG_LARGE_WINDOW_WIDTH, PUBLISHING_UI_PUBLISHING_DIALOG_LARGE_WINDOW_HEIGHT); -#line 492 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp0_ = self->priv->central_area_layouter; -#line 492 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_widget_set_size_request (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, gtk_widget_get_type (), GtkWidget), PUBLISHING_UI_PUBLISHING_DIALOG_LARGE_WINDOW_WIDTH - PUBLISHING_UI_PUBLISHING_DIALOG_BORDER_REGION_WIDTH, PUBLISHING_UI_PUBLISHING_DIALOG_LARGE_WINDOW_HEIGHT - PUBLISHING_UI_PUBLISHING_DIALOG_BORDER_REGION_HEIGHT); -#line 494 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_window_set_resizable (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_window_get_type (), GtkWindow), FALSE); -#line 3298 "PublishingUI.c" -} - - -static void -publishing_ui_publishing_dialog_set_colossal_window_mode (PublishingUIPublishingDialog* self) -{ - GtkBox* _tmp0_; -#line 497 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_return_if_fail (PUBLISHING_UI_IS_PUBLISHING_DIALOG (self)); -#line 498 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_widget_set_size_request (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_widget_get_type (), GtkWidget), PUBLISHING_UI_PUBLISHING_DIALOG_COLOSSAL_WINDOW_WIDTH, PUBLISHING_UI_PUBLISHING_DIALOG_COLOSSAL_WINDOW_HEIGHT); -#line 499 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp0_ = self->priv->central_area_layouter; -#line 499 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_widget_set_size_request (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, gtk_widget_get_type (), GtkWidget), PUBLISHING_UI_PUBLISHING_DIALOG_COLOSSAL_WINDOW_WIDTH - PUBLISHING_UI_PUBLISHING_DIALOG_BORDER_REGION_WIDTH, PUBLISHING_UI_PUBLISHING_DIALOG_COLOSSAL_WINDOW_HEIGHT - PUBLISHING_UI_PUBLISHING_DIALOG_BORDER_REGION_HEIGHT); -#line 501 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_window_set_resizable (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_window_get_type (), GtkWindow), FALSE); -#line 3316 "PublishingUI.c" -} - - -static void -publishing_ui_publishing_dialog_set_standard_window_mode (PublishingUIPublishingDialog* self) -{ - GtkBox* _tmp0_; -#line 504 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_return_if_fail (PUBLISHING_UI_IS_PUBLISHING_DIALOG (self)); -#line 505 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_widget_set_size_request (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_widget_get_type (), GtkWidget), PUBLISHING_UI_PUBLISHING_DIALOG_STANDARD_WINDOW_WIDTH, PUBLISHING_UI_PUBLISHING_DIALOG_STANDARD_WINDOW_HEIGHT); -#line 506 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp0_ = self->priv->central_area_layouter; -#line 506 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_widget_set_size_request (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, gtk_widget_get_type (), GtkWidget), PUBLISHING_UI_PUBLISHING_DIALOG_STANDARD_WINDOW_WIDTH - PUBLISHING_UI_PUBLISHING_DIALOG_BORDER_REGION_WIDTH, PUBLISHING_UI_PUBLISHING_DIALOG_STANDARD_WINDOW_HEIGHT - PUBLISHING_UI_PUBLISHING_DIALOG_BORDER_REGION_HEIGHT); -#line 508 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_window_set_resizable (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_window_get_type (), GtkWindow), FALSE); -#line 3334 "PublishingUI.c" -} - - -static void -publishing_ui_publishing_dialog_set_free_sizable_window_mode (PublishingUIPublishingDialog* self) -{ -#line 511 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_return_if_fail (PUBLISHING_UI_IS_PUBLISHING_DIALOG (self)); -#line 512 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_window_set_resizable (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_window_get_type (), GtkWindow), TRUE); -#line 3345 "PublishingUI.c" -} - - -static void -publishing_ui_publishing_dialog_clear_free_sizable_window_mode (PublishingUIPublishingDialog* self) -{ -#line 515 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_return_if_fail (PUBLISHING_UI_IS_PUBLISHING_DIALOG (self)); -#line 516 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_window_set_resizable (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_window_get_type (), GtkWindow), FALSE); -#line 3356 "PublishingUI.c" -} - - -SpitPublishingDialogPane* -publishing_ui_publishing_dialog_get_active_pane (PublishingUIPublishingDialog* self) -{ - SpitPublishingDialogPane* result = NULL; - SpitPublishingDialogPane* _tmp0_; - SpitPublishingDialogPane* _tmp1_; -#line 519 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_return_val_if_fail (PUBLISHING_UI_IS_PUBLISHING_DIALOG (self), NULL); -#line 520 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp0_ = self->priv->active_pane; -#line 520 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp1_ = _g_object_ref0 (_tmp0_); -#line 520 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - result = _tmp1_; -#line 520 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - return result; -#line 3376 "PublishingUI.c" -} - - -void -publishing_ui_publishing_dialog_set_close_button_mode (PublishingUIPublishingDialog* self) -{ - GtkButton* _tmp0_; - GtkButton* _tmp1_; -#line 523 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_return_if_fail (PUBLISHING_UI_IS_PUBLISHING_DIALOG (self)); -#line 524 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp0_ = self->priv->close_cancel_button; -#line 524 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_button_set_label (_tmp0_, _ ("_Close")); -#line 525 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp1_ = self->priv->close_cancel_button; -#line 525 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_window_set_default (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_window_get_type (), GtkWindow), G_TYPE_CHECK_INSTANCE_CAST (_tmp1_, gtk_widget_get_type (), GtkWidget)); -#line 3395 "PublishingUI.c" -} - - -void -publishing_ui_publishing_dialog_set_cancel_button_mode (PublishingUIPublishingDialog* self) -{ - GtkButton* _tmp0_; -#line 528 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_return_if_fail (PUBLISHING_UI_IS_PUBLISHING_DIALOG (self)); -#line 529 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp0_ = self->priv->close_cancel_button; -#line 529 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_button_set_label (_tmp0_, _ ("_Cancel")); -#line 3409 "PublishingUI.c" -} - - -void -publishing_ui_publishing_dialog_lock_service (PublishingUIPublishingDialog* self) -{ - GtkComboBox* _tmp0_; -#line 532 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_return_if_fail (PUBLISHING_UI_IS_PUBLISHING_DIALOG (self)); -#line 533 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp0_ = self->priv->service_selector_box; -#line 533 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_widget_set_sensitive (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, gtk_widget_get_type (), GtkWidget), FALSE); -#line 3423 "PublishingUI.c" -} - - -void -publishing_ui_publishing_dialog_unlock_service (PublishingUIPublishingDialog* self) -{ - GtkComboBox* _tmp0_; -#line 536 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_return_if_fail (PUBLISHING_UI_IS_PUBLISHING_DIALOG (self)); -#line 537 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp0_ = self->priv->service_selector_box; -#line 537 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_widget_set_sensitive (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, gtk_widget_get_type (), GtkWidget), TRUE); -#line 3437 "PublishingUI.c" -} - - -void -publishing_ui_publishing_dialog_install_pane (PublishingUIPublishingDialog* self, - SpitPublishingDialogPane* pane) -{ - SpitPublishingDialogPane* _tmp0_; - GtkBox* _tmp6_; - GtkWidget* _tmp7_; - GtkWidget* _tmp8_; - SpitPublishingDialogPaneGeometryOptions geometry_options = 0; - SpitPublishingDialogPaneGeometryOptions _tmp9_; - SpitPublishingDialogPaneGeometryOptions _tmp11_; - SpitPublishingDialogPane* _tmp12_; -#line 540 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_return_if_fail (PUBLISHING_UI_IS_PUBLISHING_DIALOG (self)); -#line 540 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_return_if_fail (SPIT_PUBLISHING_IS_DIALOG_PANE (pane)); -#line 541 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_debug ("PublishingUI.vala:541: PublishingDialog: install_pane( ): invoked."); -#line 543 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp0_ = self->priv->active_pane; -#line 543 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - if (_tmp0_ != NULL) { -#line 3463 "PublishingUI.c" - SpitPublishingDialogPane* _tmp1_; - GtkBox* _tmp2_; - SpitPublishingDialogPane* _tmp3_; - GtkWidget* _tmp4_; - GtkWidget* _tmp5_; -#line 544 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_debug ("PublishingUI.vala:544: PublishingDialog: install_pane( ): a pane is al" \ -"ready installed; removing it."); -#line 546 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp1_ = self->priv->active_pane; -#line 546 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - spit_publishing_dialog_pane_on_pane_uninstalled (_tmp1_); -#line 547 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp2_ = self->priv->central_area_layouter; -#line 547 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp3_ = self->priv->active_pane; -#line 547 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp4_ = spit_publishing_dialog_pane_get_widget (_tmp3_); -#line 547 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp5_ = _tmp4_; -#line 547 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_container_remove (G_TYPE_CHECK_INSTANCE_CAST (_tmp2_, gtk_container_get_type (), GtkContainer), _tmp5_); -#line 547 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (_tmp5_); -#line 3487 "PublishingUI.c" - } -#line 550 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp6_ = self->priv->central_area_layouter; -#line 550 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp7_ = spit_publishing_dialog_pane_get_widget (pane); -#line 550 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp8_ = _tmp7_; -#line 550 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_box_pack_start (_tmp6_, _tmp8_, TRUE, TRUE, (guint) 0); -#line 550 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (_tmp8_); -#line 551 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - gtk_widget_show_all (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_widget_get_type (), GtkWidget)); -#line 553 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - geometry_options = spit_publishing_dialog_pane_get_preferred_geometry (pane); -#line 555 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp9_ = geometry_options; -#line 555 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - if ((_tmp9_ & SPIT_PUBLISHING_DIALOG_PANE_GEOMETRY_OPTIONS_EXTENDED_SIZE) != 0) { -#line 556 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - publishing_ui_publishing_dialog_set_large_window_mode (self); -#line 3509 "PublishingUI.c" - } else { - SpitPublishingDialogPaneGeometryOptions _tmp10_; -#line 557 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp10_ = geometry_options; -#line 557 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - if ((_tmp10_ & SPIT_PUBLISHING_DIALOG_PANE_GEOMETRY_OPTIONS_COLOSSAL_SIZE) != 0) { -#line 558 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - publishing_ui_publishing_dialog_set_colossal_window_mode (self); -#line 3518 "PublishingUI.c" - } else { -#line 560 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - publishing_ui_publishing_dialog_set_standard_window_mode (self); -#line 3522 "PublishingUI.c" - } - } -#line 562 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp11_ = geometry_options; -#line 562 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - if ((_tmp11_ & SPIT_PUBLISHING_DIALOG_PANE_GEOMETRY_OPTIONS_RESIZABLE) != 0) { -#line 563 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - publishing_ui_publishing_dialog_set_free_sizable_window_mode (self); -#line 3531 "PublishingUI.c" - } else { -#line 565 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - publishing_ui_publishing_dialog_clear_free_sizable_window_mode (self); -#line 3535 "PublishingUI.c" - } -#line 567 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _tmp12_ = _g_object_ref0 (pane); -#line 567 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (self->priv->active_pane); -#line 567 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - self->priv->active_pane = _tmp12_; -#line 568 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - spit_publishing_dialog_pane_on_pane_installed (pane); -#line 3545 "PublishingUI.c" -} - - -gint -publishing_ui_publishing_dialog_run (PublishingUIPublishingDialog* self) -{ - gint result = 0; - gint _result_ = 0; -#line 571 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_return_val_if_fail (PUBLISHING_UI_IS_PUBLISHING_DIALOG (self), 0); -#line 572 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - publishing_ui_publishing_dialog_on_service_changed (self); -#line 574 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _result_ = gtk_dialog_run (G_TYPE_CHECK_INSTANCE_CAST (self, gtk_dialog_get_type (), GtkDialog)); -#line 576 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (self->priv->host); -#line 576 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - self->priv->host = NULL; -#line 578 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - result = _result_; -#line 578 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - return result; -#line 3568 "PublishingUI.c" -} - - -static void -publishing_ui_publishing_dialog_class_init (PublishingUIPublishingDialogClass * klass) -{ -#line 137 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - publishing_ui_publishing_dialog_parent_class = g_type_class_peek_parent (klass); -#line 137 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - g_type_class_add_private (klass, sizeof (PublishingUIPublishingDialogPrivate)); -#line 137 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - G_OBJECT_CLASS (klass)->finalize = publishing_ui_publishing_dialog_finalize; -#line 3581 "PublishingUI.c" -} - - -static void -publishing_ui_publishing_dialog_instance_init (PublishingUIPublishingDialog * self) -{ -#line 137 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - self->priv = PUBLISHING_UI_PUBLISHING_DIALOG_GET_PRIVATE (self); -#line 3590 "PublishingUI.c" -} - - -static void -publishing_ui_publishing_dialog_finalize (GObject * obj) -{ - PublishingUIPublishingDialog * self; -#line 137 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - self = G_TYPE_CHECK_INSTANCE_CAST (obj, PUBLISHING_UI_TYPE_PUBLISHING_DIALOG, PublishingUIPublishingDialog); -#line 152 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (self->priv->service_selector_box_model); -#line 153 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (self->priv->service_selector_box); -#line 154 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (self->priv->central_area_layouter); -#line 155 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (self->priv->close_cancel_button); -#line 156 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (self->priv->active_pane); -#line 157 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - self->priv->publishables = (_vala_array_free (self->priv->publishables, self->priv->publishables_length1, (GDestroyNotify) g_object_unref), NULL); -#line 158 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - _g_object_unref0 (self->priv->host); -#line 159 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - spit_pluggable_info_destroy (&self->priv->info); -#line 137 "/home/jens/Source/shotwell/src/publishing/PublishingUI.vala" - G_OBJECT_CLASS (publishing_ui_publishing_dialog_parent_class)->finalize (obj); -#line 3618 "PublishingUI.c" -} - - -GType -publishing_ui_publishing_dialog_get_type (void) -{ - static volatile gsize publishing_ui_publishing_dialog_type_id__volatile = 0; - if (g_once_init_enter (&publishing_ui_publishing_dialog_type_id__volatile)) { - static const GTypeInfo g_define_type_info = { sizeof (PublishingUIPublishingDialogClass), (GBaseInitFunc) NULL, (GBaseFinalizeFunc) NULL, (GClassInitFunc) publishing_ui_publishing_dialog_class_init, (GClassFinalizeFunc) NULL, NULL, sizeof (PublishingUIPublishingDialog), 0, (GInstanceInitFunc) publishing_ui_publishing_dialog_instance_init, NULL }; - GType publishing_ui_publishing_dialog_type_id; - publishing_ui_publishing_dialog_type_id = g_type_register_static (gtk_dialog_get_type (), "PublishingUIPublishingDialog", &g_define_type_info, 0); - g_once_init_leave (&publishing_ui_publishing_dialog_type_id__volatile, publishing_ui_publishing_dialog_type_id); - } - return publishing_ui_publishing_dialog_type_id__volatile; -} - - -static void -_vala_array_destroy (gpointer array, - gint array_length, - GDestroyNotify destroy_func) -{ - if ((array != NULL) && (destroy_func != NULL)) { - int i; - for (i = 0; i < array_length; i = i + 1) { - if (((gpointer*) array)[i] != NULL) { - destroy_func (((gpointer*) array)[i]); - } - } - } -} - - -static void -_vala_array_free (gpointer array, - gint array_length, - GDestroyNotify destroy_func) -{ - _vala_array_destroy (array, array_length, destroy_func); - g_free (array); -} - - - -- cgit v1.2.3