Back to Seed Clases

GLib


Classes

Interfaces

Structs

Unions

Enums

Enum GLib.RegexMatchFlags

Import line: GLib = imports.gi.GLib;
GIR File: GLib-2.0.gir
C documentation: GRegexMatchFlags
Enum : RegexMatchFlags
Flags specifying match-time options.
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GLib
Method
GLib.regex_match_simple (String pattern, String string, RegexCompileFlags compile_options, RegexMatchFlags match_options) : gboolean
GLib.Regex
Method
get_match_flags () : GLib.RegexMatchFlags
GLib.Regex
Method
match (String string, RegexMatchFlags match_options, MatchInfo match_info) : gboolean
GLib.Regex
Method
match_all (String string, RegexMatchFlags match_options, MatchInfo match_info) : gboolean
GLib.Regex
Method
match_all_full (String string, gint32 string_len, gint32 start_position, RegexMatchFlags match_options, MatchInfo match_info) : gboolean
GLib.Regex
Method
match_full (String string, gint32 string_len, gint32 start_position, RegexMatchFlags match_options, MatchInfo match_info) : gboolean
GLib.Regex
Method
replace (String string, gint32 string_len, gint32 start_position, String replacement, RegexMatchFlags match_options) : String
GLib.Regex
Method
replace_literal (String string, gint32 string_len, gint32 start_position, String replacement, RegexMatchFlags match_options) : String
Vte.Terminal
Method
match_add_gregex (Regex regex, RegexMatchFlags flags) : gint32
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:10:37 GMT+0800 (HKT)