gimp-gimprc-set

Seth Burgess

Description

Sets a gimprc token to a value and saves it in the gimprc.

Help

This procedure is used to add or change additional information in the gimprc file that is considered extraneous to the operation of 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_ string values in UTF-8 encoding.


Type

unknown

Parameters

Type Name Description
PF_VALUE token The token to add or modify
PF_VALUE value The value to set the token to

Return

None