1999
Seth Burgess
Sets a gimprc token to a value and saves it in the gimprc.
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.
unknown
Type | Name | Description |
---|---|---|
PF_VALUE | token | The token to add or modify |
PF_VALUE | value | The value to set the token to |
None