ObjectExpressionRef

public struct ObjectExpressionRef : ObjectExpressionProtocol

A GObject value in a GtkExpression.

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

ObjectExpression Class