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 Attribute Summary

Attributes inherited from IBaseInfo

#pointer

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



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

def value
  Lib.g_value_info_get_value self
end