GNOME Bugzilla – Bug 691469
UOA: use the new libaccounts-glib APIs
Last modified: 2013-01-11 12:18:45 UTC
The 1.4 release of libaccounts-glib introduces new APIs based on GVariant and GAsyncResult, while the current ones are deprecated.
Created attachment 233147 [details] [review] UOA: Use the new libaccounts-glib APIs The APIs based on GValue are now deprecated.
Note that libaccounts-glib 1.4 is not packaged for Ubuntu yet. I recommend to wait a few days before merging this.
(In reply to comment #2) > Note that libaccounts-glib 1.4 is not packaged for Ubuntu yet. I recommend to > wait a few days before merging this. It's out :-) So, reviews are welcome :-)
Review of attachment 233147 [details] [review]: Looks pretty good. Feel free to merge once you have fixed this small niptick. ::: ubuntu-online-accounts/mc-plugin/mcp-account-manager-uoa.c @@ +177,1 @@ if (error != NULL) We usually use if (!____finish())
Created attachment 233219 [details] [review] UOA: Use the new libaccounts-glib APIs The APIs based on GValue are now deprecated.
Review of attachment 233219 [details] [review]: ++ thanks for the patch!
Comment on attachment 233219 [details] [review] UOA: Use the new libaccounts-glib APIs Pushed to master as commit 02db084adde59fc94129ebd7ea5c2c24fad7c07a.