]> git.alsa-project.org Git - alsa-gobject.git/commit
ctl: card: use an utility macro to declare GObject-derived object
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Mon, 11 Apr 2022 08:42:26 +0000 (17:42 +0900)
committer坂本 貴史 <o-takashi@sakamocchi.jp>
Tue, 12 Apr 2022 03:42:19 +0000 (12:42 +0900)
commitcf720c7264a82d639ec70fd21173783f1d1aabcf
tree124aa6d0d8e2f980cc5988c518f05a7a41d2a4f5
parentbd0462919ce81bb95a711157c7b8af3d821fe9d1
ctl: card: use an utility macro to declare GObject-derived object

Since gobject v2.44, an utility macro is available to declare
GObject-derived objects.

This commit replaces existent boireplates with it.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
src/ctl/card.c
src/ctl/card.h
src/meson.build