]> 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)
committer坂本 貴史 <o-takashi@sakamocchi.jp>
Sun, 15 Nov 2020 13:34:07 +0000 (22:34 +0900)
commit8723ccfa6ad431c07df566de648e2d9ecbcfa7c8
tree8161a3739c1d6c02dc3288f9db8419ce0aee2d7b
parenta7275ac5771c0ac4b026d350d43efb76fda754ae
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