diff --git a/help.html b/help.html index 1551ad217..10ce39dd7 100644 --- a/help.html +++ b/help.html @@ -1,2 +1,2 @@ -
unstable
only.Barebone DBus API of the Secret Service specifications.
The API is not supposed to be used by the applications in general unless the wrapper API doesn’t provide functionality you need.
diff --git a/oo7/dbus/api/struct.Collection.html b/oo7/dbus/api/struct.Collection.html index abb1054c1..5642d1e1c 100644 --- a/oo7/dbus/api/struct.Collection.html +++ b/oo7/dbus/api/struct.Collection.html @@ -1,4 +1,4 @@ -pub struct Collection<'a>(/* private fields */);
unstable
only.pub struct Item<'a>(/* private fields */);
unstable
only.pub struct Secret<'a> { /* private fields */ }
unstable
only.Algorithm dependent parameters for secret value encoding
Content type of the secret
-pub struct Service<'a>(/* private fields */);
unstable
only.pub struct Session<'a>(/* private fields */);
unstable
only.pub trait Unlockable: Serialize + Type { }
unstable
only.A common trait implemented by objects that can be +
pub trait Unlockable: Serialize + Type { }
unstable
only.A common trait implemented by objects that can be
locked or unlocked. Like Collection
or Item
.
pub enum Error {
Zbus(Error),
Service(ServiceError),
@@ -13,7 +13,7 @@
The prompt request was dismissed.
The collection doesn’t exists
Input/Output.
-Returns the argument unchanged.
diff --git a/oo7/dbus/enum.ServiceError.html b/oo7/dbus/enum.ServiceError.html index 740f0c4ce..8736acf14 100644 --- a/oo7/dbus/enum.ServiceError.html +++ b/oo7/dbus/enum.ServiceError.html @@ -1,4 +1,4 @@ -pub enum ServiceError {
ZBus(Error),
IsLocked,
@@ -10,7 +10,7 @@
Collection/Item is locked.
Session does not exist.
Collection/Item does not exist.
-Returns the argument unchanged.
diff --git a/oo7/dbus/index.html b/oo7/dbus/index.html index 1d5acbc1d..a3d2f3690 100644 --- a/oo7/dbus/index.html +++ b/oo7/dbus/index.html @@ -1,4 +1,4 @@ -A Secret Service implementation.
That is usually done with
diff --git a/oo7/dbus/static.DEFAULT_COLLECTION.html b/oo7/dbus/static.DEFAULT_COLLECTION.html index f42b28ff0..e7c053c34 100644 --- a/oo7/dbus/static.DEFAULT_COLLECTION.html +++ b/oo7/dbus/static.DEFAULT_COLLECTION.html @@ -1,4 +1,4 @@ -pub static DEFAULT_COLLECTION: &str
The default collection alias.
In general, you are supposed to use Service::default_collection
.
pub static SESSION_COLLECTION: &str
A session collection.
The collection is cleared when the user ends the session.
pub struct Collection<'a> { /* private fields */ }
A collection allows to store and retrieve items.
The collection can be either in a locked or unlocked state, use
Collection::lock
or Collection::unlock
to lock or unlock it.
pub struct Item<'a> { /* private fields */ }
A secret with a label and attributes to identify it.
An item might be locked or unlocked, use Item::lock
or Item::unlock
to lock or unlock it. Note that the Secret Service might not be able to
diff --git a/oo7/dbus/struct.Service.html b/oo7/dbus/struct.Service.html
index ec8cd2e96..7158b7fb5 100644
--- a/oo7/dbus/struct.Service.html
+++ b/oo7/dbus/struct.Service.html
@@ -1,4 +1,4 @@
-
pub struct Service<'a> { /* private fields */ }
The entry point of communicating with a org.freedesktop.Secrets
implementation.
It will automatically create a session for you and allow you to retrieve collections or create new ones.
diff --git a/oo7/enum.Error.html b/oo7/enum.Error.html index 85a04e83b..7dbf25c61 100644 --- a/oo7/enum.Error.html +++ b/oo7/enum.Error.html @@ -1,11 +1,11 @@ -pub enum Error {
Portal(Error),
DBus(Error),
}
The error type for oo7.
Returns the argument unchanged.
diff --git a/oo7/enum.Item.html b/oo7/enum.Item.html index 9be56dc37..a04eaa2a2 100644 --- a/oo7/enum.Item.html +++ b/oo7/enum.Item.html @@ -1,4 +1,4 @@ -pub enum Item {
// some variants omitted
}
A generic secret with a label and attributes.
diff --git a/oo7/enum.Keyring.html b/oo7/enum.Keyring.html index def3e0540..adc92a10d 100644 --- a/oo7/enum.Keyring.html +++ b/oo7/enum.Keyring.html @@ -1,4 +1,4 @@ -pub enum Keyring {
// some variants omitted
}
A Secret Service or file backed keyring diff --git a/oo7/fn.is_sandboxed.html b/oo7/fn.is_sandboxed.html index a47f32530..ab8bd3215 100644 --- a/oo7/fn.is_sandboxed.html +++ b/oo7/fn.is_sandboxed.html @@ -1,3 +1,3 @@ -
pub async fn is_sandboxed() -> bool
Checks whether the application is sandboxed or not.