forked from AuroraMiddleware/gtk
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.
This commit is contained in:
parent
0aad053507
commit
48d39c0a57
@ -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.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user