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

Function WXMPMeta_SetObjectOptions_1

xmpsdk/src/WXMPMeta.cpp:1249–1260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1247// -------------------------------------------------------------------------------------------------
1248
1249void
1250WXMPMeta_SetObjectOptions_1 ( XMPMetaRef xmpRef,
1251 XMP_OptionBits options,
1252 WXMP_Result * wResult )
1253{
1254 XMP_ENTER_WRAPPER ( "WXMPMeta_SetObjectOptions_1" )
1255
1256 XMPMeta * meta = WtoXMPMeta_Ptr ( xmpRef );
1257 meta->SetObjectOptions ( options );
1258
1259 XMP_EXIT_WRAPPER
1260}
1261
1262// -------------------------------------------------------------------------------------------------
1263

Callers

nothing calls this directly

Calls 1

SetObjectOptionsMethod · 0.80

Tested by

no test coverage detected