glib r7801 - in trunk: . glib
- From: matthiasc svn gnome org
- To: svn-commits-list gnome org
- Subject: glib r7801 - in trunk: . glib
- Date: Sun, 11 Jan 2009 04:53:34 +0000 (UTC)
Author: matthiasc
Date: Sun Jan 11 04:53:34 2009
New Revision: 7801
URL: http://svn.gnome.org/viewvc/glib?rev=7801&view=rev
Log:
Docs improvement
Modified:
trunk/ChangeLog
trunk/glib/gregex.c
Modified: trunk/glib/gregex.c
==============================================================================
--- trunk/glib/gregex.c (original)
+++ trunk/glib/gregex.c Sun Jan 11 04:53:34 2009
@@ -1351,6 +1351,10 @@
* }
* ]|
*
+ * @string is not copied and is used in #GMatchInfo internally. If
+ * you use any #GMatchInfo method (except g_match_info_free()) after
+ * freeing or modifying @string then the behaviour is undefined.
+ *
* Returns: %TRUE is the string matched, %FALSE otherwise
*
* Since: 2.14
@@ -1478,6 +1482,10 @@
* i.e. you must free it regardless if regular expression actually
* matched.
*
+ * @string is not copied and is used in #GMatchInfo internally. If
+ * you use any #GMatchInfo method (except g_match_info_free()) after
+ * freeing or modifying @string then the behaviour is undefined.
+ *
* Returns: %TRUE is the string matched, %FALSE otherwise
*
* Since: 2.14
@@ -1536,6 +1544,10 @@
* i.e. you must free it regardless if regular expression actually
* matched.
*
+ * @string is not copied and is used in #GMatchInfo internally. If
+ * you use any #GMatchInfo method (except g_match_info_free()) after
+ * freeing or modifying @string then the behaviour is undefined.
+ *
* Returns: %TRUE is the string matched, %FALSE otherwise
*
* Since: 2.14
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]