diff options
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 (); + } + } +} |