gimp-procedural-db-proc-val

Spencer Kimball & Peter Mattis

Description

Queries the procedural database for information on the specified procedure's return value.

Help

This procedure returns information on the specified procedure's return value. The return value type, name, and a description are retrieved.


Type

unknown

Parameters

Type Name Description
PF_VALUE procedure-name The procedure name
PF_INT val-num The return value number

Return

Type Name Description
PF_INT val-type The type of return value { PDB-INT32 (0), PDB-INT16 (1), PDB-INT8 (2), PDB-FLOAT (3), PDB-STRING (4), PDB-INT32ARRAY (5), PDB-INT16ARRAY (6), PDB-INT8ARRAY (7), PDB-FLOATARRAY (8), PDB-STRINGARRAY (9), PDB-COLOR (10), PDB-ITEM (11), PDB-DISPLAY (12), PDB-IMAGE (13), PDB-LAYER (14), PDB-CHANNEL (15), PDB-DRAWABLE (16), PDB-SELECTION (17), PDB-COLORARRAY (18), PDB-VECTORS (19), PDB-PARASITE (20), PDB-STATUS (21) }
PF_VALUE val-name The name of the return value
PF_VALUE val-desc A description of the return value