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 --- plugins/authenticator/shotwell-authenticator.h | 43 -------------------------- 1 file changed, 43 deletions(-) delete mode 100644 plugins/authenticator/shotwell-authenticator.h (limited to 'plugins/authenticator/shotwell-authenticator.h') diff --git a/plugins/authenticator/shotwell-authenticator.h b/plugins/authenticator/shotwell-authenticator.h deleted file mode 100644 index 969aca9..0000000 --- a/plugins/authenticator/shotwell-authenticator.h +++ /dev/null @@ -1,43 +0,0 @@ -/* shotwell-authenticator.h generated by valac 0.40.4, the Vala compiler, do not modify */ - - -#ifndef __PLUGINS_AUTHENTICATOR_SHOTWELL_AUTHENTICATOR_H__ -#define __PLUGINS_AUTHENTICATOR_SHOTWELL_AUTHENTICATOR_H__ - -#include -#include -#include "shotwell-plugin-dev-1.0.h" - -G_BEGIN_DECLS - - -#define PUBLISHING_AUTHENTICATOR_TYPE_FACTORY (publishing_authenticator_factory_get_type ()) -#define PUBLISHING_AUTHENTICATOR_FACTORY(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), PUBLISHING_AUTHENTICATOR_TYPE_FACTORY, PublishingAuthenticatorFactory)) -#define PUBLISHING_AUTHENTICATOR_FACTORY_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), PUBLISHING_AUTHENTICATOR_TYPE_FACTORY, PublishingAuthenticatorFactoryClass)) -#define PUBLISHING_AUTHENTICATOR_IS_FACTORY(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), PUBLISHING_AUTHENTICATOR_TYPE_FACTORY)) -#define PUBLISHING_AUTHENTICATOR_IS_FACTORY_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), PUBLISHING_AUTHENTICATOR_TYPE_FACTORY)) -#define PUBLISHING_AUTHENTICATOR_FACTORY_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), PUBLISHING_AUTHENTICATOR_TYPE_FACTORY, PublishingAuthenticatorFactoryClass)) - -typedef struct _PublishingAuthenticatorFactory PublishingAuthenticatorFactory; -typedef struct _PublishingAuthenticatorFactoryClass PublishingAuthenticatorFactoryClass; -typedef struct _PublishingAuthenticatorFactoryPrivate PublishingAuthenticatorFactoryPrivate; - -struct _PublishingAuthenticatorFactory { - GObject parent_instance; - PublishingAuthenticatorFactoryPrivate * priv; -}; - -struct _PublishingAuthenticatorFactoryClass { - GObjectClass parent_class; -}; - - -GType publishing_authenticator_factory_get_type (void) G_GNUC_CONST; -PublishingAuthenticatorFactory* publishing_authenticator_factory_get_instance (void); -PublishingAuthenticatorFactory* publishing_authenticator_factory_new (void); -PublishingAuthenticatorFactory* publishing_authenticator_factory_construct (GType object_type); - - -G_END_DECLS - -#endif -- cgit v1.2.3