From: Takashi Sakamoto Date: Sun, 14 Jun 2020 08:07:10 +0000 (+0900) Subject: seq: port_info: fix description for queue-id property X-Git-Tag: v0.1.0~47 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=cb4717c60a840d4444b4e485766ac3e8bf174a56;p=alsa-gobject.git seq: port_info: fix description for queue-id property Fixes: f3457eaf706b ("seq: port_info: add properties") Signed-off-by: Takashi Sakamoto --- 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);