Method
GimpImageget_imported_file
Declaration [src]
GFile*
gimp_image_get_imported_file (
GimpImage* image
)
Description [src]
Returns the imported file for the specified image.
This procedure returns the file associated with the specified image
if the image was imported from a non-native Gimp format. If the
image was not imported, or has since been saved in the native Gimp
format, this procedure returns NULL
.
Available since: | 2.8 |
Return value
Returns: | GFile |
The imported file. |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |