GObjectIntrospection::IBaseInfo
Wraps a GIPropertyInfo struct. Represents a property of an IObjectInfo or an IInterfaceInfo.
# File lib/ffi-gobject_introspection/i_property_info.rb, line 5 def property_type ITypeInfo.wrap(Lib.g_property_info_get_type @gobj) end