diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2018-09-30 14:09:20 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2018-09-30 14:09:20 +0200 |
commit | 5e9f4eea451a77ba3b93db3747841ed2bd969e9f (patch) | |
tree | 75046a38ca68975261d853a2e56ff7bf6b3e1daa /plugins/authenticator/shotwell-authenticator.vapi | |
parent | 18b52c2983a1b3409011f72d27f15de576c5eb1c (diff) |
New upstream version 0.30.1upstream/0.30.1
Diffstat (limited to 'plugins/authenticator/shotwell-authenticator.vapi')
-rw-r--r-- | plugins/authenticator/shotwell-authenticator.vapi | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/plugins/authenticator/shotwell-authenticator.vapi b/plugins/authenticator/shotwell-authenticator.vapi deleted file mode 100644 index 7a1b202..0000000 --- a/plugins/authenticator/shotwell-authenticator.vapi +++ /dev/null @@ -1,23 +0,0 @@ -/* shotwell-authenticator.vapi generated by valac 0.40.4, do not modify. */ - -namespace Publishing { - namespace Authenticator { - namespace Shotwell { - namespace Facebook { - } - namespace Flickr { - } - namespace Google { - } - namespace OAuth1 { - } - namespace Tumblr { - } - } - [CCode (cheader_filename = "shotwell-authenticator.h")] - public class Factory : Spit.Publishing.AuthenticatorFactory, GLib.Object { - public Factory (); - public static Publishing.Authenticator.Factory get_instance (); - } - } -} |