aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2022-04-19 09:26:28 +0900
committer坂本 貴史 <o-takashi@sakamocchi.jp>2022-04-19 09:29:46 +0900
commitba6cc165159d4eda6f94e2423dbcf39ee47603cb (patch)
treefff7d04ee6913fb4f791edd0451bbe2c92724a08
parentc720a834bacc6ea8875a336e5bcc3fc83a1d422d (diff)
downloadlibhinawa-ba6cc165159d4eda6f94e2423dbcf39ee47603cb.tar.gz
enums: link optimization to gi-docgen
The gi-docgen supports enhancement of inter-document link. This commit is optimization to it. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
-rw-r--r--src/hinawa_enum_types.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/hinawa_enum_types.h b/src/hinawa_enum_types.h
index 5febb4d..9d95adc 100644
--- a/src/hinawa_enum_types.h
+++ b/src/hinawa_enum_types.h
@@ -115,7 +115,7 @@ typedef enum {
* firewire character device.
* @HINAWA_FW_NODE_ERROR_FAILED: The system call fails.
*
- * A set of error code for GError with domain which equals to #hinawa_fw_node_error_quark().
+ * A set of error code for [struct@GLib.Error] with domain which equals to Hinawa.FwNodeError.
*
* Since: 2.1
*/
@@ -132,7 +132,7 @@ typedef enum {
* @HINAWA_FW_RESP_ERROR_RESERVED: The instance is already associated to reserved address range.
* @HINAWA_FW_RESP_ERROR_ADDR_SPACE_USED: The address space is used exclusively.
*
- * A set of error code for GError with domain which equals to #hinawa_fw_resp_error_quark().
+ * A set of error code for [struct@GLib.Error] with domain which equals to Hinawa.FwRespError.
*
* Since: 2.2
*/
@@ -147,7 +147,7 @@ typedef enum {
* @HINAWA_FW_FCP_ERROR_TIMEOUT: The transaction is canceled due to response timeout.
* @HINAWA_FW_FCP_ERROR_LARGE_RESP: The size of response is larger than expected.
*
- * A set of error code for GError with domain which equals to #hinawa_fw_fcp_error_quark().
+ * A set of error code for [struct@GLib.Error] with domain which equals to Hinawa.FwFcpError.
*
* Since: 2.1
*/
@@ -169,7 +169,7 @@ typedef enum {
* @HINAWA_SND_UNIT_ERROR_WRONG_CLASS: The hwdep device is not for the unit expected by the class.
* @HINAWA_SND_UNIT_ERROR_FAILED: The system call fails.
*
- * A set of error code for GError with domain which equals to #hinawa_snd_unit_error_quark().
+ * A set of error code for [struct@GLib.Error] with domain which equals to Hinawa.SndUnitError.
*
* Since: 2.1
*/
@@ -188,7 +188,7 @@ typedef enum {
* HinawaSndDiceError:
* @HINAWA_SND_DICE_ERROR_TIMEOUT: The transaction is canceled due to response timeout.
*
- * A set of error code for GError with domain which equals to #hinawa_snd_dice_error_quark().
+ * A set of error code for [structGLib.Error] with domain which equals to Hinawa.SndDiceError.
*
* Since: 2.1
*/