Gimp.temp_file
@accepts(unicode)
@returns(Gio.File)
def temp_file(extension):
# Python wrapper for gimp_temp_file()
Generates a unique temporary file.
Generates a unique file using the temp path supplied in the user's gimprc.
- extension
The extension the file will have.
- Returns