From: Emil Velikov Date: Fri, 13 Sep 2024 11:48:55 +0000 (+0100) Subject: docs: annotate the v6 API X-Git-Tag: v34~358 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=b2561149b73c9387c3fedf9da3d0c99074e92cb9;p=thirdparty%2Fkmod.git docs: annotate the v6 API Namely: - kmod_module_apply_filter Signed-off-by: Emil Velikov Link: https://github.com/kmod-project/kmod/pull/128 Signed-off-by: Lucas De Marchi --- diff --git a/libkmod/libkmod.h b/libkmod/libkmod.h index 6b69c124..9b1802d9 100644 --- a/libkmod/libkmod.h +++ b/libkmod/libkmod.h @@ -936,6 +936,8 @@ enum kmod_filter { * * Returns: 0 on success or < 0 otherwise. @output is saved with the updated * list. + * + * Since: 6 */ int kmod_module_apply_filter(const struct kmod_ctx *ctx, enum kmod_filter filter_type,