Gimp.PDB.get_data
@accepts(unicode, gpointer)
@returns(bool)
def get_data(identifier, data):
# Python wrapper for gimp_pdb_get_data()
Returns data associated with the specified identifier.
This procedure returns any data which may have been associated with the specified identifier. The data is copied into the given memory location.
- identifier
The identifier associated with data.
- data
A byte array containing data.
- Returns