From 14e525de99ecf4312089bf6b8b8406e3d8d3fcd7 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sat, 14 Sep 2024 14:37:25 +0100 Subject: [PATCH] docs: annotate the v22 API Namely: - kmod_get_dirname Signed-off-by: Emil Velikov Link: https://github.com/kmod-project/kmod/pull/128 Signed-off-by: Lucas De Marchi --- libkmod/libkmod.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libkmod/libkmod.h b/libkmod/libkmod.h index 9b1802d9..24e2241a 100644 --- a/libkmod/libkmod.h +++ b/libkmod/libkmod.h @@ -261,6 +261,8 @@ void *kmod_get_userdata(const struct kmod_ctx *ctx); * * Retrieve the absolute path used for linux modules in this context. The path * is computed from the arguments to kmod_new(). + * + * Since: 22 */ const char *kmod_get_dirname(const struct kmod_ctx *ctx); -- 2.47.2