]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
docs: annotate the v6 API
authorEmil Velikov <emil.l.velikov@gmail.com>
Fri, 13 Sep 2024 11:48:55 +0000 (12:48 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Sat, 14 Sep 2024 22:51:01 +0000 (17:51 -0500)
Namely:
 - kmod_module_apply_filter

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/128
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
libkmod/libkmod.h

index 6b69c124b4deb89a76366aa54827742530d300b3..9b1802d956919c08c52ab93e13ed8f92eb71ef44 100644 (file)
@@ -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,