Skip to content
  • Daiki Ueno's avatar
    secret-retrievable: New interface to represent read-only item · 938640ae
    Daiki Ueno authored and Daiki Ueno's avatar Daiki Ueno committed
    This is a ground work for adding a local storage backend.  As
    SecretItem is derived from GDBusProxy, it cannot be simply exposed to
    the application through the secret_password_search() if the item is
    not backed by the DBus API.  This adds an abstract interface
    representing a read-only view of a secret item for that purpose.
    938640ae