From 932340a989554b56bae69f3403dca7c4edda2676 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Wed, 10 Jun 2020 10:40:45 +0200 Subject: [PATCH] background-content: Shut up warning https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1303 --- src/compositor/meta-background-content.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compositor/meta-background-content.c b/src/compositor/meta-background-content.c index 13c9e85c5..daecf2676 100644 --- a/src/compositor/meta-background-content.c +++ b/src/compositor/meta-background-content.c @@ -807,7 +807,7 @@ meta_background_content_init (MetaBackgroundContent *self) * * Creates a new actor to draw the background for the given monitor. * - * Return value: the newly created background actor + * Return value: (transfer full): the newly created background actor */ ClutterContent * meta_background_content_new (MetaDisplay *display,