1995-1996
Spencer Kimball & Peter Mattis
Returns the specified image's filename.
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'.
unknown
Type | Name | Description |
---|---|---|
PF_IMAGE | image | The image |
Type | Name | Description |
---|---|---|
PF_VALUE | filename | The filename. The returned value must be freed with g_free() |