gimp-procedural-db-get-data

Spencer Kimball & Peter Mattis

Description

Returns data associated with the specified identifier.

Help

This procedure returns any data which may have been associated with the specified identifier. The data is a variable length array of bytes. If no data has been associated with the identifier, an error is returned.


Type

unknown

Parameters

Type Name Description
PF_VALUE identifier The identifier associated with data

Return

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