background-content: Fix annotation

The annotations were missing a #MetaDisplay argument.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3433>
This commit is contained in:
Jonas Ådahl 2024-05-10 16:17:57 +02:00 committed by Sebastian Wick
parent 4238512764
commit d49bfbc6ec

View File

@ -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.