From: Takashi Sakamoto Date: Mon, 20 Jun 2022 09:44:49 +0000 (+0900) Subject: seq: user-client: add annotation to object properties X-Git-Tag: v0.3.0~39 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=bc3a550bf4c1b15607fdaa179ce79b3afd8679ea;p=alsa-gobject.git seq: user-client: add annotation to object properties Signed-off-by: Takashi Sakamoto --- diff --git a/src/seq/user-client.c b/src/seq/user-client.c index e8e997f..dd9293c 100644 --- a/src/seq/user-client.c +++ b/src/seq/user-client.c @@ -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.",