Skip to content

gdk: add missing nullable annotations

Bilal Elmoussaoui requested to merge bilelmoussaoui/g-i into main
  • For the gdk_content_(serializer|deserializer)_get_cancellable: the cancellable seems to be set at gdk_content_(serializer|deserializer)_run which is called by gdk_content_(serialize|deserialize)_async that has cancellable set as nullable

  • gdk_event_get_surface: if you look at gdk_event_get_display it seems to do a null check & return a null if the surface isn't set

  • gdk_x11_surface_get_group: i'm not very sure about this one but there's a check whether the surface is destroyed.

Merge request reports