]> git.alsa-project.org Git - alsa-gobject.git/commit
timer: user_instance: report error due to open system call
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Sat, 14 Nov 2020 08:28:09 +0000 (17:28 +0900)
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>
Sat, 14 Nov 2020 08:28:09 +0000 (17:28 +0900)
commit299e23e18398a19f0121e76b07c7dc13df03b23f
tree81cbcbad391f3f4b29d10e6f54095e6c7deeda8a
parent26137f881f4756201243e5d571423023be1ce1ea
timer: user_instance: report error due to open system call

The call of open system call can return several types of error from VFS.
It's hard to dispatch all of the error in local error domain.

This commit uses GFileError to dispatch the most of the error. At
failure of conversion to GFileError, local error domain is used.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
src/timer/user-instance.c