gimp-image-get-filename

Spencer Kimball & Peter Mattis

Description

Returns the specified image's filename.

Help

This procedure returns the specified image's filename in the filesystem encoding. The image has a filename only if it was loaded or imported from a file or has since been saved or exported. Otherwise, this function returns %NULL. See also 'gimp-image-get-uri'.


Type

unknown

Parameters

Type Name Description
PF_IMAGE image The image

Return

Type Name Description
PF_VALUE filename The filename. The returned value must be freed with g_free()