summaryrefslogtreecommitdiff
path: root/src/google-authorizer.vapi
blob: 487cd6d065da553b2c4c7499b461785b413705e5 (plain)
1
2
3
4
5
[CCode (cprefix = "GdGDataGoaAuthorizer", lower_case_cprefix = "gd_gdata_goa_authorizer_", cheader_filename = "gd-gdata-goa-authorizer.h")]
class GoogleAuthorizer {
    public GoogleAuthorizer (GoaObject *goa_object);
    public GoaObject* get_goa_object ();
}