class GObject::GObject::ManagedStruct

the struct with unref … manage object lifetime with this

Public Class Methods

release(ptr) click to toggle source
# File lib/vips/gobject.rb, line 55
def self.release ptr
  # GLib::logger.debug("GObject::GObject::ManagedStruct.release") {
  #     "unreffing #{ptr}"
  # }
  ::GObject::g_object_unref ptr
end