]> git.alsa-project.org Git - alsa-gobject.git/commitdiff
seq: user-client: add annotation to object properties topic/object-properties-annotation
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Mon, 20 Jun 2022 09:44:49 +0000 (18:44 +0900)
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>
Mon, 20 Jun 2022 09:44:49 +0000 (18:44 +0900)
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
src/seq/user-client.c

index e8e997fc7681088e50e2bbcd369210fa37142dba..dd9293c2beebda559a1c8def5d73a35b96fee8a2 100644 (file)
@@ -111,6 +111,11 @@ static void alsaseq_user_client_class_init(ALSASeqUserClientClass *klass)
     gobject_class->finalize = seq_user_client_finalize;
     gobject_class->get_property = seq_user_client_get_property;
 
+    /**
+     * ALSASeqUserClient:client-id:
+     *
+     * The numeric ID of the client.
+     */
     seq_user_client_props[SEQ_USER_CLIENT_PROP_CLIENT_ID] =
         g_param_spec_uchar("client-id", "client-id",
                            "The numeric ID of the client.",