GLib.PatternSpec
const GLib = imports.gi.GLib; let patternSpec = new GLib.PatternSpec();
A GPatternSpec struct is the 'compiled' form of a pattern. This structure is opaque and its fields cannot be accessed directly.
const GLib = imports.gi.GLib; let patternSpec = new GLib.PatternSpec();
A GPatternSpec struct is the 'compiled' form of a pattern. This structure is opaque and its fields cannot be accessed directly.