GFileIface.resolveRelativePath

struct GFileIface
extern (C)
GFile* function(GFile* file, char* relativePath) resolveRelativePath;

Return Value

#GFile to the resolved path. %NULL if @relative_path is %NULL or if @file is invalid. Free the returned object with g_object_unref().

Meta