Gimp.PDB.get_data
function get_data(identifier: String, data: void): Boolean {
// Gjs 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
TRUE on success, FALSE if no data has been associated with the identifier