* @self: A #ALSATimerUserInstance.
* @open_flag: The flag of open(2) system call. O_RDONLY is forced to fulfil internally.
* @error: A #GError. Error is generated with two domains; #g_file_error_quark() and
- * #alsaseq_user_client_error_quark().
+ * #alsatimer_user_instance_error_quark().
*
* Open ALSA Timer character device to allocate queue.
*
* alsatimer_user_instance_choose_event_data_type:
* @self: A #ALSATimerUserInstance.
* @event_data_type: The type of event data, one of ALSATimerEventDataType.
- * @error: A #GError. Error is generated with domain of #alsaseq_user_client_error_quark.
+ * @error: A #GError. Error is generated with domain of #alsatimer_user_instance_error_quark().
*
* Choose the type of event data to receive.
*
* alsatimer_user_instance_attach:
* @self: A #ALSATimerUserInstance.
* @device_id: A #ALSATimerDeviceId to which the instance is attached.
- * @error: A #GError. Error is generated with domain of #alsaseq_user_client_error_quark.
+ * @error: A #GError. Error is generated with domain of #alsatimer_user_instance_error_quark.
*
* Attach the instance to the timer device. If the given device_id is for
* absent timer device, the instance can be detached with error.
* @slave_class: The class identifier of master instance, one of
* #ALSATimerSlaveClass.
* @slave_id: The numerical identifier of master instance.
- * @error: A #GError. Error is generated with domain of #alsaseq_user_client_error_quark.
+ * @error: A #GError. Error is generated with domain of #alsatimer_user_instance_error_quark.
*
* Attach the instance as an slave to another instance indicated by a pair of
* slave_class and slave_id. If the slave_class is for application
* alsatimer_user_instance_get_info:
* @self: A #ALSATimerUserInstance.
* @instance_info: (out): A #ALSATimerInstanceInfo.
- * @error: A #GError. Error is generated with domain of #alsaseq_user_client_error_quark.
+ * @error: A #GError. Error is generated with domain of #alsatimer_user_instance_error_quark.
*
* Return the information of device if attached to the instance.
*
* alsatimer_user_instance_set_params:
* @self: A #ALSATimerUserInstance.
* @instance_params: (inout): A #ALSATimerInstanceParams.
- * @error: A #GError. Error is generated with domain of #alsaseq_user_client_error_quark.
+ * @error: A #GError. Error is generated with domain of #alsatimer_user_instance_error_quark.
*
* Configure the instance with the parameters and return the latest parameters.
*
* alsatimer_user_instance_get_status:
* @self: A #ALSATimerUserInstance.
* @instance_status: (inout): A #ALSATimerInstanceStatus.
- * @error: A #GError. Error is generated with domain of #alsaseq_user_client_error_quark.
+ * @error: A #GError. Error is generated with domain of #alsatimer_user_instance_error_quark.
*
* Get the latest status of instance.
*
/**
* alsatimer_user_instance_start:
* @self: A #ALSATimerUserInstance.
- * @error: A #GError. Error is generated with domain of #alsaseq_user_client_error_quark.
+ * @error: A #GError. Error is generated with domain of #alsatimer_user_instance_error_quark.
*
* Start timer event emission.
*
/**
* alsatimer_user_instance_stop:
* @self: A #ALSATimerUserInstance.
- * @error: A #GError. Error is generated with domain of #alsaseq_user_client_error_quark.
+ * @error: A #GError. Error is generated with domain of #alsatimer_user_instance_error_quark.
*
* Stop timer event emission.
*
/**
* alsatimer_user_instance_pause:
* @self: A #ALSATimerUserInstance.
- * @error: A #GError. Error is generated with domain of #alsaseq_user_client_error_quark.
+ * @error: A #GError. Error is generated with domain of #alsatimer_user_instance_error_quark.
*
* Pause timer event emission.
*
/**
* alsatimer_user_instance_continue:
* @self: A #ALSATimerUserInstance.
- * @error: A #GError. Error is generated with domain of #alsaseq_user_client_error_quark.
+ * @error: A #GError. Error is generated with domain of #alsatimer_user_instance_error_quark.
*
* Continue timer event emission paused by alsatimer_user_instance_pause().
*