Sha256: e3f9cb9eb607fec3886cdc50d6688ec325552d549fb588ded8c489685e4f6983
Contents?: true
Size: 391 Bytes
Versions: 13
Compression:
Stored size: 391 Bytes
Contents
require 'gir_ffi/info_ext/i_type_info' module GirFFI # Represents the type of the user data (closure argument) of a signal or vfunc, # conforming, as needed, to the interface of GObjectIntrospection::ITypeInfo. class UserDataTypeInfo include InfoExt::ITypeInfo def tag :void end def pointer? true end def array_length -1 end end end
Version data entries
13 entries across 13 versions & 1 rubygems