sound: Support maintaining theme id list in parsing order 36/301836/4
authorYunhee Seo <yuni.seo@samsung.com>
Fri, 24 Nov 2023 03:51:13 +0000 (12:51 +0900)
committerYunhee Seo <yuni.seo@samsung.com>
Wed, 29 Nov 2023 10:36:17 +0000 (19:36 +0900)
commit2551fec1a28c7be1f7c55196953ecc16bb332b85
tree4f63d8af165db297f6befdec7a1b25b7cd8d24c8
parente6ae3029e4d00da710a294ff93fcedb74d7753bd
sound: Support maintaining theme id list in parsing order

Before, GHashTable did not guarantee conf file parsing order.
To guarantee conf file parsing order, sound theme id list has been changed
from GHashTable to GList.

Change-Id: Ib225e807d5d77dcf468b5999c36a2e7688ee58f8
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
src/sound-theme-manager.c
tests/test-feedback-internal.c