Item.getSecret

Get the secret value of this item. If this item is locked or the secret has not yet been loaded then this will return %NULL.

To load the secret call the secret_item_load_secret() method.

class Item
getSecret
()

Return Value

Type: Value

the secret value which should be released with secret_value_unref(), or %NULL

Meta