bilelmoussaoui / oo7

James Bond went on a new mission as a Secret Service provider
https://bilelmoussaoui.github.io/oo7/oo7/
MIT License
63 stars 12 forks source link

Implement locking and unlocking items #39

Closed Schmiddiii closed 1 year ago

Schmiddiii commented 1 year ago

Currently, the general oo7::Item has no lock, unlock and is_locked methods like the oo7::dbus::Item has. This can cause issues when the generic oo7::Item is used, the backend uses dbus and the queried item is locked.

Related downstream issue: https://gitlab.com/Schmiddiii/flare/-/issues/88

bilelmoussaoui commented 1 year ago

Should be part of 0.2 that I just released

WhyNotHugo commented 1 year ago

Thanks!