module GObject::GObject::GObjectLayout

the layout of the GObject struct

Public Class Methods

included(base) click to toggle source
# File lib/vips/gobject.rb, line 42
def self.included base
  base.class_eval do
    layout :g_type_instance, :pointer,
           :ref_count, :uint,
           :qdata, :pointer
  end
end