Class: GObjectIntrospection::IValueInfo

Inherits:
IBaseInfo
  • Object
show all
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 Method Summary collapse

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

#valueObject



6
7
8
# File 'lib/ffi-gobject_introspection/i_value_info.rb', line 6

def value
  Lib.g_value_info_get_value @gobj
end