GFileIface.setDisplayName

struct GFileIface
extern (C)
GFile* function(GFile* file, const(char)* displayName, GCancellable* cancellable, GError** err) setDisplayName;

Return Value

a #GFile specifying what @file was renamed to, or %NULL if there was an error. Free the returned object with g_object_unref().

Throws

GException on failure.

Meta