/**
* alsaseq_get_queue_info_by_id:
- * @queue_id: The numeric ID of queue, except for one of [enum@SpecificQueueId].
+ * @queue_id: The numeric ID of queue. One of [enum@SpecificQueueId] is available as well.
* @queue_info: (out): The information of queue.
* @error: A [struct@GLib.Error]. Error is generated with domain of `GLib.FileError`.
*
/**
* alsaseq_get_queue_status:
- * @queue_id: The numeric ID of queue, except for entries in [enum@SpecificQueueId].
+ * @queue_id: The numeric ID of queue. One of [enum@SpecificQueueId] is available as well.
* @queue_status: (inout): The current status of queue.
* @error: A [struct@GLib.Error]. Error is generated with domain of `GLib.FileError`.
*
seq_queue_info_props[SEQ_QUEUE_INFO_PROP_QUEUE_ID] =
g_param_spec_uchar("queue-id", "queue-id",
- "The numerical ID of queue, except for one of "
- "ALSASeqSpecificClientId.",
+ "The numeric ID of queue. An entry of ALSASeqSpecificQueueId is "
+ "available as well",
0, G_MAXUINT8,
0,
G_PARAM_READWRITE);
seq_queue_info_props[SEQ_QUEUE_INFO_PROP_CLIENT_ID] =
g_param_spec_uchar("client-id", "client-id",
- "The numerical ID of client which owns the queue, "
- "except for one of ALSASeqSpecificClientId.",
+ "The numeric ID of client which owns the queue. An entry of "
+ "ALSASeqSpecificClientId is available as well"
0, G_MAXUINT8,
0,
G_PARAM_READWRITE);
seq_queue_status_props[SEQ_QUEUE_STATUS_PROP_QUEUE_ID] =
g_param_spec_uchar("queue-id", "queue-id",
- "The numerical ID of queue, except for entries in "
- "ALSASeqSpecificQueueId.",
+ "The numeric ID of queue. An entry of ALSASeqSpecificQueueId is "
+ "available as well",
0, G_MAXUINT8,
0,
G_PARAM_READABLE);
seq_queue_tempo_props[SEQ_QUEUE_TEMPO_PROP_QUEUE_ID] =
g_param_spec_uchar("queue-id", "queue-id",
- "The numerical ID of queue, except for one of "
- "ALSASeqSpecificClientId.",
+ "The numeric ID of queue. An entry of ALSASeqSpecificClientId is "
+ "available as well",
0, G_MAXUINT8,
0,
G_PARAM_READWRITE);
/**
* ALSASeqQueueTimerCommon:queue-id:
*
- * The numeric identifier of queue, including one of [enum@SpecificClientId].
+ * The numeric identifier of queue. An entry of [enum@SpecificClientId] is available as well.
*
* Since: 0.3.
*/
* alsaseq_remove_filter_new_with_dest_addr:
* @inout: The direction of queue; [flags@RemoveFilterFlag].INPUT or
* [flags@RemoveFilterFlag].OUTPUT.
- * @queue_id: The numeric identifier of queue.
+ * @queue_id: The numeric ID of queue, excluding [enum@SpecificQueueId].DIRECT.
* @dest: The address of destination.
*
* Allocate and return a memory object of [struct@RemoveFilter] to remove queued events towards the
* alsaseq_remove_filter_new_with_note_channel:
* @inout: The direction of queue; [flags@RemoveFilterFlag].INPUT or
* [flags@RemoveFilterFlag].OUTPUT.
- * @queue_id: The numeric identifier of queue.
+ * @queue_id: The numeric ID of queue, excluding [enum@SpecificQueueId].DIRECT.
* @channel: The channel for note event.
*
* Allocate and return a memory object of [struct@RemoveFilter] to remove queued events with note
* alsaseq_remove_filter_new_with_event_type:
* @inout: The direction of queue; [flags@RemoveFilterFlag].INPUT or
* [flags@RemoveFilterFlag].OUTPUT.
- * @queue_id: The numeric identifier of queue.
+ * @queue_id: The numeric ID of queue, excluding [enum@SpecificQueueId].DIRECT.
* @ev_type: The type of event.
*
* Allocate and return a memory object of [struct@RemoveFilter] to remove queued events with the
/**
* alsaseq_remove_filter_new_with_note:
- * @inout: The direction of queue; [flags@RemoveFilterFlag].INPUT or
- * [flags@RemoveFilterFlag].OUTPUT.
- * @queue_id: The numeric identifier of queue.
+ * @inout: The direction of queue; [flags@RemoveFilterFlag].INPUT or [flags@RemoveFilterFlag].OUTPUT.
+ * @queue_id: The numeric ID of queue, excluding [enum@SpecificQueueId].DIRECT.
*
* Allocate and return a memory object of [struct@RemoveFilter] to remove queued events for note,
- * except for [enum@EventType:NOTEOFF].
+ * excluding [enum@EventType:NOTEOFF].
*
* Returns: A [struct@RemoveFilter].
*/
* alsaseq_remove_filter_new_with_tag:
* @inout: The direction of queue; [flags@RemoveFilterFlag].INPUT or
* [flags@RemoveFilterFlag].OUTPUT.
- * @queue_id: The numeric identifier of queue.
+ * @queue_id: The numeric ID of queue, excluding [enum@SpecificQueueId].DIRECT.
* @tag: The tag of event to remove.
*
* Allocate and return a memory object of [struct@RemoveFilter] to remove queued events with the
* alsaseq_remove_filter_new_with_tick_time:
* @inout: The direction of queue; [flags@RemoveFilterFlag].INPUT or
* [flags@RemoveFilterFlag].OUTPUT.
- * @queue_id: The numeric identifier of queue.
+ * @queue_id: The numeric ID of queue, excluding [enum@SpecificQueueId].DIRECT.
* @tick_time: The count of tick.
* @after: Remove events after the tick time if true, else remove events before the tick time.
*
* alsaseq_remove_filter_new_with_real_time:
* @inout: The direction of queue; [flags@RemoveFilterFlag].INPUT or
* [flags@RemoveFilterFlag].OUTPUT.
- * @queue_id: The numeric identifier of queue.
+ * @queue_id: The numeric ID of queue, excluding [enum@SpecificQueueId].DIRECT.
* @tv_sec: The second part of time.
* @tv_nsec: The nanosecond part of time.
* @after: Remove events after the real time if true, else remove events before the real time.
/**
* alsaseq_user_client_delete_queue:
* @self: A [class@UserClient].
- * @queue_id: The numeric ID of queue, except for one of [enum@SpecificQueueId].
+ * @queue_id: The numeric ID of queue. An entry of [enum@SpecificQueueId] is available as well.
* @error: A [struct@GLib.Error]. Error is generated with domain of `ALSASeq.UserClientError`.
*
* Delete the queue owned by the client.
/**
* alsaseq_user_client_get_queue_usage:
* @self: A [class@UserClient].
- * @queue_id: The numeric ID of queue, except for entries in [enum@SpecificQueueId].
+ * @queue_id: The numeric ID of queue. An entry of [enum@SpecificQueueId] is available as well.
* @use: (out): Whether the client uses the queue or not.
* @error: A [struct@GLib.Error]. Error is generated with domain of `ALSASeq.UserClientError`.
*
/**
* alsaseq_user_client_set_queue_usage:
* @self: A [class@UserClient].
- * @queue_id: The numeric ID of queue, except for entries in [enum@SpecificQueueId].
+ * @queue_id: The numeric ID of queue. An entry of [enum@SpecificQueueId] is available as well.
* @use: Whether to use the queue or not.
* @error: A [struct@GLib.Error]. Error is generated with domain of `ALSASeq.UserClientError`.
*
/**
* alsaseq_user_client_set_queue_tempo:
* @self: A [class@UserClient].
- * @queue_id: The numeric ID of queue, except for entries in [enum@SpecificQueueId].
+ * @queue_id: The numeric ID of queue. An entry of [enum@SpecificQueueId] is available as well.
* @queue_tempo: The data of tempo for queue.
* @error: A [struct@GLib.Error]. Error is generated with domain of `ALSASeq.UserClientError`.
*
/**
* alsaseq_user_client_get_queue_tempo:
* @self: A [class@UserClient].
- * @queue_id: The numeric ID of queue, except for entries in [enum@SpecificQueueId].
+ * @queue_id: The numeric ID of queue. An entry of [enum@SpecificQueueId] is available as well.
* @queue_tempo: (out): The data of tempo for queue.
* @error: A [struct@GLib.Error]. Error is generated with domain of `ALSASeq.UserClientError`.
*
/**
* alsaseq_user_client_set_queue_timer:
* @self: A [class@UserClient].
- * @queue_id: The numeric ID of queue, except for entries in [enum@SpecificQueueId].
+ * @queue_id: The numeric ID of queue. An entry of [enum@SpecificQueueId] is available as well.
* @queue_timer: The data of timer for queue, which implements [iface@QueueTimerCommon].
* @error: A [struct@GLib.Error]. Error is generated with domain of `ALSASeq.UserClientError`.
*
/**
* alsaseq_user_client_get_queue_timer:
* @self: A [class@UserClient].
- * @queue_id: The numeric ID of queue, except for entries in [enum@SpecificQueueId].
+ * @queue_id: The numeric ID of queue. An entry of [enum@SpecificQueueId] is available as well.
* @queue_timer: (out): The data of timer for queue, which implements [iface@QueueTimerCommon].
* @error: A [struct@GLib.Error]. Error is generated with domain of `ALSASeq.UserClientError`.
*