Regex

Constructors

this
this(VteRegex* vteRegex, bool ownedRef)

Sets our main struct and passes it to the parent class.

Destructor

A destructor is present on this object, but not explicitly documented in the source.

Members

Functions

getRegexStruct
VteRegex* getRegexStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

jit
bool jit(uint flags)
ref_
Regex ref_()
substitute
string substitute(string subject, string replacement, uint flags)
unref
Regex unref()

Static functions

getType
GType getType()
newMatch
Regex newMatch(string pattern, ptrdiff_t patternLength, uint flags)
newSearch
Regex newSearch(string pattern, ptrdiff_t patternLength, uint flags)

Variables

vteRegex
VteRegex* vteRegex;

the main Gtk struct