Re: [PATCH] KSecretsService Collection and Item property names

2012-08-07 Thread Valentin Rusu
Hello Jakub, Kevin, Thanks for the patch. I'm now working on it. I'll also adjuste the client API then I'll commit all the changes asap for me. Cheers, Valentin On 08/07/2012 03:50 PM, Kevin Krammer wrote: Hi Jakub, thank you caring about our client implementation. The macro usage looks a b

Re: [PATCH] KSecretsService Collection and Item property names

2012-08-07 Thread Kevin Krammer
Hi Jakub, thank you caring about our client implementation. The macro usage looks a bit weird to me, but it is Valentin's call :) Cheers, Kevin On Sunday, 2012-08-05, Jakub Filak wrote: > The current implementation of KSecretsService accepts property names of > Collection and Item without interf

[PATCH] KSecretsService Collection and Item property names

2012-08-05 Thread Jakub Filak
The current implementation of KSecretsService accepts property names of Collection and Item without interface name. The Secret Service API standard says "Specify the property names in full interface.Property form" [1] The form required by the standard: "org.freedesktop.Secret.Item.Label"