Regex
- this
this(VteRegex* vteRegex, bool ownedRef)
Sets our main struct and passes it to the parent class.
A destructor is present on this object, but not explicitly documented in the source.
- getRegexStruct
VteRegex* getRegexStruct(bool transferOwnership)
- 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()
- getType
GType getType()
- newMatch
Regex newMatch(string pattern, ptrdiff_t patternLength, uint flags)
- newSearch
Regex newSearch(string pattern, ptrdiff_t patternLength, uint flags)
- vteRegex
VteRegex* vteRegex;