mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
Merge branch 'fix-documentation-of-limit-in-gstringreplace' into 'master'
gstring: Cleanup documentation of g_string_replace See merge request GNOME/glib!2071
This commit is contained in:
commit
28b18cab06
@ -963,8 +963,8 @@ g_string_erase (GString *string,
|
||||
*
|
||||
* Replaces the string @find with the string @replace in a #GString up to
|
||||
* @limit times. If the number of instances of @find in the #GString is
|
||||
* less than @limit, all instances are replaced. If the number of
|
||||
* @limit is `0`, all instances of @find are replaced.
|
||||
* less than @limit, all instances are replaced. If @limit is `0`,
|
||||
* all instances of @find are replaced.
|
||||
*
|
||||
* Returns: the number of find and replace operations performed.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user