surface: Remove (nullable)

The function only returns NULL on error, and such a function is not
considered nullable.
This commit is contained in:
Benjamin Otte 2021-10-20 20:02:26 +02:00
parent 3d536f1293
commit 53312cf696

View File

@ -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,