]> git.alsa-project.org Git - alsa-gobject.git/commit
seq: query: 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)
commit31eb1a62345c7b03f2edd6991755c7e9e18ab879
tree4f312b86c9d766f3e96b541da89a7b7c6afe0c65
parentc9010d9a2e48c09385db29a1aa61c1eb99e34ac6
seq: query: 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>
src/seq/alsaseq.map
src/seq/query.c
src/seq/query.h
src/seq/user-client.c