FileChooserDialogClassRef

public struct FileChooserDialogClassRef : FileChooserDialogClassProtocol

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

  • ptr
    Untyped pointer to the underlying `GtkFileChooserDialogClass` 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 FileChooserDialog

    Declaration

    Swift

    static var metatypeReference: GType { get }
  • Undocumented

    Declaration

    Swift

    static var metatype: GtkFileChooserDialogClass? { get }
  • Undocumented

    Declaration

    Swift

    static var wrapper: FileChooserDialogClassRef? { get }

FileChooserDialogClass Record