ImplementorIfaceProtocol
public protocol ImplementorIfaceProtocol
The AtkImplementor interface is implemented by objects for which AtkObject peers may be obtained via calls to iface->(ref_accessible)(implementor);
The ImplementorIfaceProtocol protocol exposes the methods and properties of an underlying AtkImplementorIface instance.
The default implementation of these can be found in the protocol extension below.
For a concrete class that implements these methods and properties, see ImplementorIface.
Alternatively, use ImplementorIfaceRef as a lighweight, unowned reference if you already have an instance you just want to use.
-
Untyped pointer to the underlying
AtkImplementorIfaceinstance.Declaration
Swift
var ptr: UnsafeMutableRawPointer! { get } -
implementor_ptrDefault implementationTyped pointer to the underlying
AtkImplementorIfaceinstance.Default Implementation
Return the stored, untyped pointer as a typed pointer to the
AtkImplementorIfaceinstance.Declaration
Swift
var implementor_ptr: UnsafeMutablePointer<AtkImplementorIface>! { get } -
Required Initialiser for types conforming to
ImplementorIfaceProtocolDeclaration
Swift
init(raw: UnsafeMutableRawPointer)
View on GitHub
Install in Dash
ImplementorIfaceProtocol Protocol Reference