1997
Spencer Kimball & Peter Mattis
Queries the gimprc file parser for information on a specified token.
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.
unknown
Type | Name | Description |
---|---|---|
PF_VALUE | token | The token to query for |
Type | Name | Description |
---|---|---|
PF_VALUE | value | The value associated with the queried token |