From: Bilal Elmoussaoui Date: Wed, 9 Feb 2022 13:09:47 +0000 (+0000) Subject: gdk: mark gdk_device_get_device_tool as nullable X-Git-Tag: archive/raspbian/4.6.5+ds-1+rpi1~1^2~19^2~4^2~14^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a8a98523db79c38ef240da9c74f4fffa840f30fa;p=gtk4.git gdk: mark gdk_device_get_device_tool as nullable --- diff --git a/gdk/gdkdevice.c b/gdk/gdkdevice.c index 0c8973f460..541bdda939 100644 --- a/gdk/gdkdevice.c +++ b/gdk/gdkdevice.c @@ -1242,7 +1242,7 @@ gdk_device_get_num_touches (GdkDevice *device) * * Retrieves the current tool for @device. * - * Returns: (transfer none): the `GdkDeviceTool` + * Returns: (transfer none) (nullable): the `GdkDeviceTool` */ GdkDeviceTool * gdk_device_get_device_tool (GdkDevice *device)