gimp_gimprc_query << INDEX >> gimp_gradients_close_popup

gimp_gimprc_set (1999)

NAME
gimp_gimprc_set - Sets a gimprc token to a value and saves it in the gimprc.
SYNOPSIS
gimp_gimprc_set (token,value)
DESCRIPTION
This procedure is used to add or change additional information in the gimprc file that is considered extraneous to the operation of the GIMP. Plug-ins that need configuration information can use this function to store it, and gimp_gimprc_query to retrieve it. This will accept _only_ parameters in the format of (<token> ), where and must be strings. Entries not corresponding to this format will be eaten and no action will be performed. If the gimprc can not be written for whatever reason, gimp will complain loudly and the old gimprc will be saved in gimprc.old.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
STRINGtokenThe token to modify
STRINGvalueThe value to set the token to
SOME SYNTAX ALTERNATIVES
Gimp->gimprc_set (token,value)
gimprc_set Layer (token,value)
gimprc_set Image (token,value)
gimprc_set Channel (token,value)
gimprc_set Display (token,value)
gimprc_set Drawable (token,value)
AUTHOR
Seth Burgess
(c)1999 Seth Burgess


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