From: Emil Velikov Date: Sat, 14 Sep 2024 13:37:25 +0000 (+0100) Subject: docs: annotate the v22 API X-Git-Tag: v34~357 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=14e525de99ecf4312089bf6b8b8406e3d8d3fcd7;p=thirdparty%2Fkmod.git 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 --- 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);