2011
Eric Grivel
Returns the imported URI for the specified image.
This procedure returns the URI 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.
unknown
Type | Name | Description |
---|---|---|
PF_IMAGE | image | The image |
Type | Name | Description |
---|---|---|
PF_VALUE | uri | The imported URI. The returned value must be freed with g_free() |