[glib/wip/oholy/gfile-docs: 1/3] gfile: Remove `G_FILE_COPY_NOFOLLOW_SYMLINKS` from `g_file_move()` docs



commit 66941720142f0ff2ae562fce151c9c4bd4320d63
Author: Ondrej Holy <oholy redhat com>
Date:   Mon Feb 2 11:52:20 2015 +0100

    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

 gio/gfile.c | 4 ----
 1 file changed, 4 deletions(-)
---
diff --git a/gio/gfile.c b/gio/gfile.c
index 74b58047c..19f5d105f 100644
--- a/gio/gfile.c
+++ b/gio/gfile.c
@@ -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.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]