InitiallyUnownedClassRef

public struct InitiallyUnownedClassRef : InitiallyUnownedClassProtocol

The class structure for the GInitiallyUnowned type.

The InitiallyUnownedClassRef type acts as a lightweight Swift reference to an underlying GInitiallyUnownedClass instance. It exposes methods that can operate on this data type through InitiallyUnownedClassProtocol conformance. Use InitiallyUnownedClassRef only as an unowned reference to an existing GInitiallyUnownedClass instance.

  • ptr
    Untyped pointer to the underlying `GInitiallyUnownedClass` instance.
    

    For type-safe access, use the generated, typed pointer _ptr property instead.

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

InitiallyUnowned Class: InitiallyUnownedProtocol extension (methods and fields)

InitiallyUnownedClass Record