Method
GimpMetadataset_from_iptc
Declaration [src]
gboolean
gimp_metadata_set_from_iptc (
GimpMetadata* metadata,
const guchar* iptc_data,
gint iptc_data_length,
GError** error
)
Parameters
iptc_data |
An array of guchar |
The blob of Iptc data to set. |
|
The length of the array is specified in the iptc_data_length argument. | |
The data is owned by the caller of the function. | |
iptc_data_length |
gint |
Length of |
|
error |
GError ** |
The return location for a GError* , or NULL . |