class GObjectIntrospection::IValueInfo

Wraps a GIValueInfo struct. Represents one of the enum values of an IEnumInfo.

Public Instance Methods

value() click to toggle source
# File lib/ffi-gobject_introspection/i_value_info.rb, line 7
def value
  Lib.g_value_info_get_value self
end