]> git.alsa-project.org Git - alsa-gobject.git/commit
seq: user_client: fix annotation for GObject signal handler
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Wed, 22 Apr 2020 01:22:19 +0000 (10:22 +0900)
committer坂本 貴史 <o-takashi@sakamocchi.jp>
Wed, 22 Apr 2020 07:46:49 +0000 (16:46 +0900)
commit062712e50c3aaabcfcc89a6930be863f076a9140
treee3383f834481ca35b7ce7a10b40bfd3c924abf0e
parent9a14c3f8df265068d29fca589fbd85b1455a6344
seq: user_client: fix annotation for GObject signal handler

Any object from ALSASeqEvent is passed to the second argument for handler
of 'handle-event' GObject signal, and it's not ALSASeqEvent itself.

Fixes: 89b631bd3e25 ("seq: user_client: add GObject signal to handle event")
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
src/seq/user-client.c
src/seq/user-client.h