gimp_procedural_db_query << INDEX >> gimp_procedural_db_set_default

gimp_procedural_db_set_data (1997)

NAME
gimp_procedural_db_set_data - Associates the specified identifier with the supplied data.
SYNOPSIS
gimp_procedural_db_set_data (identifier,bytes,data)
DESCRIPTION
This procedure associates the supplied data with the provided identifier. The data may be subsequently retrieved by a call to 'procedural-db-get-data'.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
STRINGidentifierThe identifier associated with data
INT32bytesThe number of bytes in the data
INT8ARRAYdataA byte array containing data
SOME SYNTAX ALTERNATIVES
Gimp->procedural_db_set_data (identifier,data)
procedural_db_set_data Layer (identifier,data)
procedural_db_set_data Image (identifier,data)
procedural_db_set_data Channel (identifier,data)
procedural_db_set_data Display (identifier,data)
procedural_db_set_data Drawable (identifier,data)
AUTHOR
Spencer Kimball & Peter Mattis
(c)1997 Spencer Kimball & Peter Mattis


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