]> 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)
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>
Tue, 31 May 2022 01:41:31 +0000 (10:41 +0900)
commit27d11210023fa0b39587072a4f278594346de6dc
tree4fdd7682d3da5728fbd74f5c1a9d462808d8794c
parent8f30a20d24144470443934d551fc78d0f8e78604
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