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
AtkImplementorIface
instance.Declaration
Swift
var ptr: UnsafeMutableRawPointer! { get }
-
implementor_ptr
Default implementationTyped pointer to the underlying
AtkImplementorIface
instance.Default Implementation
Return the stored, untyped pointer as a typed pointer to the
AtkImplementorIface
instance.Declaration
Swift
var implementor_ptr: UnsafeMutablePointer<AtkImplementorIface>! { get }
-
Required Initialiser for types conforming to
ImplementorIfaceProtocol
Declaration
Swift
init(raw: UnsafeMutableRawPointer)