]> git.alsa-project.org Git - alsa-gobject.git/commitdiff
seq: port-info: fix pair of declaration macro
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Tue, 31 May 2022 01:41:31 +0000 (10:41 +0900)
committer坂本 貴史 <o-takashi@sakamocchi.jp>
Tue, 31 May 2022 02:31:59 +0000 (11:31 +0900)
Fixes: 2ce823529df8 ("seq: port_info: add object to represent information of port for ALSA Sequencer")
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
src/seq/port-info.h

index 531f86e4a7119bdb9fa04ebe4e63e1e29b80a979..fb8d68d1df59ec2a54926db9455e31fc640054a8 100644 (file)
@@ -16,4 +16,6 @@ struct _ALSASeqPortInfoClass {
 
 ALSASeqPortInfo *alsaseq_port_info_new();
 
+G_END_DECLS
+
 #endif