ConstantExpressionRef

public struct ConstantExpressionRef : ConstantExpressionProtocol

A constant value in a GtkExpression.

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

ConstantExpression Class