From: Ian Douglas Scott Date: Tue, 28 Dec 2021 17:43:06 +0000 (-0800) Subject: popover: Add missing nullable annotation X-Git-Tag: archive/raspbian/4.6.5+ds-1+rpi1~1^2~19^2~5^2~6^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=48d39c0a578107424f63cfdeb05154de5f90d9fe;p=gtk4.git popover: Add missing nullable annotation Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/4556. Looks like the other `Popover` methods are have correct nullable annotations. --- diff --git a/gtk/gtkpopover.c b/gtk/gtkpopover.c index 2ef0500171..3c16e89312 100644 --- a/gtk/gtkpopover.c +++ b/gtk/gtkpopover.c @@ -2103,7 +2103,7 @@ gtk_popover_buildable_init (GtkBuildableIface *iface) /** * gtk_popover_set_pointing_to: (attributes org.gtk.Method.set_property=pointing-to) * @popover: a `GtkPopover` - * @rect: rectangle to point to + * @rect: (nullable): rectangle to point to * * Sets the rectangle that @popover points to. *