Home | History | Annotate | Download | only in gio

Lines Matching full:symlink_value

2857  * @symlink_value: a string with the value of the new symlink.
2871 const char *symlink_value,
2878 g_return_val_if_fail (symlink_value != NULL, FALSE);
2883 if (*symlink_value == '\0')
2901 return (* iface->make_symbolic_link) (file, symlink_value, cancellable, error);