gimp_procedural_db_get_data << INDEX >> gimp_procedural_db_proc_arg

gimp_procedural_db_get_data_size (1998)

NAME
gimp_procedural_db_get_data_size - Returns size of data associated with the specified identifier.
SYNOPSIS
bytes = gimp_procedural_db_get_data_size (identifier)
DESCRIPTION
This procedure returns the size of any data which may have been associated with the specified identifier. 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
SOME SYNTAX ALTERNATIVES
bytes = Gimp->procedural_db_get_data_size (identifier)
bytes = procedural_db_get_data_size Layer (identifier)
bytes = procedural_db_get_data_size Image (identifier)
bytes = procedural_db_get_data_size Channel (identifier)
bytes = procedural_db_get_data_size Display (identifier)
bytes = procedural_db_get_data_size Drawable (identifier)
AUTHOR
Nick Lamb
(c)1998 Nick Lamb


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