]> 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)
committer坂本 貴史 <o-takashi@sakamocchi.jp>
Sun, 15 Nov 2020 00:19:56 +0000 (09:19 +0900)
commita400f241e9ef72f7383c4d7a1556266898dd9faa
tree81cbcbad391f3f4b29d10e6f54095e6c7deeda8a
parent9d9d3d1743fede52a1df4c1c2771c5ee93d4dc81
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