GFileIface.getBasename

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

Return Value

string containing the #GFile's base name, or %NULL if given #GFile is invalid. The returned string should be freed with g_free() when no longer needed.

Meta