DirectoryListClassRef

public struct DirectoryListClassRef : DirectoryListClassProtocol

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

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

    Declaration

    Swift

    static var metatypeReference: GType { get }
  • Undocumented

    Declaration

    Swift

    static var metatype: GtkDirectoryListClass? { get }
  • Undocumented

    Declaration

    Swift

    static var wrapper: DirectoryListClassRef? { get }

DirectoryListClass Record