Previous: , Up: Trust Item Management   [Contents][Index]


7.6.2 Manipulating Trust Items

Function: void gpgme_trust_item_ref (gpgme_trust_item_t item)

The function gpgme_trust_item_ref acquires an additional reference for the trust item item.

Function: void gpgme_trust_item_unref (gpgme_trust_item_t item)

The function gpgme_trust_item_unref releases a reference for the trust item item. If this was the last reference, the trust item will be destroyed and all resources associated to it will be released.