Gjsify LogoGjsify Logo

An opaque structure representing a watched GtkExpression.

The contents of GtkExpressionWatch should only be accessed through the provided API.

record

Hierarchy

  • ExpressionWatch

Index

Constructors

Properties

Methods

Constructors

Properties

name: string

Methods

  • evaluate(value: any): boolean
  • Evaluates the watched expression and on success stores the result in value.

    This is equivalent to calling [methodGtk.Expression.evaluate] with the expression and this pointer originally used to create watch.

    Parameters

    • value: any

      an empty GValue to be set

    Returns boolean

  • unref(): void
  • Releases a reference on the given GtkExpressionWatch.

    If the reference was the last, the resources associated to self are freed.

    Returns void

  • unwatch(): void
  • Stops watching an expression.

    See [methodGtk.Expression.watch] for how the watch was established.

    Returns void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method