class GObject::GObject::ManagedStruct
the struct with unref … manage object lifetime with this
Public Class Methods
Source
# File lib/vips/gobject.rb, line 57 def self.release ptr # GLib::logger.debug("GObject::GObject::ManagedStruct.release") { # "unreffing #{ptr}" # } ::GObject.g_object_unref ptr end