]> git.alsa-project.org Git - alsa-gobject.git/commit
timer: 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)
commit487c67a62e9938b0f08fa14ba1882dfdaf0dfc57
tree4fdd7682d3da5728fbd74f5c1a9d462808d8794c
parent2d8197ec3ee7d9a11b4189db0e2d9cf2250cfb5e
timer: 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>
samples/timer
src/timer/alsatimer.map
src/timer/query.c
src/timer/query.h
src/timer/user-instance.c