* @entries: (array length=entry_count)(out): The list of numerical ID for
* rawmidi device.
* @entry_count: The number of entries.
- * @error: A #GError.
+ * @error: A #GError. Error is generated with domain of #g_file_error_quark().
*
* Get the list of numerical ID for available rawmidi devices of sound card.
*
* @card_id: The numeridcal ID of sound card.
* @device_id: The numerical ID of rawmidi device for the sound card.
* @sysname: (out): The string for sysname of rawmidi device.
- * @error: A #GError.
+ * @error: A #GError. Error is generated with domain of #g_file_error_quark().
*
* Allocate sysname for rawmidi device and return it when it exists.
*
* @card_id: The numeridcal ID of sound card.
* @device_id: The numerical ID of rawmidi device for the sound card.
* @devnode: (out): The string for devnode of rawmidi device.
- * @error: A #GError.
+ * @error: A #GError. Error is generated with domain of #g_file_error_quark().
*
* Allocate devnode string for rawmidi device and return it when exists.
*
* ALSARawmidiStreamDirection.
* @entries: (array length=entry_count)(out): The list of card.
* @entry_count: The number of entries.
- * @error: A #GError.
+ * @error: A #GError. Error is generated with domain of #g_file_error_quark().
*
* Get the list of numerical IDs for subdevices belongs to the numerical ID of
* card, device, and the direction.
* @direction: The direction of stream, one of ALSARawmidiStreamDirection.
* @subdevice_id: The numerical value of subdevice in rawmidi device.
* @substream_info: (out): The information of substream for the subdevice.
- * @error: A #GError.
+ * @error: A #GError. Error is generated with domain of #g_file_error_quark().
*
* Get the information of substream pointed by the numerical ID of card, device,
* subdevice, and the direction.