diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-03-22 06:40:44 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-03-22 06:40:44 +0100 |
commit | 8e1c5a834469d804d28ee8ab2cbe2da8e600a789 (patch) | |
tree | b9771456583eaead893cfd8f02e680b58a3da970 /plugins/shotwell-plugin-common.vapi | |
parent | 80a5f2d8b095e895a5424f90b2ce4684d94c1a32 (diff) | |
parent | 3253d99365813f2d2ffd05e10cbb8c11f53d746e (diff) |
Merge tag 'upstream/0.26.0'
Upstream version 0.26.0
Diffstat (limited to 'plugins/shotwell-plugin-common.vapi')
-rw-r--r-- | plugins/shotwell-plugin-common.vapi | 3 |
1 files changed, 1 insertions, 2 deletions
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")] |