Class: GObjectIntrospection::IPropertyInfo

Inherits:
IBaseInfo
  • Object
show all
Defined in:
lib/ffi-gobject_introspection/i_property_info.rb

Overview

Wraps a GIPropertyInfo struct. Represents a property of an IObjectInfo or an IInterfaceInfo.

Instance Method Summary collapse

Methods inherited from IBaseInfo

#==, 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

#property_typeObject



5
6
7
# File 'lib/ffi-gobject_introspection/i_property_info.rb', line 5

def property_type
  ITypeInfo.wrap(Lib.g_property_info_get_type @gobj)
end