虚拟方法

GioFileget_relative_path

声明 [源]

char*
get_relative_path (
  GFile* parent,
  GFile* descendant
)

描述 [源]

获取相对于 parentdescendant 的路径。

此调用不执行阻塞 I/O。

参数

descendant

类型: GFile

输入 GFile

数据由方法的调用者所有。

返回值

类型: char*

包含从 descendantparent 的相对路径的字符串,或者如果 descendant 不是 parent 的前缀,则为 NULL。返回的字符串应该在不再需要时使用 g_free() 释放。

方法的调用者拥有返回数据的所有权,并负责释放它。
返回值可以为 NULL
值是一个平台原生字符串,在 Unix 上使用首选的操作系统编码,在 Windows 上使用 UTF-8。