Sha256: ecb4262ef40526dd81450a99839dc90594903ac277bb2422f2fd742292d76aa2
Contents?: true
Size: 260 Bytes
Versions: 36
Compression:
Stored size: 260 Bytes
Contents
module GObjectIntrospection # Wraps a GIPropertyInfo struct. # Represents a property of an IObjectInfo or an IInterfaceInfo. class IPropertyInfo < IBaseInfo def property_type ITypeInfo.wrap(Lib.g_property_info_get_type @gobj) end end end
Version data entries
36 entries across 36 versions & 1 rubygems