gflSetIPTCValue
The gflSetIPTCValue function set an IPTC value.
GFL_ERROR gflSetIPTCValue( GFL_IPTC_DATA * iptc_data, GFL_UINT32 id, const char * value );
Parameters
- iptc_data
- Pointer to a GFL_IPTC_DATA structure.
- id
- IPTC id to change.
- value
- Pointer to a null-terminated string that contains the new value.
Return value
The function returns GFL_NO_ERROR if it is successful or a value of GFL_ERROR.
See also