]> git.alsa-project.org Git - alsa-gobject.git/commitdiff
seq: enum: link optimization to gi-docgen
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Tue, 19 Apr 2022 09:41:08 +0000 (18:41 +0900)
committer坂本 貴史 <o-takashi@sakamocchi.jp>
Wed, 20 Apr 2022 00:51:44 +0000 (09:51 +0900)
The gi-docgen supports enhancement of inter-document link. This commit is
optimization to it.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
src/seq/alsaseq-enum-types.h

index 61c868bf5dfa0fb33410bf86a96c12a414145f47..c2844cf962c3830617c63cc70db9e28b5f8919ac 100644 (file)
@@ -366,7 +366,7 @@ typedef enum /*< flags >*/
  * @ALSASEQ_USER_CLIENT_ERROR_PORT_PERMISSION:      The operation fails due to access permission of port.
  * @ALSASEQ_USER_CLIENT_ERROR_QUEUE_PERMISSION:     The operation fails due to access permission of queue.
  *
- * A set of error code for GError with domain which equals to #alsaseq_user_client_error_quark()
+ * A set of error code for [structGLib.Error] with `struct@UserClientError` domain.
  */
 typedef enum {
     ALSASEQ_USER_CLIENT_ERROR_FAILED,