Gimp.PDB.get_data_size
@accepts(unicode)
@returns(int)
def get_data_size(identifier):
# Python wrapper for gimp_pdb_get_data_size()
Returns size of data associated with the specified identifier.
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.
- identifier
The identifier associated with data.
- Returns