]> git.alsa-project.org Git - alsa-gobject.git/commit
seq: user_client: rewrite public API to return gboolean according to GNOME convention
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Tue, 31 May 2022 01:41:31 +0000 (10:41 +0900)
committer坂本 貴史 <o-takashi@sakamocchi.jp>
Tue, 31 May 2022 02:31:59 +0000 (11:31 +0900)
commitc18a1b82777eadb0c2b3c1f40caf54116e900d26
tree9b22dc973263726a9de2328a28d22e555d7d2e75
parent31eb1a62345c7b03f2edd6991755c7e9e18ab879
seq: user_client: rewrite public API to return gboolean according to GNOME convention

In GNOME convention, the throw function to report error at GError argument
should return gboolean value to report the overall operation finishes
successfully or not.

This commit rewrite such public APIs with loss of backward compatibility.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
samples/seq
src/seq/alsaseq.map
src/seq/user-client.c
src/seq/user-client.h