forked from AuroraMiddleware/gtk
surface: Remove (nullable)
The function only returns NULL on error, and such a function is not considered nullable.
This commit is contained in:
parent
3d536f1293
commit
53312cf696
@ -1171,7 +1171,7 @@ gdk_surface_get_paint_gl_context (GdkSurface *surface,
|
|||||||
* Before using the returned `GdkGLContext`, you will need to
|
* Before using the returned `GdkGLContext`, you will need to
|
||||||
* call [method@Gdk.GLContext.make_current] or [method@Gdk.GLContext.realize].
|
* 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 *
|
GdkGLContext *
|
||||||
gdk_surface_create_gl_context (GdkSurface *surface,
|
gdk_surface_create_gl_context (GdkSurface *surface,
|
||||||
|
Loading…
Reference in New Issue
Block a user