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