GFileIface.getRelativePath

struct GFileIface
extern (C)
char* function(GFile* parent, GFile* descendant) getRelativePath;

Return Value

string with the relative path from @descendant to @parent, or %NULL if @descendant doesn't have @parent as prefix. The returned string should be freed with g_free() when no longer needed.

Meta