c
Back to Seed Clases

GLib


Classes

Interfaces

Structs

Unions

Enums

Enum GLib.RegexCompileFlags

Import line: GLib = imports.gi.GLib;
GIR File: GLib-2.0.gir
C documentation: GRegexCompileFlags
Enum : RegexCompileFlags
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
Method
GLib.regex_split_simple (String pattern, String string, RegexCompileFlags compile_options, RegexMatchFlags match_options) : Array
GLib.Regex
Method
new GLib.Regex.c_new (String pattern, RegexCompileFlags compile_options, RegexMatchFlags match_options) : GLib.Regex
Create a new GLib.Regex
GLib.Regex
Method
get_compile_flags () : GLib.RegexCompileFlags
GLib.Regex
Method
GLib.Regex.match_simple (String pattern, String string, RegexCompileFlags compile_options, RegexMatchFlags match_options) : gboolean
GLib.Regex
Method
GLib.Regex.split_simple (String pattern, String string, RegexCompileFlags compile_options, RegexMatchFlags match_options) : Array
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sun Oct 07 2012 17:19:40 GMT+0800 (HKT)