mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-23 01:18:53 +02:00
gstrfuncs: Clarify haystack_len behaviour of g_strstr_len()
Signed-off-by: Philip Withnall <pwithnall@endlessos.org> Fixes: #159
This commit is contained in:
@@ -2768,7 +2768,7 @@ g_strjoin (const gchar *separator,
|
||||
*
|
||||
* Searches the string @haystack for the first occurrence
|
||||
* of the string @needle, limiting the length of the search
|
||||
* to @haystack_len.
|
||||
* to @haystack_len or a nul terminator byte (whichever is reached first).
|
||||
*
|
||||
* Returns: a pointer to the found occurrence, or
|
||||
* %NULL if not found.
|
||||
|
Reference in New Issue
Block a user