<div class="gmail_quote">On Mon, Aug 17, 2009 at 2:06 AM, Jakob Leben <span dir="ltr"><<a href="mailto:jakob.leben@gmail.com">jakob.leben@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Add new function which simplifies moving more then one item at a time and increases<br>performance of such action. Also refactor a bit old playlist_TreeMove.<br>Use new function in Qt4 playlist model.<br>
</blockquote></div><br>Is adding manually the new function's name into libvlccore.sym a correct step of introducing a new function exported with VLC_EXPORT ? libvlccore.sym doesn't seem to change automatically when doing complete bootstrap/configure/make. And without changing it the interface that uses the new function doesn't want to load.<br>