gimp-plugin-help-register

Michael Natterer <mitch@gimp.org>

Description

Register a help path for a plug-in.

Help

This procedure registers user documentation for the calling plug-in with the GIMP help system. The domain_uri parameter points to the root directory where the plug-in help is installed. For each supported language there should be a file called 'gimp-help.xml' that maps the help IDs to the actual help files.


Type

unknown

Parameters

Type Name Description
PF_VALUE domain-name The XML namespace of the plug-in's help pages
PF_VALUE domain-uri The root URI of the plug-in's help pages

Return

None