API 版本:2.0
库版本:2.83.2
由 gi-docgen 2024.1 生成
char* get_relative_path ( GFile* parent, GFile* descendant )
获取相对于 parent 的 descendant 的路径。
parent
descendant
此调用不执行阻塞 I/O。
类型: GFile
GFile
输入 GFile。
类型: char*
char*
包含从 descendant 到 parent 的相对路径的字符串,或者如果 descendant 不是 parent 的前缀,则为 NULL。返回的字符串应该在不再需要时使用 g_free() 释放。
NULL
g_free()