GFileIface.getUri

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

Return Value

a string containing the #GFile's URI. If the #GFile was constructed with an invalid URI, an invalid URI is returned. The returned string should be freed with g_free() when no longer needed.

Meta