gimp-procedural-db-proc-arg

Spencer Kimball & Peter Mattis

Description

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

Help

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


Type

unknown

Parameters

Type Name Description
PF_VALUE procedure-name The procedure name
PF_INT arg-num The argument number

Return

Type Name Description
PF_INT arg-type The type of argument { 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 arg-name The name of the argument
PF_VALUE arg-desc A description of the argument