GFileIface.getPath

struct GFileIface
extern (C)
char* function(GFile* file) getPath;

Return Value

string containing the #GFile's path, or %NULL if no such path exists. The returned string should be freed with g_free() when no longer needed.

Meta