GFileIface.getChildForDisplayName

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

Return Value

a #GFile to the specified child, or %NULL if the display name couldn't be converted. Free the returned object with g_object_unref().

Throws

GException on failure.

Meta