gimp_plugin_domain_register << INDEX >> gimp_plugins_query

gimp_plugin_help_register (2000)

NAME
gimp_plugin_help_register - Register a help path for a plug-in.
SYNOPSIS
gimp_plugin_help_register (help_path)
DESCRIPTION
This procedure changes the help rootdir for the plug-in which calls it. All subsequent calls of gimp_help from this plug-in will be interpreted relative to this rootdir. This procedure can only be called in the query function of a plug-in and it has to be called before any procedure is installed.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
STRINGhelp_pathThe rootdir of the plug-in's help pages
SOME SYNTAX ALTERNATIVES
Gimp->plugin_help_register (help_path)
plugin_help_register Layer (help_path)
plugin_help_register Image (help_path)
plugin_help_register Channel (help_path)
plugin_help_register Display (help_path)
plugin_help_register Drawable (help_path)
AUTHOR
Michael Natterer <mitch@gimp.org>
(c)2000 Michael Natterer <mitch@gimp.org>


This page was created by gimpdoc, written by Marc Lehmann <pcg@goof.com>