- If client is too busy to call vconf changed callback in idler,
vconf changed callback is ignored.
To guarantee call of vconf changed callback, change priority of idler
to G_PRIORITY_HIGH.
Change-Id: Ic05bc06734fd674f0ffbc81809acabc11675f604
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
node->keyname = strdup(key);
to_vconf_t(val, node);
- g_idle_add(call_noti_cb, node);
+ g_idle_add_full(G_PRIORITY_HIGH, call_noti_cb, node, NULL);
}
static struct noti_cb *find_noti_cb(struct noti *noti, vconf_callback_fn cb)