gimp-procedural-db-set-data

Spencer Kimball & Peter Mattis

Description

Associates the specified identifier with the supplied data.

Help

This procedure associates the supplied data with the provided identifier. The data may be subsequently retrieved by a call to 'procedural-db-get-data'.


Type

unknown

Parameters

Type Name Description
PF_VALUE identifier The identifier associated with data
PF_INT bytes The number of bytes in the data (bytes >= 1)
unknown data A byte array containing data

Return

None