Documentation Language: Swift

Method

isDirectPointer(to:)

Test whether the receiver is a direct pointer to the given type

func isDirectPointer(to otherType: GIRType) -> Bool

Parameters

otherType

The type to test for

Return Value

true if the receiver is a direct pointer to the given type