Gjsify LogoGjsify Logo

This works similar to GPatternSpec except the query syntax is different. It tries to mtach word boundaries, but with matching partial words up to those boundaries. For example, "gtk widg" would match "gtk_widget_show". Word boundaries include '_' and ' '. If any character is uppercase, then case sensitivity is used.

record

Hierarchy

  • PatternSpec

Index

Constructors

Properties

Methods

Constructors

Properties

name: string

Methods

  • get_text(): string
  • match(haystack: string): boolean
  • unref(): 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