PixbufSimpleAnimIterProtocol
public protocol PixbufSimpleAnimIterProtocol : PixbufAnimationIterProtocol
The PixbufSimpleAnimIterProtocol
protocol exposes the methods and properties of an underlying GdkPixbufSimpleAnimIter
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 PixbufSimpleAnimIter
.
Alternatively, use PixbufSimpleAnimIterRef
as a lighweight, unowned
reference if you already have an instance you just want to use.
-
Untyped pointer to the underlying
GdkPixbufSimpleAnimIter
instance.Declaration
Swift
var ptr: UnsafeMutableRawPointer! { get }
-
pixbuf_simple_anim_iter_ptr
Default implementationTyped pointer to the underlying
GdkPixbufSimpleAnimIter
instance.Default Implementation
Return the stored, untyped pointer as a typed pointer to the
GdkPixbufSimpleAnimIter
instance.Declaration
Swift
var pixbuf_simple_anim_iter_ptr: UnsafeMutablePointer<GdkPixbufSimpleAnimIter>! { get }
-
Required Initialiser for types conforming to
PixbufSimpleAnimIterProtocol
Declaration
Swift
init(raw: UnsafeMutableRawPointer)