![]() |
![]() |
![]() |
libsignon-glib Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
SignonAuthServiceClass; SignonAuthServicePrivate; SignonAuthService; void (*SignonQueryMethodsCb) (SignonAuthService *auth_service
,gchar **methods
,const GError *error
,gpointer user_data
); void (*SignonQueryMechanismCb) (SignonAuthService *auth_service
,const gchar *method
,gchar **mechanisms
,const GError *error
,gpointer user_data
); SignonAuthService * signon_auth_service_new (); void signon_auth_service_query_methods (SignonAuthService *auth_service
,SignonQueryMethodsCb cb
,gpointer user_data
); void signon_auth_service_query_mechanisms (SignonAuthService *auth_service
,const gchar *method
,SignonQueryMechanismCb cb
,gpointer user_data
);
void (*SignonQueryMethodsCb) (SignonAuthService *auth_service
,gchar **methods
,const GError *error
,gpointer user_data
);
|
|
|
|
|
|
|
void (*SignonQueryMechanismCb) (SignonAuthService *auth_service
,const gchar *method
,gchar **mechanisms
,const GError *error
,gpointer user_data
);
|
|
|
|
|
|
|
|
|
SignonAuthService * signon_auth_service_new ();
Returns : |
an instance of an SignonAuthService. |
void signon_auth_service_query_methods (SignonAuthService *auth_service
,SignonQueryMethodsCb cb
,gpointer user_data
);
Lists all the available methods.
|
the SignonAuthService. |
|
callback to be invoke. |
|
user data. |
void signon_auth_service_query_mechanisms (SignonAuthService *auth_service
,const gchar *method
,SignonQueryMechanismCb cb
,gpointer user_data
);
Lists all the available mechanisms.
|
the SignonAuthService. |
|
the name of the method to get mechanisms. |
|
callback to be invoke. |
|
user data. |