2004
Sven Neumann
Associates a MIME type with a file handler procedure.
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.
unknown
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". |
None