From: Emil Velikov Date: Sat, 14 Sep 2024 13:38:23 +0000 (+0100) Subject: docs: annotate the v30 API X-Git-Tag: v34~356 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aebcba213cafd7a610b87c1e6dbf10aa2ec51b5a;p=thirdparty%2Fkmod.git docs: annotate the v30 API Namely: - kmod_module_new_from_name_lookup 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 24e2241a..751c9182 100644 --- a/libkmod/libkmod.h +++ b/libkmod/libkmod.h @@ -611,6 +611,8 @@ int kmod_module_new_from_lookup(struct kmod_ctx *ctx, const char *given_alias, * Returns: 0 on success or < 0 otherwise. It fails if any of the lookup * methods failed, which is basically due to memory allocation failure. If * module is not found, it still returns 0, but @mod is left untouched. + * + * Since: 30 */ int kmod_module_new_from_name_lookup(struct kmod_ctx *ctx, const char *modname,