From d49bfbc6ec38db4f90ae46b3efdc77729a80a3f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Fri, 10 May 2024 16:17:57 +0200 Subject: [PATCH] background-content: Fix annotation The annotations were missing a #MetaDisplay argument. Part-of: --- src/compositor/meta-background-content.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/compositor/meta-background-content.c b/src/compositor/meta-background-content.c index c22ecddde..d88073a06 100644 --- a/src/compositor/meta-background-content.c +++ b/src/compositor/meta-background-content.c @@ -1025,6 +1025,7 @@ meta_background_content_init (MetaBackgroundContent *self) /** * meta_background_content_new: + * @display: a #MetaDisplay * @monitor: Index of the monitor for which to draw the background * * Creates a new actor to draw the background for the given monitor.