Complete operation to delete this collection.
Delete this collection.
Delete this collection.
Get the created date and time of the collection.
Get the flags representing what features of the #SecretCollection proxy have been initialized.
Get the list of items in this collection.
Get the label of this collection.
Get whether the collection is locked or not.
Get the modified date and time of the collection.
Get the Secret Service object that this collection was created with.
Ensure that the #SecretCollection proxy has loaded all the items present in the Secret Service.
Complete an asynchronous operation to ensure that the #SecretCollection proxy has loaded all the items present in the Secret Service.
Ensure that the #SecretCollection proxy has loaded all the items present in the Secret Service. This affects the result of secret.collection.Collection.getItems.
Refresh the properties on this collection. This fires off a request to refresh, and the properties will be updated later.
Search for items matching the attributes in the collection. The attributes should be a table of string keys and string values.
Complete asynchronous operation to search for items in a collection.
Search for items matching the attributes in the collection. The attributes should be a table of string keys and string values.
Set the label of this collection.
Complete asynchronous operation to set the label of this collection.
Set the label of this collection.
Create a new collection in the secret service.
Finish operation to create a new collection in the secret service.
Create a new collection in the secret service.
Lookup which collection is assigned to this alias. Aliases help determine well known collections, such as 'default'.
Finish an asynchronous operation to lookup which collection is assigned to an alias.
Lookup which collection is assigned to this alias. Aliases help determine well known collections, such as default.
Finishes creating a #GDBusProxy.
Finishes creating a #GDBusProxy.
Like gio.dbus_proxy.DBusProxy.newSync but takes a #GBusType instead of a #GDBusConnection.
Creates a proxy for accessing interface_name on the remote object at object_path owned by name at connection and synchronously loads D-Bus properties unless the gio.types.DBusProxyFlags.DoNotLoadProperties flag is used.
Creates a proxy for accessing interface_name on the remote object at object_path owned by name at connection and asynchronously loads D-Bus properties unless the gio.types.DBusProxyFlags.DoNotLoadProperties flag is used. Connect to the #GDBusProxy::g-properties-changed signal to get notified about property changes.
Like gio.dbus_proxy.DBusProxy.new_ but takes a #GBusType instead of a #GDBusConnection.
Asynchronously invokes the method_name method on proxy.
Finishes an operation started with gio.dbus_proxy.DBusProxy.call.
Synchronously invokes the method_name method on proxy.
Like gio.dbus_proxy.DBusProxy.call but also takes a #GUnixFDList object.
Finishes an operation started with gio.dbus_proxy.DBusProxy.callWithUnixFdList.
Like gio.dbus_proxy.DBusProxy.callSync but also takes and returns #GUnixFDList objects.
Looks up the value for a property from the cache. This call does no blocking IO.
Gets the names of all cached properties on proxy.
Gets the connection proxy is for.
Gets the timeout to use if -1 (specifying default timeout) is passed as timeout_msec in the gio.dbus_proxy.DBusProxy.call and gio.dbus_proxy.DBusProxy.callSync functions.
Gets the flags that proxy was constructed with.
Returns the #GDBusInterfaceInfo, if any, specifying the interface that proxy conforms to. See the #GDBusProxy:g-interface-info property for more details.
Gets the D-Bus interface name proxy is for.
Gets the name that proxy was constructed for.
The unique name that owns the name that proxy is for or null if no-one currently owns that name. You may connect to the #GObject::notify signal to track changes to the #GDBusProxy:g-name-owner property.
Gets the object path proxy is for.
If value is not null, sets the cached value for the property with name property_name to the value in value.
Sets the timeout to use if -1 (specifying default timeout) is passed as timeout_msec in the gio.dbus_proxy.DBusProxy.call and gio.dbus_proxy.DBusProxy.callSync functions.
Ensure that interactions with proxy conform to the given interface. See the #GDBusProxy:g-interface-info property for more details.
Connect to GPropertiesChanged signal.
Connect to GSignal signal.
A proxy object representing a collection of secrets in the Secret Service.
#SecretCollection represents a collection of secret items stored in the Secret Service.
A collection can be in a locked or unlocked state. Use method@SecretService.lock or method@SecretService.unlock to lock or unlock the collection.
Use the property@SecretCollection:items property or method@SecretCollection.get_items to lookup the items in the collection. There may not be any items exposed when the collection is locked.