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/authenticator/shotwell-authenticator.vapi | |
parent | 80a5f2d8b095e895a5424f90b2ce4684d94c1a32 (diff) | |
parent | 3253d99365813f2d2ffd05e10cbb8c11f53d746e (diff) |
Merge tag 'upstream/0.26.0'
Upstream version 0.26.0
Diffstat (limited to 'plugins/authenticator/shotwell-authenticator.vapi')
-rw-r--r-- | plugins/authenticator/shotwell-authenticator.vapi | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/plugins/authenticator/shotwell-authenticator.vapi b/plugins/authenticator/shotwell-authenticator.vapi new file mode 100644 index 0000000..a978f84 --- /dev/null +++ b/plugins/authenticator/shotwell-authenticator.vapi @@ -0,0 +1,19 @@ +/* shotwell-authenticator.vapi generated by valac 0.34.4, do not modify. */ + +namespace Publishing { + namespace Authenticator { + namespace Shotwell { + namespace Facebook { + } + namespace Flickr { + } + namespace Google { + } + } + [CCode (cheader_filename = "shotwell-authenticator.h")] + public class Factory : Spit.Publishing.AuthenticatorFactory, GLib.Object { + public Factory (); + public static Publishing.Authenticator.Factory get_instance (); + } + } +} |