PropertyExpressionRef

public struct PropertyExpressionRef : PropertyExpressionProtocol

A GObject property value in a GtkExpression.

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

PropertyExpression Class