From e1f1bb3f98ef603e376a6ca71dd5cf4a2b9e9ee2 Mon Sep 17 00:00:00 2001 From: Takashi Sakamoto Date: Sat, 4 Apr 2020 13:58:09 +0900 Subject: [PATCH] ctl: elem_info_int: fix function annotation for constructor Fixes: aac870451a89 ("ctl: elem_info_int: add properties for type-dependent parameters and constructor") Signed-off-by: Takashi Sakamoto --- src/ctl/elem-info-int.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ctl/elem-info-int.c b/src/ctl/elem-info-int.c index 457921b..dd206bd 100644 --- a/src/ctl/elem-info-int.c +++ b/src/ctl/elem-info-int.c @@ -112,7 +112,7 @@ static void alsactl_elem_info_int_init(ALSACtlElemInfoInt *self) } /** - * alsactl_elem_info_int: + * alsactl_elem_info_int_new: * * Allocate and return an instance of ALSACtlElemInfoInt. * -- 2.47.3