mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-10 12:55:48 +01:00
Additions
svn path=/trunk/; revision=5989
This commit is contained in:
parent
cf0b542ab0
commit
745e55213a
@ -208,17 +208,13 @@ to g_regex_replace_eval(), and it should append the replacement to
|
|||||||
@result.
|
@result.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@match_info:
|
@match_info: the #GMatchInfo generated by the match.
|
||||||
@result:
|
Use g_match_info_get_regex() and g_match_info_get_string() if you
|
||||||
@user_data:
|
need the #GRegex or the matched string.
|
||||||
|
@result: a #GString containing the new string
|
||||||
|
@user_data: user data passed to g_regex_replace_eval()
|
||||||
@Returns: %FALSE to continue the replacement process, %TRUE to stop it
|
@Returns: %FALSE to continue the replacement process, %TRUE to stop it
|
||||||
@Since: 2.14
|
@Since: 2.14
|
||||||
<!-- # Unused Parameters # -->
|
|
||||||
@Param1: the #GMatchInfo generated by the match. Use g_match_info_get_regex()
|
|
||||||
and g_match_info_get_string() if you need the #GRegex or the matched
|
|
||||||
string.
|
|
||||||
@Param2: a #GString containing the new string
|
|
||||||
@Param3: user data passed to g_regex_replace_eval()
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION g_regex_new ##### -->
|
<!-- ##### FUNCTION g_regex_new ##### -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user