gtk: mark gtk_glarea_get_context as nullable

This commit is contained in:
Bilal Elmoussaoui 2022-01-01 18:26:40 +01:00
parent d58b7fa779
commit 77f7caf18d

View File

@ -1317,7 +1317,7 @@ gtk_gl_area_set_auto_render (GtkGLArea *area,
*
* Retrieves the `GdkGLContext` used by @area.
*
* Returns: (transfer none): the `GdkGLContext`
* Returns: (transfer none) (nullable): the `GdkGLContext`
*/
GdkGLContext *
gtk_gl_area_get_context (GtkGLArea *area)