gimp-register-file-handler-uri

Michael Natterer <mitch@gimp.org>

Description

Registers a file handler procedure as capable of handling URIs.

Help

Registers a file handler procedure as capable of handling URIs. This allows GIMP to call the procecure directly for all kinds of URIs, and the 'filename' traditionally passed to file procesures turns into an URI.


Type

unknown

Parameters

Type Name Description
PF_VALUE procedure-name The name of the procedure to enable URIs for.

Return

None