gimp-register-file-handler-mime

Sven Neumann <sven@gimp.org>

Description

Associates a MIME type with a file handler procedure.

Help

Registers a MIME type for a file handler procedure. This allows GIMP to determine the MIME type of the file opened or saved using this procedure.


Type

unknown

Parameters

Type Name Description
PF_VALUE procedure-name The name of the procedure to associate a MIME type with.
PF_VALUE mime-type A single MIME type, like for example "image/jpeg".

Return

None