Secret.Item.prototype.get_attributes
function get_attributes(): {String: String} { // Gjs wrapper for secret_item_get_attributes() }
Set the attributes of this item.
The @attributes are a mapping of string keys to string values. Attributes are used to search for items. Attributes are not stored or transferred securely by the secret service.
Do not modify the attributes returned by this method. Use Secret.Item.prototype.set_attributes instead.
- Returns
a new reference to the attributes, which should not be modified, and released with g_hash_table_unref()