MCPcopy Create free account
hub / github.com/Exiv2/exiv2 / SetObjectName

Method SetObjectName

xmpsdk/src/XMPMeta.cpp:1544–1550  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1542// -------------
1543
1544void
1545XMPMeta::SetObjectName ( XMP_StringPtr name )
1546{
1547 VerifyUTF8 ( name ); // Throws if the string is not legit UTF-8.
1548 tree.name = name;
1549
1550} // SetObjectName
1551
1552
1553// -------------------------------------------------------------------------------------------------

Callers 1

WXMPMeta_SetObjectName_1Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected