Function
PapersDocumentxmp_parse
Declaration [src]
gboolean
pps_xmp_parse (
const char* metadata,
gsize size,
PpsDocumentInfo* info
)
Parameters
metadata-
Type:
const char*XMP document data.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. size-
Type:
gsizeSize of
metadatain bytes. info-
Type:
PpsDocumentInfoTarget to update.
The data is owned by the caller of the function.