class GObjectIntrospection::IPropertyInfo

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

Public Instance Methods

property_type() click to toggle source
# File lib/ffi-gobject_introspection/i_property_info.rb, line 5
def property_type
  ITypeInfo.wrap(Lib.g_property_info_get_type @gobj)
end