Skip to content

gdkdisplay: Remove (nullable)

Jordan Petridis requested to merge alatiera/gdk_create_context_nullable into master

gdk_display_create_gl_context only returns NULL when there is an error set or asserts/aborts. So nullalbe annotation isn't needed.

Similar to 53312cf6

Merge request reports