mirror of
https://github.com/openSUSE/libsolv.git
synced 2026-02-05 12:45:46 +01:00
This adds two new functions: solver_all_solutionelements() return a queue with (type,p,rp) solution triplets. solver_solutionelementtype2str() this is similar to solver_solutionelement2str(), but also takes a type parameter so that the replace types result in different strings. Make use of the two functions in the example solver to show how they work.