Class: GObjectIntrospection::IValueInfo
- Includes:
- GirFFI::InfoExt::IValueInfo
- Defined in:
- lib/ffi-gobject_introspection/i_value_info.rb
Overview
Wraps a GIValueInfo struct. Represents one of the enum values of an IEnumInfo.
Instance Attribute Summary
Attributes inherited from IBaseInfo
Instance Method Summary collapse
Methods included from GirFFI::InfoExt::IValueInfo
#constant_name, #to_callback_ffi_type
Methods inherited from IBaseInfo
#==, #attribute, build_array_method, build_finder_method, #container, #deprecated?, #info_type, #initialize, make_finalizer, #name, #namespace, #safe_namespace, #to_ptr, wrap
Constructor Details
This class inherits a constructor from GObjectIntrospection::IBaseInfo
Instance Method Details
#value ⇒ Object
7 8 9 |
# File 'lib/ffi-gobject_introspection/i_value_info.rb', line 7 def value Lib.g_value_info_get_value self end |