]> git.alsa-project.org Git - alsa-gobject.git/commit
seq: user_client: report open/write error
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Sun, 15 Nov 2020 02:54:07 +0000 (11:54 +0900)
committer坂本 貴史 <o-takashi@sakamocchi.jp>
Sun, 15 Nov 2020 13:34:07 +0000 (22:34 +0900)
commitd662f5702de48da49de6d1aa003339857f0d62f1
tree6903059d6a814500a5f6a9c9f6f67a67be8e77a1
parent947e6d95aba04055be0695795cbd2de789c38580
seq: user_client: report open/write error

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/seq/user-client.c