From: Benjamin Otte Date: Wed, 20 Oct 2021 18:02:26 +0000 (+0200) Subject: surface: Remove (nullable) X-Git-Tag: archive/raspbian/4.6.5+ds-1+rpi1~1^2~19^2~5^2~220^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=53312cf696516cdeb1c284008992022a210bb233;p=gtk4.git surface: Remove (nullable) The function only returns NULL on error, and such a function is not considered nullable. --- diff --git a/gdk/gdksurface.c b/gdk/gdksurface.c index 40d9c21b8f..9430a4a111 100644 --- a/gdk/gdksurface.c +++ b/gdk/gdksurface.c @@ -1171,7 +1171,7 @@ gdk_surface_get_paint_gl_context (GdkSurface *surface, * Before using the returned `GdkGLContext`, you will need to * call [method@Gdk.GLContext.make_current] or [method@Gdk.GLContext.realize]. * - * Returns: (transfer full) (nullable): the newly created `GdkGLContext` + * Returns: (transfer full): the newly created `GdkGLContext` */ GdkGLContext * gdk_surface_create_gl_context (GdkSurface *surface,