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-common.vapi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/shotwell-plugin-common.vapi') diff --git a/plugins/shotwell-plugin-common.vapi b/plugins/shotwell-plugin-common.vapi index 93e24e1..8d3965b 100644 --- a/plugins/shotwell-plugin-common.vapi +++ b/plugins/shotwell-plugin-common.vapi @@ -28,12 +28,12 @@ namespace Publishing { } protected GooglePublisher (Spit.Publishing.Service service, Spit.Publishing.PluginHost host, string scope); protected abstract void do_logout (); + protected abstract Spit.Publishing.Authenticator get_authenticator (); protected unowned Spit.Publishing.PluginHost get_host (); protected Publishing.RESTSupport.GoogleSession get_session (); public abstract bool is_running (); protected abstract void on_login_flow_complete (); public abstract void start (); - protected void start_oauth_flow (string? refresh_token = null); public abstract void stop (); } [CCode (cheader_filename = "shotwell-plugin-common.h")] @@ -41,7 +41,6 @@ namespace Publishing { public GoogleSession (); public abstract void deauthenticate (); public abstract string get_access_token (); - public abstract string get_refresh_token (); public abstract string get_user_name (); } [CCode (cheader_filename = "shotwell-plugin-common.h")] -- cgit v1.2.3