Class: GPGME::TrustItem::Pointer
- Inherits:
-
FFI::AutoPointer
- Object
- FFI::AutoPointer
- GPGME::TrustItem::Pointer
- Defined in:
- lib/gpgme/ffi/trust_item.rb
Class Method Summary collapse
Class Method Details
.release(ptr) ⇒ Object
4 5 6 |
# File 'lib/gpgme/ffi/trust_item.rb', line 4 def self.release(ptr) GPGME::Library.gpgme_trust_item_unref ptr end |