From 3253d99365813f2d2ffd05e10cbb8c11f53d746e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 22 Mar 2017 06:39:17 +0100 Subject: New upstream version 0.26.0 --- plugins/shotwell-plugin-dev-1.0.vapi | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'plugins/shotwell-plugin-dev-1.0.vapi') diff --git a/plugins/shotwell-plugin-dev-1.0.vapi b/plugins/shotwell-plugin-dev-1.0.vapi index d88dfd2..fd0d0a8 100644 --- a/plugins/shotwell-plugin-dev-1.0.vapi +++ b/plugins/shotwell-plugin-dev-1.0.vapi @@ -118,6 +118,21 @@ namespace Spit { public const int CURRENT_INTERFACE; } namespace Publishing { + [CCode (cheader_filename = "shotwell-plugin-dev-1.0.h")] + public interface Authenticator : GLib.Object { + public abstract void authenticate (); + public abstract bool can_logout (); + public abstract GLib.HashTable get_authentication_parameter (); + public abstract void logout (); + public abstract void refresh (); + public signal void authenticated (); + public signal void authentication_failed (); + } + [CCode (cheader_filename = "shotwell-plugin-dev-1.0.h")] + public interface AuthenticatorFactory : GLib.Object { + public abstract Spit.Publishing.Authenticator? create (string provider, Spit.Publishing.PluginHost host); + public abstract Gee.List get_available_authenticators (); + } [CCode (cheader_filename = "shotwell-plugin-dev-1.0.h")] public interface DialogPane : GLib.Object { public enum GeometryOptions { -- cgit v1.2.3