gimprc_set


Description:


public bool gimprc_set (string token, string value)

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 gimprc_query to retrieve it. This will accept _only_ string values in UTF-8 encoding.

Parameters:

token

The token to add or modify.

value

The value to set the token to.

Returns:

TRUE on success.


Namespace: Gimp
Package: gimp-3.0