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/authenticator/shotwell-authenticator.vapi | |
parent | e69c1b746d63bf794316669471474ab57c8cd40a (diff) |
New upstream version 0.26.0upstream/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 (); + } + } +} |