summaryrefslogtreecommitdiff
path: root/tests/test-media.png
Commit message (Collapse)AuthorAgeFilesLines
* params: reworked to boxed and listGünther Wagner2022-01-121-0/+0
RestParams was implemented as HashTable. Limitations are that it did not preserved the order of individual parameters aswell as duplicates aren't allowed. Reworked it to a GList and introduced reference counting and a boxed type.