1997
Spencer Kimball & Peter Mattis
Queries the procedural database for information on the specified procedure.
This procedure returns information on the specified procedure. A short blurb, detailed help, author(s), copyright information, procedure type, number of input, and number of return values are returned. For specific information on each input argument and return value, use the 'gimp-procedural-db-proc-arg' and 'gimp-procedural-db-proc-val' procedures.
unknown
Type | Name | Description |
---|---|---|
PF_VALUE | procedure-name | The procedure name |
Type | Name | Description |
---|---|---|
PF_VALUE | blurb | A short blurb |
PF_VALUE | help | Detailed procedure help |
PF_VALUE | author | Author(s) of the procedure |
PF_VALUE | copyright | The copyright |
PF_VALUE | date | Copyright date |
PF_INT | proc-type | The procedure type { INTERNAL (0), PLUGIN (1), EXTENSION (2), TEMPORARY (3) } |
PF_INT | num-args | The number of input arguments |
PF_INT | num-values | The number of return values |