You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
docs: Use get_all keyword arg instead of all in docstrings
The `all` keyword had a lot of conflicts with other API parametersand was silently deprecated in favour of `get_all`. However,a lot of docstings were not updated to use the new keyword.Signed-off-by: Igor Ponomarev <igor.ponomarev@collabora.com>