Merge branch 'nullable-gdk' into 'main'

gdk_display_open: Mark arg as nullable

See merge request GNOME/gtk!5380
This commit is contained in:
Matthias Clasen 2023-01-03 00:25:55 +00:00
commit 8b469a2727

View File

@ -1114,7 +1114,7 @@ gdk_display_get_app_launch_context (GdkDisplay *display)
/**
* gdk_display_open:
* @display_name: the name of the display to open
* @display_name: (nullable): the name of the display to open
*
* Opens a display.
*