Documentation Language: Swift

Method

isSomePointer(to:)

Test whether the receiver is a pointer at some level to the given type

func isSomePointer(to otherType: GIRType) -> Bool

Parameters

otherType

The type to test for

Return Value

true if the receiver is some pointer to the given type