]> git.alsa-project.org Git - alsa-gobject.git/commit
rawmidi: stream_pair: 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)
commitbfd1f03991e42c4ddc0e26ea092c93cc43ae253c
treedcabf0ad9cbaad5210cb60ef355602f71d8741c7
parentb6e0bf4c5e17d438b26e0e5cab6ae37bbbbd0814
rawmidi: stream_pair: 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/rawmidi
src/rawmidi/alsarawmidi.map
src/rawmidi/stream-pair.c
src/rawmidi/stream-pair.h