GFileIface.getParent

struct GFileIface
extern (C)
GFile* function(GFile* file) getParent;

Return Value

a #GFile structure to the parent of the given #GFile or %NULL if there is no parent. Free the returned object with g_object_unref().

Meta