gimp_procedural_db_dump << INDEX >> gimp_procedural_db_get_data_size

gimp_procedural_db_get_data (1997)

NAME
gimp_procedural_db_get_data - Returns data associated with the specified identifier.
SYNOPSIS
(bytes,data) = gimp_procedural_db_get_data (identifier)
DESCRIPTION
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.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
STRINGidentifierThe identifier associated with data
RETURN VALUES
TYPENAMEDESCRIPTION
INT32bytesThe number of bytes in the data
INT8ARRAYdataA byte array containing data
SOME SYNTAX ALTERNATIVES
data = Gimp->procedural_db_get_data (identifier)
data = procedural_db_get_data Layer (identifier)
data = procedural_db_get_data Image (identifier)
data = procedural_db_get_data Channel (identifier)
data = procedural_db_get_data Display (identifier)
data = procedural_db_get_data Drawable (identifier)
AUTHOR
Spencer Kimball & Peter Mattis
(c)1997 Spencer Kimball & Peter Mattis


This page was created by gimpdoc, written by Marc Lehmann <pcg@goof.com>