gimp_perspective << INDEX >> gimp_plugin_help_register

gimp_plugin_domain_register (2000)

NAME
gimp_plugin_domain_register - Registers a textdomain for localisation.
SYNOPSIS
gimp_plugin_domain_register (domain_name,domain_path)
DESCRIPTION
This procedure adds a textdomain to the list of domains Gimp searches for strings when translating its menu entries. There is no need to call this function for plug-ins that have their strings included in the gimp-std-plugins domain as that is used by default. If the compiled message catalog is not in the standard location, you may specify an absolute path to another location. 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
STRINGdomain_nameThe name of the textdomain (must be unique).
STRINGdomain_pathThe absolute path to the compiled message catalog (may be NULL).
SOME SYNTAX ALTERNATIVES
Gimp->plugin_domain_register (domain_name,domain_path)
plugin_domain_register Layer (domain_name,domain_path)
plugin_domain_register Image (domain_name,domain_path)
plugin_domain_register Channel (domain_name,domain_path)
plugin_domain_register Display (domain_name,domain_path)
plugin_domain_register Drawable (domain_name,domain_path)
AUTHOR
Sven Neumann
(c)2000 Sven Neumann


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