diff options
author | Christian Persch <chpe@gnome.org> | 2012-06-29 00:04:00 +0200 |
---|---|---|
committer | Christian Persch <chpe@gnome.org> | 2012-06-29 20:03:17 +0200 |
commit | 9c885d6dfd0e189a75b376d5b272841a17dab24b (patch) | |
tree | e4c45af3e395615ccd130c18616811224e2923d0 /docs/reference/glib/glib-sections.txt | |
parent | 0f4022919eb01af1df916c91dce6682aff6cc1ab (diff) | |
download | glib-wip/pcre-jit.tar.gz |
regex: Add JIT supportwip/pcre-jit
Diffstat (limited to 'docs/reference/glib/glib-sections.txt')
-rw-r--r-- | docs/reference/glib/glib-sections.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/reference/glib/glib-sections.txt b/docs/reference/glib/glib-sections.txt index 298e9fcfa..c595ade3b 100644 --- a/docs/reference/glib/glib-sections.txt +++ b/docs/reference/glib/glib-sections.txt @@ -999,6 +999,7 @@ GRegexCompileFlags GRegexMatchFlags GRegex GRegexEvalCallback +g_regex_jit_supported g_regex_new g_regex_ref g_regex_unref @@ -1028,6 +1029,7 @@ GMatchInfo g_match_info_get_regex g_match_info_get_string g_match_info_get_mark +g_match_info_get_jited g_match_info_ref g_match_info_unref g_match_info_free |