2000
Michael Natterer
Register a help path for a plug-in.
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.
unknown
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 |
None