GNOME Bugzilla – Bug 754840
examples: Print out keys for all the accounts
Last modified: 2015-09-11 15:07:33 UTC
.
Created attachment 311087 [details] [review] examples: Print out keys for all the accounts This is useful for debugging applications based on GOA, as well as debugging backends.
Review of attachment 311087 [details] [review]: ::: src/examples/list-accounts.c @@ +43,3 @@ + goa_account_get_provider_name (account), + goa_account_get_provider_type (account)); + oauth2 = goa_object_get_oauth2_based (GOA_OBJECT (l->data)); We need to drop the reference on oauth2 once we are done with it.
Created attachment 311155 [details] [review] examples: Print out keys for all the accounts Fixed and pushed to master.