Object
Wraps GLib’s GError struct.
# File lib/ffi-gobject_introspection/g_error.rb, line 10 def initialize ptr @struct = self.class::Struct.new(ptr) end
# File lib/ffi-gobject_introspection/g_error.rb, line 14 def message @struct[:message] end