mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
Merge branch 'fix-set-contents-typo' into 'master'
gfileutils: Fix typo in docs See merge request GNOME/glib!1796
This commit is contained in:
commit
a28b3c9dd6
@ -1218,7 +1218,7 @@ steal_fd (int *fd_ptr)
|
||||
* @error: return location for a #GError, or %NULL
|
||||
*
|
||||
* Writes all of @contents to a file named @filename. This is a convenience
|
||||
* wrapper around calling g_file_set_contents() with `flags` set to
|
||||
* wrapper around calling g_file_set_contents_full() with `flags` set to
|
||||
* `G_FILE_SET_CONTENTS_CONSISTENT | G_FILE_SET_CONTENTS_ONLY_EXISTING` and
|
||||
* `mode` set to `0666`.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user