mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
gfile: Remove G_FILE_COPY_NOFOLLOW_SYMLINKS
from g_file_move()
docs
The `G_FILE_COPY_NOFOLLOW_SYMLINKS` flag doesn't make sense for move operation, neither local implementation doesn't handle this flag in any way. Therefore this paragraph should be removed from the docs (it was probably copy&pasted from `g_file_copy()` docs by mistake). Closes: https://gitlab.gnome.org/GNOME/glib/issues/986
This commit is contained in:
parent
4e00fdea9b
commit
6694172014
@ -3633,10 +3633,6 @@ g_file_copy_finish (GFile *file,
|
||||
* If the flag #G_FILE_COPY_OVERWRITE is specified an already
|
||||
* existing @destination file is overwritten.
|
||||
*
|
||||
* If the flag #G_FILE_COPY_NOFOLLOW_SYMLINKS is specified then symlinks
|
||||
* will be copied as symlinks, otherwise the target of the
|
||||
* @source symlink will be copied.
|
||||
*
|
||||
* If @cancellable is not %NULL, then the operation can be cancelled by
|
||||
* triggering the cancellable object from another thread. If the operation
|
||||
* was cancelled, the error %G_IO_ERROR_CANCELLED will be returned.
|
||||
|
Loading…
Reference in New Issue
Block a user