summaryrefslogtreecommitdiff
path: root/plugins/authenticator/shotwell-authenticator.vapi
blob: a978f844936b8e2f679fef1f893aefbd998e0245 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 ();
		}
	}
}