GFileIface.getUriScheme

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

Return Value

a string containing the URI scheme for the given #GFile or %NULL if the #GFile was constructed with an invalid URI. The returned string should be freed with g_free() when no longer needed.

Meta