Add API to get the compile and match flags from a GRegex

Bug #616967.
This commit is contained in:
Christian Persch
2010-04-28 12:36:30 +02:00
parent 3d5ce40624
commit 4c10cad661
5 changed files with 61 additions and 0 deletions

View File

@@ -942,6 +942,8 @@ g_regex_get_pattern
g_regex_get_max_backref
g_regex_get_capture_count
g_regex_get_string_number
g_regex_get_compile_flags
g_regex_get_match_flags
g_regex_escape_string
g_regex_match_simple
g_regex_match

View File

@@ -326,6 +326,24 @@ need the #GRegex or the matched string.
@Returns:
<!-- ##### FUNCTION g_regex_get_compile_flags ##### -->
<para>
</para>
@regex:
@Returns:
<!-- ##### FUNCTION g_regex_get_match_flags ##### -->
<para>
</para>
@regex:
@Returns:
<!-- ##### FUNCTION g_regex_escape_string ##### -->
<para>