diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-03-22 06:39:17 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-03-22 06:39:17 +0100 |
commit | 3253d99365813f2d2ffd05e10cbb8c11f53d746e (patch) | |
tree | 0ab6f04d9051dc4ada1c4f977a01308227767234 /plugins/shotwell-plugin-common.vapi | |
parent | e69c1b746d63bf794316669471474ab57c8cd40a (diff) |
New upstream version 0.26.0upstream/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")] |