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