mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-26 12:12:10 +01:00
Improve the g_file_make_symbolic_link docs
Following a proposal by Neil Williams in bug 619527.
This commit is contained in:
parent
77b9a46461
commit
1b7f645492
@ -3445,19 +3445,20 @@ g_file_make_directory_with_parents (GFile *file,
|
||||
|
||||
/**
|
||||
* g_file_make_symbolic_link:
|
||||
* @file: input #GFile.
|
||||
* @symlink_value: a string with the value of the new symlink.
|
||||
* @file: a #GFile with the name of the symlink to create
|
||||
* @symlink_value: a string with the path for the target of the new symlink
|
||||
* @cancellable: optional #GCancellable object, %NULL to ignore.
|
||||
* @error: a #GError.
|
||||
*
|
||||
* Creates a symbolic link.
|
||||
* Creates a symbolic link named @file which contains the string
|
||||
* @symlink_value.
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
* Returns: %TRUE on the creation of a new symlink, %FALSE otherwise.
|
||||
**/
|
||||
*/
|
||||
gboolean
|
||||
g_file_make_symbolic_link (GFile *file,
|
||||
const char *symlink_value,
|
||||
|
Loading…
x
Reference in New Issue
Block a user