Top | ![]() |
![]() |
![]() |
![]() |
ZpjGoaAuthorizerZpjGoaAuthorizer — A GNOME Online Accounts authorizer object for Windows Live Connect. |
GoaObject * | zpj_goa_authorizer_get_goa_object () |
ZpjGoaAuthorizer * | zpj_goa_authorizer_new () |
ZpjGoaAuthorizer provides an implementation of the ZpjAuthorizer interface using GNOME Online Accounts.
GoaObject *
zpj_goa_authorizer_get_goa_object (ZpjGoaAuthorizer *self
);
Gets the GOA account used by self
for authorization.
A GoaObject. The returned object is owned by ZpjGoaAuthorizer and should not be modified or freed.
[transfer none]
ZpjGoaAuthorizer *
zpj_goa_authorizer_new (GoaObject *goa_object
);
Creates a new ZpjGoaAuthorizer using goa_object
.
struct ZpjGoaAuthorizer;
The ZpjGoaAuthorizer structure contains only private data and should only be accessed using the provided API.
struct ZpjGoaAuthorizerClass { GObjectClass parent_class; };
Class structure for ZpjGoaAuthorizer.