Pattern.this

Compiles a pattern to a #GPatternSpec.

  1. this(GPatternSpec* gPatternSpec, bool ownedRef)
  2. this(string pattern)
    class Pattern
    this
    (
    string pattern
    )

Parameters

pattern string

a zero-terminated UTF-8 encoded string

Return Value

a newly-allocated #GPatternSpec

Throws

ConstructionException GTK+ fails to create the object.

Meta