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

Function WXMPUtils_UnlockIter_1

xmpsdk/src/WXMPIterator.cpp:171–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169// -------------------------------------------------------------------------------------------------
170
171void
172WXMPUtils_UnlockIter_1 ( XMPIteratorRef iterRef,
173 XMP_OptionBits options )
174{
175 WXMP_Result * wResult = &void_wResult; // ! Needed to "fool" the EnterWrapper macro.
176 XMP_ENTER_WRAPPER_NO_LOCK ( "WXMPUtils_UnlockIter_1" )
177
178 XMPIterator * iter = WtoXMPIterator_Ptr ( iterRef );
179 iter->UnlockIter ( options );
180
181 XMP_EXIT_WRAPPER_NO_THROW
182}
183
184// =================================================================================================
185

Callers

nothing calls this directly

Calls 1

UnlockIterMethod · 0.80

Tested by

no test coverage detected