From 745e55213adb350a4cb1ac8a6baafbcb64c76feb Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 29 Nov 2007 03:13:27 +0000 Subject: [PATCH] Additions svn path=/trunk/; revision=5989 --- docs/reference/glib/tmpl/gregex.sgml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/docs/reference/glib/tmpl/gregex.sgml b/docs/reference/glib/tmpl/gregex.sgml index b7035d1e..10f40a18 100644 --- a/docs/reference/glib/tmpl/gregex.sgml +++ b/docs/reference/glib/tmpl/gregex.sgml @@ -208,17 +208,13 @@ to g_regex_replace_eval(), and it should append the replacement to @result. -@match_info: -@result: -@user_data: +@match_info: 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. +@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 @Since: 2.14 - -@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() -- 2.34.1