]> git.alsa-project.org Git - alsa-gobject.git/commit
seq: check whether method argument for GError is available
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Sun, 15 Nov 2020 02:54:07 +0000 (11:54 +0900)
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>
Sun, 15 Nov 2020 02:54:07 +0000 (11:54 +0900)
commitcfc8e50478e5fec4ac2d18e9e0918eb673070b01
tree8161a3739c1d6c02dc3288f9db8419ce0aee2d7b
parent576d96e1ce49fe97bee1500167a2d29c927f3004
seq: check whether method argument for GError is available

In Rules for use of GError, the check of arguments for GError may be
preferable to avoid to unexpected function call.

This commit adds the check.

Reference: https://developer.gnome.org/glib/stable/glib-Error-Reporting.html
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
src/seq/client-info.c
src/seq/event-cntr.c
src/seq/query.c
src/seq/remove-filter.c
src/seq/user-client.c