]> git.alsa-project.org Git - alsa-gobject.git/commitdiff
hwdep: query: fulfil comment about GError
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Tue, 17 Nov 2020 06:44:48 +0000 (15:44 +0900)
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>
Tue, 17 Nov 2020 06:44:48 +0000 (15:44 +0900)
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
src/hwdep/query.c

index cbfb2c888070001d3a055df534cc0ab1d2d48c5f..88c96f8d5aa17a46ae078306ffb188fc2135bd75 100644 (file)
@@ -132,7 +132,7 @@ static unsigned int calculate_digits(unsigned int number)
  * @entries: (array length=entry_count)(out): The list of numerical ID for
  *           hwdep 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 hwdep devices of sound card.
  *
@@ -211,7 +211,7 @@ end:
  * @card_id: The numeridcal ID of sound card.
  * @device_id: The numerical ID of hwdep device for the sound card.
  * @sysname: (out): The string for sysname of hwdep device.
- * @error: A #GError.
+ * @error: A #GError. Error is generated with domain of #g_file_error_quark().
  *
  * Allocate sysname for hwdep device and return it when it exists.
  *
@@ -258,7 +258,7 @@ void alsahwdep_get_hwdep_sysname(guint card_id, guint device_id,
  * @card_id: The numeridcal ID of sound card.
  * @device_id: The numerical ID of hwdep device for the sound card.
  * @devnode: (out): The string for devnode of hwdep device.
- * @error: A #GError.
+ * @error: A #GError. Error is generated with domain of #g_file_error_quark().
  *
  * Allocate devnode string for hwdep device and return it when exists.
  *
@@ -363,7 +363,7 @@ err_sysname:
  * @card_id: The numberical value for sound card to query.
  * @device_id: The numerical value of hwdep device to query.
  * @device_info: (out): The information of the device.
- * @error: A #GError.
+ * @error: A #GError. Error is generated with domain of #g_file_error_quark().
  *
  * Get the information according to given numerical IDs for card and device.
  *