The example code in Account::filterAccounts doc is not properly formatted. Also improve the example code to show how to use the method.
This isn't really right — you need to prepare 'am' first, no? So you can't just use the result of AM::create(). And maybe it should also include connecting to the signals on AccountSet? Just so the API user knows they're there.
(In reply to comment #1) > This isn't really right — you need to prepare 'am' first, no? So you can't just > use the result of AM::create(). > > And maybe it should also include connecting to the signals on AccountSet? Just > so the API user knows they're there. True, updated doc to indicate AM needs to be ready first. Also included a ref to AccountSet doc that I am working at now. Used push -f ;)
Looks good
Merged upstream. It will be in next release 0.3.8.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.