Skip to content

Symlink-related fixes for `g_file_move()`

Ondrej Holy requested to merge wip/oholy/gfile-docs into master

The G_FILE_COPY_NOFOLLOW_SYMLINKS flag doesn't make sense for g_file_move() and thus it should be removed from documentation and should be always used in case of copy and delete fallback. This MR also brings missing options for gio tool manpage.

See the commit descriptions and #986 (closed).

Merge request reports