]> git.alsa-project.org Git - alsa-gobject.git/commit
timer: user_instance: 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)
commit28a516b053fad8b9e366533dc97551d5f46a8271
tree4ce200e7eba2684a427f33210d66fe78d3df1415
parent487c67a62e9938b0f08fa14ba1882dfdaf0dfc57
timer: user_instance: 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/user-instance.c
src/timer/user-instance.h