taglib/bindings
Urs Fleisch 63922f2676 Avoid unnecessary detaching of containers
If only a constant iterator is needed, make the container const if
possible, otherwise use cbegin() and cend() to get a constant iterator
without detaching the container.

These fixes are needed so that `auto` can deduce the correct
iterator type.
2023-07-22 07:09:58 +02:00
..
c Avoid unnecessary detaching of containers 2023-07-22 07:09:58 +02:00
CMakeLists.txt Clean up the main CMakeLists.txt file 2011-04-09 19:51:23 +02:00
README The website has more up-to-date links 2011-04-09 20:15:00 +02:00

There are a few other people that have done bindings externally that I have
been made aware of.  I have not personally reviewed these bindings, but I'm
listing them here so that those who find them useful are able to find them:

http://developer.kde.org/~wheeler/taglib.html#bindings