]> git.alsa-project.org Git - alsa-gobject.git/commitdiff
seq: port_info: fix description for queue-id property
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Sun, 14 Jun 2020 08:07:10 +0000 (17:07 +0900)
committer坂本 貴史 <o-takashi@sakamocchi.jp>
Sun, 14 Jun 2020 13:07:29 +0000 (22:07 +0900)
Fixes: f3457eaf706b ("seq: port_info: add properties")
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
src/seq/port-info.c

index 73c73903fba555a91f0362eceaa75c82c8003def..601ce10c9d42c9ea33ae4245a3ffedd6c54b7742 100644 (file)
@@ -234,10 +234,8 @@ static void alsaseq_port_info_class_init(ALSASeqPortInfoClass *klass)
     seq_port_info_props[SEQ_PORT_INFO_PROP_TIME_QUEUE] =
         g_param_spec_uchar("queue-id", "queue-id",
                            "The numerical ID of queue to update timestamp "
-                           "when timestamp-overwrite property is set to "
-                           "ALSASeq.PortTstampOverwrite.TICK or "
-                           "ALSASeq.PortTstampOverwrite.REAL. One of "
-                           "ALSASeqSpecificQueueId is available as well.",
+                           "when timestamp-overwrite property is set to True. "
+                           "One of ALSASeqSpecificQueueId is available as well.",
                            0, G_MAXUINT8,
                            0,
                            G_PARAM_READWRITE);