gimp-gimprc-query

Spencer Kimball & Peter Mattis

Description

Queries the gimprc file parser for information on a specified token.

Help

This procedure is used to locate additional information contained in the gimprc file considered extraneous to the operation of GIMP. Plug-ins that need configuration information can expect it will be stored in the user gimprc file and can use this procedure to retrieve it. This query procedure will return the value associated with the specified token. This corresponds _only_ to entries with the format: (<token> <value>). The value must be a string. Entries not corresponding to this format will cause warnings to be issued on gimprc parsing and will not be queryable.


Type

unknown

Parameters

Type Name Description
PF_VALUE token The token to query for

Return

Type Name Description
PF_VALUE value The value associated with the queried token