MediaControlsClassRef

public struct MediaControlsClassRef : MediaControlsClassProtocol

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!
  • This getter returns the GLib type identifier registered for MediaControls

    Declaration

    Swift

    static var metatypeReference: GType { get }
  • Undocumented

    Declaration

    Swift

    static var metatype: GtkMediaControlsClass? { get }
  • Undocumented

    Declaration

    Swift

    static var wrapper: MediaControlsClassRef? { get }

MediaControlsClass Record