From cb4717c60a840d4444b4e485766ac3e8bf174a56 Mon Sep 17 00:00:00 2001 From: Takashi Sakamoto Date: Sun, 14 Jun 2020 17:07:10 +0900 Subject: [PATCH] seq: port_info: fix description for queue-id property Fixes: f3457eaf706b ("seq: port_info: add properties") Signed-off-by: Takashi Sakamoto --- src/seq/port-info.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/seq/port-info.c b/src/seq/port-info.c index 73c7390..601ce10 100644 --- a/src/seq/port-info.c +++ b/src/seq/port-info.c @@ -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); -- 2.47.3