![]() |
![]() |
![]() |
gfbgraph Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
#include <gfbgraph/gfbgraph.h>
struct GFBGraphGoaAuthorizer;
struct GFBGraphGoaAuthorizerClass;
GFBGraphGoaAuthorizer * gfbgraph_goa_authorizer_new (GoaObject *goa_object
);
GFBGraphGoaAuthorizer provides an implementation of the GFBGraphAuthorizer interface for authorization using GNOME Online Accounts (GOA).
GFBGraphGoaAuthorizer * gfbgraph_goa_authorizer_new (GoaObject *goa_object
);
Creates a new GFBGraphGoaAuthorizer using goa_object
as account.
|
A GoaObject representing a Facebook account. |
Returns : |
A new GFBGraphGoaAuthorizer. Use g_object_unref() to free it. [transfer full]
|
"goa-object"
property"goa-object" GoaObject* : Read / Write / Construct Only
The GOA account providing authentication.