diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2018-09-30 14:11:00 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2018-09-30 14:11:00 +0200 |
commit | 0ac947a9070322180e94d1b71e30836cce4d74bc (patch) | |
tree | 4a6f3923c250377536a5004ed203768111a1d27f /plugins/authenticator/shotwell-authenticator.vapi | |
parent | eca5837e235a356c8db9416bbbc13577db3e6f76 (diff) | |
parent | 01b2b5ec9177046f64c6d0a6e73a6ac8a42089a1 (diff) |
Merge branch 'feature/upstream' into develop
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 (); - } - } -} |